.button-fixed{position:fixed;bottom:18px;z-index:inherit;transition:all .2s ease;display:flex;justify-content:center;align-items:center;font-size:1rem;color:var(--color-white);cursor:pointer;border:none;outline:none;width:170px;padding:15px 20px;border-radius:25px;background:var(--color-sherpa-blue-1)}.button-fixed:disabled{opacity:.8;cursor:default}.button-fixed.survey{width:230px}@media only screen and (max-width:360px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.button-fixed.survey{width:auto;padding:12px 26px;text-align:center}.button-fixed.survey .button-arrow__name{width:100%}.button-fixed.survey .right{display:none}}.button-fixed.transparent{color:var(--color-sherpa-blue-1);cursor:pointer;border:none;outline:none;width:auto;padding:15px 20px;border-radius:25px;background:var(--color-white)}.button-fixed.transparent .arrow{transform:rotate(0deg)}.button-fixed.border{border:1px solid var(--color-sherpa-blue-1)}.button-fixed.signUp{height:44px;width:180px}.button-fixed.businessSignUp{height:44px;width:180px;border-radius:7px;background-color:var(--color-sherpa-blue-3)}.button-fixed.businessSignUp__name{font-size:1rem;color:#fff;line-height:1.6875rem}.button-fixed.businessSignUp .arrow{padding-right:10px}.button-fixed.which-disc{height:44px;width:180px;border-radius:7px;color:var(--color-sherpa-blue-1);background-color:var(--color-white);border:1px solid var(--color-sherpa-blue-1)}.button-fixed.which-disc:hover{color:var(--color-white);background-color:var(--color-sherpa-blue-1)}.button-fixed.which-disc .arrow{display:none}@media only screen and (max-width:360px){.button-fixed{padding:12px 13px}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed{padding:12px 13px}}@media only screen and (max-width:360px){.button-fixed{font-size:.875rem}}.button-fixed .arrow{font-weight:100;transform:rotate(180deg);display:flex;align-items:center}.button-fixed .arrow img{width:17px;margin-right:10px}.button-fixed img.icon-loading{display:none;top:50%;right:5px;width:24px;height:24px;display:block;position:absolute;animation:rotate 2s linear infinite}@media only screen and (max-width:360px){.button-fixed img.icon-loading{right:0}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed img.icon-loading{right:0}}.button-fixed__border{font-weight:700}@media only screen and (max-width:360px){.button-fixed__border{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.button-fixed__border{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.button-fixed__border{display:none}}.button-fixed__name{font-weight:700}.test{padding:2px 0;position:relative;display:flex;align-items:center}.test .text{margin:0;cursor:pointer;text-decoration:none;font-size:18px;color:var(--color-black);line-height:27px}@media only screen and (min-width:1024px){.test .text{font-size:16px}}@media only screen and (min-width:1280px){.test .text{font-size:18px}}.test .text.text-danger{color:var(--color-geraldine)}.test .text img{width:10px;margin-left:8px}@media only screen and (max-width:360px){.test .text img{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.test .text img{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.test .text img{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.test .text img{display:none}}.profile-mini{display:flex;align-items:center;gap:8px}.profile-mini.opened{pointer-events:none}@media only screen and (max-width:360px){.profile-mini{border:0;margin:0;padding:0;justify-content:flex-end}}@media only screen and (max-width:600px)and (min-width:361px){.profile-mini{border:0;margin:0;padding:0;justify-content:flex-end}}@media only screen and (min-width:601px)and (max-width:767px){.profile-mini{border:0;margin:0;padding:0;justify-content:flex-end}}@media only screen and (min-width:768px)and (max-width:1023px){.profile-mini{border:0;margin:0;padding:0;justify-content:flex-end}}@media only screen and (min-width:1024px){.profile-mini{padding-left:20px;min-width:160px}}@media only screen and (min-width:1280px){.profile-mini{padding-left:30px}}.profile-mini__avatar{cursor:pointer;display:block;width:46px;height:46px;border-radius:50%}.profile-mini__name{cursor:pointer;overflow:hidden;text-overflow:ellipsis;max-width:120px;margin:0;text-align:right;font-size:18px;color:var(--color-charcoal);font-weight:700}@media only screen and (min-width:1024px){.profile-mini__name{font-size:16px}}@media only screen and (min-width:1280px){.profile-mini__name{font-size:18px}}.dropdown-profile{background:var(--color-white-smoke)}@media only screen and (max-width:360px){.dropdown-profile{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.dropdown-profile{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.dropdown-profile{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.dropdown-profile{display:none}}.dropdown-profile__actions{padding:14px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}.dropdown-profile__actions__item{min-width:210px;padding:12px;font-size:1rem;color:var(--color-black);cursor:pointer}@media only screen and (max-width:360px){.dropdown-profile__actions__item{padding:10px 8px;min-width:120px}}@media only screen and (max-width:600px)and (min-width:361px){.dropdown-profile__actions__item{padding:10px 8px;min-width:120px}}@media only screen and (min-width:601px)and (max-width:767px){.dropdown-profile__actions__item{padding:10px 8px;min-width:120px}}@media only screen and (min-width:768px)and (max-width:1023px){.dropdown-profile__actions__item{padding:10px 8px;min-width:120px}}.dropdown-profile__actions__item:hover{background:var(--color-floral-white)}.dropdown-profile__item{margin:14px 0}.dropdown-profile__logout{border-top:1px solid var(--color-silver);padding:12px}.dropdown-profile__logout p{cursor:pointer;min-width:210px;padding:13px 10px;margin-bottom:0;font-size:1rem;color:var(--color-geraldine)}@media only screen and (max-width:360px){.dropdown-profile__logout p{min-width:120px;padding:10px 8px}}@media only screen and (max-width:600px)and (min-width:361px){.dropdown-profile__logout p{min-width:120px;padding:10px 8px}}@media only screen and (min-width:601px)and (max-width:767px){.dropdown-profile__logout p{min-width:120px;padding:10px 8px}}@media only screen and (min-width:768px)and (max-width:1023px){.dropdown-profile__logout p{min-width:120px;padding:10px 8px}}.dropdown-profile__logout p:hover{background:var(--color-floral-white)}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes slideInLeft{0%{left:-50%}to{left:0}}.header-page{z-index:51;width:100%;padding:12px;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:360px){.header-page{padding:14px;position:relative}}@media only screen and (max-width:600px)and (min-width:361px){.header-page{padding:14px;position:relative}}@media only screen and (min-width:1024px){.header-page{padding-block:18px;padding-inline:40px}}@media only screen and (min-width:1280px){.header-page{padding-block:24px;padding-inline:60px}}.header-page__background{max-width:1440px}.header-page__background,.header-page__background-blur{z-index:3;width:100%;display:flex;justify-content:space-between;align-items:center}.header-page__background-blur{max-width:1400px;background:rgba(255,253,249,0)}@media only screen and (max-width:360px){.header-page .test-option-large-screen{display:none}}@media only screen and (max-width:600px)and (min-width:361px){.header-page .test-option-large-screen{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.header-page .test-option-large-screen{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page .test-option-large-screen{display:none}}.header-page .test-option-small-screen{display:none}@media only screen and (max-width:360px){.header-page .test-option-small-screen{display:block}}@media only screen and (max-width:600px)and (min-width:361px){.header-page .test-option-small-screen{display:block}}@media only screen and (min-width:601px)and (max-width:767px){.header-page .test-option-small-screen{display:block}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page .test-option-small-screen{display:block}}.header-page.payment{background:var(--color-white)}@media only screen and (max-width:360px){.header-page.payment{position:fixed}}@media only screen and (max-width:600px)and (min-width:361px){.header-page.payment{position:fixed}}@media only screen and (min-width:601px)and (max-width:767px){.header-page.payment{position:fixed}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page.payment{position:fixed}}.header-page.expand .header-page__company-name{background:var(--color-floral-white)}@media only screen and (max-width:360px){.header-page.expand{position:fixed}}@media only screen and (max-width:600px)and (min-width:361px){.header-page.expand{position:fixed}}@media only screen and (min-width:601px)and (max-width:767px){.header-page.expand{position:fixed}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page.expand{position:fixed}}.header-page.blur{background-color:rgba(255,253,249,.8)}.header-page__logo-btn{margin-top:8px;cursor:pointer;border:none;outline:none;width:auto;padding:0;border-radius:0;background:transparent}.header-page__logo-img{width:44px;height:44px;position:relative}.header-page__disc-name{z-index:3;display:flex;align-items:center;transition:all .3s;text-transform:lowercase}.header-page__disc-name span{cursor:pointer}@media only screen and (max-width:360px){.header-page__disc-name{width:100%;font-size:.875rem}.header-page__disc-name img{width:35px;height:35px}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__disc-name{width:100%;font-size:.875rem}.header-page__disc-name img{width:35px;height:35px}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__disc-name{width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__disc-name{width:100%}}.header-page img{vertical-align:baseline}.header-page__url{bottom:18px;width:252px;height:100px;display:inline;color:#454545;font-size:1.5rem;font-weight:700;font-style:normal;position:relative;line-height:normal;margin:0 9px 10px;font-family:Nunito;font-stretch:normal;letter-spacing:normal}@media only screen and (max-width:360px){.header-page__url{width:100%;bottom:14px;font-size:.75rem}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__url{width:100%;bottom:14px;font-size:.75rem}}.header-page__payment{margin-left:14px;padding-left:14px;text-transform:none;border-left:1px solid var(--color-whisper)}.header-page__navbar{transition:all .3s;background:var(--color-floral-white);display:flex;justify-content:flex-start;align-items:center;margin:0;padding:0;list-style:none}.header-page__navbar.blur{background:rgba(255,253,249,0)}@media only screen and (max-width:360px){.header-page__navbar.blur{background:var(--color-floral-white)}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar.blur{background:var(--color-floral-white)}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar.blur{background:var(--color-floral-white)}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar.blur{background:var(--color-floral-white)}}@media only screen and (max-width:360px){.header-page__navbar{top:0;left:0;right:0;width:100vw;height:100svh;position:fixed;padding-top:60px;flex-direction:column;align-items:flex-start;justify-content:space-between;background:var(--color-floral-white)}.header-page__navbar.hide{transform:translateY(-100%)}.header-page__navbar li{padding:.975rem 1.125rem .975rem .9375rem}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar{top:0;left:0;right:0;width:100vw;height:100svh;position:fixed;padding-top:60px;flex-direction:column;align-items:flex-start;justify-content:space-between;background:var(--color-floral-white)}.header-page__navbar.hide{transform:translateY(-100%)}.header-page__navbar li{padding:.975rem 1.125rem .975rem .9375rem}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar{top:0;right:0;width:100vw;padding-top:80px;position:absolute;height:100vh;flex-direction:column;align-items:flex-start;justify-content:space-between;background:var(--color-floral-white)}.header-page__navbar.hide{transform:translateY(-100%)}.header-page__navbar li{padding:17px}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar{top:0;right:0;width:100vw;padding-top:80px;position:absolute;height:100vh;flex-direction:column;align-items:flex-start;justify-content:space-between;background:var(--color-floral-white)}.header-page__navbar.hide{transform:translateY(-100%)}.header-page__navbar li{padding:17px}}.header-page__navbar__list-nav{display:flex}@media only screen and (max-width:360px){.header-page__navbar__list-nav{width:100%;overflow-y:scroll;flex-direction:column}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar__list-nav{width:100%;overflow-y:scroll;flex-direction:column}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar__list-nav{width:100%;overflow-y:scroll;flex-direction:column}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar__list-nav{width:100%;overflow-y:scroll;flex-direction:column}}.header-page__navbar .hidden{display:none}@media only screen and (min-width:1024px){.header-page__navbar .hidden{display:flex}}.header-page__navbar li{border:0}@media only screen and (max-width:360px){.header-page__navbar li{margin-top:0}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li{margin-top:0}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li{margin-top:0}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li{margin-top:0}}@media only screen and (min-width:1024px){.header-page__navbar li{margin:0 6px}}@media only screen and (min-width:1280px){.header-page__navbar li{margin:0 24px}}@media only screen and (max-width:360px){.header-page__navbar li.bt-1{border-top:1px solid var(--color-silver)}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li.bt-1{border-top:1px solid var(--color-silver)}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li.bt-1{border-top:1px solid var(--color-silver)}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li.bt-1{border-top:1px solid var(--color-silver)}}.header-page__navbar li.bb-1{border-bottom:1px solid var(--color-silver)}.header-page__navbar li.mobile{display:none}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li.mobile{display:block}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li.mobile{display:block}}@media only screen and (max-width:360px){.header-page__navbar li.mobile{display:block}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li.mobile{display:block}}.header-page__navbar li.mobile.action__sign{padding-top:20px;padding-bottom:100px}.header-page__navbar li.desktop{display:flex}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li.desktop{display:none}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li.desktop{display:none}}@media only screen and (max-width:360px){.header-page__navbar li.desktop{display:none}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li.desktop{display:none}}.header-page__navbar li.desktop.action__sign{margin-right:0}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li.desktop.action__sign{margin-top:0}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li.desktop.action__sign{margin-top:0}}@media only screen and (max-width:360px){.header-page__navbar li.desktop.action__sign{margin-top:0}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li.desktop.action__sign{margin-top:0}}@media only screen and (min-width:1024px){.header-page__navbar li.desktop.action__sign{margin-left:40px}}.header-page__navbar li.desktop.action__sign:hover{text-decoration:none}.header-page__navbar li .navbar__item{cursor:pointer;padding:4px 14px;text-align:center;text-decoration:none;font-size:18px;color:var(--color-black);line-height:27px}@media only screen and (min-width:1024px){.header-page__navbar li .navbar__item{padding:4px 0}}@media only screen and (min-width:1280px){.header-page__navbar li .navbar__item{padding:4px 0}}@media only screen and (max-width:360px){.header-page__navbar li .navbar__item{padding:0}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li .navbar__item{padding:0}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li .navbar__item{padding:0}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__navbar li .navbar__item{padding:0}}@media only screen and (min-width:1024px){.header-page__navbar li .navbar__item{font-size:16px}}@media only screen and (min-width:1280px){.header-page__navbar li .navbar__item{font-size:18px}}.header-page__navbar li .navbar__item.text-danger{color:var(--color-geraldine)}@media only screen and (min-width:1024px){.header-page__navbar li .navbar-item-active{font-weight:700;border-bottom:2px solid var(--color-black)}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__navbar li:hover{text-decoration:none}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__navbar li:hover{text-decoration:none}}@media only screen and (min-width:1024px){.header-page__navbar.logged-in li:last-child{margin-left:0}}.header-page__dropdown-test{left:0;top:100%;z-index:2;position:absolute;transform:translate(-18px,26px)}.header-page__dropdown-profile{right:0;top:100%;position:absolute}.header-page__hamburger{display:none}@media only screen and (max-width:360px){.header-page__hamburger{top:50%;z-index:3;display:block;position:absolute;transform:translate(20px,-50%)}.header-page__hamburger div{height:3px;width:25px;margin:5px;border-radius:2px;transition:all .2s;background:var(--color-white)}.header-page__hamburger div.black{background:var(--color-charcoal)}.header-page__hamburger.active .line-1{transform:translateY(8px) rotate(45deg)}.header-page__hamburger.active .line-2{opacity:0}.header-page__hamburger.active .line-3{transform:translateY(-8px) rotate(-45deg)}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__hamburger{top:50%;z-index:3;display:block;position:absolute;transform:translate(20px,-50%)}.header-page__hamburger div{height:3px;width:25px;margin:5px;border-radius:2px;transition:all .2s;background:var(--color-white)}.header-page__hamburger div.black{background:var(--color-charcoal)}.header-page__hamburger.active .line-1{transform:translateY(8px) rotate(45deg)}.header-page__hamburger.active .line-2{opacity:0}.header-page__hamburger.active .line-3{transform:translateY(-8px) rotate(-45deg)}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__hamburger{top:50%;z-index:3;display:block;position:absolute;transform:translate(20px,-50%)}.header-page__hamburger div{height:3px;width:25px;margin:5px;border-radius:2px;transition:all .2s;background:var(--color-white)}.header-page__hamburger div.black{background:var(--color-charcoal)}.header-page__hamburger.active .line-1{transform:translateY(8px) rotate(45deg)}.header-page__hamburger.active .line-2{opacity:0}.header-page__hamburger.active .line-3{transform:translateY(-8px) rotate(-45deg)}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__hamburger{top:50%;z-index:3;display:block;position:absolute;transform:translate(20px,-50%)}.header-page__hamburger div{height:3px;width:25px;margin:5px;border-radius:2px;transition:all .2s;background:var(--color-white)}.header-page__hamburger div.black{background:var(--color-charcoal)}.header-page__hamburger.active .line-1{transform:translateY(8px) rotate(45deg)}.header-page__hamburger.active .line-2{opacity:0}.header-page__hamburger.active .line-3{transform:translateY(-8px) rotate(-45deg)}}@media only screen and (min-width:1024px){.header-page__hamburger{top:50%;z-index:3;display:block;position:absolute;transform:translate(20px,-50%)}.header-page__hamburger div{height:3px;width:25px;margin:5px;border-radius:2px;transition:all .2s;background:var(--color-white)}.header-page__hamburger div.black{background:var(--color-charcoal)}.header-page__hamburger.active .line-1{transform:translateY(8px) rotate(45deg)}.header-page__hamburger.active .line-2{opacity:0}.header-page__hamburger.active .line-3{transform:translateY(-8px) rotate(-45deg)}}@media only screen and (min-width:1280px){.header-page__hamburger{display:none}}@media only screen and (max-width:360px){.header-page__hamburger{right:10px;transform:translateY(-50%)}}@media only screen and (max-width:600px)and (min-width:361px){.header-page__hamburger{right:10px;transform:translateY(-50%)}}@media only screen and (min-width:601px)and (max-width:767px){.header-page__hamburger{right:33px}}@media only screen and (min-width:768px)and (max-width:1023px){.header-page__hamburger{right:33px}}@media only screen and (min-width:1024px){.header-page__hamburger{right:33px}}.header-page--max-width{max-width:1400px}