:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}video::-internal-media-controls-overlay-cast-button{display:none}.settings-team-options .rsw-editor .rsw-ce{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#f2f3f4 #ffffff}.span-link{color:#f76910;text-decoration:none;font-weight:900;line-height:32px}.span-link:hover{cursor:pointer}a{color:#f76910;text-decoration:none;cursor:pointer}a ion-icon{margin-bottom:-5px;font-size:1.25rem}a.sm{font-size:12px;line-height:1rem}.page-tag{letter-spacing:2px;text-transform:uppercase;color:#f76910;margin:0}.gesture-down{width:44px;height:4px;margin-left:auto;margin-right:auto;background-color:#d3d3d3;border-radius:4px;display:block}.d-block{display:block!important}@media (max-width: 767px){.sm-none{display:none!important}}@media (min-width: 768px){.md-none{display:none!important}}@media (min-width: 769px){.md-none-up{display:none!important}}.bg-light{background-color:#fff!important}.bg-grey{background-color:#f2f3f4!important}.bg-grey-1{background-color:#e2e6ea!important}.bg-grey-2{background-color:#dde1e6!important}.bg-grey-3{background-color:#d7dce0!important}.bg-grey-4{background-color:#dae0e5!important}.bg-light-blue{background-color:#eaf0f8!important}body>iframe{pointer-events:none}img,ion-img{max-width:100%}.orange{color:#f76910!important}.light{color:#fff!important}.light-alpha{color:#ffffffbf}.medium{color:#606770!important}.medium-alt{color:#8a94a3!important}.tertiary{color:#444950!important}.danger{color:#f54b57!important}.success{color:#2fb886!important}.magenta{color:#c6096f!important}.d-header-link{color:#a8b1bc}.lite-orange{color:#f98740}.green{color:#5ecea3}.yellow{color:#fdd254}.baby-blue{color:#1fbefc}.purple{color:#7b74e7}.p-gray{color:#7b7b7b}.light-gray{color:#a1a1a1}.bg-orange{background-color:#f76910}.bg-yellow{background-color:#fffede!important;--background: #fffede}.bg-light{background-color:#fff;--background: #fff}.bg-light-gray{background-color:#f2f3f4!important}.bg-light-gray-2{background-color:#fafafa!important}.bg-light-green{background-color:#ebf8f3!important}.bg-medium{background-color:#606770!important}.bg-tertiary{background-color:#444950!important}.bg-dark{background-color:#30353c!important}.bg-charcoal{background-color:#2e3238!important}.bg-danger{background-color:#f54b57!important}.bg-toolbar{background-color:#e9eaec!important}.bg-success{background:#2fb886!important}.bg-transparent{background-color:transparent}:root{--ion-color-primary: #f76910;--ion-color-primary-rgb: 247, 105, 16;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #d95c0e;--ion-color-primary-tint: #f87828;--ion-color-secondary: #3dc2ff;--ion-color-secondary-rgb: 61, 194, 255;--ion-color-secondary-contrast: #ffffff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #36abe0;--ion-color-secondary-tint: #50c8ff;--ion-color-tertiary: #444950;--ion-color-tertiary-rgb: 68, 73, 80;--ion-color-tertiary-contrast: #ffffff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #3c4046;--ion-color-tertiary-tint: #575b62;--ion-color-success: #2fb886;--ion-color-success-rgb: 47, 184, 134;--ion-color-success-contrast: #ffffff;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #29a276;--ion-color-success-tint: #44bf92;--ion-color-warning: #1164a3;--ion-color-warning-rgb: 17, 100, 163;--ion-color-warning-contrast: #ffffff;--ion-color-warning-contrast-rgb: 255, 255, 255;--ion-color-warning-shade: #0f588f;--ion-color-warning-tint: #2974ac;--ion-color-danger: #f54b57;--ion-color-danger-rgb: 245, 75, 87;--ion-color-danger-contrast: #ffffff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #d8424d;--ion-color-danger-tint: #f65d68;--ion-color-dark: #444950;--ion-color-dark-rgb: 68, 73, 80;--ion-color-dark-contrast: #ffffff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #3c4046;--ion-color-dark-tint: #575b62;--ion-color-medium: #8a9eab;--ion-color-medium-rgb: 113, 129, 140;--ion-color-medium-contrast: #ffffff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #63727b;--ion-color-medium-tint: #7f8e98;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-magenta: #ed206d;--ion-color-magenta-rgb: 237, 32, 109;--ion-color-magenta-contrast: #ffffff;--ion-color-magenta-contrast-rgb: 255, 255, 255;--ion-color-magenta-shade: #d11c60;--ion-color-magenta-tint: #ef367c;--ion-color-gold: #f5b341;--ion-color-gold-rgb: 245, 179, 65;--ion-color-gold-contrast: #ffffff;--ion-color-gold-contrast-rgb: 0, 0, 0;--ion-color-gold-shade: #d89e39;--ion-color-gold-tint: #f6bb54;--ion-color-light-gray: #e6e6e7;--ion-color-light-gray-rgb: 230, 230, 231;--ion-color-light-gray-contrast: #000000;--ion-color-light-gray-contrast-rgb: 0, 0, 0;--ion-color-light-gray-shade: #cacacb;--ion-color-light-gray-tint: #e9e9e9;--ion-color-gray: #cccccc;--ion-color-gray-rgb: 204, 204, 204;--ion-color-gray-contrast: #000000;--ion-color-gray-contrast-rgb: 0, 0, 0;--ion-color-gray-shade: #b4b4b4;--ion-color-gray-tint: #d1d1d1;--ion-color-white: #ffffff;--ion-color-white-rgb: 255, 255, 255;--ion-color-white-contrast: #000000;--ion-color-white-contrast-rgb: 0, 0, 0;--ion-color-white-shade: #e0e0e0;--ion-color-white-tint: #ffffff;--ion-color-lite-orange: #f98740;--ion-color-lite-orange-rgb: rgb(249, 135, 64);--ion-color-yellow: #fdd254;--ion-color-yellow-rgb: rgb(253, 210, 84);--ion-color-green: #5ecea3;--ion-color-green-rgb: rgb(94, 206, 163);--ion-color-baby-blue: #1fbefc;--ion-color-baby-blue-rgb: rgb(31, 190, 252);--ion-color-purple: #7b74e7;--ion-color-purple-rgb: rgb(123, 116, 231)}.ion-color-purple{--ion-color-base: var(--ion-color-purple);--ion-color-base-rgb: var(--ion-color-purple-rgb)}.ion-color-baby-blue{--ion-color-base: var(--ion-color-baby-blue);--ion-color-base-rgb: var(--ion-color-baby-blue-rgb)}.ion-color-green{--ion-color-base: var(--ion-color-green);--ion-color-base-rgb: var(--ion-color-green-rgb)}.ion-color-yellow{--ion-color-base: var(--ion-color-yellow);--ion-color-base-rgb: var(--ion-color-yellow-rgb)}.ion-color-lite-orange{--ion-color-base: var(--ion-color-lite-orange);--ion-color-base-rgb: var(--ion-color-lite-orange-rgb)}.ion-color-white{--ion-color-base: var(--ion-color-white);--ion-color-base-rgb: var(--ion-color-white-rgb);--ion-color-contrast: var(--ion-color-white-contrast);--ion-color-contrast-rgb: var(--ion-color-white-contrast-rgb);--ion-color-shade: var(--ion-color-white-shade);--ion-color-tint: var(--ion-color-white-tint)}.ion-color-magenta{--ion-color-base: var(--ion-color-magenta);--ion-color-base-rgb: var(--ion-color-magenta-rgb);--ion-color-contrast: var(--ion-color-magenta-contrast);--ion-color-contrast-rgb: var(--ion-color-magenta-contrast-rgb);--ion-color-shade: var(--ion-color-magenta-shade);--ion-color-tint: var(--ion-color-magenta-tint)}.ion-color-gold{--ion-color-base: var(--ion-color-gold);--ion-color-base-rgb: var(--ion-color-gold-rgb);--ion-color-contrast: var(--ion-color-gold-contrast);--ion-color-contrast-rgb: var(--ion-color-gold-contrast-rgb);--ion-color-shade: var(--ion-color-gold-shade);--ion-color-tint: var(--ion-color-gold-tint)}.ion-color-light-gray{--ion-color-base: var(--ion-color-light-gray);--ion-color-base-rgb: var(--ion-color-light-gray-rgb);--ion-color-contrast: var(--ion-color-light-gray-contrast);--ion-color-contrast-rgb: var(--ion-color-light-gray-contrast-rgb);--ion-color-shade: var(--ion-color-light-gray-shade);--ion-color-tint: var(--ion-color-light-gray-tint)}.ion-color-gray{--ion-color-base: var(--ion-color-gray);--ion-color-base-rgb: var(--ion-color-gray-rgb);--ion-color-contrast: var(--ion-color-gray-contrast);--ion-color-contrast-rgb: var(--ion-color-gray-contrast-rgb);--ion-color-shade: var(--ion-color-gray-shade);--ion-color-tint: var(--ion-color-gray-tint)}ion-content{--background: #f2f3f4;--color: #444950}ion-content::part(scroll){overflow-y:auto}b,strong{font-weight:700}ion-button{height:48px;text-transform:none;--background-focused: transparent !important;--background-hover: transparent !important;letter-spacing:0;min-height:44px}ion-button:hover{--background-focused: transparent !important;--background-hover: transparent !important}.content-type-dropdown-btn{height:2.25rem;min-height:2.25rem;--border-radius: 1.5rem;border-radius:1.5rem;--box-shadow: none;min-width:120px;--background: rgba(247, 105, 16, .2);border:solid 2px var(--ion-color-primary);--color: var(--ion-color-primary)}.mr-explainer .landscape-video{border:none;background-color:#444950;border-radius:0}.mr-explainer .landscape-video .video-player video{border-radius:0}.mr-explainer-close-btn{width:48px;--padding-start: 0;--padding-end: 0;position:absolute;z-index:9;top:.5rem;right:.5rem}.mr-explainer .btn--link{text-decoration:underline}.swiper .swiper-pagination-bullet{background-color:#cfd6dc;opacity:1}ion-backdrop{--background: rgba(68, 73, 80, .9)}ion-modal ion-backdrop{position:fixed}ion-modal .modal-wrapper{z-index:999999!important}ion-modal .swiper .swiper-pagination{position:fixed;bottom:-30px!important}@media screen and (max-width: 576px){ion-modal .swiper .swiper-pagination{bottom:4.5rem!important}}.item-button{width:220px;margin-bottom:.5rem;border:solid 2px #d5d5d5;position:relative;height:48px;border-radius:24px;--background: #fff !important;--border-style: none;--highlight-height: 0;--padding-start: 1.5rem;--padding-top: 0;--inner-padding-top: 0;--min-height: 48px;color:#7b7b7b;font-size:14px}.item-button::part(native){height:40px;border-radius:24px}.swiper-fade>.swiper-wrapper>.swiper-slide{opacity:0!important}.swiper-fade>.swiper-wrapper>.swiper-slide.swiper-slide-active{opacity:1!important}.status-chip{border-radius:.75rem;font-size:14px;border:none;color:#fff;height:1.5rem}.status-chip ion-icon{font-size:.75rem;margin-right:.25rem}.status-chip ion-label{font-weight:700;font-size:.75rem;font-style:italic}.status-chip.paused{--background: #8a94a3}.status-chip.archived{--background: #444950}.radio-option{width:1rem;height:1rem;border-radius:50%;border:solid 2px #c4c4c4}.radio-option.selected,.radio-option[checked=true]{background-color:#f76910}.radio-option.centered{display:block;margin:0 auto}ion-toggle{height:20px;--handle-width: 1rem;padding-inline:0 8px}ion-toggle::part(track){height:20px;width:36px;--handle-width: 1rem}.swiper-button-next:not(.render-inline-widget .swiper-button-next):not(.jp-lightbox-swiper .swiper-button-next):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-next),.swiper-button-prev:not(.render-inline-widget .swiper-button-prev):not(.jp-lightbox-swiper .swiper-button-prev):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-prev){width:50px!important;height:50px!important;overflow:hidden;border-radius:50%;background-size:cover}.swiper-button-next:not(.render-inline-widget .swiper-button-next):not(.jp-lightbox-swiper .swiper-button-next):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-next):hover,.swiper-button-prev:not(.render-inline-widget .swiper-button-prev):not(.jp-lightbox-swiper .swiper-button-prev):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-prev):hover{opacity:.6}.swiper-button-next:not(.render-inline-widget .swiper-button-next):not(.jp-lightbox-swiper .swiper-button-next):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-next):after,.swiper-button-prev:not(.render-inline-widget .swiper-button-prev):not(.jp-lightbox-swiper .swiper-button-prev):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-prev):after{content:none!important}.swiper-button-next:not(.render-inline-widget .swiper-button-next):not(.jp-lightbox-swiper .swiper-button-next):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-next) svg,.swiper-button-prev:not(.render-inline-widget .swiper-button-prev):not(.jp-lightbox-swiper .swiper-button-prev):not(.jp-widget-preview-wrapper .jp-widget-container .swiper-button-prev) svg{display:none}.swiper-slide.md{width:280px}.large-bullets .swiper-pagination-bullet{width:1rem;height:1rem;transition:all ease-out .1s}.large-bullets .swiper-pagination-bullet-active{width:1.5rem;height:1.5rem;transform:translateY(.25rem)}.swiper .swiper-pagination-bullet-active{background-color:#f76910}.swiper .swiper-slide *{text-align:left}.highlight{padding:2px 4px;background-color:#ffebe0;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:.25rem}.highlight.highlight-magenta{background:#f64c5826}.double-bullet-list{line-height:2rem}.double-bullet-list li{list-style:none;padding-left:1.75rem;position:relative}.double-bullet-list li .double-bullet{position:absolute;left:0;top:.675rem}.double-bullet{width:10px;height:10px;outline:solid 5px rgba(247,105,16,.14);background-color:#f76910;border-radius:50%;margin-right:.5rem;margin-left:.25rem;display:inline-block}.w-100{width:100%!important}.popover-tooltip{--background: var(--ion-color-tertiary);--width: 100%;--max-width: 300px}.popover-tooltip::part(content){border:none;padding:.5rem;font-size:12px;color:#fff;text-align:center;line-height:1rem}ion-badge.small{font-size:10px;letter-spacing:0;--padding-top: 4px;--padding-bottom: 4px;--padding-start: 8px;--padding-end: 8px}ion-badge.small ion-icon{font-size:14px}.backdrop-no-scroll #hubspot-messages-iframe-container{display:block!important;z-index:-1!important}.backdrop-no-scroll #jp-widget{z-index:0}.success-angled{-webkit-clip-path:polygon(0 0,100% 0,100% 50%,0 30%);clip-path:polygon(0 0,100% 0,100% 50%,0 30%);height:700px}.success-wrapper{position:absolute;z-index:99;width:100%;max-width:none}.success-toast{--background: var(--ion-color-success)}.warning-toast{--background: var(--ion-color-secondary)}.alert-toast{--background: var(--ion-color-danger)}.info-toast{--background: var(--ion-color-medium)}.custom-scrollbar{overflow-y:auto!important;overflow-x:hidden!important}.custom-scrollbar::-webkit-scrollbar{width:1rem;display:block!important;padding:8px 0;height:90%}.custom-scrollbar::-webkit-scrollbar:vertical{width:6px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px;border:1px solid #ffffff}.custom-scrollbar::-webkit-scrollbar-track{margin-top:.5rem;border-radius:10px;background-color:transparent}.custom-scrollbar-x{overflow-y:hidden;overflow-x:auto}.custom-scrollbar.dark::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px;border:1px solid #444950}.bg-light-gray>.form-list ion-item{--background: #f2f3f4}.bg-light-gray>.form-list .item-has-value ion-label:after,.bg-light-gray>.form-list .item-has-focus ion-label:after{background:linear-gradient(to bottom,#f2f3f4,#fff)}.uppercase{text-transform:uppercase}.vertical-spacer{margin:0 .25rem;display:block;width:2px;background-color:#ccc;height:32px}.share-modal-segment{width:100%;max-width:none;padding:.25rem .25rem 0;--background: #f2f3f4}.share-modal-segment ion-segment-button{letter-spacing:0;--background: #f2f3f4;--background-checked: #fff;--background-hover: transparent;--border-radius: .5rem .5rem 0 0;--indicator-height: 0;--color: var(--ion-color-medium)}.share-modal-segment ion-segment-button.segment-button-checked ion-label{color:#444950}.share-modal-segment.tag-segment{--background: #ffff;padding:0 1rem}.share-modal-segment.tag-segment ion-segment-button{--background: #fff;--background-checked: #eaf0f8}html,body{font-size:16px;color:#444950;background:#f2f3f4;margin:0;padding:0;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:Roboto,sans-serif}html *,body *{box-sizing:border-box;margin:0}html ul,body ul{padding:0}h1,h2,h3,h4,h5,h6{color:#444950}h1{font-size:4rem;line-height:4.5rem;font-weight:900}h1.lg{font-size:4.5rem;line-height:5rem}h1.sm{font-size:3.5rem;line-height:4rem}h2{font-size:2.5rem;line-height:3rem}h2.lg{font-size:3rem;line-height:3.5rem}h2.sm{font-size:2rem;line-height:2.5rem}h3{font-size:1.25rem;line-height:1.5rem}h3.md{font-size:1.5rem;line-height:1.75rem}h3.lg{font-size:1.75rem;line-height:2.25rem}h4{font-size:1.125rem;line-height:1.5rem}h4.lg{font-size:1.25rem;line-height:1.75rem}p{font-size:1rem;line-height:1.5rem;margin:1rem 0;color:#7b7b7b}p.lg{font-size:1.25rem!important;line-height:1.75rem!important}p.md{font-size:14px!important;line-height:1.25rem!important}p.sm{font-size:.75rem!important;line-height:1rem!important}small{font-size:.625rem;line-height:1rem}dt{line-height:1.5rem;font-size:14px}hr{margin:.5rem 0;background-color:#e6e6e6}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-20{font-size:20px!important}.text-16{font-size:16px!important}.text-14{font-size:14px!important}.text-12{font-size:12px!important}.text-10{font-size:10px!important}.text-24{font-size:24px!important}.text-32{font-size:32px!important}.float-right{float:right}.float-left{float:left}.capitalize{text-transform:capitalize!important}.weight-normal{font-weight:400!important}.weight-medium{font-weight:500!important}.weight-bold{font-weight:700!important}.weight-bolder{font-weight:900!important}.style-normal{font-style:normal}.italic{font-style:italic!important}@media screen and (max-width: 576px){h1{font-size:2.75rem;line-height:3rem}h1.lg{font-size:3rem;line-height:3.5rem}h1.sm{font-size:2.5rem;line-height:2.75rem}h2{font-size:2rem;line-height:2.25rem}h2.lg{font-size:2.25rem;line-height:2.5rem}h2.sm{font-size:1.75rem;line-height:2rem}h3,h3.md{font-size:1.25rem;line-height:1.5rem}h3.lg{font-size:1.5rem;line-height:1.75rem}p,h4{font-size:1rem;line-height:1.5rem}p.lg,h4.lg{font-size:1.125rem!important;line-height:1.5rem!important}.text-center-xs{text-align:center}.text-right-xs{text-align:right}.text-left-xs{text-align:left}}.page-heading{font-size:1.5rem;margin:1.5rem 0;line-height:2rem;color:#444950}.item-list{padding-left:2rem;margin:1rem 0 2rem;max-width:512px}.item-list li{margin:.5rem 0;line-height:1.5rem}.m-text{font-size:14px;line-height:1rem}.m-auto{margin:0 auto!important}.m-0{margin:0!important}.m-4-px{margin:.25rem!important}.m-1{margin:.5rem!important}.m-2{margin:1rem!important}.m-3{margin:1.5rem!important}.m-4{margin:2rem!important}.m-5{margin:2.5rem!important}.m-6{margin:3rem!important}.m-7{margin:3.5rem!important}.m-8{margin:4rem!important}.m-t-0{margin-top:0!important}.m-t-4-px{margin-top:.25rem!important}.m-t-1{margin-top:.5rem!important}.m-t-2{margin-top:1rem!important}.m-t-3{margin-top:1.5rem!important}.m-t-4{margin-top:2rem!important}.m-t-5{margin-top:2.5rem!important}.m-t-6{margin-top:3rem!important}.m-t-7{margin-top:3.5rem!important}.m-t-8{margin-top:4rem!important}.m-b-0{margin-bottom:0!important}.m-b-4-px{margin-bottom:.25rem!important}.m-b-1{margin-bottom:.5rem!important}.m-b-2{margin-bottom:1rem!important}.m-b-3{margin-bottom:1.5rem!important}.m-b-4{margin-bottom:2rem!important}.m-b-5{margin-bottom:2.5rem!important}.m-b-6{margin-bottom:3rem!important}.m-b-7{margin-bottom:3.5rem!important}.m-b-8{margin-bottom:4rem!important}.m-r-0{margin-right:0!important}.m-r-4-px{margin-right:.25rem!important}.m-r-1{margin-right:.5rem!important}.m-r-2{margin-right:1rem!important}.m-r-3{margin-right:1.5rem!important}.m-r-4{margin-right:2rem!important}.m-r-5{margin-right:2.5rem!important}.m-r-6{margin-right:3rem!important}.m-r-7{margin-right:3.5rem!important}.m-r-8{margin-right:4rem!important}.m-l-auto{margin-left:auto!important}.m-l-0{margin-left:0!important}.m-l-4-px{margin-left:.25rem!important}.m-l-1{margin-left:.5rem!important}.m-l-2{margin-left:1rem!important}.m-l-3{margin-left:1.5rem!important}.m-l-4{margin-left:2rem!important}.m-l-5{margin-left:2.5rem!important}.m-l-6{margin-left:3rem!important}.m-l-7{margin-left:3.5rem!important}.m-l-8{margin-left:4rem!important}.p-0{padding:0!important}.p-1{padding:.5rem!important}.p-2{padding:1rem!important}.p-3{padding:1.5rem!important}.p-4{padding:2rem!important}.p-5{padding:2.5rem!important}.p-6{padding:3rem!important}.p-7{padding:3.5rem!important}.p-8{padding:4rem!important}.p-t-0{padding-top:0!important}.p-t-1{padding-top:.5rem!important}.p-t-2{padding-top:1rem!important}.p-t-3{padding-top:1.5rem!important}.p-t-4{padding-top:2rem!important}.p-t-5{padding-top:2.5rem!important}.p-t-6{padding-top:3rem!important}.p-t-7{padding-top:3.5rem!important}.p-t-8{padding-top:4rem!important}.p-b-0{padding-bottom:0!important}.p-b-1{padding-bottom:.5rem!important}.p-b-2{padding-bottom:1rem!important}.p-b-3{padding-bottom:1.5rem!important}.p-b-4{padding-bottom:2rem!important}.p-b-5{padding-bottom:2.5rem!important}.p-b-6{padding-bottom:3rem!important}.p-b-7{padding-bottom:3.5rem!important}.p-b-8{padding-bottom:4rem!important}.p-r-0{padding-right:0!important}.p-r-1{padding-right:.5rem!important}.p-r-2{padding-right:1rem!important}.p-r-3{padding-right:1.5rem!important}.p-r-4{padding-right:2rem!important}.p-r-5{padding-right:2.5rem!important}.p-r-6{padding-right:3rem!important}.p-r-7{padding-right:3.5rem!important}.p-r-8{padding-right:4rem!important}.p-l-0{padding-left:0!important}.p-l-1{padding-left:.5rem!important}.p-l-2{padding-left:1rem!important}.p-l-3{padding-left:1.5rem!important}.p-l-4{padding-left:2rem!important}.p-l-5{padding-left:2.5rem!important}.p-l-6{padding-left:3rem!important}.p-l-7{padding-left:3.5rem!important}.p-l-8{padding-left:4rem!important}.d-none{display:none!important}@media screen and (max-width: 576px){.m-auto-xs{margin:0 auto!important}.m-0-xs{margin:0!important}.m-1-xs{margin:.5rem!important}.m-2-xs{margin:1rem!important}.m-3-xs{margin:1.5rem!important}.m-4-xs{margin:2rem!important}.m-5-xs{margin:2.5rem!important}.m-6-xs{margin:3rem!important}.m-7-xs{margin:3.5rem!important}.m-8-xs{margin:4rem!important}.m-t-xs-0{margin-top:0!important}.m-t-xs-1{margin-top:.5rem!important}.m-t-xs-2{margin-top:1rem!important}.m-t-xs-3{margin-top:1.5rem!important}.m-t-xs-4{margin-top:2rem!important}.m-t-xs-5{margin-top:2.5rem!important}.m-t-xs-6{margin-top:3rem!important}.m-t-xs-7{margin-top:3.5rem!important}.m-t-xs-8{margin-top:4rem!important}.m-b-xs-0{margin-bottom:0!important}.m-b-xs-1{margin-bottom:.5rem!important}.m-b-xs-2{margin-bottom:1rem!important}.m-b-xs-3{margin-bottom:1.5rem!important}.m-b-xs-4{margin-bottom:2rem!important}.m-b-xs-5{margin-bottom:2.5rem!important}.m-b-xs-6{margin-bottom:3rem!important}.m-b-xs-7{margin-bottom:3.5rem!important}.m-b-xs-8{margin-bottom:4rem!important}.m-r-xs-0{margin-right:0!important}.m-r-xs-1{margin-right:.5rem!important}.m-r-xs-2{margin-right:1rem!important}.m-r-xs-3{margin-right:1.5rem!important}.m-r-xs-4{margin-right:2rem!important}.m-r-xs-5{margin-right:2.5rem!important}.m-r-xs-6{margin-right:3rem!important}.m-r-xs-7{margin-right:3.5rem!important}.m-r-xs-8{margin-right:4rem!important}.m-l-xs-0{margin-left:0!important}.m-l-xs-1{margin-left:.5rem!important}.m-l-xs-2{margin-left:1rem!important}.m-l-xs-3{margin-left:1.5rem!important}.m-l-xs-4{margin-left:2rem!important}.m-l-xs-5{margin-left:2.5rem!important}.m-l-xs-6{margin-left:3rem!important}.m-l-xs-7{margin-left:3.5rem!important}.m-l-xs-8{margin-left:4rem!important}.p-0-xs{padding:0!important}.p-1-xs{padding:.5rem!important}.p-2-xs{padding:1rem!important}.p-3-xs{padding:1.5rem!important}.p-4-xs{padding:2rem!important}.p-5-xs{padding:2.5rem!important}.p-6-xs{padding:3rem!important}.p-7-xs{padding:3.5rem!important}.p-8-xs{padding:4rem!important}.p-t-xs-0{padding-top:0!important}.p-t-xs-1{padding-top:.5rem!important}.p-t-xs-2{padding-top:1rem!important}.p-t-xs-3{padding-top:1.5rem!important}.p-t-xs-4{padding-top:2rem!important}.p-t-xs-5{padding-top:2.5rem!important}.p-t-xs-6{padding-top:3rem!important}.p-t-xs-7{padding-top:3.5rem!important}.p-t-xs-8{padding-top:4rem!important}.p-b-xs-0{padding-bottom:0!important}.p-b-xs-1{padding-bottom:.5rem!important}.p-b-xs-2{padding-bottom:1rem!important}.p-b-xs-3{padding-bottom:1.5rem!important}.p-b-xs-4{padding-bottom:2rem!important}.p-b-xs-5{padding-bottom:2.5rem!important}.p-b-xs-6{padding-bottom:3rem!important}.p-b-xs-7{padding-bottom:3.5rem!important}.p-b-xs-8{padding-bottom:4rem!important}.p-r-xs-0{padding-right:0!important}.p-r-xs-1{padding-right:.5rem!important}.p-r-xs-2{padding-right:1rem!important}.p-r-xs-3{padding-right:1.5rem!important}.p-r-xs-4{padding-right:2rem!important}.p-r-xs-5{padding-right:2.5rem!important}.p-r-xs-6{padding-right:3rem!important}.p-r-xs-7{padding-right:3.5rem!important}.p-r-xs-8{padding-right:4rem!important}.p-l-xs-0{padding-left:0!important}.p-l-xs-1{padding-left:.5rem!important}.p-l-xs-2{padding-left:1rem!important}.p-l-xs-3{padding-left:1.5rem!important}.p-l-xs-4{padding-left:2rem!important}.p-l-xs-5{padding-left:2.5rem!important}.p-l-xs-6{padding-left:3rem!important}.p-l-xs-7{padding-left:3.5rem!important}.p-l-xs-8{padding-left:4rem!important}.d-none-xs{display:none!important}}.inner-padding-end-0{--inner-padding-end: 0}ion-content{--keyboard-offset: 0px !important}ion-content::part(scroll){scrollbar-width:thin}ion-grid{--ion-grid-padding: 0;--ion-grid-column-padding: 12px}ion-row{margin:0 -12px}[popover].popover-viewport{display:initial;position:initial;margin:initial;border:initial;background:initial;padding:initial;width:initial;height:initial;overflow:initial;inset:initial;color:initial}ion-icon.disconnected{font-size:3rem;position:relative;padding:2rem}ion-icon.disconnected:after{content:"Disconnected";position:absolute;width:200px;text-align:center;color:#fff;bottom:0;font-size:14px;left:calc(50% - 100px)}.company-selector{position:relative}.company-selector:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;cursor:pointer}picture{display:block}.image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.image ion-img{opacity:0}.image ion-img.img-loading{width:0!important;height:0!important;opacity:0}.image ion-img:not(.img-loading).cover{object-fit:cover;width:100%;height:100%}.image ion-img:not(.img-loading).contain{object-fit:contain;width:100%;height:100%}.prompt-pills{display:flex;flex-wrap:wrap;gap:.5rem}.ai-prompt-btn{height:32px;--height: 32px;min-height:32px;color:#444950;font-size:.75rem;width:-webkit-fit-content;width:fit-content;--background: rgba(247, 105, 16, .14)}.ai-prompt-btn:hover{--background: rgba(247, 105, 16, .2)}video::-webkit-media-text-track-container{-webkit-transition:transform ease-out .2s;transition:transform ease-out .2s;transform:translateY(-.5rem);z-index:99999}video::-webkit-media-text-track-display{max-width:80%;margin:0 10%}@media screen and (max-width: 576px){video::-webkit-media-text-track-display{max-width:90%;margin:0 5%}}.post-job-step{padding:0}.post-job-step ion-item{--min-height: 1px;font-weight:700;color:#a1a1a1;font-size:1rem}.post-job-step.active ion-item{color:#f76910}.post-job-step.active ion-icon{color:#f76910}.post-job-step.completed ion-item,.post-job-step.completed ion-icon{color:#444950}@media screen and (max-width: 1200px){.post-job-step ion-label{display:none!important}}@media screen and (max-width: 768px){.post-job-step ion-item{font-size:1rem}}.security-logos{display:flex;flex-direction:column;align-items:center;justify-content:center}.security-logos img{flex:1}@media screen and (max-width: 768px){.security-logos{flex-direction:row;padding:1rem 4rem 0}.security-logos img{width:96px}}.progress-loader{position:absolute;z-index:9999;width:100%}.cloader{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:99;padding:1rem}.cloader .pulse{width:1.5rem;height:1.5rem;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#ccc,#0000) border-box;border-radius:50%;border:3px solid transparent;animation:rotating 2s linear infinite}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.show-controls video::-webkit-media-text-track-container{transform:translateY(-3rem)!important}.sketch-picker .flexbox-fix:nth-child(3) input{width:100%!important;text-align:center}.sketch-picker .flexbox-fix:nth-child(4)>div:nth-child(1),.sketch-picker .flexbox-fix:nth-child(4)>div:nth-child(2),.sketch-picker .flexbox-fix:nth-child(4)>div:nth-child(3),.sketch-picker .flexbox-fix:nth-child(4)>div:nth-child(4),.sketch-picker .flexbox-fix:nth-child(4)>div:nth-child(5){width:2rem!important;height:2rem!important}.sketch-picker .flexbox-fix:nth-child(4)>div:nth-last-child(1),.sketch-picker .flexbox-fix:nth-child(4)>div:nth-last-child(2){display:none!important}.create-flow-header{background:#fff;border-radius:12px 12px 0 0;border:solid 1px #dedede;border-bottom-color:#e6e6e6;position:relative;z-index:1;overflow:hidden;padding:.5rem;min-height:70px}.create-flow-header .btn--primary{padding-left:2rem;padding-right:2rem;z-index:999}@media screen and (max-width: 576px){.create-flow-header{padding:0;min-height:56px}}.job-desc-wrapper{padding-right:1rem}.welcome-user-modal-bullets{display:flex;flex-direction:column;row-gap:.5rem}.welcome-user-modal-bullets li{list-style:none;position:relative;padding-left:2rem;display:block}.welcome-user-modal-bullets li span{left:0;top:-.25rem;position:absolute}.welcome-user-modal-ctas{display:flex;column-gap:.5rem;align-items:center;margin:1.5rem 0 1rem}@media screen and (max-width: 768px){.welcome-user-modal-ctas{flex-direction:column;line-height:2.5rem;align-items:start;margin:1rem 0 0}}.modal-flex-content.company-consent{max-height:540px}@media screen and (max-width: 576px){.modal-flex-content.company-consent{max-height:calc(var(--vh, 1vh) * 100 - 56px)}}.job-desc-wrapper,.company-consent,.rsw-editor{font-size:14px;line-height:1.25rem;color:#606770}.job-desc-wrapper p,.company-consent p,.rsw-editor p{margin:0 0 1rem!important;font-size:14px;line-height:1.25rem;color:#606770}.job-desc-wrapper ul,.company-consent ul,.rsw-editor ul{padding-left:2rem}.job-desc-wrapper li,.company-consent li,.rsw-editor li{list-style:disc}.job-desc-wrapper select,.company-consent select,.rsw-editor select{min-height:32px!important;width:128px!important;padding-right:1rem!important;padding-left:1.25rem;-webkit-appearance:none;appearance:none;position:relative;background-image:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 336 192"><defs><style>.b{fill:%23a1a1a1;}<\/style></defs><path class="b" d="M168,192c-6.14,0-12.28-2.34-16.97-7.03L7.03,40.97C-2.34,31.6-2.34,16.4,7.03,7.03c9.37-9.37,24.57-9.37,33.94,0l127.03,127.03L295.03,7.03c9.37-9.37,24.57-9.37,33.94,0,9.37,9.37,9.37,24.57,0,33.94l-144,144c-4.69,4.69-10.83,7.03-16.97,7.03Z"/></svg>');background-repeat:no-repeat;background-position:center right 1rem;background-size:11%;margin:.5rem 0 .5rem .5rem!important}.job-page.fluid{position:relative;margin:0;width:100%;max-width:none;border-radius:0;display:flex;flex-direction:column;height:calc(var(--vh, 1vh) * 100 - 56px)!important}.job-page.fluid>div{flex:1}.job-page.fluid .center-container{border-left:0;border-right:0}.job-page.fluid .center-container.quick-questions{overflow:hidden}.job-page.fluid .align-end,.job-page.fluid .align-start,.job-page.fluid.provide-video .align-end,.job-page.fluid.provide-video .align-start{overflow-y:auto}.job-page.fluid .post-job-footer{max-width:none;border-radius:none;border:none;margin:0}.job-page.fluid .submit-video{max-width:-webkit-fit-content;max-width:fit-content}.job-page.fluid .header-title{display:flex;align-items:center;justify-content:center;font-size:1rem;color:#f76910;margin:0;line-height:1.5rem;font-weight:500}.job-page.fluid .header-title ion-icon{font-size:1.25rem}.job-page.content-request-ux{min-height:100%}.job-page.content-request-ux .center-container{padding:0!important}.round-record-btn{height:95px;color:#f76910;background-color:transparent;position:absolute;bottom:-40px;display:flex;flex-direction:column;align-items:center;width:110px;left:50%;margin-left:-55px;font-size:10px}.round-record-btn ion-icon{background-color:#f76910;padding:18px;border-radius:50%;color:#fff;font-size:2rem;z-index:888;border:solid 5px #fff;margin-bottom:.25rem;box-shadow:0 0 6px #00000026;transition:transform ease-out .25s}.round-record-btn-content-request{height:95px;min-height:95px;width:95px;color:#f76910;background-color:transparent;display:flex;flex-direction:column;align-items:center;margin-top:-46px;font-size:10px}.round-record-btn-content-request ion-icon{background-color:#f76910;padding:18px;border-radius:50%;color:#fff;font-size:2rem;z-index:888;border:solid 5px #fff;margin-bottom:.25rem;box-shadow:0 0 6px #00000026;transition:transform ease-out .25s}.round-record-btn-content-request.playing ion-icon{transform:scale(.5) translateY(50px);box-shadow:none}.upload-content-btn{display:flex;flex-direction:column;background-color:transparent;align-items:center;gap:.5rem}.instructions-toggle-btn{position:absolute;bottom:2rem;left:2rem;z-index:9998;box-shadow:none;font-size:.75rem;width:5.5rem;height:32px;min-height:0;background:#fff3;border-radius:1rem;color:#fff;white-space:nowrap}ion-avatar.letter{width:36px;height:36px;display:flex;justify-content:center;align-items:center;background-color:#444950;color:#fff;border-radius:50%;border:solid 1px #444950;text-transform:uppercase;white-space:nowrap;font-size:14px}ion-avatar.letter.pending{background-color:#fff;color:#7b7b7b;border:dashed 1px #c4c4c4}ion-avatar.letter.owner{background-color:#f76910;border-color:#f76910}.request-video-flow{position:fixed!important;z-index:9;width:auto!important;height:calc(100% - 56px)!important;right:0;top:56px;left:0;display:flex;align-items:center;justify-content:center;transition:left .2s linear;background-color:#eaf0f8}.request-video-flow>div{max-width:528px;width:100%}.fluid .create-flow-header{border-left:none;border-right:none;border-top:none;border-radius:0}.instructions-modal .intro-wrapper{min-height:0}.instructions-modal .intro-wrapper .swiper .swiper-pagination{width:48px!important;right:1rem!important}.instructions-modal .intro-wrapper .swiper .swiper-pagination .swiper-pagination-bullet{transition:transform ease-out .2s}.instructions-modal .intro-wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active{transform:scale(1.5)}.instructions-modal li{list-style:none;display:flex;margin-bottom:1rem}.instructions-modal ion-icon{color:var(--ion-color-primary);font-size:1.25rem;min-width:20px}.instructions-modal .list-item{line-height:1.25rem;padding-left:.5rem}.instructions-modal .list-item ion-icon{transform:translateY(4px)}.instructions-modal .btn{min-width:160px}.request-video-instructions-swiper{width:100%}.select-mobile-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:6}.jobs-filters ion-buttons ion-button,.jobs-filters ion-buttons button,.jobs-filters ion-buttons .view-toggle{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;margin-right:.5rem!important}.job-cover{width:48px;height:64px;background-color:#f76910;border-radius:.25rem;overflow:hidden}.job-cover ion-img{object-fit:cover;width:100%;height:100%;max-width:none;position:relative}.job-details .job-cover{cursor:pointer}.job-details .job-cover ion-img:before{content:"";background-color:#00000080;background-image:url(/assets/edit-video-icon-Czp056fI.png);background-position:center center;background-repeat:no-repeat;background-size:80%;position:absolute;width:100%;height:100%;opacity:0;transition:opacity .3s ease-out}.job-details .job-cover ion-img:hover:before{opacity:1}.benefit-group{font-size:14px;color:#606770}.benefit-group li{margin-bottom:.5rem}.widget-provide-video .end-graphic{max-width:70%;height:auto}.widget-provide-video .submit-video,.widget-provide-video .qq-seeker{max-width:528px!important}.main__content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.rounded{border-radius:.75rem}.rounded-tr{border-top-right-radius:.75rem}.rounded-tl{border-top-left-radius:.75rem}.rounded-br{border-bottom-right-radius:.75rem}.rounded-bl{border-bottom-left-radius:.75rem}.rounded-none{border-radius:0}.rounded-md{border-radius:.5rem}.rounded-sm{border-radius:.25rem}.rounded-lg{border-radius:2rem}.segment-tabs-lg{border-bottom:solid 1px #d8dadc;padding:1.5rem 0}.segment-tabs-lg ion-segment{justify-content:flex-start}.segment-tabs-lg ion-segment-button{width:-webkit-fit-content;width:fit-content;flex:none}@media screen and (max-width: 768px){.segment-tabs-lg{padding:1rem 0}}.dashed-ruler{border:none;border-top:dashed 2px #ccc;background-color:transparent}.top-gradient{background:linear-gradient(180deg,#283e4a,#283e4a00 50%)}.record-upload-wrapper.fluid{display:flex}.record-upload-wrapper.fluid .align-start{width:100%}.record-upload-wrapper.fluid .align-start.video .fluid-ux-video-wrapper{margin:0 0 0 auto}.record-upload-wrapper.fluid .align-start.video .video-card{border-radius:.75rem;overflow:hidden}.record-upload-wrapper.fluid .align-end .tag-input-container{max-width:528px}.record-upload-wrapper.fluid .align-end .form-list{margin:0}@media screen and (max-width: 1600px){.record-upload-wrapper.fluid{min-height:0!important}.bg-light-blue .public.job-page .fluid-ux-video-wrapper{width:unset!important}}.tos-accept{font-size:10px}.tos-accept ion-label{white-space:pre-wrap!important}.custom-og ion-item{width:132px}@media screen and (max-width: 768px){.custom-og ion-item{width:100%}}.interractable{pointer-events:all!important}.split-pane.has-split-pane-menu.open .request-video-flow{left:260px}.split-pane.has-split-pane-menu.closed .request-video-flow{left:88px}@media screen and (max-width: 800px){.split-pane.has-split-pane-menu.closed .request-video-flow{left:0}}.video-post-page:not(.index-1) .center-container{border-radius:0}.record-upload{max-width:256px}.sign-up-footer{text-align:center;font-size:.875rem;padding:24px;background-color:#f2f3f4;bottom:0;left:0;width:100%;border-radius:0 0 12px 12px}.crescent-loader{position:absolute;width:96px;height:96px;left:50%;margin-left:-48px;margin-top:-48px;top:50%}.spinner-wrapper{margin-top:.125rem;margin-left:.5rem;position:absolute}ion-spinner{width:1rem;--color: var(--ion-color-medium)}.pw-visibility{position:absolute;z-index:2;margin-top:6px;right:1.75rem;cursor:pointer;font-size:1.5rem;padding:.5rem}.error-alert{--width: 300px;--max-width: 300px}.error-alert .alert-wrapper{border-radius:.75rem}.error-alert .alert-wrapper input{border-radius:48px;border:solid 2px #ededed;padding:.75rem}.error-alert h2{line-height:20px;color:var(--ion-color-dark)!important}.error-alert .alert-button-group{justify-content:space-between;padding:0 1rem 1rem}.error-alert .alert-button-group .alert-button{flex:1;text-transform:none;border-radius:48px;height:36px;max-width:48%;min-height:36px;padding:0 2rem;border:solid 2px #d5d5d5;background-color:#fff;font-size:12px;margin:0}.error-alert .alert-button-group .alert-button:hover{background-color:#f2f3f4}.error-alert .alert-button-group .alert-button span{justify-content:center}.error-alert .alert-button-group .btn--primary{color:#fff;border:none}.devices-popover{--max-width: 500px;--min-width: 300px;--width: 100%;--box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)}.devices-popover.warning{--background: #444950;--max-width: 420px}.devices-popover.warning ion-list{background:#444950;padding:1rem}.devices-popover.warning ion-list p,.devices-popover.warning ion-list h4{margin:0;color:#f2f2f2}.devices-popover.warning ion-list .btn{float:right;padding-left:2rem;padding-right:2rem;margin-top:1rem}.devices-popover::part(content){border-radius:4px!important}.devices-popover ion-item{color:#444950}.devices-popover .item-radio-checked{font-weight:700}.device-select{right:0;left:0;z-index:2;margin-top:11px;position:absolute;display:flex;align-items:center;justify-content:center;column-gap:1rem;--background: transparent !important}.career-info ul li{padding:.5rem;color:#7b7b7b;margin-left:2rem;line-height:1.5rem}.submenu{max-height:0;overflow:hidden;transition:max-height .2s ease-out}.submenu.open{max-height:300px}.submenu.open ion-item{--background: #f2f3f4}.security-page{padding-top:4rem}@media screen and (max-width: 768px){.security-page{padding-top:0}}ion-toast{--border-radius: 48px;--height: 56px;--background: var(--ion-color-tertiary);--max-width: 600px;--width: fit-content}ion-toast::part(message){font-size:1rem;padding-left:1rem}ion-toast::part(button){text-transform:none;font-size:1rem;border-radius:48px;letter-spacing:0;color:#fff;text-decoration:underline}.hide-md-up{display:none}.job-card-grid-view .job-card-header .integrated-job{position:relative;z-index:999;display:inline}.job-card-grid-view .job-card-header .integrated-job ion-badge{padding:.25rem;overflow:visible;position:relative;width:28px;margin:0;top:0}.job-card-grid-view .job-card-header .integrated-job .tooltip{font-weight:400;opacity:0;pointer-events:none;position:absolute;line-height:10px;font-size:10px;background-color:#444950f2;padding:.25rem .5rem;border-radius:.25rem;top:-1.5rem;margin-left:-.85rem;color:#fff;transition:opacity .2s ease-out;z-index:999}.job-card-grid-view .job-card-header .integrated-job .tooltip:after{content:" ";position:absolute;width:0;height:0;border-left:.25rem solid transparent;border-right:.25rem solid transparent;border-top:.25rem solid rgba(68,73,80,.95);bottom:-.25rem;border-radius:.125rem;margin-left:-1.75rem}.job-card-grid-view .job-card-header .integrated-job:hover .tooltip{opacity:1}.public-video-page{margin:0 auto;padding:1rem 0;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 576px){.public-video-page{padding:0}}@media screen and (max-width: 1200px){.main__content{width:100%}}@media screen and (max-width: 768px){.main__content{padding:0 1rem}.main__content.embedded{padding:0}.main__content.embedded .public-video-wrapper{margin:0!important;height:100vh;height:calc(var(--vh, 1vh) * 100)}.main__content.job-detail-toolbar{padding:1rem}.sign-up-footer{border-radius:0}.null-card{max-width:540px;margin-left:auto;margin-right:auto}.null-card ion-row{justify-content:center}.null-card .btn{width:100%;max-width:400px;margin:0 auto}.hide-md-up{display:block}}.pageEmpty{text-align:center;max-width:560px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-items:center}.page.subprocessors ion-grid p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.job-page.provide-video .align-end .submit-video{max-width:528px}@media screen and (max-width: 576px){.record-upload{max-width:200px}ion-grid{--ion-grid-padding: 0;--ion-grid-column-padding: 8px}ion-row{margin:0 -8px}.job-page.provide-video{display:flex;flex-direction:column;background-color:#fff;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100)}.job-page.provide-video .center-container{flex:1;width:100%;border-radius:0;flex-direction:column}.job-page.provide-video .center-container .align-start{flex:1;margin-bottom:0;display:flex;flex-direction:column;align-items:center}.job-page.provide-video .center-container .align-start .video-card-footer .btn{width:280px}.job-page.provide-video .center-container .align-end{position:absolute;height:100%;left:100vw;transition:left ease-out .2s;background-color:#fff;z-index:999}.job-page.provide-video .center-container .align-end.animate{left:0}.job-page.provide-video .post-job-footer ion-buttons{width:100%}.job-page.provide-video #provide-video-footer{position:absolute;padding:1rem;bottom:0;left:0;width:100%;border-top:solid 1px #ededed}.video-instructions-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.fullscreen.instructions-modal .inner-content{height:calc(100% - 56px);height:calc(var(--vh, 1vh) * 100 - 56px)!important}}ion-col[size-xl=auto]{width:20%!important}.video-cards-container .video-card-img:nth-child(1){opacity:0;animation:animateSlideLeftCard .5s forwards ease-out;animation-delay:.25s}.video-cards-container .main-card{opacity:0;animation:animateExpand .5s forwards ease-out;animation-delay:.25s}.video-cards-container .video-card-img:nth-child(3){opacity:0;animation:animateSlideRightCard .5s forwards ease-out;animation-delay:.25s}@media screen and (max-width: 576px){.video-cards-container .video-card:nth-child(1){animation:animateExpand .3s forwards ease-out;animation-delay:.5s}}.animateUp{opacity:0;animation:animateSlideUp .5s forwards ease-out;animation-delay:.25s}.animateLeft{opacity:0;animation:animateSlideLeft .5s forwards ease-out;animation-delay:.25s}.animateRight{opacity:0;animation:animateSlideRight .5s forwards ease-out;animation-delay:.25s}.animateRightToLeft{animation:animateSlideRightToLeft .5s forwards ease-out}.fadeIn{opacity:0;animation:menuFadeIn .2s forwards ease-out;animation-delay:.25s}@keyframes menuFadeIn{0%{opacity:0}to{opacity:1}}.delay-0{animation-delay:0s}.delay-1{animation-delay:.35s}.delay-2{animation-delay:.45s}.delay-3{animation-delay:.55s}.delay-4{animation-delay:.65s}.delay-5{animation-delay:.75s}.delay-6{animation-delay:.85s}@keyframes processingSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animateSlideUp{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@keyframes animateSlideLeftCard{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0) scale(.9)}}@keyframes animateSlideRightCard{0%{opacity:0;transform:translate(-200px)}to{opacity:1;transform:translate(0) scale(.9)}}@keyframes animateSlideLeft{0%{opacity:0;transform:translate(200px)}to{opacity:1;transform:translate(0)}}@keyframes animateSlideRight{0%{opacity:0;transform:translate(-200px)}to{opacity:1;transform:translate(0)}}@keyframes animateSlideRightToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-200px)}}@keyframes animateExpand{0%{opacity:1;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.card-img svg{height:80%}.sc-ion-buttons-md-h ion-button:not(.button-round){--border-radius: 2px}.sc-ion-buttons-md-h .button-clear{--color: initial;--background: transparent;--background-activated: transparent;--background-focused: currentColor;--background-hover: currentColor}@supports ((-webkit-margin-start: 0) or (margin-inline-start: 0)) or (-webkit-margin-start: 0){.sc-ion-buttons-md-h ion-button{margin-left:unset;margin-right:unset;-webkit-margin-start:2px;margin-inline-start:2px;-webkit-margin-end:2px;margin-inline-end:2px}}.popover-filter-btn.md{--padding-top: 0;--padding-bottom: 0;--padding-start: 8px;--padding-end: 8px;height:32px}@media (pointer: fine){html.plt-mobile ion-app{-webkit-user-select:text;user-select:text}}.hero-video .video-player{position:absolute;box-shadow:0 2px 15px #0000001a}@media screen and (max-width: 1200px){.hero-video .video-player{position:relative}}.partners-logos ion-col{width:147px!important}.partners-logos img{filter:brightness(0) saturate(100%) invert(65%) sepia(4%) saturate(1220%) hue-rotate(171deg) brightness(91%) contrast(88%);transition:filter .3s ease-out}.partners-logos img:hover{filter:none}.orange-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:var(--ion-color-primary);text-decoration-color:var(--ion-color-primary);text-decoration-thickness:.25rem}.audio-enhancer-toggle ion-button{width:44px;height:44px;min-width:44px;--border-radius: 22px !important;font-size:.75rem;--padding-start: 0;--padding-end: 0}.audio-enhancer-toggle ion-toggle{width:100%}.audio-enhancer-toggle ion-toggle::part(track){height:32px;width:56px;--handle-width: 1.75rem}@media screen and (max-width: 1200px){.hero-cover{background-size:2800px}}@media screen and (max-width: 992px){.hero-cover .main__content{max-width:768px;margin:0 auto;text-align:center}.hero-cover .main__content .hero-video{max-width:400px;margin:0 auto}.home .btn{margin:0 auto;max-width:400px}}.swiper-testimonials .swiper-slide{flex-direction:column;align-items:flex-start;text-align:left}.swiper-testimonials h3.lg{margin-top:1rem;font-style:italic;font-weight:500;font-size:1.25rem}.testimonial-author{display:flex;align-items:center}.testimonial-author ion-img{margin-right:1rem;width:64px;min-width:64px;height:64px;border:solid 3px #444950;border-radius:50%;overflow:hidden}.testimonial-author p{margin:0}.testimonial-company-logo{width:1.5rem;border-radius:50%;margin-bottom:auto;margin-left:auto}.company-customer-logos{position:relative}.company-customer-logos:before{content:"";background:linear-gradient(90deg,#e2e6ea,#e2e6ea00 3% 97%,#e2e6ea);width:100%;height:100%;z-index:2;position:absolute}.center-container{background-color:#fff;border-radius:0 0 12px 12px;padding:1.5rem;position:relative;box-shadow:0 0 20px #00000012;border:solid 1px #dedede;border-top:none}@media screen and (max-width: 768px){.center-container{box-shadow:none}}.center-container .align-start{background-color:#eaf0f8;padding:1rem;position:relative}.center-container .video{background-color:transparent;padding:0;margin:0 auto!important;aspect-ratio:16/9}.center-container .video .video-card.flex-card.lg{aspect-ratio:16/9}.center-container .align-end{flex:1;display:flex;flex-direction:column;min-width:300px}.center-container .align-end.update .video-recorder{position:absolute;background-color:#444950}.center-container .container-header{padding:1rem 0 0}.center-container .container-header h3{margin:0;font-size:1.5rem;line-height:2rem;font-weight:900}.center-container .container-header p{margin:0;display:flex;align-items:center;color:#606770;flex-wrap:wrap;font-size:1rem;line-height:1.25rem}.center-container .container-header p ion-icon{margin-bottom:-.125rem}.center-container .container-body{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.center-container .container-body ion-icon{margin-right:4px;vertical-align:middle;margin-bottom:3px}.center-container .container-footer .btn--primary:disabled{background-color:#fbbb93!important;opacity:1!important;border-color:#fbbb93!important}.job-page.public.submit-application .center-container{display:flex;column-gap:1rem}@media screen and (min-width: 769px){.job-page.public.submit-application .align-start{width:50%;border-radius:.75rem;overflow:hidden}}.btn.post-job-fixed-btn,.post-job-fixed-btn-wrapper{position:absolute;z-index:99;min-width:-webkit-fit-content;min-width:fit-content;right:1rem;top:.75rem;padding-left:2rem;padding-right:2rem}.post-job-fixed-btn-wrapper{padding:0}.seeker-form ion-content{min-height:200px}.seeker-form ion-item{--background: #f2f3f4}.seeker-form .form-list{width:100%}@media screen and (max-width: 576px){.seeker-form{height:100%;display:flex;flex-direction:column;justify-content:space-between}.seeker-form .form-list{padding:0!important}}.candidate-resume{opacity:1!important}.progressbar{--background: #e1e1e1;--progress-background: var(--ion-color-primary)}@media screen and (max-width: 768px){.job-page.public.job-has-video:not(.submit-application) .center-container:not(.activeApplyVideo){aspect-ratio:unset}}.job-page.public .sf-header{background:#fff;border-radius:12px 12px 0 0;border:1px solid #dedede;border-bottom-color:#e6e6e6;position:relative;z-index:1;overflow:hidden}@media screen and (max-width: 768px){.job-page.public .align-end{max-height:100%}}.job-page.public.job-no-video.main__content{max-width:600px}.job-page.public.job-no-video.main__content .center-container{padding:1.5rem 3rem;min-height:650px}.job-page.public.job-no-video.main__content .align-end{margin-left:0}.job-page.public.job-no-video .video{display:none}@media screen and (max-width: 768px){.job-page.public.job-no-video.main__content .center-container{padding:1rem}.job-page.public .align-start,.job-page.public .align-end{width:100%}}.video-post-page .center-container{padding:0}.video-post-page .video-card{border-radius:0}.video-post-page .video-card .video-card-wrapper,.video-post-page .video-card .video-gradient-overlay,.video-post-page .video-card video{border-radius:0!important}.video-post-page .video-preview-wrapper .video-card{max-width:380px;margin:0 auto;border-radius:.75rem}@media screen and (max-width: 768px){.video-post-page .video-card{border-radius:12px}.video-post-page .video-card .video-card-wrapper,.video-post-page .video-card .video-gradient-overlay,.video-post-page .video-card video{border-radius:12px!important}.video-post-page .post-job-fixed-btn-wrapper{position:static;padding:1rem;background-color:#fff}.video-post-page .post-job-fixed-btn-wrapper button{width:100%}}.recorder-loading{display:flex;align-items:center;width:100%;height:100%;background-color:#000000e6;padding:2rem;justify-content:center}ion-badge{--padding-bottom: 6px;--padding-end: 12px;--padding-top: 6px;--padding-start: 8px;font-size:1rem;letter-spacing:.25pt}ion-badge ion-icon{font-size:1.25rem;color:#00000080;margin-right:2px;margin-bottom:-4px}.resume-wrapper{width:100%;letter-spacing:-.025rem}.resume-wrapper ion-icon{cursor:pointer}.resume-wrapper .form-list{padding:.25rem 0 0!important}.resume-link{width:100%}.resume-link ion-item{margin:0}.job-no-video.main__content{max-width:600px}.job-no-video.main__content .center-container{padding:1.5rem 3rem;min-height:650px}.job-no-video.main__content .align-end{margin-left:0}.job-no-video .video{display:none}.tips-modal-header ion-toolbar{--background: #eaf0f8}.intro-wrapper{position:relative;padding:0 1rem 1rem;min-height:400px;background-color:#eaf0f8}.intro-wrapper ion-item{--background: #eaf0f8;--background-hover: #eaf0f8}.intro-wrapper .btn{max-width:370px}.intro-wrapper footer{position:absolute;bottom:1rem;margin-left:-1rem}.intro-wrapper .swiper{position:unset}.intro-wrapper .swiper .swiper-pagination{width:100px!important;bottom:2rem!important;right:4rem!important;left:unset!important}.intro-wrapper.d-flex{padding-bottom:2rem}.intro-wrapper.d-flex ion-badge{width:-webkit-fit-content;width:fit-content}.intro-wrapper.d-flex{flex-direction:column;justify-content:space-between}span.posted-time{color:gray;font-size:13px!important;font-weight:400!important;display:block;margin-top:0rem;line-height:16px}span.posted-time a{color:#f76910!important}.company-logo{background-color:#fff;border:solid 2px #e6e6e6;width:64px;height:64px;overflow:hidden}.company-logo a{display:block}.job-page{margin:2rem auto 0;max-width:992px;width:100%}@media (min-width: 2560px){.job-page{max-width:1400px}}.job-page ion-title{padding:0 4rem;font-size:24px}@media (max-width: 576px){.job-page ion-title{padding:0 88px}}.job-page .video-card video{border-radius:12px}.job-page.no-header .center-container{border-radius:12px}.job-page .container-header{display:flex;align-items:center}.job-page .container-header>div{flex:1}.job-no-video .container-header{width:100%;flex-direction:column}.job-no-video .container-header>div{width:100%}.job-no-video .container-header .job-ctas-wrapper{margin:2rem 0}.submit-application .form-list .has-value .label-text-wrapper,.submit-application .form-list .has-focus .label-text-wrapper{background:linear-gradient(to bottom,#f2f3f4,#fff)}.video-post-page.index-2 .center-container{min-height:600px}.post-job-form{height:-webkit-fit-content!important;height:fit-content!important}.post-job-form .center-container{border-radius:0}.post-job-form .post-job-account-details{border-radius:0 0 12px 12px}.post-job-form form{margin:0 auto;width:100%;max-width:528px}.progress-counter{color:#a1a1a1}.header-stages ion-row{justify-content:center}.header-stages ion-item{--border-style: none;--inner-padding-end: 0;--padding-start: 0;--min-width: 24px}.header-stages ion-item ion-icon{margin-right:.5rem;color:#a1a1a1}.header-stages .chevron-forward{font-size:1.5rem;margin-bottom:-4px;color:#a1a1a1}.header-stages ion-label{white-space:nowrap}.submit-application .container-body,.submit-video .container-body{padding-top:0;justify-content:center}.submit-application .form-list,.submit-video .form-list{background:#f2f3f4;width:100%}.submit-application .form-list ion-item,.submit-video .form-list ion-item{--background: #f2f3f4}.submit-application .video-card-header .btn--next ion-icon,.submit-video .video-card-header .btn--next ion-icon{width:1.5rem;height:1.5rem}.submit-video.bg-light-gray .form-list .has-value .label-text-wrapper,.submit-video.bg-light-gray .form-list .has-focus .label-text-wrapper{background:linear-gradient(#f2f3f4 50%,#fff 60%)}.activeApplyVideo .align-end,.activeApplyVideo .align-start{display:none}.applyVideo{width:100%;animation:openRecorder .5s ease-out;background-color:#444950;border-radius:0 0 12px 12px;aspect-ratio:16/9}@keyframes openRecorder{0%{opacity:0}to{opacity:1}}.container-footer .btn.btn-record-later{height:24px;max-height:24px;min-height:24px;font-size:14px}.video-card-skeleton{width:100%;padding-top:144.4444444444%;max-width:440px;border-radius:.75rem}.button-skeleton{width:100%;height:54px;margin-top:1rem;border-radius:54px}.avatar-skeleton{width:64px;height:64px;border-radius:32px;margin-right:1rem}.jobtitle-skeleton{width:85%;height:32px;margin-bottom:.5rem}.company-skeleton{width:50%;height:20px}.info-skeleton-1{width:50%;height:20px;margin-bottom:.25rem}.info-skeleton-2{width:30%;height:20px;margin-bottom:3rem}.job-page-bg{background-color:#fff;padding:1px 0 2rem;min-height:calc(100vh - 180px);display:flex;align-items:center}.job-page-bg ion-list{background-color:#f2f3f4}.job-page-bg ion-list .item-has-value ion-label:after,.job-page-bg ion-list .item-has-focus ion-label:after{background:linear-gradient(to bottom,#f2f3f4,#fff)}.job-page-bg ion-list ion-item{--background: #f2f3f4}.embedded-job-page{padding:1px 0 0;height:100vh}.embedded-job-page .main__content{padding:10px 0 0;margin:0}.embedded-job-page .main__content>ion-header{padding:0}.embedded-job-page .main__content .form-list ion-col{padding:.375rem}.embedded-job-page .main__content .phone-number-row{padding-bottom:0}.embedded-job-page .center-container{padding:.65rem .75rem}.embedded-job-page .align-end{margin-left:.75rem}.embedded-job-page .container-body{justify-content:flex-start;padding:0;max-height:270px}.embedded-job-page .container-body .seeker-form{flex:1}.embedded-job-page .container-body p.sm{margin:.25rem 0 0}.embedded-ty-message{position:absolute;z-index:999;background:#fff;width:100%;height:100%;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:2rem}@media (max-width: 576px){.job-page.fluid .center-container .align-start.video{max-width:100vw}.job-page.fluid .center-container .align-start.video .fluid-ux-video-wrapper{max-width:300px;width:100%;margin:0 auto}.activeApplyVideo .align-end,.activeApplyVideo .align-start,.sf-header{display:none}.job-page-bg{padding-bottom:0;max-width:600px;margin:1rem auto 0;border-radius:.75rem}.job-page-bg .center-container{border:none}.skeleton-card{background-color:#f2f3f4;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem;height:calc(100% - 8px);border-radius:.75rem}.skeleton-card .skeleton-header{display:flex;width:100%}.skeleton-card .skeleton-header div{flex:1}.skeleton-card .avatar-skeleton{width:32px;height:32px;margin-right:.5rem}.skeleton-card .jobtitle-skeleton{height:20px}.skeleton-card .company-skeleton{height:16px}.skeleton-card .skeleton-play-btn{width:0;height:0;border-style:solid;border-width:24px 0 24px 48px;border-color:transparent transparent transparent #ccc;margin-top:3rem;opacity:.5}.buttons-skeleton{width:100%;display:flex;justify-content:space-evenly;align-items:flex-end}.buttons-skeleton .button-skeleton{width:32px;height:32px}.buttons-skeleton .button-skeleton.lg{width:72px;height:72px;--background: #dfe0e0}.job-page,.job-has-video{margin-top:0;padding:0}.job-page ion-header,.job-has-video ion-header{border-radius:0}.job-page .video-card ion-toolbar,.job-has-video .video-card ion-toolbar{padding-left:1rem}.job-page .center-container,.job-has-video .center-container{flex-direction:column;padding:0;overflow:hidden}.job-page .center-container .align-end,.job-has-video .center-container .align-end{margin:0;padding:0 1rem 1rem}.job-page .center-container .align-start,.job-page .center-container .align-end,.job-has-video .center-container .align-start,.job-has-video .center-container .align-end{width:100%}.job-page.public{padding:1rem;background-color:#fff}.job-page.public .video{padding:0}.job-page.public.submit-application .align-end,.job-page.public.job-has-video .align-end{padding:0;margin:0;top:0;position:absolute;height:100%;background-color:#fff;right:-100vw;transition:ease-out .3s right;z-index:99999999}.job-page.public.submit-application .align-end .container-body,.job-page.public.job-has-video .align-end .container-body{justify-content:flex-start;height:calc(100% - 54px);z-index:99;padding:0}.job-page.public.submit-application .align-end .container-body .rounded,.job-page.public.job-has-video .align-end .container-body .rounded{border-radius:0}.job-page.public.submit-application .align-end.video-ready,.job-page.public.job-has-video .align-end.video-ready{right:0;overflow-y:auto}.video-post-page .video{background-color:#eaf0f8}.video-post-page .center-container .video,.video-post-page .form-list{padding:1rem}.job-has-video .video-card-wrapper{height:calc(100% - 64px)!important}.submit-application .video-card-wrapper{height:calc(100% - 16px)!important}.embedded-job-page{max-width:446px;background-color:transparent!important;margin:0 auto}}.alt-ctas-wrapper .form-block__label{align-items:center}.ionic-select.alt-cta-select{border-radius:.75rem;overflow:hidden}.ionic-select.alt-cta-select ion-item:nth-child(1){--border-radius: .75rem .75rem 0 0}.ionic-select.alt-cta-select ion-list{padding:0}.ionic-select.alt-cta-select ion-list-header{display:none}@media (max-width: 576px){.job-page.fluid .center-container{overflow-y:auto;z-index:999}.job-page.fluid .center-container.full-height{min-height:calc(var(--vh, 1vh) * 100)}.job-page.fluid .record-upload-wrapper .align-start{flex:1;margin:0}.job-page.fluid .record-upload-wrapper.fluid .align-start.video{background-color:#2e3238!important}.job-page.fluid .fluid-ux-video-wrapper{max-width:100%!important}.embedded-job-page{background-color:#fff!important}.embedded-job-page .main__content{padding:0}.video-change,.post-job,.post-job .main__content,.post-job .video-post-page,.job-has-video .center-container .align-start,.job-page .align-start.video,.job-page.public,.job-page.index-3{height:100%}.job-page.public .center-container,.job-page.public .video-card.flex-card.lg,.job-page.index-3 .center-container,.job-page.index-3 .video-card.flex-card.lg{height:100%!important}.job-page.qq-open.main__content.job-no-video .center-container{padding:0}.job-page-bg{height:100vh;height:calc(var(--vh, 1vh) * 100);margin-top:0;border-radius:0}.job-page-bg.no-video .center-container{min-height:-webkit-fit-content!important;min-height:fit-content!important}.job-page{min-height:100%}.job-page ion-title{font-size:18px}.job-page ion-toolbar{--background: #fff}.job-page ion-header{padding:0;border:none;border-left:none;border-right:none;border-top:none}.job-no-video{padding:0;margin:0}.job-no-video.main__content{max-width:100%}.job-no-video.main__content .center-container{border-radius:0;padding:1.5rem;min-height:calc(100% - 56px)}.job-no-video.main__content .align-end{padding:0}.center-container{border:0}.center-container .container-body{flex:none;padding:1.5rem 0 0}.video-post-page{display:flex;flex-direction:column}.video-post-page ion-header{min-height:62px}.video-post-page .center-container{padding:0;flex:1;width:100%}.video-post-page .center-container .video{background-color:#2e3238;flex:1}.center-container{margin:0 auto;flex-direction:column;padding:0}.center-container .form-list{padding:1rem}.intro-wrapper{padding:0 2rem 4rem;min-height:280px}.intro-wrapper .swiper .swiper-pagination{right:1rem!important}.submit-application .center-container .video{background-color:#2e3238}.submit-application .align-end{border-radius:0!important}.my-applications .my-applications-slides{margin-left:-16px;width:100vw;padding:0 16px 16px}}.dropdown-popover-menu .popover-arrow:after{box-shadow:0 0 5px #0000001a}.dropdown-popover-menu.invite-dropdown{--width: 300px}.dropdown-popover-menu.share-dropdown{--width: 250px}.dropdown-popover-menu .popover-wrapper{pointer-events:none}.dropdown-popover-menu::part(content){overflow:visible!important;transition:transform .3s ease-out;box-shadow:0 5px 15px #0003;pointer-events:all;border-radius:.75rem}.dropdown-popover-menu ion-list{contain:unset;border-radius:.75rem;padding:0}.dropdown-popover-menu ion-list .custom-scrollbar{max-height:400px}.dropdown-popover-menu ion-list ion-item.item{--color: var(--ion-color-dark);--color-hover: var(--ion-color-primary);--background-hover: #f2f3f4;--background-focused: #f2f3f4;--background-hover-opacity: 1}.dropdown-popover-menu ion-list ion-item.item ion-label{font-size:14px;line-height:24px}.dropdown-popover-menu ion-icon{color:#8a94a3}.dropdown-popover-menu ion-radio{--color: var(--ion-color-light-gray);--color-checked: var(--ion-color-primary)}.dropdown-popover-menu ion-radio.radio-checked:after{content:unset}.dropdown-popover-menu ion-searchbar{padding:.75rem 1rem}.dropdown-popover-menu ion-searchbar input{padding-left:2.5rem!important;padding-right:2rem!important}.dropdown-popover-menu .invalid ion-searchbar input{border-color:var(--ion-color-danger)!important}.dropdown-popover-menu.filters::part(content){overflow:hidden!important}.submenu-group.share-popover .submenu,.submenu-group.invite-popover .submenu{width:320px;right:-310px}.submenu-group.share-popover.left .submenu,.submenu-group.invite-popover.left .submenu{left:-310px;right:unset}.dropdown-menu>ion-item:nth-child(1),.dropdown-menu>.slide-wrapper ion-item:nth-child(1),.dropdown-menu>.submenu-group:nth-child(1)>ion-item{border-radius:.75rem .75rem 0 0}.dropdown-menu ion-item:nth-last-child(1),.dropdown-menu .submenu-group:nth-last-child(1)>ion-item{border-radius:0 0 .75rem .75rem}.submenu-group{position:relative}.submenu-group .submenu{display:none;border-radius:.75rem;overflow:hidden;max-height:none;position:absolute;width:220px;height:-webkit-fit-content;height:fit-content;box-shadow:0 5px 15px #00000026;right:-210px;z-index:999;top:0}.submenu-group.left .submenu{left:-210px;right:unset}.submenu-group.bottom .submenu{top:unset;bottom:0rem}.submenu-group.active .submenu{display:block;animation:menuFadeIn ease-out .1s}.submenu-group.active>ion-item{--background: #f2f3f4}@media screen and (max-width: 768px){.dropdown-popover-menu{align-items:flex-end;--width: 100vw !important}.dropdown-popover-menu.fullscreen{--max-height: 100vh}.dropdown-popover-menu.fullscreen ::part(content):before{content:none}.dropdown-popover-menu.fullscreen .popover-wrapper,.dropdown-popover-menu.fullscreen::part(content),.dropdown-popover-menu.fullscreen .popover-viewport,.dropdown-popover-menu.fullscreen .dropdown-menu{height:100vh;height:calc(var(--vh, 1vh) * 100);overflow:hidden;border-radius:0}.dropdown-popover-menu.fullscreen .popover-wrapper:before,.dropdown-popover-menu.fullscreen::part(content):before,.dropdown-popover-menu.fullscreen .popover-viewport:before,.dropdown-popover-menu.fullscreen .dropdown-menu:before{content:none}.dropdown-popover-menu.fullscreen .dropdown-menu{display:flex;flex-direction:column}.dropdown-popover-menu.fullscreen .dropdown-menu ion-list{flex:1}.dropdown-popover-menu.fullscreen ion-list .custom-scrollbar{max-height:none}.dropdown-popover-menu::part(content){box-shadow:none;position:relative}.dropdown-popover-menu::part(content):before{content:"";position:absolute;width:40px;background-color:#dedede;height:6px;border-radius:4px;z-index:9;left:50%;margin-left:-20px;top:10px}.dropdown-popover-menu ion-content{border-radius:.75rem .75rem 0 0;overflow:hidden}.dropdown-popover-menu.slide-menu::part(content){transform:translate(-100vw)}.dropdown-popover-menu .popover-title{--padding-end: 1rem;border-radius:.75rem .75rem 0 0}.dropdown-popover-menu.filters .slide-wrapper{display:flex;flex-direction:column;height:calc(100% - 56px);transition:transform ease-out .2s}.dropdown-popover-menu.filters.slide-menu::part(content){transform:translate(0)}.dropdown-popover-menu.filters.slide-menu .slide-wrapper{transform:translate(-100vw)}.dropdown-popover-menu.filters::part(content){overflow:visible!important}.dropdown-popover-menu.filters::part(content) ion-list{border-radius:.75rem .75rem 0 0}.filters .submenu-group.active .submenu{display:flex;flex-direction:column}.filters .submenu-group .submenu{top:0;height:100%}.filters .popover-title ion-button{display:none}.filters.fullscreen .popover-title{--padding-start: .5rem;--inner-padding-start: 0;--padding-end: 1.75rem}.filters.fullscreen .popover-title ion-button{display:block}.dropdown-menu ion-item:nth-last-child(1),.dropdown-menu .submenu-group:nth-last-child(1)>ion-item{border-radius:0}.dropdown-menu>.popover-title{--padding-top: .5rem}.submenu-group{position:static}.submenu-group .popover-title{--padding-start: .5rem;--inner-padding-start: 0;--padding-end: 1.75rem}.submenu-group .submenu{width:100vw!important;right:-100vw!important;bottom:0;top:unset;border-radius:.75rem .75rem 0 0}}.video-player{position:relative;overflow:hidden;margin:0 auto;display:flex;align-items:center;justify-content:center}.video-player .react-video-player-wrapper{position:absolute;top:0}.video-player.autosize{height:100%;width:100%;aspect-ratio:unset}.video-player .video-poster{max-height:100%;max-width:100%;position:relative}.video-player video,.video-player .video-poster img{object-fit:contain;width:100%;height:100%;max-width:100%;display:block}.video-player.fullscreen.cover video{object-fit:contain}.video-player.fullscreen .react-video-player-wrapper{width:100%!important}.video-player.fullscreen .react-video-player-wrapper video{margin:0 auto;display:block}.video-player.fullscreen .video-poster{width:100%;height:100%}.video-player.fullscreen .video-poster img{object-fit:cover;width:100%;height:100%;filter:blur(20px)}.video-player ion-toolbar.controls{position:absolute;bottom:0;display:block;width:100%;padding:0 0 0 1rem;--background: transparent;opacity:0;transition:ease-out .2s opacity;pointer-events:none;z-index:99}.video-player.show-controls .controls{opacity:1;pointer-events:all}.video-player .video-play-btn{position:absolute;width:100%;height:100%;top:0;z-index:2;cursor:pointer;background:url(/assets/play-btn-DEsfyjcl.png);background-repeat:no-repeat;background-position:center center;background-size:96px;transition:opacity ease-out .1s}.video-player .video-play-btn.playing{background:none}.video-player .video-play-btn.controls-enabled{background:linear-gradient(0deg,#283e4a,#283e4a00 20%)}.video-player.cover video,.video-player.cover .video-poster img{width:100%;height:100%;object-fit:cover}.video-player-child{top:0;position:absolute;overflow:hidden;height:100%;width:100%;z-index:99;pointer-events:none}.not-original-audio-banner{position:absolute;bottom:.5rem;z-index:99999999;display:flex;align-items:center;left:.5rem;right:.5rem;color:#fff;font-family:Roboto;font-size:14px;background-color:#444950;box-shadow:0 5px 10px #0003;transition:bottom ease-out .2s}.not-original-audio-banner button{opacity:.85}.not-original-audio-banner button:hover{opacity:1}.showing-controls .not-original-audio-banner{bottom:2.25rem}.video-player-video-info{top:0;text-align:left;position:absolute;padding:1rem;width:100%;background:linear-gradient(180deg,#283e4a,#283e4a00 95%);transition:ease-out .2s opacity;z-index:9;display:flex;align-items:center;word-break:break-word;overflow-wrap:break-word}.video-player-video-info.hide-info{opacity:0}.video-player-video-info .company-logo{min-width:4rem;border-radius:50%;margin-right:1rem}@media screen and (max-width: 576px){.video-player-video-info .company-logo{min-width:3rem;width:3rem;height:3rem}}.video-player-video-info h4,.video-player-video-info p{margin:0}.video-player-video-info h4{color:#fff;font-size:1.25rem;line-height:1.75rem;display:flex;align-items:center}.video-player-video-info h4 ion-avatar{margin-right:.5rem}.video-player-video-info p{font-size:14px;line-height:1rem;margin-bottom:.5rem;color:#ffffffb3}.no-border{border:none}.language-flag{width:1.5rem;height:auto;margin-right:.5rem}.controls ion-icon{color:#fff}ion-menu{pointer-events:all;position:fixed}.headerTop__logo{width:150px;overflow:hidden;transition:all .2s ease-in-out}.headerTop__logo img{cursor:pointer}.main-header.logged{z-index:0}ion-header.guest{border-bottom:solid 1px #dedede}.menu-accordion{max-height:0;transition:max-height ease-out .2s}.menu-accordion.open{max-height:160px}.menu-accordion ion-item:hover{--background: #f2f3f4}.menu-accordion .letter-avatar,.menu-accordion ion-avatar{width:1.5rem;height:1.5rem;margin-right:.5rem}.menu-accordion .letter-avatar{font-size:.75rem;padding-top:.375rem;line-height:.75rem}.btn-career-page.selected ion-avatar{border:solid 2px var(--ion-color-primary)}.btn-career-page.selected span{font-weight:700}.nav-items ion-icon{color:#8a94a3}#drawer-menu .btn-logout{--background: #f2f3f4;color:#8a94a3}.submenu-activate-btn{width:94px;height:48px;position:absolute;top:-48px;left:150px;cursor:pointer;background-color:transparent}.submenu-pointer{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff;position:absolute;left:180px;top:-8px;border-radius:2px}.main-menu-submenu-popover,.menu-solutions-popover{position:absolute;background-color:#fff;z-index:9999999;border-radius:.75rem;display:none;top:3.5rem}.main-menu-submenu-popover{width:140px;text-align:left;line-height:2.5rem;margin-left:-2rem}.main-menu-submenu-popover .submenu-activate-btn{left:1.5rem}.main-menu-submenu-popover .submenu-pointer{left:60px}.main-menu-submenu-popover a{font-weight:500;font-size:14px;display:block;padding:0 1rem}.main-menu-submenu-popover a:hover{background-color:#f2f3f4}.main-menu-submenu-popover .rounded{overflow:hidden}.menu-solutions-popover{width:650px;left:1rem}.menu-solutions-popover.open{padding:1rem;box-shadow:0 0 20px #00000026;animation:solutionsMenuOpen ease-out .3s forwards}.menu-solutions-popover.open ion-grid{display:block}.menu-solutions-popover h4{display:flex;align-items:center;margin:0;font-size:1rem;color:#f76910}.menu-solutions-popover h4 ion-icon{margin-left:.5rem}.menu-solutions-popover p{font-size:.75rem;line-height:1rem;margin:0;font-weight:400}.menu-solutions-popover img{width:64px}.menu-solutions-popover a{display:flex;align-items:center}.menu-solutions-popover a div{text-align:left;margin-left:.5rem}@media screen and (max-width: 768px){.menu-solutions-popover .submenu-pointer{left:120px}}@keyframes solutionsMenuOpen{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.solutions-accordion-btn ion-icon{transform:rotate(0)}.solutions-accordion-btn.open ion-icon{transform:rotate(180deg)}.solutions-accordion{max-height:0;overflow:hidden;transition:max-height ease-out .2s;background:#f2f3f4}.solutions-accordion ion-item{--background: #f2f3f4}.solutions-accordion.open{max-height:442px}.main-header .custom-toolbar{display:flex;position:relative;z-index:999;align-items:center;width:100%;min-height:56px;padding-left:.25rem}.main-header .custom-toolbar [slot=end]{margin-left:auto}.main-header .custom-toolbar ion-buttons ion-button.button-clear{--border-radius: .75rem}.main-header .custom-toolbar .headerTop__logo{padding-left:1rem}@media screen and (max-width: 768px){.main-header .custom-toolbar .headerTop__logo{width:144px;padding-top:0;padding-bottom:0;margin-top:5px}}.main-header .custom-toolbar ion-buttons[slot=end]{padding-right:1rem}@media screen and (max-width: 768px){.main-header .custom-toolbar ion-buttons[slot=end]{padding-right:0}}.main-header .custom-toolbar .btn-nav-link{color:#444950}.main-header .custom-toolbar .btn-nav-link:hover .menu-solutions-popover,.main-header .custom-toolbar .btn-nav-link:hover .main-menu-submenu-popover,.main-header .custom-toolbar .btn-nav-link:active .menu-solutions-popover,.main-header .custom-toolbar .btn-nav-link:active .main-menu-submenu-popover{display:block;box-shadow:0 0 20px #00000026;animation:solutionsMenuOpen ease-out .3s forwards}.main-header .custom-toolbar.dark-header{background:linear-gradient(90deg,#30343a,#444950)!important}.main-header .custom-toolbar.dark-header .btn-nav-link{color:#ccc}.main-header .custom-toolbar.mobile-logged{padding-right:0}.main-header .custom-toolbar ion-buttons button{font-size:1rem}.main-header .custom-toolbar ion-buttons button:focus,.main-header .custom-toolbar ion-buttons button:active{border:none;outline:none}.print-page .btn{padding-left:6rem;padding-right:6rem;background-color:#fff;display:flex}.print-page .btn ion-icon{font-size:1.5rem}.print-page .btn--primary{margin-left:1rem;background:linear-gradient(103.52deg,#f76910 12.11%,#f04c38 92.96%)}#drawer-menu ion-toolbar{border-bottom:solid 1px #dedede}#drawer-menu ion-backdrop{background-color:#444950;animation:backdropFade .2s ease-out}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.drawer-menu-btn{color:#a1a1a1}#drawer-menu ion-list ion-item a{display:block;width:100%;height:100%;line-height:48px}#drawer-menu ion-list a,#drawer-menu ion-list ion-item{color:#444950}.menuPopover{margin-right:1.5rem;--box-shadow: 0px 4px 30px rgba(91, 107, 125, .1)}.menuPopover::part(content){margin-left:-23px;margin-top:26px;transform-origin:top right!important}@media screen and (max-width: 576px){.menuPopover::part(content){margin-left:-10px}}.menuPopover ion-item{--inner-padding-end: 0;color:#444950}.menuPopover ion-item a{color:#444950;line-height:48px;display:block;width:100%;height:100%}.menuPopover.menu-right::part(content){transform-origin:top left!important}.popover-menu-btn{display:flex;align-items:center}.popover-menu-btn .letter-avatar{margin-right:.5rem;border:solid 1px #ccc}.popover-menu-btn ion-icon{transition:transform ease-in-out .2s;margin-bottom:-3px}.popover-menu-btn.popover-open ion-icon{transform:rotate3d(180,1,1,180deg)}.main-header .active,footer .active{border-bottom:solid 2px #f76910}.menuPopover .active,#drawer-menu .active{border-left:solid 4px #f76910}@media screen and (max-width: 576px){#drawer-menu ion-item,#drawer-menu ion-title,#drawer-menu a{font-size:14px}}.video-card{position:relative;border-radius:12px;overflow:hidden;text-align:left;color:#fff}.video-card h3,.video-card h4{color:#fff}.video-card .video-card-wrapper{width:100%;height:100%;border-radius:12px;overflow:hidden}.video-card .video-card-wrapper.playing .video-card-header{opacity:0;pointer-events:none}.video-card .video-card-wrapper.playing .video-gradient-overlay{opacity:0}.video-card .video-card-wrapper.playing .video-gradient-overlay:after{display:none}.video-card .video-card-wrapper.playing .apply-btns{display:none}.video-card .video-card-wrapper.playing .video-card-footer{padding-right:0;opacity:0;transition:opacity ease-out .2s}.video-card .video-card-wrapper.playing.show-controls .video-card-footer{opacity:1;pointer-events:all}.video-card .video-card-header ion-toolbar{--min-height: 24px}.video-card .video-card-header ion-toolbar ion-buttons{align-self:flex-start;padding-right:.25rem}.video-card .video-card-header ion-toolbar ion-buttons ion-button{height:48px!important}.video-card .video-card-header ion-toolbar ion-buttons ion-button::part(native){padding:0}.video-card .video-card-header.lg-header ion-toolbar{padding:1rem 0 0 1.5rem}.video-card .video-card-header.lg-header h3{font-size:1.5rem;line-height:1.75rem;margin-bottom:.25rem}.video-card .video-card-header.lg-header p{font-size:18px}.video-card .video-card-header.lg-header ion-buttons{padding-right:0}.video-card .video-card-header.lg-header ion-buttons ion-button{width:48px!important;height:48px!important}.video-card .video-card-header.lg-header ion-buttons ion-button#card-close-btn{font-size:22.5px;--padding-top: 0;--padding-end: 0;--padding-bottom: 0;--padding-start: 0}.video-card .video-card-header.lg-header ion-buttons ion-button#card-info-btn{font-size:18px}.video-card .video-card-header h3{font-size:1rem;line-height:1.25rem;outline:none}.video-card .video-card-header p,.video-card .video-card-header h3{margin:0;overflow:hidden;text-overflow:ellipsis;text-shadow:2px 2px 2px rgba(0,0,0,.3)}.video-card .video-card-header P{color:#ffffffbf;line-height:1.25rem;margin-bottom:.25rem;font-size:14px}.video-card .video-card-header .card-title{align-self:flex-start;width:100%}.video-card .video-card-header .company-logo{margin-right:.75rem}.video-card.xl{width:100%;height:100%}.video-card.xl .video-card-wrapper{border-radius:12px;overflow:hidden}@media screen and (max-width: 576px){.video-card.xl .video-card-wrapper.candidate-toolbar{border-top:none;border-bottom:none}}.video-card.xl .video-gradient-overlay{background:url(/assets/play-btn-DEsfyjcl.png),linear-gradient(180deg,#283e4a,#283e4a00 50%),linear-gradient(180deg,#283e4a00 90%,#283e4acc);background-size:30%,100%,100%;background-repeat:no-repeat;background-position:center center}.video-card.lg{width:440px;height:636px}.video-card.md{width:280px;height:404px}.video-card.sm{width:220px;height:318px}.video-card.empty .video-card-wrapper{background:#e9e9ea;display:flex;align-items:center;justify-content:center;text-align:center;color:#444950;flex-direction:column}.video-card.empty .video-card-wrapper ion-icon{color:#d6d6d6}.video-card.empty .video-card-wrapper .card-icon{font-size:64px;line-height:2rem}.video-card.empty .video-card-wrapper p{color:#d6d6d6;text-transform:uppercase;margin:.5rem 0 0}.video-card .video-media,.video-card video{width:100%;height:100%;object-fit:contain;position:relative;border-radius:.75rem}.video-card .video-gradient-overlay{background:url(/assets/play-btn-DEsfyjcl.png),linear-gradient(180deg,#283e4a,#283e4a00 50%);background-repeat:no-repeat;background-position:center center;background-size:35%,100%,100%;transition:opacity ease-out .1s;border-radius:12px}.video-card .video-gradient-overlay.no-play-btn{background:linear-gradient(180deg,#283e4a,#283e4a00 50%)}.video-card .video-gradient-overlay.no-play-btn:after{display:none}.video-card .controls .video-gradient-overlay{background:url(/assets/play-btn-DEsfyjcl.png),linear-gradient(180deg,#283e4a00 70%,#283e4a);background-repeat:no-repeat;background-position:center center;background-size:30%,100%}.video-card .controls .video-gradient-overlay.no-play-btn{background:linear-gradient(180deg,#283e4a00 70%,#283e4a)}.video-card .controls .video-gradient-overlay.no-play-btn:after{display:none}.video-card .video-card-header p,.video-card .video-card-header h3{overflow:hidden;text-overflow:ellipsis;text-shadow:2px 2px 2px rgba(0,0,0,.3)}.video-card .video-card-header ion-toolbar{align-items:flex-start;--min-height: 24px}.video-card .video-card-header ion-title{padding:0 0 0 1rem}.video-card.xl .video-card-header ion-toolbar{padding:0}.video-card.xl .video-card-header ion-title{padding:0}.video-card .video-card-normal h3.sm{margin-top:.25rem;font-size:1rem;line-height:1.5rem}.video-card .video-card-normal p{font-size:14px}.video-card .video-card-normal p.lg{font-size:1rem}.video-card .video-card-normal .applied-date{font-size:11px}.video-card .video-info{display:flex;flex-direction:column;justify-content:space-between;border-radius:.75rem;overflow:hidden}.video-card .video-play-btn{flex:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.video-card .video-card-footer{padding:0 1rem 1rem;--min-height: 0}.video-card .video-card-footer ion-buttons{padding-right:.5rem!important;padding-left:.5rem}.video-card .video-card-footer ion-buttons ion-button.button-has-icon-only{width:36px;--padding-start: .25rem;--padding-end: .25rem}.video-card .video-trim{padding-right:0}@keyframes bounce{0%{transform:translateY(0)}15%{transform:translateY(.5rem)}20%{transform:translateY(0)}25%{transform:translateY(.25rem)}30%{transform:translateY(0)}35%{transform:translateY(.1rem)}40%{transform:translateY(0)}to{transform:translateY(0)}}.video-card .video-pip{position:absolute;bottom:1rem;left:1rem;width:100px;height:130px;padding:4px;background-color:#fff;border-radius:.25rem;overflow:hidden;z-index:5;cursor:pointer;box-shadow:0 5px 10px #0000004d;animation:bounce ease-out 2.5s 1;animation-delay:.5s}.video-card .video-pip img{border-radius:.25rem}.video-card .video-pip h4{position:absolute;font-size:12px;z-index:1;margin:0;text-align:center;padding:8px 0;width:100%;left:0}.video-card .video-pip:after{content:"";position:absolute;width:calc(100% - 8px);height:calc(100% - 8px);top:4px;left:4px;border-radius:.25rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAByFJREFUeNrs3eFRHDcUAOC7TH6ngqSBUIBjF2BTQMYFZJwCIAVgCgAKyNkFMBQALsDgAm5cAEkDNHBZJUtCMAeGW+1Ket83c8NMfhxEHr19T9LTzmYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwprkhyGe1Wm11P7678Z+W8/n8ysggALQ76dOE/7X7vLk1+a+ddp+zLhAcGy0EgLYm/3b342jNxL9t2X32ukBwbuQQAOqf/K/7yf9Yi+5zoDRAAIg3+a+lyb/TBYFTo4kAUNfk/6H7cTHQ16UA8LYLBJdGljF8Ywg2tjvgd6U1hA9dUHljWJEB1JEB/Jnpq5d9WbA0ysgAypz8zzN+/VafDfzWby2CABC0xPiQOdggAFCwtNB40gWBd7IBBIC40iLhp37bEQSAif0xwe9MGcBRFwRO+i1IEACm0O/XT3WCL60JXKRFQv8SCADT+Tjx79/tgoBFQgSAiZwV8DekLcNUEuxbJORRWawh2Ew/4T4X9CfpK0AGMOI6QJpwJbX0poD0rt8ytEiIADCCEp+2+gpQAoxUBgzZEZiDvgJkABnLgMt+kpVKXwECQGZnFfyN+goQAAKtA9xFXwECQIYyIJUANd3ko68AASBgGXCTvgIBgAHVesW3voKomashGFbGK8LG4n0FMgA2UPsRXH0FAgCB1gHWSScIP/VvO0IAoPF1gLvoKxAAeIwKTgU+hb4CAYCgWcDNbGC/v3xkyz+xAMB6Lb/6W19BSxmrIcijmxypO7D1ujmVOzu2DGUAfOkswP+jvgIBgEDrAOvoK1ACcEcZkO4KjPZkPO/LAq84lwGEF/FiTn0FAgCB1gHW8b4CJQANNAcNYdF9DvoblJEBKAOC0VcgACgDgtNXoAQIWQKU9uagElz1JcHCUMgA2o6w/9S9yoAvswF9BQKAMiA4fQVKAGUAf9NXIANougzwWq776SsQAJp2bAi+ynVfgctHlABNlQGlv0C0RPoKZADNlAEtXhWW2799BcoCAUAZEJeXmgoAzaS0PI1FQgGg+jKgtheIlsgioQBQNYeCNnd9ktBLTQWA6jgWPJznM+8r2CwrNQTjC3pVWG5pgXXPnQMygBp8NASDSxeSnlggFACsA8S1JQgIANYBBIEjwyAAFEtzUHbbbiUWAJQBse26bEQAKJmFwPz2DcED2aghmI4rw0fxs0tGZAClshiYn0NCAkCxPJny27YtKAAIAMGDgCEQAIrTdweS3ytDIADIAuKyHSgACACBaRkWAIrlPAACQOB1ABnACNwnKAAQm3sCBABPpsCZlh0XAaBILwwBAkBcPxqC7KyzCAAygMCk/wJAkfV/OqDinLoMQAAIygJgflfz+VzXpQAgAATlfYz3cCHItCWAC0EyP/27z0uvF5cBlDj5tajmtzD5BQDpf0zLbvIfGAYBoFR61POm/juGQQAoNf1P239aVPPZcfRXAJD+x538tv2+0reGYBKvDUGWtP8X7dUygNLT/5T6u6JqWGnSvzT5ZQA1sPg37FP/oJv4C0MhANTC/v9wT/0d+/ybcRJw3PQ/Nf58NhIbP/Ut9FkD8PQPKJ3rf2byKwHU/7Fc9k99i3xKAOl/MIfd5/du8rvUUwYg/Q9kOXOiTwCQ/odja08J0GQJoPf/Ybb2ZABNTn7p/8NPfVt7E7ANKP2fmq09JUDzGUBa/Xf77//Z2lMChJj8rv7+kq09ASAMrb//SU/7PVt7AkAkLv+wtScABE3/9f7PZmlx762tPQEgosir/7b2KmAbUPqfQ0r1be1VwDZgvvQ/YvNPWtzbs7WnBCBe88+hF3EIAMRL/53fVwJwRwnQ+uk/W3syANZM/u3GJ/9p/9R3kk8AIFD67/x+Y2wD5tHi/n9K9b18QwbAA+l/ay/+dDWXAMAjtNL8Y5FPACBo/W9rTwDgCel/7c0/zu8HYxFwWDUv/jm/LwMgYP1vay8wJwGHS/9rbP5xfl8GwEBqav6xyIcAELD+t7WHEiBTCVD6m3+c30cGkGnyl5z+W+RDAAia/rt/HyXACBlAab3/zu8jAxhp8pf05h+LfAgAIyvl8I/79xEAAtb/zu/zZHoBNkv/U/PPlL3/zu8jA5jQ9xP9XvfvIwAU4MUE6f7C+X0EgHic30cAKMwY++xXfbp/bLgZmkXAzeR+GqdJ/8zkJxcnATe0Wq0uZsPvBDi/jwygEodDf1838X8y+ZEB1JMFnMw2vw34vK/1nd9HAKgsAKRegBQEnnIjsPP7CACNBIH3j8wEXNKBANBYIEjNQbuz+xcGLfIhADQeCNItQa9uBYI04U/V+QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQGh/CTAARbyZDzICZrYAAAAASUVORK5CYII=),linear-gradient(180deg,#283e4a,#283e4a00 50%);background-repeat:no-repeat;background-position:center center;background-size:50%,100%}@keyframes indicate-cta{8%{transform:rotate(90deg)}15%{transform:rotate(90deg) translate(-20px)}25%{transform:rotate(90deg) translate(20px)}35%{transform:rotate(90deg) translate(-20px)}45%{transform:rotate(90deg) translate(20px)}55%{transform:rotate(90deg) translate(0)}60%{transform:rotate(0)}}@keyframes bounce-cta{15%{transform:translateY(5px) scale(1)}25%{transform:translateY(-5px) scale(1.01)}35%{transform:translateY(5px)}45%{transform:translateY(-5px) scale(1.01)}55%{transform:translateY(5px)}60%{transform:translateY(0)}}.video-card #single-job-apply-now{animation-delay:.2s;margin:5px auto 0;width:calc(100% - .5rem)}.video-card .record-now-img{position:absolute;right:5rem;bottom:1rem;width:30%}.video-card.xl .video-sheet,.video-card.lg .video-sheet{padding:1rem 1rem 5rem}.video-card.xl .video-sheet .sheet-close-btn,.video-card.lg .video-sheet .sheet-close-btn{right:0;top:.5rem}.video-card.xl .video-sheet .sheet-close-btn ion-icon,.video-card.lg .video-sheet .sheet-close-btn ion-icon{font-size:1.75rem}.video-card .activity{padding:0}.video-card .activity ion-item{--inner-padding-bottom: .5rem;--inner-padding-top: .5rem;--padding-start: 0;--padding-end: 0}.video-card .activity ion-item:nth-last-child(1){--border-style: none}.video-card .activity ion-item ion-buttons{width:16px;margin:0 1rem 0 0;display:block;text-align:right}.video-card .activity ion-item ion-buttons img{object-fit:cover;width:100%;height:100%}.video-card .magenta-border .video-gradient-overlay{border:solid 4px #c6096f}.video-card .green-border .video-gradient-overlay{border:solid 4px #2fb886}.no-video-job-sheet{position:absolute;bottom:0;background-color:#e1e3e9;width:100%;padding:1rem;height:65%;z-index:9;pointer-events:none;border-radius:0 0 .75rem .75rem}.no-video-job-sheet h4,.no-video-job-sheet p{color:#444950;margin:0}.no-video-job-sheet .posted-time{margin-bottom:.75rem;font-size:12px!important}.video-sheet{position:absolute;bottom:-100%;padding:1rem;width:100%;max-height:100%;background-color:#fff;border-radius:12px 12px 0 0;z-index:99;transition:bottom ease-in-out .4s}.video-sheet h4,.video-sheet h3,.video-sheet p{margin:0;color:#444950}.video-sheet .sheet-details{margin-bottom:1.5rem}.video-sheet .sheet-close-btn{position:absolute;right:-8px;top:-4px}.video-sheet .sheet-close-btn ion-icon{font-size:14px}.video-sheet ion-avatar{width:5rem;height:5rem}.video-sheet ion-avatar.company-logo{border-color:#e6e6e6}.video-sheet ion-item{--padding-start: 0;margin-bottom:.5rem}.video-sheet ion-item ion-icon{font-size:3rem}.video-sheet a{color:#8a94a3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-card-cover{position:absolute;width:100%;height:100%;top:0;z-index:2;transition:height ease-out .1s}.video-card-cover.not-interactive{z-index:9999999;pointer-events:all}.video-sheet-overlay{background-color:#444950;opacity:0;z-index:98;transition:ease-in-out .1s opacity;pointer-events:none;border-radius:12px;padding:3rem 2rem;text-align:center}.video-sheet-overlay h2{color:#fff}.video-sheet-overlay p{color:silver}.video-sheet-overlay p.lg{font-size:1.125rem!important}.video-sheet-overlay.cta-message{transition:ease-in-out .3s opacity;opacity:.97;pointer-events:all}.video-sheet-overlay.cta-message .close-cta-message{position:absolute;right:0;top:.5rem;width:48px}.video-card .sheet-open .video-sheet,.candidate-modal-wrapper .sheet-open .video-sheet,.candidate-swiper .sheet-open .video-sheet{bottom:0;display:flex;flex-direction:column}.video-card .sheet-open .video-sheet-overlay,.candidate-modal-wrapper .sheet-open .video-sheet-overlay,.candidate-swiper .sheet-open .video-sheet-overlay{pointer-events:auto;opacity:.8}.video-card-preferred{font-size:1.5rem}.video-card-no-toolbar .video-card.flex-card.xl{height:100%}.video-card-logo{position:absolute;bottom:1rem;right:1rem;width:80px;z-index:2;height:auto!important}.media-error{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;width:100%;height:100%}.media-error p.lg{color:#8a94a3;font-size:18px;padding:0 3rem}.media-error ion-icon{font-size:6rem}.video-player-controls{color:#fff9;font-size:1rem}.controls-toggle{display:none}.video-progress ion-range{--bar-background: rgba(0, 0, 0, 0);--bar-background-active: rgba(0, 0, 0, 0);--bar-height: 3px;--knob-size: 1rem;--knob-background: transparent !important;padding:0;--height: 2rem}.video-progress ion-range.range-pressed{--knob-background: var(--knob-bg, #f76910) !important}.video-time{display:flex;justify-content:space-between}@media (max-width: 576px){.video-time{font-size:12px}}.video-progress{position:relative}.video-progress ion-range{--bar-background: rgba(0, 0, 0, 0);--bar-background-active: rgba(0, 0, 0, 0);--bar-height: 3px;--knob-size: 1rem;--knob-background: transparent;padding:0;--height: 2rem}.video-progress ion-range.range-pressed{--knob-background: var(--ion-color-primary)}.video-progress ion-progress-bar{height:3px;--buffer-background: #cea992;position:absolute;bottom:14px}.jobpage-apply-footer{padding:0;position:absolute;bottom:0;height:110px!important;align-items:flex-end;z-index:999;border-radius:.75rem}.jobpage-apply-footer ion-segment-button{text-transform:none;letter-spacing:0;font-size:9px;height:56px;--indicator-height: 0;--color-checked: #444950;color:var(--ion-color-medium)}.jobpage-apply-footer .record-now-rounded{height:110px}.jobpage-apply-footer .record-now-rounded ion-icon{background-color:#f76910;padding:18px;border-radius:50%;color:#fff;font-size:2rem;z-index:888;border:solid 5px #fff;box-shadow:0 0 6px #00000026;transition:transform ease-out .25s}.jobpage-apply-footer.playing{animation:footerHeight forwards;animation-delay:.3s}.jobpage-apply-footer.playing .record-now-rounded ion-icon{transform:scale(.5) translateY(51px);box-shadow:none}.thumb-edit .video-player-controls{padding:0 1rem}.thumb-edit .video-progress ion-range,.thumb-edit .trim-range ion-range{--knob-border-radius: 16px;--bar-height: 1rem;--knob-size: 2rem;--knob-background: #8a94a3 !important;--height: 6rem;z-index:99}.thumb-edit .video-progress ion-range::part(knob),.thumb-edit .trim-range ion-range::part(knob){width:20px;transform:scaleY(1.25);height:65px;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.394531' y='0.388428' width='3' height='16' rx='1.5' fill='%23EBEDF0'/%3E%3Crect x='5.39062' y='0.388428' width='3' height='16' rx='1.5' fill='%23EBEDF0'/%3E%3C/svg%3E%0A");background-position:center center;background-repeat:no-repeat;top:.25rem;box-shadow:0 4px 4px #00000040}.thumb-edit .video-progress ion-range.range-pressed,.thumb-edit .trim-range ion-range.range-pressed{--knob-background: #8a94a3}.thumb-edit .video-progress ion-progress-bar,.thumb-edit .trim-range ion-progress-bar{height:1rem;bottom:2.35rem}.thumb-edit .video-progress .trim-range-playhead,.thumb-edit .trim-range .trim-range-playhead{position:absolute;top:0;width:100%;pointer-events:none;--bar-background: transparent;--bar-background-active: transparent;--knob-background: transparent !important;z-index:99}.thumb-edit .video-progress .trim-range-playhead::part(knob),.thumb-edit .trim-range .trim-range-playhead::part(knob){pointer-events:all;background-image:none;box-shadow:none}.thumb-edit .video-progress .trim-range-playhead::part(knob):before,.thumb-edit .trim-range .trim-range-playhead::part(knob):before{background-color:#444950;opacity:1;border-radius:4px;height:64px;width:4px;left:50%;margin-left:-2px;transform:scale(1)!important}.trim-range{position:relative}.trim-range ion-range{--bar-background: #cea992;--bar-background-active: var(--ion-color-primary)}.trim-range ion-range::part(pin){transform:translateY(-36px);opacity:0;transition:opacity ease-out .1s;background-color:#444950e6;height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content;border-radius:4px;padding:2px;color:#fff}.trim-range ion-range::part(pin):before{content:none}.trim-range ion-range.range-pressed::part(pin){opacity:1}.thumb-edit .video-card-header ion-toolbar{--min-height: 40px !important}.thumb-edit .video-time,.thumb-edit .video-card-footer ion-buttons{display:none}.thumb-edit .video-progress ion-range{--knob-border-radius: 16px;--bar-height: 1rem;--knob-size: 2rem;--knob-background: #8a94a3 !important;--height: 6rem;z-index:99}.thumb-edit .video-progress ion-range::part(knob){width:20px;transform:scaleY(1.25);height:65px;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.394531' y='0.388428' width='3' height='16' rx='1.5' fill='%23EBEDF0'/%3E%3Crect x='5.39062' y='0.388428' width='3' height='16' rx='1.5' fill='%23EBEDF0'/%3E%3C/svg%3E%0A");background-position:center center;background-repeat:no-repeat;top:.25rem;box-shadow:0 4px 4px #00000040}.thumb-edit .video-progress ion-range.range-pressed{--knob-background: #8a94a3}.thumb-edit .video-progress ion-progress-bar{height:1rem;bottom:2.35rem}@keyframes footerHeight{to{height:64px}}.provide-video-overlay{position:absolute;width:calc(100% + 2rem);height:132px;z-index:9999;display:flex;left:0;margin:0 -1rem;justify-content:space-evenly;align-items:center;bottom:0}.provide-video-overlay .cta{opacity:0;animation:menuFadeIn .15s ease-out forwards}.provide-video-overlay:after{content:"";z-index:-1;position:absolute;border-radius:50% 50% 0 0;width:100%;height:100%;background-color:#fff;transform:translateY(100px);animation:revealVideoCtas .15s ease-out forwards;opacity:0}.provide-video-overlay.animate-out .cta{animation:menuFadeIn .15s ease-out forwards reverse}.provide-video-overlay.animate-out:after{animation:hideVideoCtas .15s ease-out forwards}.provide-video-overlay .cta{width:4rem;height:4rem;margin-top:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:solid 4px #fff;box-shadow:0 0 6px #00000026;border-radius:50%;position:relative;padding:0}.provide-video-overlay .cta span{position:absolute;font-size:10px;font-weight:500;color:#8a94a3;bottom:-1.25rem;white-space:nowrap;text-align:center}.provide-video-overlay .cta.close-cta{font-size:2rem;margin-top:0;width:4.5rem;height:4.5rem;background-color:var(--ion-color-danger);border:solid 4px #fff;color:#fff}.provide-video-overlay .cta.upload-cta{border-color:#d5d5d5;color:#f76910}.provide-video-overlay .cta.record-cta{color:#fff;background-color:#f76910}@keyframes revealVideoCtas{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes hideVideoCtas{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}.job-page .video-card-normal .video-gradient-overlay,.job-page .controls .video-gradient-overlay{background:url(/assets/play-btn-DEsfyjcl.png),linear-gradient(180deg,#283e4a,#283e4a00 30%),linear-gradient(180deg,#283e4a00 85%,#283e4a);background-repeat:no-repeat;background-position:center center;background-size:35%,100%,100%,cover}.job-page .thumb-edit .video-gradient-overlay.no-play-btn{background:linear-gradient(180deg,#283e4a,#283e4a00 20%),linear-gradient(180deg,#283e4a00 85%,#283e4a);background-repeat:no-repeat;background-position:center center;background-size:100%,100%}.job-page .job-page-details-btn{position:absolute;bottom:.75rem;left:1rem;z-index:9998;--box-shadow: none;font-size:.75rem;width:4rem;height:32px;min-height:0;--background: rgba(255, 255, 255, .2)}.trim.btn--grey{box-shadow:0 0 13px #00000040}.capture-thumb{font-weight:400;transition:background-color .1s ease-out;box-shadow:0 0 13px #00000040}.capture-thumb ion-icon{font-size:1.5rem}.job-page.public .video-card.flex-card{background-color:#fff}.video-card.flex-card.lg,.video-card.flex-card.md,.video-card.flex-card.sm{width:100%;height:auto;flex:1;aspect-ratio:9/16;background-color:#444950}.video-card.flex-card.lg .video-card-wrapper,.video-card.flex-card.md .video-card-wrapper,.video-card.flex-card.sm .video-card-wrapper{position:absolute;top:0;width:100%;height:100%}.video-card.flex-card.xl{width:100%;height:calc(100% - 56px)}.video-card.flex-card.xl .video-card-wrapper{position:absolute;top:0;width:100%;height:100%}.my-intro .video-card.xl{height:100%}@media screen and (max-width: 576px){.my-intro .video-card.xl .video-card-wrapper{border-top:solid 16px #fff;border-bottom:solid 16px #fff}}i.shortlist-icon{background-image:url(/assets/shorlist-action-BHe14cQ8.svg);background-size:cover;width:48px;height:48px;display:inline-block;background-position:0 0}i.shortlist-icon:hover{background-position:0 -48px}i.shortlist-icon.shortlisted{background-position:0 -96px}i.shortlist-icon.shortlisted:hover{background-position:0 bottom}i.shortlist-icon.removed{background-position:0 -144px;margin-right:.5rem}.shortlist-toast{background-color:#444950f2;position:absolute;bottom:-5rem;z-index:2;width:calc(100% - 2rem);padding:.5rem 0;display:flex;align-items:center;justify-content:center;pointer-events:none;border-radius:4rem;left:50%;margin-left:calc((100% - 2rem)/-2);font-size:14px;height:48px}.shortlist-toast ion-icon{font-size:1.5rem}.shortlist-toast .shortlist-icon{margin-left:-.5rem}.shortlist-toast.present{animation:toastAnimation 3s ease-out}.video-card.sm .shortlist-toast .shortlist-icon{display:none}video::cue{background-color:#000000e6;font-size:20px!important;line-height:28px!important}video::-webkit-media-text-track-container{overflow:visible!important}video::-webkit-media-text-track-display{background-color:#000000e6;border-radius:.25rem;font-size:20px!important;line-height:28px!important}.video-card-header{position:absolute;z-index:999;opacity:1;left:0;right:0;width:auto;top:0;padding:0 .75rem;transition:opacity ease-out .2s;background:linear-gradient(0deg,#283e4a00,#283e4a 80%)}.video-card-header ion-toolbar{top:0;bottom:unset;opacity:1;pointer-events:all}.video-card-header .card-editable-title{width:calc(100% - 64px)}.captions-button,.sound-button{opacity:.5;transition:opacity ease-out .1s}.captions-button.on,.sound-button.on{opacity:.9}.subtitle-off video::cue{opacity:0}.subtitle-off video::-webkit-media-text-track-container{transform:translateY(100%)!important}.video-card.xl .shortlist-toast{padding:.25rem 0;font-size:1rem}.video-card.xl .shortlist-toast .shortlist-icon{display:inline-block}.video-post-page .shortlist-toast{padding:.25rem 0;font-size:1rem;height:48px}.video-post-page .video-card .video-card-wrapper .video-card-footer{padding-right:1rem}@keyframes toastAnimation{0%{bottom:-5rem}10%{bottom:1rem}90%{bottom:1rem}to{bottom:-5rem}}@keyframes changeThumbAnimation{0%{bottom:-5rem}10%{bottom:3rem}90%{bottom:3rem}to{bottom:-5rem}}.job-page .shortlist-toast{width:200px;margin-left:-100px}.job-page .shortlist-toast.present{animation:changeThumbAnimation 3s ease-out}body.ios i.shortlist-icon,body.android i.shortlist-icon{width:48px;height:48px}body.ios i.shortlist-icon:hover,body.android i.shortlist-icon:hover{background-position:0 0}body.ios i.shortlist-icon.shortlisted,body.ios i.shortlist-icon .shortlisted:hover,body.android i.shortlist-icon.shortlisted,body.android i.shortlist-icon .shortlisted:hover{background-position:0 -96px}body.ios .shortlist-toast,body.android .shortlist-toast{font-size:.75rem}.btn-add-video{padding-left:1rem;padding-right:1rem;height:40px}.sheet-header.job{display:flex;align-items:center}.sheet-header.job div{flex:1}.user-avatar img{width:100%;border:solid 3px #8a94a3}@media (min-width: 769px){.card-title-hide{display:none}}@media (max-width: 768px){.job-page .video-gradient-overlay{background:url(/assets/play-btn-DEsfyjcl.png),linear-gradient(180deg,#283e4a,#283e4a00 50% 70%,#283e4a);background-repeat:no-repeat;background-position:center center;background-size:35%,100%}.job-page .video-card-footer{padding-bottom:0}.job-page.playing .video-card-footer{padding-bottom:1rem}.video-card.flex-card .company-logo{align-self:flex-start;width:56px;height:56px;min-width:56px;overflow:hidden}.video-card .record-now-img{right:unset;left:50%;margin-left:-100px;bottom:4rem;width:200px}.video-card-header .btn--next{padding:0 1rem}}#apply-after-record-later{padding-left:1rem;padding-right:1rem}@media (max-width: 576px){.video-card .video-sheet-overlay.cta-message{padding:2rem 1rem}.video-card .video-sheet-overlay.cta-message p.lg{font-size:1rem!important}.video-card .video-card-header h3{font-size:14px;line-height:1rem}.video-card .video-card-header.lg-header ion-toolbar{padding:1.5rem 0 0 1.5rem}.video-card .video-card-header.lg-header ion-buttons{padding-right:1rem}.video-card .video-card-header.lg-header h3{font-size:1rem;line-height:1.25rem}.video-card .video-card-header.lg-header p{font-size:14px}.video-card.md .video-card-header h3{font-size:18px;line-height:1.25rem}.video-card.xl{padding-top:0!important;border-width:12px;height:100%!important}.video-card.xl #card-info-btn{font-size:1rem}.video-card.xl .video-card-header h3{font-size:1.25rem;line-height:1.5rem}.video-card.sm .buttons-last-slot{display:none}.video-card .video-sheet{bottom:-200%;max-height:calc(100% - 3rem);padding:1rem 0!important}.video-card .video-sheet h3{font-size:18px;line-height:1.25rem}.video-card .video-sheet .sheet-details,.video-card .video-sheet .sheet-location{margin-bottom:.75rem}.video-card .video-sheet p,.video-card .video-sheet h4,.video-card .video-sheet span{font-size:12px!important;line-height:20px}.video-card.empty h3{font-size:1rem;margin:0}.video-card.empty p{font-size:12px;margin:4px 0 0}.video-card.xl .video-card-header ion-buttons ion-button{width:36px!important;height:36px!important;--padding-start: 0px !important;--padding-end: 0px !important;--padding-top: 0px !important;--padding-bottom: 0px !important}.video-card.xl .video-card-header ion-buttons ion-button ion-icon{font-size:28px!important}video::cue{font-size:18px!important;line-height:24px!important}video::-webkit-media-text-track-display{font-size:18px!important;line-height:24px!important}i.shortlist-icon{width:36px;height:36px}.capture-thumb-caption{font-size:14px;width:220px;margin-left:-110px;height:36px;line-height:36px}.capture-thumb{width:200px;font-size:14px}.capture-thumb ion-icon{font-size:1rem;margin-right:0}.candidate-toolbar .video-sheet-overlay{margin:-1rem 0 0 -1rem;border-radius:0;width:100vw;height:100vh}.candidate-toolbar .video-sheet{width:100%}@keyframes toastAnimationModal{0%{bottom:-5rem}10%{bottom:7rem}90%{bottom:7rem}to{bottom:-5rem}}}@keyframes slideUp{0%{bottom:-100%}to{bottom:4rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}.fullscreen-modal.current-modal.rating-comp{--height: 720px;--width: 830px}@media screen and (max-width: 1200px){.fullscreen-modal.current-modal.rating-comp{--height: 600px;--width: 752px}}@media screen and (max-width: 768px){.fullscreen-modal.current-modal.rating-comp{--height: 100vh;--width: 100vh}.fullscreen-modal.current-modal.rating-comp .video-card-rating-wrapper{width:100%}}.fullscreen-modal.current-modal .swiper{border-radius:12px;overflow:hidden}.fullscreen-modal.current-modal .video-card.xl{padding-top:144.4444444444%}.fullscreen-modal.current-modal .candidate-toolbar{padding-bottom:56px}.fullscreen-modal.current-modal .candidate-toolbar .video-card-cover{height:calc(100% - 56px)}.fullscreen-modal.current-modal .candidate-toolbar ion-segment{position:absolute;padding-top:.5rem;width:500px;bottom:-.25rem;max-width:none;z-index:99;--background: #fff}@media screen and (max-width: 1200px){.fullscreen-modal.current-modal .candidate-toolbar ion-segment{width:100%}}.fullscreen-modal.current-modal .candidate-toolbar ion-segment-button{--indicator-height: 0;letter-spacing:normal;font-size:12px;min-width:0;flex:1}.fullscreen-modal.current-modal .candidate-toolbar ion-segment-button ion-label{line-height:1rem}.fullscreen-modal.current-modal .candidate-toolbar ion-segment-button ion-icon{font-size:2rem}.fullscreen-modal.current-modal ion-segment{width:100vw;--background: #f2f3f4;padding-bottom:.25rem;margin-left:-1rem;bottom:0}.fullscreen-modal.current-modal ion-segment-button{font-size:9px}.fullscreen-modal.current-modal .shortlist-toast{transform:translateY(-3rem)}@media screen and (max-width: 576px){.fullscreen-modal.current-modal .candidate-toolbar{padding-bottom:100px;overflow:visible!important;border-bottom:0!important}.fullscreen-modal.current-modal .candidate-toolbar ion-segment{width:100vw;--background: #f2f3f4;padding-bottom:.25rem;margin-left:-1rem;bottom:0}.fullscreen-modal.current-modal .candidate-toolbar .video-card-cover{height:calc(100% - 100px)}.fullscreen-modal.current-modal .candidate-toolbar .video-sheet-overlay{margin:-1rem 0 0 -1rem;border-radius:0;width:100vw;height:100vh}.fullscreen-modal.current-modal .video-card-wrapper{background-color:#fff;border:solid 16px #fff}}input{-webkit-appearance:none;appearance:none}ion-input .input-highlight,ion-textarea .input-highlight{display:none}ion-input .label-text-wrapper,ion-textarea .label-text-wrapper{position:absolute;background:linear-gradient(0deg,rgb(255,255,255) 50%,transparent)}ion-input .label-text,ion-textarea .label-text{padding:0 .5rem}ion-input.has-value .label-text-wrapper,ion-input.has-focus .label-text-wrapper,ion-textarea.has-value .label-text-wrapper,ion-textarea.has-focus .label-text-wrapper{transform:translateY(-8px) scale(.875)!important}ion-select::part(label){position:absolute;background:linear-gradient(0deg,rgb(255,255,255) 50%,transparent);padding:0 .5rem}ion-select.has-value::part(label){transform:translateY(-8px) scale(.875)!important}ion-select.has-focus::part(label){color:var(--ion-color-primary)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.auth-modal .auth-btns-container{max-width:432px!important;margin:0 auto}.form-item{font-size:.875rem;padding-left:16px;border-radius:48px;min-height:48px}.form-item:focus{outline:none}.form-item:focus-within{color:#000000d9;border-color:#f76910}.form-item:-webkit-autofill{background-color:#fff;box-shadow:0 0 0 30px #fff inset;-webkit-box-shadow:0 0 0 30px #fff inset}.form-item.invalid{border-color:#f92433;color:#f92433}.form-item.invalid::placeholder{color:#f92433}.form-item.disabled,.form-item:disabled{color:1px solid rgba(0,0,0,.15);border-color:#00000026}.form-item.disabled::placeholder,.form-item:disabled::placeholder{color:1px solid rgba(0,0,0,.15)}.form-usa-state{z-index:9}textarea.form-item{height:auto;flex:1 1;padding-top:10px;padding-right:16px}textarea:focus{outline:none}.form-block{display:flex;flex-wrap:wrap;align-content:flex-start}.form-block>label,.form-block__label{align-self:flex-start;width:100%;font-size:.875rem;color:#444950;font-weight:700;margin-bottom:8px;display:block;display:flex}.form-block>label hr,.form-block__label hr{flex:1;margin-left:1rem}.form-block .btn{flex:1}.form-block .form-item{min-width:48px;flex:1}.form-block .range{width:100%}.form-block .range .range__value{color:#000000d9;font-weight:400}.form-block.invalid{color:#f92433}.form-block.invalid:not(:focus-within) label{color:#f92433}.form-block.invalid .form-item,.form-block.invalid input{color:#f92433;border-color:#f92433}.form-block.invalid .checkbox+label:before{border-color:#f92433}.item-select-button{position:relative}.item-select-button input{cursor:pointer;position:relative}.item-select-button ion-input:before{content:"";position:absolute;width:100%;height:100%;background-color:#0000;z-index:999}.item-select-button ion-icon{position:absolute;right:1rem;top:1.25rem;z-index:9}.feedback--invalid{padding-left:16px;margin-top:8px;width:100%;font-size:.75rem;color:#f92433}input:-webkit-autofill{background-color:#fff;box-shadow:0 0 0 30px #fff inset;-webkit-box-shadow:0 0 0 30px #fff inset}.register-team ion-header{border-radius:24px 24px 0 0;overflow:hidden;border:solid 1px #dedede}.register-team .form-list.form-auth{width:528px}.register-team .center-container{flex-direction:column}@media screen and (max-width: 576px){.register-team ion-header{border-radius:0}.register-team ion-title{padding:0}}.form-input{border:solid 2px #e1e1e1;font-size:.875rem;background-color:#fff;border-radius:48px;min-height:48px;overflow:hidden;--padding-end: 16px !important;--padding-start: 16px !important;--background: #fff;width:100%}.form-list{padding-bottom:0;width:528px;margin:0 auto;max-width:100%;contain:none}.form-list ion-item{--border-style: none;--padding-start: 0;--padding-end: 0;--inner-padding-end: 0;--highlight-height: 0;--color-focused: #fff;--background-focused: #fff;--background-hover: #fff;margin-bottom:1rem;overflow:visible;font-size:.875rem;--min-height: 32px !important}.form-list ion-item.invalid ion-input,.form-list ion-item.invalid ion-textarea,.form-list ion-item.invalid ion-select{border-color:#a90000}.form-list ion-item:nth-last-child(1){margin-bottom:0}.form-list ion-label{margin-left:16px!important;background-color:transparent;z-index:9;--color: rgba(0, 0, 0, .5) !important;position:absolute;padding:1px 8px}.form-list .tos-agreement ion-label{padding:0;font-size:12px}.form-list ion-input,.form-list input,.form-list ion-textarea,.form-list ion-select,.form-list select:not(.PhoneInputCountrySelect),.form-list .StripeElement,.form-list .hs-form-wrapper input{border:solid 2px #e1e1e1;font-size:.875rem;background-color:#fff;border-radius:48px;min-height:48px!important;--padding-end: 16px !important;--padding-start: 16px !important;--background: transparent;width:100%;color:#444950;opacity:1!important}.form-list ion-input input,.form-list input input,.form-list ion-textarea input,.form-list ion-select input,.form-list select:not(.PhoneInputCountrySelect) input,.form-list .StripeElement input,.form-list .hs-form-wrapper input input{height:100%;border-radius:10px}.form-list ion-textarea{border-radius:24px;--highlight-height: 0}.form-list ion-textarea .textarea-wrapper{height:100%}.form-list ion-textarea .native-textarea{color:#444950}.form-list ion-select{width:100%;--highlight-color: transparent}.form-list ion-select:after{content:"";display:block;background:#fff url("data:image/svg+xml,%3csvg%20width='14'%20height='8'%20viewBox='0%200%2014%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%200.999878L7%206.44824L13%200.999878'%20stroke='%23999999'%20stroke-opacity='1'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;background-size:16px;height:28px;width:32px;position:absolute;top:12px;right:15px}.form-list ion-select.select-disabled{opacity:1}.form-list ion-select::part(icon){display:none}.form-list .item-has-focus>ion-label,.form-list .item-has-value>ion-label,.form-list .multiselect-typeahead.has-users>ion-label{transform:translateY(-8px) scale(.875)!important;opacity:1!important}.form-list .item-has-focus>ion-label:after,.form-list .item-has-value>ion-label:after,.form-list .multiselect-typeahead.has-users>ion-label:after{content:"";display:block;background:linear-gradient(to bottom,#fff,#fff);position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0}.form-list .item-has-focus.item-textarea ion-label,.form-list .item-has-value.item-textarea ion-label,.form-list .multiselect-typeahead.has-users.item-textarea ion-label{transform:translate(0) scale(.875)!important}.form-list .item-has-focus ion-input,.form-list .item-has-focus ion-textarea{border-color:#f76910}.form-list .has-focus{border-color:#f76910}.form-list ion-select[aria-expanded=true]{border-color:#f76910}.form-list .form-group.active{position:relative;z-index:99}.form-list ion-range{--knob-size: 2rem;--bar-background: #ccc;--bar-height: 4px;--knob-background: #ffffff}.form-list ion-range::part(knob){border:solid 2px #f76910}.form-list .form-checkbox-group{display:flex;flex-wrap:wrap}.form-list .form-checkbox-group ion-label{position:relative;z-index:0;margin-left:0!important}.form-list .form-checkbox-group ion-item{margin-bottom:0;min-width:120px}.form-list .form-checkbox-group ion-skeleton-text{width:20%;height:24px;margin:.5rem 20px 0 0}.form-list .form-checkbox-group .item-checkbox-checked ion-label{color:var(--ion-color-dark)}.form-list .form-checkbox-group ion-item{--min-height: 32px}.form-list .form-checkbox-group ion-col{padding-top:0;padding-bottom:0}.form-list .form-checkbox-group.invalid ion-label{color:#a90000}.form-list .form-checkbox-group.invalid ion-checkbox:after{border-color:#a90000}.form-list .inline-checkbox{margin:-8px 0 0 16px}.form-list .inline-checkbox ion-item{min-width:60px}.form-list.sm ion-input,.form-list.sm input{border-radius:24px;min-height:24px;--padding-end: 8px !important;--padding-start: 8px !important}.form-list.sm ion-label{transform:translate(-8px,12px) scale(.875)!important;opacity:1!important}.form-list.sm .item-has-value ion-label,.form-list.sm .item-has-focus ion-label{transform:translate(-8px,-8px) scale(.875)!important;opacity:1!important}.item-select ion-label{pointer-events:none}.PhoneInput,.item-input{width:100%}.ionic-select{--max-width: 480px;--width: 480px}@media screen and (max-width: 576px){.ionic-select{--max-width: 100%;--width: 100%}.ionic-select .alert-wrapper{border-radius:.75rem .75rem 0 0}.ionic-select .alert-head{text-align:center;padding:1rem 0}.ionic-select .alert-head h2{font-size:1rem;line-height:1.25rem;color:#444950}.ionic-select .alert-radio-label{text-overflow:ellipsis;padding-right:3rem}}.ionic-select ion-item{border-bottom:solid 1px #d2d2d2;--border-style: none}.ionic-select ion-item:nth-last-child(1){border:none}.ionic-select::part(content){border-radius:0 0 12px 12px;box-shadow:0 5px 15px #00000026}.ionic-select::part(content) ion-label{font-size:14px}.ionic-select .alert-checkbox-label,.ionic-select .alert-radio-label{font-size:14px;height:48px;border-bottom:solid 1px #d9d9d9}.ionic-select .alert-radio-group,.ionic-select .alert-checkbox-group{max-height:320px}.ionic-select .alert-radio-group .alert-checkbox-button-disabled .alert-button-inner,.ionic-select .alert-checkbox-group .alert-checkbox-button-disabled .alert-button-inner{opacity:1}.ionic-select .alert-radio-group .alert-checkbox-button-disabled .alert-checkbox-icon,.ionic-select .alert-checkbox-group .alert-checkbox-button-disabled .alert-checkbox-icon{display:none}.ionic-select .alert-radio-group .alert-checkbox-button-disabled .alert-checkbox-label,.ionic-select .alert-checkbox-group .alert-checkbox-button-disabled .alert-checkbox-label{line-height:1.5rem;padding-left:1.5rem;color:#444950;font-weight:500}@media screen and (max-width: 576px){.ionic-select .alert-radio-group .alert-checkbox-button-disabled .alert-checkbox-label,.ionic-select .alert-checkbox-group .alert-checkbox-button-disabled .alert-checkbox-label{padding-left:1rem}}.ionic-select .alert-radio-group::-webkit-scrollbar,.ionic-select .alert-checkbox-group::-webkit-scrollbar{width:1em;display:block!important}.ionic-select .alert-radio-group::-webkit-scrollbar:vertical,.ionic-select .alert-checkbox-group::-webkit-scrollbar:vertical{width:8px}.ionic-select .alert-radio-group::-webkit-scrollbar-thumb,.ionic-select .alert-checkbox-group::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:10px;border:2px solid #ffffff}.ionic-select .alert-radio-group::-webkit-scrollbar-track,.ionic-select .alert-checkbox-group::-webkit-scrollbar-track{border-radius:10px;background-color:#fff}.ionic-select .alert-radio-group button:nth-last-child(1) .alert-radio-label,.ionic-select .alert-radio-group button:nth-last-child(1) .alert-checkbox-label,.ionic-select .alert-checkbox-group button:nth-last-child(1) .alert-radio-label,.ionic-select .alert-checkbox-group button:nth-last-child(1) .alert-checkbox-label{border:none}.ionic-select.salary-popover::part(content),.ionic-select.currency-popover::part(content){border-radius:12px;overflow:hidden;width:160px;max-height:200px;overflow-y:auto}.ionic-select.salary-popover::part(content) ion-list,.ionic-select.currency-popover::part(content) ion-list{padding:0}.ionic-select.salary-popover::part(content) ion-list-header,.ionic-select.currency-popover::part(content) ion-list-header{display:none}.post-job-advanced-options{max-height:0px;overflow:hidden;transition:max-height ease-out .2s}.post-job-advanced-options.open{max-height:2000px}ion-radio{--color: transparent;--color-checked: transparent;border:none}ion-radio.radio-checked{opacity:1!important}ion-radio.radio-checked:after{content:"";display:block;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='13'%20viewBox='0%200%2018%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%201L6%2012L1%207'%20stroke='%232F7B15'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat top center;background-size:contain;height:20px;width:20px;position:absolute;top:1rem;right:1rem}ion-checkbox{--checkmark-color: #fff;--border-color: #ccc;--checkmark-width: .35rem;--border-radius: .25rem}#industryInput ion-item{z-index:9;position:relative}.tos-wrapper{font-size:14px;display:flex;align-items:center;flex-wrap:wrap}.tos-wrapper p{width:100%}@media screen and (max-width: 576px){.tos-wrapper{font-size:.75rem}}.tos-checkbox:after{top:-2px}.search-popover::part(content){top:unset!important;left:0!important;bottom:0;width:100vw;border-radius:12px 12px 0 0;transform-origin:center top!important}.ios ion-range{--knob-background: #f2f2f2}.job-post-salary ion-col{display:flex;align-items:center;flex-wrap:wrap}.job-post-salary ion-col .feedback--invalid{padding-left:2.25rem}.job-post-salary ion-col .feedback--invalid.rate-error{padding-left:1rem}.job-post-salary ion-col ion-input{flex:1}.reset-z-index{position:relative;z-index:0}.home .hs-form-card{height:auto;position:relative;z-index:9;min-height:400px}.hs-form-wrapper .loader{display:flex;align-items:center;justify-content:center;height:200px}.hs-form-wrapper label{display:none}.hs-form-wrapper li{list-style:none}.hs-form-wrapper li label{display:block;text-align:left;font-size:14px;line-height:1.25rem;color:#f92433;margin-bottom:1rem;padding-left:1rem}.hs-form-wrapper input,.hs-form-wrapper select{width:100%;outline:none;margin-bottom:1rem;max-height:48px;height:48px;padding:.25rem 1rem}.hs-form-wrapper select{-moz-appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23f76910%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 1rem top 50%;background-size:.75rem;background-repeat:no-repeat}.hs-form-wrapper input.hs-button{font-size:14px;border-radius:48px;font-style:italic;font-weight:500;transition:all ease-out .2s;color:#fff;background:linear-gradient(103.52deg,#f76910 12.11%,#f04c38 92.96%);border:none}.hs-form-wrapper input.hs-button:hover{background:linear-gradient(103.52deg,#e9600b 12.11%,#e0331e 92.96%);color:#ffffffd9}.hs-form-wrapper input.hs-button:disabled{opacity:.5}.popover-title p{width:100%;margin:.5rem 0}.filter-search{--padding-start: 0;--inner-padding-start: 0 !important;--inner-padding-end: 0 !important;--padding-end: 0;--background: transparent;width:100%;max-width:400px}.filter-search.reassign-job-search{max-width:none;--inner-padding-end: 1rem !important}.filter-search ion-searchbar{--border-radius: 48px;--box-shadow: none;--icon-color: #a1a1a1;box-sizing:border-box}.filter-search ion-searchbar input{border:solid 2px #d5d5d5!important;padding-left:40px!important;padding-right:30px!important;font-size:14px!important;height:40px!important}.filter-search ion-searchbar button{padding:0 .5rem}.filter-search ion-searchbar .searchbar-search-icon{top:10px!important}.filter-search ion-searchbar.searchbar-has-focus input{border-color:#f76910!important}@media screen and (max-width: 576px){.filter-search ion-searchbar{padding-top:0;padding-right:0}}@media screen and (max-width: 768px){.filter-search{max-width:100%}}#auth-slides .swiper-slide{flex-direction:column}#auth-slides .swiper-slide h3{text-align:center;margin:0 0 .5rem;font-weight:900;font-size:1.75rem;line-height:2.25rem}#auth-slides .swiper-slide p{margin:0;text-align:center}#auth-slides .swiper-slide form{width:100%}#auth-slides .item-has-focus .PhoneInput input,#auth-slides .item-has-focus .PhoneInput .PhoneInputCountry{border-color:#f76910}#auth-slides ion-input{opacity:1}.user-pill-btn.btn--medium{padding-right:.5rem;padding-left:.5rem;font-style:normal;margin:0 auto 1rem}.user-pill-btn.btn--medium .letter-avatar{font-size:10px;width:1.5rem;height:1.5rem;margin-right:.5rem;text-align:center;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#444950;color:#fff}.user-pill-btn.btn--medium ion-icon{margin-left:.5rem;font-size:1rem;margin-right:0}.segment-preview-toggle{width:210px;margin:0 auto 1rem;--background: var(--ion-color-tertiary);background:var(--ion-color-tertiary);height:2.5rem;border-radius:.5rem;padding:.125rem;color:#fff}.segment-preview-toggle ion-segment-button{--indicator-color: #fafafa;--background-checked: #fafafa;--border-radius: .5rem;--color-checked: var(--ion-color-primary)}.character-count{position:absolute;font-size:10px;color:#ccc;z-index:13;bottom:10px;right:12px;pointer-events:none}.popover-item-button{--border-radius: 24px;border-radius:24px;--border-style: none;--highlight-height: 0;--padding-start: 1.5rem;margin-bottom:.5rem;border:solid 2px #d5d5d5;--background: #fff !important;max-width:600px;--min-height: 3rem;--padding-end: 1rem}.form-list .popover-item-button{--min-height: 3rem !important;--padding-end: 1rem}@media screen and (max-width: 768px){.form-list{width:100%}.form-list.form-auth{width:420px}.post-job .main__content{padding:0}}@media screen and (max-width: 576px){.popover-search{width:calc(100% - 32px)}.popover-search ion-list{max-height:11rem}.ionic-select.select-alert{align-items:flex-end}.ionic-select.select-alert .alert-checkbox-label,.ionic-select.select-alert .alert-radio-label{-webkit-padding-start:0;padding-inline-start:0}.ionic-select.select-alert .alert-checkbox-icon,.ionic-select.select-alert .alert-radio-icon{left:calc(100vw - 36px)}.ionic-select.select-alert button.select-interface-option[aria-checked=true] .alert-radio-inner:after{border:none;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='13'%20viewBox='0%200%2018%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17%201L6%2012L1%207'%20stroke='%232F7B15'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat top center}}.btn{gap:.25rem;font-size:1rem;border-radius:48px;color:#f76910;font-style:italic;font-weight:500;white-space:nowrap;min-height:48px;max-height:48px;width:-webkit-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 1.5rem;background-color:#fff;border:solid 2px #e6e6e6;transition:background-color ease-out .3s}@media (max-width: 576px){.btn{padding:.75rem;min-height:44px}}.btn ion-icon{font-size:1.5rem;margin-right:8px;margin-bottom:0}.btn:disabled,.btn.disabled,.btn:focus:disabled,.btn.disabled:focus{opacity:.5;cursor:default}.btn:disabled img{width:1rem!important}.btn:focus-visible{outline:none;filter:brightness(85%)}.btn--link{font-size:inherit;height:auto;min-height:auto;background-color:transparent;border:none;border-radius:0;color:#f76910;padding:0;display:inline;font-style:normal}.btn--link:hover{background-color:transparent}.btn--link:focus-visible{box-shadow:none;text-decoration:underline}.btn--link-chevron{display:flex;font-size:inherit;height:auto;min-height:auto;background-color:transparent;border:none;border-radius:0;color:#f76910;padding:0;font-style:normal;width:-webkit-fit-content;width:fit-content}.btn--link-chevron ion-icon{font-size:1rem;margin-bottom:0}.btn--link-chevron:hover{color:#8a94a3!important}.btn--alt{color:#444950}.btn--alt:hover{background-color:#f2f3f4}.btn--alt:disabled{background-color:#fff}.btn--no-border{border-color:transparent}.btn--no-border:hover{background-color:transparent}.btn--clear{background:transparent}.btn--underline-link{font-size:inherit;height:auto;min-height:auto;background-color:transparent;border:none;border-radius:0;padding:0;color:inherit;display:inline;text-decoration:underline;font-style:normal}.btn--underline-link:focus{box-shadow:none}.btn--underline-link:hover{text-decoration:underline}.btn--block{width:100%;max-width:100%}.btn--light-border{background-color:#fff;border:solid 2px #e6e6e6}.btn--icon{padding:0;min-width:48px;height:48px;display:flex}.btn--icon img{margin:auto}.btn--icon--back img{width:6px}.btn--next ion-icon{margin-right:0}.btn--primary{color:#fff;background:linear-gradient(103.52deg,#f76910 12.11%,#f04c38 92.96%);border:none}.btn--primary:hover{background:linear-gradient(103.52deg,#e9600b 12.11%,#e0331e 92.96%);color:#ffffffd9}.btn--magenta{color:#fff;background:linear-gradient(103.52deg,#f54b57 12.11%,#e2236c 92.96%);border:none}.btn--magenta:hover{background:linear-gradient(103.52deg,#cc3e47 12.11%,#be1d5b 92.96%);color:#ffffffd9}.btn--magenta.btn--outline{background:#fff;border:solid 2px #e2236c;color:#e2236c}.btn--dark{border:none;color:#fff;background:linear-gradient(90deg,#30343a 12.72%,#444950 88.39%)}.btn--dark:hover{background:linear-gradient(103.52deg,#1e2024 12.11%,#2d3035 92.96%);color:#ffffffd9}.btn--danger{color:#fff;background:var(--ion-color-danger);border:none}.btn--danger.btn--outline{background:#fff;border:solid 2px var(--ion-color-danger);color:var(--ion-color-danger)}.btn--outline{color:#f76910;background-color:transparent;border-color:#c5c5c5}.btn--outline.btn--application-video{font-size:12px;padding:.5rem 1rem;height:-webkit-fit-content;height:fit-content;min-height:0;font-weight:400}.btn--medium{min-height:36px;max-height:36px;height:36px;padding:0 14px;font-size:.75rem}.btn--small{min-height:32px;max-height:32px;height:32px;padding:0 14px;font-size:.75rem;font-weight:400}.btn--small ion-icon,.btn--medium ion-icon{font-size:1.25rem}.btn--grey{background-color:#8a94a3;border-color:#8a94a3;color:#fff;transition:all}.btn--grey:hover{background-color:#7b838f;border-color:#7b838f}.btn.btn--alt.btn--next ion-icon{color:#444950}#delete-video-btn{width:-webkit-fit-content!important;width:fit-content!important;height:auto!important;align-items:center;display:flex;color:#fff;--border-radius: .25rem;--background-hover-opacity: 0}#delete-video-btn ion-icon{font-size:2rem;transition:color ease-out .1s}#delete-video-btn:hover{color:#fffc}#delete-video-btn:hover ion-icon{color:var(--ion-color-primary)}.rounded-back-btn{border:solid 1px #ededed;border-radius:48px;width:48px;height:48px;min-height:48px;--color: #444950}.rounded-nav-btn-sm{border:solid 1px #ededed;border-radius:32px;width:32px;height:32px;min-height:32px;background-color:#fff}.rounded-nav-btn-sm:hover{background-color:#f2f3f4}.btn-nav-link{letter-spacing:0;font-size:16px}div.btn{display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap}#cancel-edit-btn{width:100px!important;height:36px!important;--color: #444950;--color-hover: #444950;--background: #fff;--box-shadow: 0px 1px 4px rgba(0, 0, 0, .2)}.job-card .job-btn{font-weight:400}.job-btn-copy-link{flex:1;padding:0}.job-btn{flex:1}.job-btn ion-icon{margin:0;font-size:.75rem}.stats-btn ion-icon{font-size:1rem}.clickable{cursor:pointer}.no-click{pointer-events:none}.popover-filter-btn{letter-spacing:0;--padding-start: 1rem;--padding-end: .75rem;transition:border ease-out .1s;border-radius:48px;position:relative;border:2px solid #d5d5d5;min-height:34px;font-size:12px;height:32px;color:#7b7b7b}.popover-filter-btn ion-icon{margin-left:.5rem;font-size:.75rem}.footer-grid{padding:2rem 0;display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}.footer-grid .pos-2{max-width:620px;flex:1}.footer-grid .pos-spacer{width:100%;background:#e2e3e3;height:2px;margin-bottom:1rem}.inline-footer{padding:2rem 0 1rem;display:flex;justify-content:space-between;width:100%;align-items:center}.inline-footer .footer-menu-items{display:flex;align-items:center}.inline-footer a,.inline-footer button{color:var(--ion-color-medium);font-size:14px;margin:0 .5rem}.inline-footer a.active,.inline-footer button.active{color:#444950}@media screen and (max-width: 992px){.inline-footer,.inline-footer .footer-menu-items{display:block}.inline-footer .footer-menu-items a,.inline-footer .footer-menu-items button{display:block;width:-webkit-fit-content;width:fit-content;margin:.5rem 0}}.footerClean__terms{width:100%}.footerClean__social{display:flex;flex-wrap:wrap}.footerClean__social .item{font-size:0px;display:flex;margin-right:.5rem;width:36px;height:36px;border-radius:50%;background:#0000000d;align-items:center;justify-content:center}.footerClean__social .item:before{content:"";width:18px;height:18px;background:url(data:image/webp;base64,UklGRi4DAABXRUJQVlA4WAoAAAAQAAAAowAAJAAAQUxQSCsCAAABkOz+f2IrP3xV3Ka4XV2WBxhkOTdh605xd+3F7dp2cB3YTdIlVlz/CY9wtjgvQNLFzJm2h8sOkoiYAPy/k8nMkFbiz+BNQgjRxAIct1Z6uEWu28ItNlSueACWxNzLYkN1tQhhPLxwuhpMUkXNnSJZtpiI9B7lJrVgKI0kNQWwS3zkYnEjJVQ5dYpJFiIq7YqddIK6aaJUiN9X57p1APcbSNeRDIJIuAgiLYC4TMKVEwOwWO2JsSeOdQhr7XSn7iHt1Dgxle8BwIlSF6REpLu6yrhTEwHI9B5FEhB+ho0sfPrho/7H542wp45A1JURGZcko8pwFgQkmgOCmJ+FD3+Zwqrpa06NdNrPOZ3l0/cyRBfDdVaQVHRhplLqp1MCQNbhRVlry+D+gjYBdAiDAICZBulSTYhV5gFNukriaU9Bxz5WWmt/XQ6F5XoxcDfY4hKBoiTSTkgraO5HmCZAau7jtbV9IxEspwdATzBRqZNIuS2ukMCdEwBJmTZN8GGtAYD91i4P8YJyoCsY0gKRgCQi4m6I0jIJLwxAlCQMQJx5uFO4YO3CYL3hIlNJwpXHMqWiWQyvmUTFVDl9tr8mA4Nr1k748yBMBQXnKMmIiDLJ4FeQikVpkmrudNra2rJFL6y9gX4AkS4zi+GVcc7gP1KZLs0kg/PYmi2tTffzNM/paZ4Tfchz0wiA2NPVhCaG/nZ6rfBxDnw+ItfLjdB/Lzy8O4bfWLk2/83+9Q8AVlA4IIYAAACwCACdASqkACUAPlkmjEWjoiEdj7QAOAWEtIALax6AfQADaAFlmY6j6SxohaQMfVMyg9l4kbspyhcgHJxCS1mu703/+fBiqw/IeJ+7HQAA/sZMD/zqDimv/OoGKO/86eov/AoA4K8f//5JW0vUHZGviFr5TZLGAFd/2Zf/9gshUP0AAAAAAFBTQUlOAAAAOEJJTQPtAAAAAAAQAEgAAAABAAEASAAAAAEAAThCSU0EKAAAAAAADAAAAAI/8AAAAAAAADhCSU0EQwAAAAAADlBiZVcBEAAGAFAAAAAA) no-repeat -12px -9px}.footerClean__social .item:focus{box-shadow:0 0 0 3px #f46c1680;outline:none}.footerClean__social .item:last-child{margin-right:0}.footerClean__social .item:hover{background:#0000001a}.footerClean__social .item--twitter:before{background-position-x:-42px}.footerClean__social .item--instagram:before{background-position-x:-72px}.footerClean__social .item--tiktok:before{background-position-x:-100px}.footerClean__social .item--linkedin:before{background-position-x:-130px}.footerClean .login-btn{float:right;display:flex;text-decoration:none!important}.footerClean .login-btn ion-icon{font-size:1rem}.footer-nav{display:flex;justify-content:flex-end;width:100%}.footer-nav a{color:#444950;margin-right:2rem;padding-bottom:.25rem}.footer-nav a:nth-last-child(1){margin-right:0}.footer-logo{width:100px;float:left;margin-right:1rem}.hubspot-contact{width:100%;height:600px}.hubspot-learn-more{height:530px}.footer-menu p{margin:0 0 .5rem}.footer-menu p b{color:#444950}.footer-menu a{line-height:2rem;color:#444950}.language-selector-btn{font-size:14px}.language-selector-popover::part(content){border-radius:.75rem}.language-selector-popover ion-item{--height: 42px;--min-height: 42px;--color: #444950;--color-hover: var(--ion-color-primary);font-size:14px}.language-selector-popover ion-item.selected{--background: #f2f3f4;--color: var(--ion-color-primary)}.flag-wrapper{width:24px;height:16px;overflow:hidden;margin-right:.5rem;border-radius:3px}.flag-wrapper img{width:100%;height:100%;object-fit:cover}@media (max-width: 992px){.footer-grid .pos-2{max-width:none;width:100%;flex:none;margin:1rem 0}.footer-nav{display:block}}@media (max-width: 768px){.footer-grid .footerClean__terms small{width:100%}.footer-logo{margin-bottom:.5rem}.footer-logo img{width:100px}.footerClean__terms small{clear:both;display:block}}@media (max-width: 670px){.footer-nav a{display:block;width:-webkit-fit-content;width:fit-content;padding:.5rem 0}}@media (max-width: 576px){.job-no-video .footerClean{padding-top:0}}.learnmore-modal ion-title{padding-left:68px;text-align:center}.learnmore-modal ion-title .page-heading{margin-top:24px;margin-bottom:0}#modal-component{--width: 704px;--border-radius: .75rem}#modal-component ion-header.modal-header ion-title{padding-left:1rem;font-weight:700;font-size:24px}#modal-component ion-header.modal-header ion-title[mode=ios]{padding-left:90px}#modal-component ion-header.modal-header ion-icon,#modal-component ion-header.modal-header ion-title{color:#444950}#modal-component .inner-content-wrapper{max-width:80%;margin:0 auto;display:flex;flex-direction:column}#modal-component.no-padding .inner-content-wrapper{max-width:100%}@media screen and (max-width: 768px){#modal-component{--width: 100%;align-items:flex-end;--border-radius: .75rem .75rem 0 0 !important}#modal-component .modal-wrapper:before{content:"";position:absolute;width:40px;background-color:#dedede;height:6px;border-radius:4px;z-index:9;left:50%;margin-left:-20px;top:10px}}@media screen and (max-width: 576px){#modal-component ion-header.modal-header ion-title{font-size:1.25rem}#modal-component ion-header.modal-header ion-title[mode=ios]{padding-left:1rem;padding-right:1rem}#modal-component.fullscreen{align-items:flex-start;--border-radius: 0 !important}#modal-component.fullscreen .modal-wrapper:before{content:none}#modal-component .inner-content-wrapper{max-width:100%;height:100%}}#modal-component .mh-3{min-height:300px}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;color:gray;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .2s ease;cursor:pointer}.modal-nav-btn.next{left:calc(50% + 420px)}.modal-nav-btn.prev{left:calc(50% - 470px)}@media screen and (max-width: 992px){.modal-nav-btn.img.next{left:calc(50% - 40px)}.modal-nav-btn.img.prev{left:calc(50% - 380px)}.modal-nav-btn.video.next{left:calc(50% - 80px)}.modal-nav-btn.video.prev{left:calc(50% - 320px)}}@media screen and (max-width: 768px){.modal-nav-btn.img{top:190px}.modal-nav-btn.video.next,.modal-nav-btn.img.next{left:unset;right:1.5rem}.modal-nav-btn.video.prev,.modal-nav-btn.img.prev{left:1.5rem}}.modal-flex-content{display:flex;flex-direction:column;max-height:95vh}.modal-flex-content ion-header ion-toolbar{border-bottom:solid 1px #d6d6d6}.modal-flex-content .modal-flex-wrapper{min-height:200px;flex:1}@media screen and (max-width: 576px){.modal-flex-content{max-height:none;height:100vh;height:calc(var(--vh, 1vh) * 100)}}.auto-height{--height: auto}.auto-height.bottom{align-items:flex-end}.auto-height .inner-content{padding:0 1rem 2.5rem}.auto-height.no-padding .inner-content{padding:0}@media screen and (max-width: 576px){.auto-height.fullscreen .inner-content{height:100vh;height:calc(var(--vh, 1vh) * 100);max-height:none}}ion-modal{--backdrop-opacity: .94 !important;--border-radius: .75rem !important}ion-modal::part(backdrop){background-color:#444950}ion-modal ion-segment{max-width:400px;margin:0 auto}ion-modal ion-segment ion-segment-button{text-transform:none}ion-modal ion-content{--background: #ffffff}ion-modal ion-content .modal-content-wrapper{display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem}ion-modal ion-content .modal-content-wrapper img{width:256px}ion-modal ion-content .modal-content-wrapper .modal-content{width:528px}ion-modal ion-content .modal-content-wrapper .btn{margin:0 auto}ion-modal ion-avatar{margin-right:1rem}ion-modal ion-title.md{padding-left:0}.auth-modal,.modal{--width: 704px}.auth-modal.login-modal,.modal.login-modal{--height: 580px}.auth-modal ion-footer,.modal ion-footer{text-align:center;font-size:.875rem;padding:24px;background-color:#f2f3f4}.auth-modal ion-grid,.modal ion-grid{--ion-grid-padding: 0;--ion-grid-column-padding: 8px}.auth-modal ion-row,.modal ion-row{margin:0 -8px}.auth-modal h1,.modal h1{margin-top:0;margin-bottom:.5rem}.auth-modal ul,.modal ul{text-align:center;margin:0 auto 1rem;list-style-position:inside;font-size:.875rem;line-height:1.5rem;width:-webkit-fit-content;width:fit-content}.auth-modal ul li,.modal ul li{text-align:left;font-size:14px;color:#444950;line-height:1.5rem}.form-list .tos-agreement .tos-accept{display:flex!important;justify-content:center;line-height:18px;margin-left:0!important;white-space:normal;align-items:center;width:100%}.form-list .tos-agreement span{display:flex;flex-wrap:wrap;color:#606770;font-size:.75rem}.tos-link{position:relative;z-index:9}.modal .btn{max-width:370px;margin:0 auto;padding-left:2rem;padding-right:2rem}.auth-modal-content-wrapper,.modal-content-wrapper{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;height:100%}.register-modal ion-header{position:absolute}.register-modal ion-header ion-toolbar{--background: transparent}.register-modal .auth-modal-content-wrapper{padding-top:1rem}.login-modal .auth-modal-content-wrapper{justify-content:start}.login-modal .auth-modal-content-wrapper.pw-reset{justify-content:center}.register-modal .token-modal .auth-modal-content-wrapper{justify-content:flex-start}.post-register-modal p{padding:1rem;background-color:#f2f3f4;border-radius:50px}.qq-response{border-bottom:solid #ededed 1px;padding-bottom:1rem}.qq-response ion-item{--padding-start: 0;--inner-padding-start: .5rem;--min-height: 32px}.qq-response ion-item ion-checkbox{margin-right:.5rem}.qq-response:nth-last-child(1){border-bottom:none;padding-bottom:0}@media screen and (max-width: 768px){ion-modal ion-content .modal-content-wrapper .modal-content{width:320px}ion-modal.fullscreen-modal{--border-radius: 12px !important}.auth-modal,.modal{--width: 100%;--border-radius: 0 !important;align-items:flex-end}.auth-modal.login-modal,.auth-modal.sm-modal,.modal.login-modal,.modal.sm-modal{--border-radius: 12px 12px 0 0 !important}.auth-modal.register-modal,.modal.register-modal{--height: 100%}.post-register-modal p{padding:1.25rem;font-size:14px}.register-modal .auth-modal-content-wrapper,.modal-content-wrapper{height:-webkit-fit-content;height:fit-content}.register-modal .auth-modal-content-wrapper{height:100%}}@media screen and (max-height: 640px) and (orientation: portrait){ion-modal.fullscreen-modal{--height: 100%;--border-radius: 0 !important}ion-modal.fullscreen-modal video{object-fit:cover}.auth-modal.login-modal,.modal.login-modal{--height: 100% !important;--border-radius: 0 !important}}@media screen and (max-width: 576px){ion-modal.fullscreen-modal{--height: 100%;--border-radius: 0 !important;align-items:flex-end}ion-modal.fullscreen-modal::part(backdrop){background-color:transparent}ion-modal.fullscreen-modal .swiper{border-radius:0}ion-modal.fullscreen-modal .swiper-slide{align-items:flex-start}}.center-container .video-recorder{border-radius:0 0 12px 12px;overflow:hidden}.center-container .btnClose{position:absolute}.center-container .recorder-tools{top:0;align-items:flex-end;pointer-events:none}.center-container .recorder-tools button,.center-container .recorder-tools .btnClose,.center-container .recorder-tools #btn-redo-recorder,.center-container .recorder-tools #btn-approve-recorder{pointer-events:all}@media (max-width: 576px){.center-container .video-recorder{position:fixed;min-height:auto;border-radius:0}}.low-light-toast{height:48px;border-radius:28px;background-color:var(--ion-color-secondary);padding:.5rem;font-size:1rem;position:absolute;bottom:156px;width:400px;margin-left:-200px;justify-content:center;left:50%;z-index:9999;box-shadow:0 5px 10px #0003}.low-light-toast .message{column-gap:.5rem}@media screen and (max-width: 1200px){.low-light-toast{height:40px;font-size:14px;width:320px;margin-left:-160px;bottom:162px}}@media screen and (max-width: 768px){.low-light-toast{left:50%;bottom:1rem}}.loading-video{width:100%;height:100%;position:absolute;background-color:#444950;display:flex;align-items:center;justify-content:center;opacity:.8}.loading-video ion-spinner{width:3rem;height:3rem}.fluid .video-recorder{padding:2rem;height:100%;width:100%}.fluid .video-recorder>div{border-radius:.75rem;box-shadow:0 20px 20px #00000073;max-height:100%;max-width:1200px;margin:0 auto}@media (max-width: 576px){.fluid .video-recorder{padding:0;border-radius:0}}.recorder-camera-view{height:100%;width:100%}.recorder-camera-wrapper{aspect-ratio:16/9;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background-color:#25292f;color:#fff;box-sizing:border-box}.recorder-camera-wrapper *{box-sizing:inherit}@media screen and (max-width: 576px){.recorder-camera-wrapper{border-radius:0!important}}@media screen and (max-width: 768px){.recorder-camera-wrapper{aspect-ratio:unset;height:100%}}.recorder-wrapper-video{width:100%}.recorder-wrapper-video.flipped{transform:scaleX(-1)}@media screen and (max-width: 768px){.recorder-wrapper-video{max-width:none;height:100%}}@media screen and (max-width: 576px){.recorder-wrapper-video{max-height:100vh;max-height:calc(var(--vh, 1vh) * 100)}}.recording-icon{width:10px;height:10px;background:#d23744;border-radius:50%;float:left;margin:2px 8px 2px 0}.video-recorder{height:100%;left:0;position:relative;top:0;width:100%;z-index:9999999999}.playVideoIcon{position:absolute;top:calc(50% - 64px);left:calc(50% - 64px);cursor:pointer;background:transparent;border:none;box-shadow:none;outline:none;z-index:3}.playVideoIcon img{width:128px;height:128px}.video-container:after{content:" ";display:block;position:absolute;z-index:2;background-image:url(/assets/play-btn-DEsfyjcl.png);background-size:20%;background-repeat:no-repeat;background-position:center center;width:100%;top:96px;bottom:96px;cursor:pointer;transition:ease-in-out .1s all}.video-container:hover:after{background-size:22%}.video-container.item:after{background-size:40%}.video-container.item:hover:after{background-size:43%}.video-playing .video-container:after,.video-playing.video-container:after{opacity:0}.IOSMessageWrapper{display:flex;top:4rem;position:fixed;flex-direction:column}.IOSMessageTitle{font-family:Roboto;font-style:normal;font-weight:700;font-size:20px;line-height:32px;margin-bottom:24px}.IOSMessageInstructions{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:24px;right:12px;position:relative}.RecWrapper{display:flex;flex-direction:row;align-items:center;bottom:2rem;position:relative}.ButtonBorder{border:10px solid rgba(244,108,22,.4);height:88px;width:88px;border-radius:50%;display:flex;align-items:center;margin:0}.CloseIOSWrapper{display:flex;align-items:center;position:absolute;right:-88px;pointer-events:all}.CloseIOSWrapper img{background:#0009;border-radius:50%}.IOSCloseButton{height:64px;width:64px}.IOSCloseButton:hover{cursor:pointer}.DivMessageVideo{display:flex;align-items:center;bottom:160px;position:absolute;justify-content:center}.MessageVideo{color:#fff;border-radius:40px;padding:14px 20px;background:#000000b3;outline:none;border:none;font-style:normal;font-weight:700;font-size:14px;line-height:16px;display:flex;align-items:center;white-space:break-spaces}.ActionsWrapper{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0;z-index:1101}.QuestionButtonWrapper{display:flex;align-items:center}.QuestionButton{font-size:20px;color:#fff;font-weight:900;border-radius:50%;width:44px;height:44px;background:#000000b3;outline:none;border:none;cursor:pointer}.QuestionButton :hover{background:#0003}.OutsideCloseButton{display:flex;align-items:center;top:16px;position:fixed;z-index:2;justify-content:flex-end;right:24px}.CloseButton{height:44px;width:44px;box-shadow:0 1px 4px #00000040;border-radius:50%}.safeAreaWrapper{position:absolute;display:flex;flex-direction:row;justify-content:space-between;width:100%;height:100%;top:0;left:0;z-index:6}.safeAreaL{width:34.16%;height:100%;background:#f46c1680;animation:2.5s ease-in-out 0s 1 normal none running slideInAnimationL}.safeAreaR{width:34.16%;height:100%;background:#f46c1680;animation:2.5s ease-in-out 0s 1 normal none running slideInAnimationR}.btn-start-recorder{border-radius:50%;width:68px;height:68px;background:#f46c16;outline:none;cursor:pointer;border:1px solid rgba(255,255,255,.3)}.btn-stop-recorder{width:88px;height:88px;border-radius:50%;background:transparent;outline:none;border:none;cursor:pointer;box-shadow:0 0 0 10px #f46c1680;margin-bottom:2rem}.btn-stop-recorder:before{content:"";border-radius:4px;display:block;width:40px;height:40px;background:#e3491ccc;margin:0 auto}@keyframes slideInAnimationL{0%{width:0}to{width:34.16%}}@keyframes slideInAnimationR{0%{width:0}to{width:34.16%}}@media (max-width: 576px){.safeAreaWrapper{display:none}}.Toastify__toast-body{width:-webkit-fit-content;width:fit-content;margin:0 auto}.Toastify__toast-body a,.Toastify__toast-body .btn--link{color:#fff;margin-left:.5rem;border-bottom:solid 1px #fff;font-weight:400}.Toastify__close-button{float:right}.Toastify__toast{display:flex;align-items:center;justify-content:center}.Toastify{z-index:999999}.Toastify__toast{color:#fff;font-size:.875rem;line-height:1.14;padding:14px 28px 14px 54px;min-height:45px;width:100%;margin:0 auto;box-shadow:none;background-color:#8a9eab;z-index:999999}@media (max-width: 767px){.Toastify__toast{padding:14px 10px 14px 24px}}.Toastify__toast .Toastify__toast-body{font-weight:700;font-size:1.25rem;flex:none}.Toastify__toast .Toastify__toast-body:before{content:"";width:20px;height:20px;position:absolute;margin-left:-32px;background-size:contain}@media screen and (max-width: 576px){.Toastify__toast .Toastify__toast-body{font-size:.75rem}.Toastify__toast .Toastify__toast-body:before{margin-top:-4px}}.Toastify__toast .clickable{cursor:pointer;text-decoration:underline}.Toastify__toast--success{background-color:#2fb886}.Toastify__toast--success .Toastify__toast-body:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23156346;}%20%3c/style%3e%3cpath%20class='st0'%20d='M12,0C5.4,0,0,5.4,0,12c0,6.6,5.4,12,12,12c6.6,0,12-5.4,12-12C24,5.4,18.6,0,12,0z%20M18.2,8l-7.8,9.2%20c-0.1,0.1-0.2,0.2-0.3,0.2c-0.1,0.1-0.2,0.1-0.4,0.1h0c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.2l-3.3-3.7%20c-0.1-0.1-0.2-0.2-0.2-0.3c0-0.1-0.1-0.2-0.1-0.4c0-0.1,0-0.2,0.1-0.4c0.1-0.1,0.1-0.2,0.2-0.3C5.9,12.1,6,12.1,6.1,12%20c0.1,0,0.2-0.1,0.4,0s0.2,0,0.4,0.1c0.1,0.1,0.2,0.1,0.3,0.2l2.6,2.9l7.1-8.4c0.2-0.2,0.4-0.3,0.6-0.3c0.2,0,0.5,0.1,0.7,0.2%20c0.2,0.2,0.3,0.4,0.3,0.6C18.5,7.5,18.4,7.8,18.2,8z'/%3e%3c/svg%3e")}.Toastify__toast--success .Toastify__close-button>svg{stroke:#2fb886}.Toastify__toast--warning{background-color:#1fbefc;cursor:default}.Toastify__toast--warning .Toastify__close-button>svg{stroke:#1fbefc}.Toastify__toast--info{background-color:#8a9eab}.Toastify__toast--info .Toastify__toast-body:before{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2025.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2024%2024'%20style='enable-background:new%200%200%2024%2024;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{opacity:0.5;fill:%231E1E1E;}%20%3c/style%3e%3cpath%20class='st0'%20d='M12,0C5.4,0,0,5.4,0,12c0,6.6,5.4,12,12,12c6.6,0,12-5.4,12-12C24,5.4,18.6,0,12,0z%20M12,18.5%20c-0.2,0-0.5-0.1-0.6-0.2c-0.2-0.1-0.3-0.3-0.4-0.5c-0.1-0.2-0.1-0.4-0.1-0.7c0-0.2,0.2-0.4,0.3-0.6c0.2-0.2,0.4-0.3,0.6-0.3%20c0.2,0,0.5,0,0.7,0.1c0.2,0.1,0.4,0.2,0.5,0.4c0.1,0.2,0.2,0.4,0.2,0.6c0,0.3-0.1,0.6-0.3,0.8S12.3,18.5,12,18.5z%20M13.3,6.9l-0.3,7%20c0,0.2-0.1,0.5-0.3,0.7c-0.2,0.2-0.4,0.3-0.7,0.3c-0.2,0-0.5-0.1-0.7-0.3c-0.2-0.2-0.3-0.4-0.3-0.7l-0.3-7v0c0-0.2,0-0.3,0.1-0.5%20c0.1-0.2,0.2-0.3,0.3-0.4s0.3-0.2,0.4-0.3c0.2-0.1,0.3-0.1,0.5-0.1s0.3,0,0.5,0.1c0.2,0.1,0.3,0.2,0.4,0.3c0.1,0.1,0.2,0.3,0.3,0.4%20C13.2,6.5,13.3,6.7,13.3,6.9L13.3,6.9z'/%3e%3c/svg%3e")}.Toastify__toast--info .Toastify__close-button>svg{stroke:#8a9eab}.Toastify__toast--error{background-color:#f92433}.Toastify__toast--error .Toastify__toast-body:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15%209L9%2015'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9%209L15%2015'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.Toastify__toast--error .Toastify__close-button>svg{stroke:#f92433}.Toastify__toast-container{padding:0;top:0;left:0;width:100%;transform:none;position:relative}@media (max-width: 992px){.Toastify__toast-container{left:0;width:100%}}.Toastify__close-button{opacity:1}.Toastify__close-button>svg{fill:#fff;height:19px;width:17px;stroke:#8a9eab;stroke-width:1px}.Toastify:not(:empty)~.page,.Toastify:not(:empty)~.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~div>.mainVideo.activeVideo,.Toastify:not(:empty)~.bg-black,.Toastify:not(:empty)~.bg-light,.Toastify:not(:empty)~.pageSingleJobPost,.Toastify:not(:empty)~.md>.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~.md>div>.mainVideo.activeVideo{margin-top:45px}@media (max-width: 920px){.Toastify:not(:empty)~.page,.Toastify:not(:empty)~.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~div>.mainVideo.activeVideo,.Toastify:not(:empty)~.bg-black,.Toastify:not(:empty)~.bg-light,.Toastify:not(:empty)~.pageSingleJobPost,.Toastify:not(:empty)~.md>.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~.md>div>.mainVideo.activeVideo{margin-top:55px}}@media (max-width: 488px){.Toastify:not(:empty)~.page,.Toastify:not(:empty)~.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~div>.mainVideo.activeVideo,.Toastify:not(:empty)~.bg-black,.Toastify:not(:empty)~.bg-light,.Toastify:not(:empty)~.pageSingleJobPost,.Toastify:not(:empty)~.md>.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~.md>div>.mainVideo.activeVideo{margin-top:65px}}@media (max-width: 336px){.Toastify:not(:empty)~.page,.Toastify:not(:empty)~.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~div>.mainVideo.activeVideo,.Toastify:not(:empty)~.bg-black,.Toastify:not(:empty)~.bg-light,.Toastify:not(:empty)~.pageSingleJobPost,.Toastify:not(:empty)~.md>.page>.container>div>.mainVideo.activeVideo,.Toastify:not(:empty)~.md>div>.mainVideo.activeVideo{margin-top:75px}}.loaderRound{text-align:center;padding:24px;border-radius:12px;background-color:#fff;box-shadow:0 4px 40px #00000026;width:200px;position:absolute;margin-top:-59px;top:50%;left:calc((100% - 200px)/2);z-index:1001}.loaderRound__text{font-size:1.25rem;font-weight:700;color:var(--ion-color-magenta);margin:0}.loaderRound__bar{margin:16px auto 0;width:30px;height:30px}.loaderRound--100 .loaderRound__text{color:var(--ion-color-success);background:none}.loaderRound .CircularProgressbar-text{display:none}.loaderRound--overlay{position:fixed;inset:0;z-index:1000;cursor:wait}.loaderRound ion-spinner{width:2.5rem}.loaderRound ion-icon{font-size:2.5rem}.countdown-wrapper{top:50%;z-index:999999;bottom:unset!important}.countdown{color:#f46c16;font-size:100px;font-weight:900;margin-bottom:-50px;margin-top:-100px;animation-name:scale01;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in}@keyframes scale01{0%{transform:scale(0)}50%{transform:scale(1)}to{transform:scale(0)}}.progress-video{height:8px;width:100%;background-color:#ffffff1a;position:absolute;bottom:0}.progress-video__bar{height:8px;background:linear-gradient(216.6deg,#f15809 23.78%,#ff891b 72.76%);animation:progress;animation-duration:180s;animation-timing-function:linear}.progress-video__bar.extended{animation-duration:300s}@keyframes progress{0%{width:0%}to{width:100%}}.loadingCam{width:100%;height:100%;text-align:center;padding:67px 24px}@media (max-width: 800px){.loadingCam{padding:100px 24px 67px}}@media (max-width: 440px){.loadingCam{padding:200px 24px 67px;overflow-y:auto}}.loadingCam__content{margin:0 auto;max-width:550px}.loadingCam__content .allow{text-align:left;margin-bottom:68px;width:200px}@media (max-width: 800px){.loadingCam__content .allow{text-align:center}}.loadingCam__content .allow .allowDesktop{width:100%;max-width:286px}@media (max-width: 440px){.loadingCam__content .allow .allowDesktop{display:none}}.loadingCam__content .allow .allowMobile{width:100%;max-width:274px;display:none}@media (max-width: 440px){.loadingCam__content .allow .allowMobile{display:inline-block}}.loadingCam__content img{margin-bottom:16px}.loadingCam__content p{font-size:20px;line-height:26px;color:#fffffff2;font-weight:400}.loadingCam__content p span{font-weight:700}.PhoneInput{display:flex;align-items:center;flex:1 1}.PhoneInput:focus-within .PhoneInputInput{border-color:#f76910}.PhoneInput+.feedback,.PhoneInput+.feedback--invalid{margin-left:0}.PhoneInput--focus .PhoneInputCountry{border-color:#f76910}.form-list .phone-input-label{transform:translate(36px,16px)}.form-list .phone-input-label.float-label{transform:translateY(-10px) scale(.85);background-color:#fff;color:#444950}.PhoneInputCountrySelectArrow{display:none!important;width:0}.PhoneInputCountryIcon{width:24px}.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #0000001a}.phone-number-row ion-item{margin-bottom:.25rem}.phone-number-row .PhoneInput--label{margin-left:-1.5rem!important;transform:translateY(1rem)}.PhoneInput--label{left:74px;pointer-events:none}.PhoneInputCountry{padding:10px 10px 10px 24px;margin-right:0!important;min-width:48px;border-radius:24px 0 0 24px!important;border:solid 2px #e1e1e1;border-right:none;background-color:#fff;position:relative;align-self:stretch;display:flex;align-items:center}.PhoneInputCountry:focus-within *{border-color:#f76910}.chips-wrapper .PhoneInput{height:32px;pointer-events:none}.chips-wrapper .PhoneInput .PhoneInputCountry{min-width:32px;padding:0 .5rem}.chips-wrapper .PhoneInput .PhoneInputCountry,.chips-wrapper .PhoneInput .PhoneInputInput,.chips-wrapper .PhoneInput .PhoneInputCountrySelect{border:none;height:32px;min-height:32px}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountryIconImg{display:block}.PhoneInputInput{border-radius:0 48px 48px 0!important;height:52px;border-left:none!important;background-color:#fff;padding-left:0}.PhoneInputInput:focus{outline:none}.PhoneInputInput.disabled,.PhoneInputInput:disabled{color:1px solid rgba(0,0,0,.15);border-color:#00000026}.PhoneInputInput.disabled::placeholder,.PhoneInputInput:disabled::placeholder{color:1px solid rgba(0,0,0,.15)}.PhoneInputCountry{border-radius:12px}.PhoneInputInput{width:100%}.PhoneInputInput:focus-within{border-color:#f76910}.invalid-phone-input>input{border-color:#f92433;color:#f92433}.invalid>.PhoneInput>input,.invalid>.PhoneInput>.PhoneInputCountry{border-color:#f92433;color:#f92433}.active .PhoneInputInput:focus-within{color:#000000d9;border-color:#f76910}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.c-font{font-family:var(--clientFont)}.center-text-validate{display:flex;justify-content:center;height:60vh;align-items:center}.gray-text{color:#444950;font-weight:300}.gray-text-modal{color:#606770;font-weight:400}.ar-og{aspect-ratio:1200/630}.ar-9-13{aspect-ratio:9/13}.ar-9-16{aspect-ratio:9/16}.ar-16-9{aspect-ratio:16/9}.ar-4-3{aspect-ratio:4/3}.ar-3-4{aspect-ratio:3/4}.ar-1-1{aspect-ratio:1/1}.d-flex{display:flex!important}.overflow-visible{overflow:visible!important}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-floating-label{position:absolute;transform:translateY(-1.25rem)}.d-flex-column{display:flex!important;flex-direction:column!important}.justify-space-between{justify-content:space-between}.justify-content-center{justify-content:center}.flex{flex:1}.flex-0{flex:0}.fit-content{width:-webkit-fit-content;width:fit-content}.padding-start-0{--padding-start: 0}.d-flex-wrap{flex-wrap:wrap!important}.add-click{pointer-events:auto}.inline{display:inline!important}.default-cursor{cursor:default}.pointer{cursor:pointer}.no-cursor{pointer-events:none}.no-border{border:none!important}.relative{position:relative}.absolute{position:absolute}.underline{text-decoration:underline}.flip-x{transform:scaleX(-1)}.flip-y{transform:scaleY(-1)}.overflow-hidden{overflow:hidden}.h-100{height:100%}.vh-100{height:calc(var(--vh, 1vh) * 100)}.border-orange{border-color:var(--ion-color-primary)!important}.border-danger{border-color:#a90000!important}.col-gap-1{column-gap:1rem}.z-index-9{z-index:9}.box-shadow{box-shadow:0 0 10px #0000001a}.disabled{pointer-events:none;opacity:.5}.linkedin{color:#0e76a8!important}.facebook{color:#1877f2!important}.instagram{color:#dd2a7b!important}.bluesky{color:#1185fd!important}.tiktok,.twitter,.x-twitter{color:#000!important}.item-name-limit{overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}.meetings-iframe-container{margin:-1rem -.5rem 0;display:block;width:calc(100% + 1rem)}#meeting-close-btn{position:absolute;right:1rem;top:1rem;background-color:#fff;box-shadow:0 0 10px #0000001a;width:2rem;height:2rem;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#444950}@media (max-width: 1399.98px){.ion-hide-2xl-down{display:none!important}}@media (max-width: 576px){.meetings-iframe-container{height:100%;margin:-1rem 0 0 -.5rem}}:where([data-tts]){position:relative;display:inline-block}:where([data-tts]):before{content:attr(data-tooltip)}@media screen and (max-width: 576px){:where([data-tts]):before{content:none}}[data-tts]{--t-p: calc(100% - var(--t-tt));--t-bg: var(--tts-background, rgb(0 0 0 / 90%));--t-arrow: var(--tts-arrow, 6px);--t-offset: var(--tts-arrow-offset, 6px)}[data-tts]:after,[data-tts]:before{position:absolute;inset:var(--t-it, auto) var(--t-ir, auto) var(--t-ib, auto) var(--t-il, auto);opacity:var(--t-o);z-index:999;pointer-events:none;transform:translate(var(--t-tx, 0),var(--t-ty, 0)) scale(var(--t-ts, 1));transform-origin:var(--t-to, bottom);transition-property:opacity,transform;transition-duration:var(--tts-duration, .3s);will-change:transform}[data-tts]:not(:hover,[data-tts-visible]){--t-o: 0;--t-tt: var(--tts-start-translate, 0px);--t-ts: var(--tts-start-scale, 1)}[data-tts]:hover,[data-tts][data-tts-visible]{--t-tt: var(--tts-end-translate, 0px);--t-ts: var(--tts-end-scale, 1)}[data-tts]:before{font-size:var(--tts-font-size, 12px);font-family:var(--tts-font-family, Roboto, sans-serif);color:var(--tts-color, #fff);padding:var(--tts-padding, .5em .75em);border-radius:var(--tts-border-radius, .25em);font-weight:400;line-height:1.5;white-space:nowrap;background-color:var(--t-bg)}[data-tts]:after{content:"";border-style:solid;border-color:transparent;border-width:var(--t-arrow)}@media screen and (max-width: 576px){[data-tts]:after{content:none}}[data-tts*=up],[data-tts=""]{--t-it: 0;--t-il: 50%;--t-tx: -50%}[data-tts*=up]:before,[data-tts=""]:before{--t-ty: calc((var(--t-p) + var(--t-arrow)) * -1)}[data-tts*=up]:after,[data-tts=""]:after{--t-to: top;--t-ty: calc(var(--t-p) * -1);border-top-color:var(--t-bg);border-bottom-width:0}[data-tts*=down]{--t-ib: 0;--t-il: 50%;--t-tx: -50%}[data-tts*=down]:before{--t-to: top;--t-ty: calc(var(--t-p) + var(--t-arrow))}[data-tts*=down]:after{--t-to: bottom;--t-ty: var(--t-p);border-bottom-color:var(--t-bg);border-top-width:0}[data-tts=left]{--t-il: 0;--t-it: 50%;--t-ty: -50%}[data-tts=left]:before{--t-to: right;--t-tx: calc((var(--t-p) + var(--t-arrow)) * -1)}[data-tts=left]:after{--t-to: left;--t-tx: calc(var(--t-p) * -1);border-left-color:var(--t-bg);border-right-width:0}[data-tts=right]{--t-ir: 0;--t-it: 50%;--t-ty: -50%}[data-tts=right]:before{--t-to: left;--t-tx: calc(var(--t-p) + var(--t-arrow))}[data-tts=right]:after{--t-to: right;--t-tx: var(--t-p);border-right-color:var(--t-bg);border-left-width:0}[data-tts=down-left],[data-tts=up-left]{--t-il: 0;--t-tx: 0}[data-tts=down-left]:after,[data-tts=up-left]:after{--t-il: var(--t-offset)}[data-tts=down-left]:after,[data-tts=up-left]:before{--t-to: bottom left}[data-tts=down-left]:before,[data-tts=up-left]:after{--t-to: top left}[data-tts=down-right],[data-tts=up-right]{--t-il: auto;--t-ir: 0;--t-tx: 0}[data-tts=down-right]:after,[data-tts=up-right]:after{--t-ir: var(--t-offset)}[data-tts=down-right]:after,[data-tts=up-right]:before{--t-to: bottom right}[data-tts=down-right]:before,[data-tts=up-right]:after{--t-to: top right}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-pointer-events-none{pointer-events:none}.tw-fixed{position:fixed}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{inset:0}.-tw-top-\[25px\]{top:-25px}.tw-bottom-0{bottom:0}.tw-bottom-14{bottom:3.5rem}.tw-bottom-20{bottom:5rem}.tw-bottom-4{bottom:1rem}.tw-bottom-\[12\%\]{bottom:12%}.tw-left-0{left:0}.tw-left-1\/2{left:50%}.tw-left-4{left:1rem}.tw-left-6{left:1.5rem}.tw-left-\[50\%\]{left:50%}.tw-left-\[8\.5\%\]{left:8.5%}.tw-right-0{right:0}.tw-right-0\.5{right:.125rem}.tw-right-2{right:.5rem}.tw-right-4{right:1rem}.tw-right-\[8\.5\%\]{right:8.5%}.tw-top-1{top:.25rem}.tw-top-16{top:4rem}.tw-top-2{top:.5rem}.tw-top-4{top:1rem}.tw-top-\[14\%\]{top:14%}.tw-z-10{z-index:10}.tw-z-50{z-index:50}.tw-z-\[99999\]{z-index:99999}.tw-z-\[999\]{z-index:999}.tw-z-\[99\]{z-index:99}.tw-z-\[9\]{z-index:9}.tw-float-right{float:right}.tw-m-0{margin:0}.tw-m-auto{margin:auto}.tw-mx-2{margin-left:.5rem;margin-right:.5rem}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-0{margin-top:0;margin-bottom:0}.tw-my-4{margin-top:1rem;margin-bottom:1rem}.tw-my-8{margin-top:2rem;margin-bottom:2rem}.tw-mb-0{margin-bottom:0}.tw-mb-1{margin-bottom:.25rem}.tw-mb-16{margin-bottom:4rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-3{margin-bottom:.75rem}.tw-mb-4{margin-bottom:1rem}.tw-mb-8{margin-bottom:2rem}.tw-ml-2{margin-left:.5rem}.tw-ml-4{margin-left:1rem}.tw-ml-\[-100px\]{margin-left:-100px}.tw-ml-\[-110px\]{margin-left:-110px}.tw-ml-\[-470px\]{margin-left:-470px}.tw-ml-\[-92px\]{margin-left:-92px}.tw-ml-auto{margin-left:auto}.tw-mr-1{margin-right:.25rem}.tw-mr-2{margin-right:.5rem}.tw-mr-4{margin-right:1rem}.tw-mr-auto{margin-right:auto}.tw-mt-0{margin-top:0}.tw-mt-1{margin-top:.25rem}.tw-mt-16{margin-top:4rem}.tw-mt-2{margin-top:.5rem}.tw-mt-4{margin-top:1rem}.tw-mt-8{margin-top:2rem}.tw-mt-\[-28px\]{margin-top:-28px}.tw-block{display:block}.tw-flex{display:flex}.tw-hidden{display:none}.tw-aspect-square{aspect-ratio:1 / 1}.tw-aspect-video{aspect-ratio:16 / 9}.tw-h-10{height:2.5rem}.tw-h-12{height:3rem}.tw-h-16{height:4rem}.tw-h-2{height:.5rem}.tw-h-32{height:8rem}.tw-h-4{height:1rem}.tw-h-5{height:1.25rem}.tw-h-6{height:1.5rem}.tw-h-8{height:2rem}.tw-h-9{height:2.25rem}.tw-h-\[256px\]{height:256px}.tw-h-\[280px\]{height:280px}.tw-h-\[32px\]{height:32px}.tw-h-\[34px\]{height:34px}.tw-h-\[396px\]{height:396px}.tw-h-auto{height:auto}.tw-h-full{height:100%}.tw-max-h-96{max-height:24rem}.tw-max-h-\[1000px\]{max-height:1000px}.tw-max-h-full{max-height:100%}.tw-min-h-72{min-height:18rem}.tw-min-h-\[1px\]{min-height:1px}.tw-min-h-\[32px\]{min-height:32px}.tw-min-h-\[500px\]{min-height:500px}.tw-w-1\/2{width:50%}.tw-w-1\/3{width:33.333333%}.tw-w-10{width:2.5rem}.tw-w-14{width:3.5rem}.tw-w-16{width:4rem}.tw-w-2{width:.5rem}.tw-w-24{width:6rem}.tw-w-32{width:8rem}.tw-w-6{width:1.5rem}.tw-w-8{width:2rem}.tw-w-9{width:2.25rem}.tw-w-\[110px\]{width:110px}.tw-w-\[1200px\]{width:1200px}.tw-w-\[200\%\]{width:200%}.tw-w-\[256px\]{width:256px}.tw-w-\[80px\]{width:80px}.tw-w-\[89\%\]{width:89%}.tw-w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.tw-w-fit{width:-webkit-fit-content;width:fit-content}.tw-w-full{width:100%}.tw-w-px{width:1px}.tw-min-w-\[14px\]{min-width:14px}.tw-min-w-\[220px\]{min-width:220px}.tw-min-w-\[36px\]{min-width:36px}.tw-min-w-\[38px\]{min-width:38px}.tw-min-w-\[55px\]{min-width:55px}.tw-min-w-\[70px\]{min-width:70px}.tw-max-w-2xl{max-width:42rem}.tw-max-w-3xl{max-width:48rem}.tw-max-w-60{max-width:15rem}.tw-max-w-6xl{max-width:72rem}.tw-max-w-72{max-width:18rem}.tw-max-w-8{max-width:2rem}.tw-max-w-\[1024px\]{max-width:1024px}.tw-max-w-\[1270px\]{max-width:1270px}.tw-max-w-\[300px\]{max-width:300px}.tw-max-w-\[400px\]{max-width:400px}.tw-max-w-\[576px\]{max-width:576px}.tw-max-w-\[600px\]{max-width:600px}.tw-max-w-\[700px\]{max-width:700px}.tw-max-w-\[960px\]{max-width:960px}.tw-max-w-none{max-width:none}.tw-flex-1{flex:1 1 0%}.tw-flex-none{flex:none}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-cursor-pointer{cursor:pointer}.tw-select-none{-webkit-user-select:none;user-select:none}.tw-list-none{list-style-type:none}.tw-flex-row{flex-direction:row}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-0\.5{gap:.125rem}.tw-gap-1{gap:.25rem}.tw-gap-1\.5{gap:.375rem}.tw-gap-16{gap:4rem}.tw-gap-2{gap:.5rem}.tw-gap-2\.5{gap:.625rem}.tw-gap-3{gap:.75rem}.tw-gap-4{gap:1rem}.tw-gap-8{gap:2rem}.tw-gap-x-0{column-gap:0px}.tw-self-center{align-self:center}.tw-overflow-auto{overflow:auto}.tw-overflow-hidden{overflow:hidden}.tw-overflow-y-auto{overflow-y:auto}.tw-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-text-ellipsis{text-overflow:ellipsis}.tw-whitespace-nowrap{white-space:nowrap}.tw-rounded{border-radius:.25rem}.tw-rounded-2xl{border-radius:1rem}.tw-rounded-3xl{border-radius:1.5rem}.tw-rounded-\[10px\]{border-radius:10px}.tw-rounded-\[128px\]{border-radius:128px}.tw-rounded-\[36px\]{border-radius:36px}.tw-rounded-\[48px\]{border-radius:48px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-sm{border-radius:.125rem}.tw-rounded-xl{border-radius:.75rem}.tw-rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tw-border{border-width:1px}.tw-border-0{border-width:0px}.tw-border-2{border-width:2px}.tw-border-\[3px\]{border-width:3px}.tw-border-\[5px\]{border-width:5px}.tw-border-b{border-bottom-width:1px}.tw-border-b-0{border-bottom-width:0px}.tw-border-l-0{border-left-width:0px}.tw-border-r-0{border-right-width:0px}.tw-border-t{border-top-width:1px}.tw-border-t-0{border-top-width:0px}.tw-border-solid{border-style:solid}.tw-border-none{border-style:none}.tw-border-\[\#ddd\]{--tw-border-opacity: 1;border-color:rgb(221 221 221 / var(--tw-border-opacity, 1))}.tw-border-\[\#e5e5e5\]{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.tw-border-\[\#ededed\]{--tw-border-opacity: 1;border-color:rgb(237 237 237 / var(--tw-border-opacity, 1))}.tw-border-gray-200{--tw-border-opacity: 1;border-color:rgb(230 230 231 / var(--tw-border-opacity, 1))}.tw-border-transparent{border-color:transparent}.tw-border-white\/10{border-color:#ffffff1a}.tw-border-white\/20{border-color:#fff3}.tw-border-white\/\[0\.15\]{border-color:#ffffff26}.tw-border-b-gray-200{--tw-border-opacity: 1;border-bottom-color:rgb(230 230 231 / var(--tw-border-opacity, 1))}.tw-border-t-gray-200{--tw-border-opacity: 1;border-top-color:rgb(230 230 231 / var(--tw-border-opacity, 1))}.tw-bg-\[\#e2e6ea\]{--tw-bg-opacity: 1;background-color:rgb(226 230 234 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#e4e9ed\]{--tw-bg-opacity: 1;background-color:rgb(228 233 237 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#eaf0f8\]{--tw-bg-opacity: 1;background-color:rgb(234 240 248 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f2f3f4\]{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#f8f9fa\]{--tw-bg-opacity: 1;background-color:rgb(248 249 250 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#feeadd\]{--tw-bg-opacity: 1;background-color:rgb(254 234 221 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#ff703c\]{--tw-bg-opacity: 1;background-color:rgb(255 112 60 / var(--tw-bg-opacity, 1))}.tw-bg-\[\#ff9f1b\]{--tw-bg-opacity: 1;background-color:rgb(255 159 27 / var(--tw-bg-opacity, 1))}.tw-bg-\[rgba\(0\,0\,0\,\.6\)\]{background-color:#0009}.tw-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.tw-bg-black\/10{background-color:#0000001a}.tw-bg-black\/40{background-color:#0006}.tw-bg-black\/50{background-color:#00000080}.tw-bg-black\/60{background-color:#0009}.tw-bg-black\/70{background-color:#000000b3}.tw-bg-charcoal{--tw-bg-opacity: 1;background-color:rgb(46 50 56 / var(--tw-bg-opacity, 1))}.tw-bg-danger{background-color:var(--ion-color-danger)}.tw-bg-dark{background-color:var(--ion-color-dark)}.tw-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(242 243 244 / var(--tw-bg-opacity, 1))}.tw-bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(230 230 231 / var(--tw-bg-opacity, 1))}.tw-bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(213 213 213 / var(--tw-bg-opacity, 1))}.tw-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.tw-bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.tw-bg-grey-1{--tw-bg-opacity: 1;background-color:rgb(226 230 234 / var(--tw-bg-opacity, 1))}.tw-bg-grey-2{--tw-bg-opacity: 1;background-color:rgb(221 225 230 / var(--tw-bg-opacity, 1))}.tw-bg-grey-4{--tw-bg-opacity: 1;background-color:rgb(218 224 229 / var(--tw-bg-opacity, 1))}.tw-bg-magenta{background-color:var(--ion-color-magenta)}.tw-bg-primary{background-color:var(--ion-color-primary)}.tw-bg-tertiary{background-color:var(--ion-color-tertiary)}.tw-bg-transparent{background-color:transparent}.tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.tw-bg-white\/10{background-color:#ffffff1a}.tw-bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.tw-bg-cover{background-size:cover}.tw-bg-center{background-position:center}.tw-object-contain{object-fit:contain}.tw-object-cover{object-fit:cover}.tw-p-0{padding:0}.tw-p-2{padding:.5rem}.tw-p-3{padding:.75rem}.tw-p-4{padding:1rem}.tw-p-8{padding:2rem}.tw-px-0{padding-left:0;padding-right:0}.tw-px-1{padding-left:.25rem;padding-right:.25rem}.tw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-px-16{padding-left:4rem;padding-right:4rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-0{padding-top:0;padding-bottom:0}.tw-py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.tw-py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.tw-py-16{padding-top:4rem;padding-bottom:4rem}.tw-py-2{padding-top:.5rem;padding-bottom:.5rem}.tw-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-py-4{padding-top:1rem;padding-bottom:1rem}.tw-py-8{padding-top:2rem;padding-bottom:2rem}.tw-py-\[3px\]{padding-top:3px;padding-bottom:3px}.tw-pb-0{padding-bottom:0}.tw-pb-12{padding-bottom:3rem}.tw-pb-16{padding-bottom:4rem}.tw-pb-2{padding-bottom:.5rem}.tw-pb-2\.5{padding-bottom:.625rem}.tw-pb-3{padding-bottom:.75rem}.tw-pb-4{padding-bottom:1rem}.tw-pb-8{padding-bottom:2rem}.tw-pb-\[150px\]{padding-bottom:150px}.tw-pb-\[50px\]{padding-bottom:50px}.tw-pl-0{padding-left:0}.tw-pl-12{padding-left:3rem}.tw-pl-16{padding-left:4rem}.tw-pl-4{padding-left:1rem}.tw-pl-6{padding-left:1.5rem}.tw-pl-8{padding-left:2rem}.tw-pr-0{padding-right:0}.tw-pr-12{padding-right:3rem}.tw-pr-16{padding-right:4rem}.tw-pr-4{padding-right:1rem}.tw-pr-6{padding-right:1.5rem}.tw-pr-8{padding-right:2rem}.tw-pt-0{padding-top:0}.tw-pt-12{padding-top:3rem}.tw-pt-16{padding-top:4rem}.tw-pt-2{padding-top:.5rem}.tw-pt-3{padding-top:.75rem}.tw-pt-4{padding-top:1rem}.tw-pt-6{padding-top:1.5rem}.tw-pt-8{padding-top:2rem}.tw-pt-\[50px\]{padding-top:50px}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-align-middle{vertical-align:middle}.tw-font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.tw-text-12{font-size:12px}.tw-text-16{font-size:16px}.tw-text-20{font-size:20px}.tw-text-24{font-size:24px}.tw-text-2xl{font-size:1.5rem;line-height:2rem}.tw-text-32{font-size:32px}.tw-text-\[0\.7rem\]{font-size:.7rem}.tw-text-\[1\.75rem\]{font-size:1.75rem}.tw-text-\[10px\]{font-size:10px}.tw-text-\[11px\]{font-size:11px}.tw-text-\[13px\]{font-size:13px}.tw-text-\[18px\]{font-size:18px}.tw-text-\[2rem\]{font-size:2rem}.tw-text-\[32px\]{font-size:32px}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-black{font-weight:900}.tw-font-bold{font-weight:700}.tw-font-extrabold{font-weight:800}.tw-font-light{font-weight:300}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-normal-case{text-transform:none}.tw-italic{font-style:italic}.tw-tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-leading-10{line-height:2.5rem}.tw-leading-7{line-height:1.75rem}.tw-leading-8{line-height:2rem}.tw-leading-9{line-height:2.25rem}.tw-tracking-normal{letter-spacing:0em}.tw-text-\[\#166534\]{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.tw-text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.tw-text-\[\#444\]{--tw-text-opacity: 1;color:rgb(68 68 68 / var(--tw-text-opacity, 1))}.tw-text-\[\#555\]{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.tw-text-\[\#888\]{--tw-text-opacity: 1;color:rgb(136 136 136 / var(--tw-text-opacity, 1))}.tw-text-\[\#a1a1a1\]{--tw-text-opacity: 1;color:rgb(161 161 161 / var(--tw-text-opacity, 1))}.tw-text-danger{color:var(--ion-color-danger)}.tw-text-dark{color:var(--ion-color-dark)}.tw-text-gray-400{--tw-text-opacity: 1;color:rgb(189 194 201 / var(--tw-text-opacity, 1))}.tw-text-gray-500{--tw-text-opacity: 1;color:rgb(138 148 163 / var(--tw-text-opacity, 1))}.tw-text-gray-600{--tw-text-opacity: 1;color:rgb(96 103 112 / var(--tw-text-opacity, 1))}.tw-text-gray-700{--tw-text-opacity: 1;color:rgb(68 73 80 / var(--tw-text-opacity, 1))}.tw-text-gray-900{--tw-text-opacity: 1;color:rgb(46 50 56 / var(--tw-text-opacity, 1))}.tw-text-magenta{color:var(--ion-color-magenta)}.tw-text-medium{color:var(--ion-color-medium)}.tw-text-primary{color:var(--ion-color-primary)}.tw-text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.tw-text-success{color:var(--ion-color-success)}.tw-text-tertiary{color:var(--ion-color-tertiary)}.tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tw-text-white\/70{color:#ffffffb3}.tw-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tw-opacity-0{opacity:0}.tw-opacity-100{opacity:1}.tw-opacity-50{opacity:.5}.tw-shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 0 10px rgba(0,0,0,.1);--tw-shadow-colored: 0 0 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0 2px 12px rgba(0,0,0,.06);--tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0_5px_5px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 5px 5px rgba(0,0,0,.1);--tw-shadow-colored: 0 5px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.tw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-duration-150{transition-duration:.15s}.tw-duration-200{transition-duration:.2s}.tw-duration-300{transition-duration:.3s}.tw-duration-500{transition-duration:.5s}.tw-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\:tw-bg-black\/\[0\.04\]:hover{background-color:#0000000a}.hover\:tw-bg-black\/\[0\.06\]:hover{background-color:#0000000f}.hover\:tw-text-\[\#555\]:hover{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.hover\:tw-text-gray-600:hover{--tw-text-opacity: 1;color:rgb(96 103 112 / var(--tw-text-opacity, 1))}.hover\:tw-text-gray-700:hover{--tw-text-opacity: 1;color:rgb(68 73 80 / var(--tw-text-opacity, 1))}.hover\:tw-text-primary:hover{color:var(--ion-color-primary)}.hover\:tw-opacity-100:hover{opacity:1}.focus\:tw-border-\[var\(--ion-color-primary\)\]:focus{border-color:var(--ion-color-primary)}@media not all and (min-width: 576px){.max-sm\:tw-gap-x-2{column-gap:.5rem}.max-sm\:tw-pt-0{padding-top:0}}@media (min-width: 576px){.sm\:tw-static{position:static}.sm\:tw-m-4{margin:1rem}.sm\:tw-mb-2{margin-bottom:.5rem}.sm\:tw-mb-4{margin-bottom:1rem}.sm\:tw-ml-0{margin-left:0}.sm\:tw-mr-4{margin-right:1rem}.sm\:tw-mt-0{margin-top:0}.sm\:tw-mt-12{margin-top:3rem}.sm\:tw-mt-4{margin-top:1rem}.sm\:tw-mt-8{margin-top:2rem}.sm\:tw-block{display:block}.sm\:tw-hidden{display:none}.sm\:tw-h-12{height:3rem}.sm\:tw-w-12{width:3rem}.sm\:tw-w-48{width:12rem}.sm\:tw-w-\[400px\]{width:400px}.sm\:tw-w-full{width:100%}.sm\:tw-max-w-\[800px\]{max-width:800px}.sm\:tw-max-w-full{max-width:100%}.sm\:tw-flex-auto{flex:1 1 auto}.sm\:tw-items-center{align-items:center}.sm\:tw-gap-4{gap:1rem}.sm\:tw-p-0{padding:0}.sm\:tw-px-4{padding-left:1rem;padding-right:1rem}.sm\:tw-py-4{padding-top:1rem;padding-bottom:1rem}.sm\:tw-pb-16{padding-bottom:4rem}.sm\:tw-pb-2{padding-bottom:.5rem}.sm\:tw-pl-12{padding-left:3rem}.sm\:tw-pr-12{padding-right:3rem}.sm\:tw-pt-16{padding-top:4rem}.sm\:tw-pt-4{padding-top:1rem}.sm\:tw-text-2xl{font-size:1.5rem;line-height:2rem}.sm\:tw-text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:tw-text-5xl{font-size:3rem;line-height:1}.sm\:tw-text-\[2\.5rem\]{font-size:2.5rem}.sm\:tw-text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:tw-leading-\[3rem\]{line-height:3rem}}@media (min-width: 768px){.md\:tw-ml-auto{margin-left:auto}.md\:tw-mt-0{margin-top:0}.md\:tw-block{display:block}.md\:tw-hidden{display:none}.md\:tw-w-1\/3{width:33.333333%}.md\:tw-w-2\/3{width:66.666667%}.md\:tw-w-auto{width:auto}.md\:tw-flex-row{flex-direction:row}.md\:tw-flex-col{flex-direction:column}.md\:tw-justify-center{justify-content:center}.md\:tw-gap-4{gap:1rem}.md\:tw-px-0{padding-left:0;padding-right:0}.md\:tw-px-4{padding-left:1rem;padding-right:1rem}.md\:tw-py-4{padding-top:1rem;padding-bottom:1rem}.md\:tw-py-8{padding-top:2rem;padding-bottom:2rem}.md\:tw-pb-8{padding-bottom:2rem}.md\:tw-pb-\[100px\]{padding-bottom:100px}.md\:tw-pt-0{padding-top:0}.md\:tw-pt-2{padding-top:.5rem}.md\:tw-pt-\[50px\]{padding-top:50px}.md\:tw-text-left{text-align:left}.md\:tw-text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 992px){.lg\:tw-absolute{position:absolute}.lg\:tw-bottom-\[100px\]{bottom:100px}.lg\:tw-left-\[120px\]{left:120px}.lg\:tw-top-\[150px\]{top:150px}.lg\:tw-mx-0{margin-left:0;margin-right:0}.lg\:tw-mt-0{margin-top:0}.lg\:tw-block{display:block}.lg\:tw-hidden{display:none}.lg\:tw-h-full{height:100%}.lg\:tw-max-h-\[644px\]{max-height:644px}.lg\:tw-w-auto{width:auto}.lg\:tw-max-w-2xl{max-width:42rem}.lg\:tw-max-w-3xl{max-width:48rem}.lg\:tw-max-w-6xl{max-width:72rem}.lg\:tw-max-w-96{max-width:24rem}.lg\:tw-max-w-\[45\%\]{max-width:45%}.lg\:tw-max-w-\[55\%\]{max-width:55%}.lg\:tw-max-w-none{max-width:none}.lg\:tw-gap-4{gap:1rem}.lg\:tw-rounded-xl{border-radius:.75rem}.lg\:tw-px-0{padding-left:0;padding-right:0}.lg\:tw-py-8{padding-top:2rem;padding-bottom:2rem}.lg\:tw-pr-16{padding-right:4rem}.lg\:tw-pt-0{padding-top:0}.lg\:tw-pt-\[100px\]{padding-top:100px}}@media (min-width: 1200px){.xl\:tw-ml-0{margin-left:0}.xl\:tw-block{display:block}.xl\:tw-text-left{text-align:left}}@media (min-width: 1400px){.\32xl\:tw-max-w-3xl{max-width:48rem}.\32xl\:tw-max-w-\[992px\]{max-width:992px}.\32xl\:tw-max-w-none{max-width:none}}.error-container h1,.error-container h2,.error-container p{margin:0}.error-container h2{font-size:40px;color:#8a94a3;line-height:48px;font-weight:900}@media screen and (max-width: 768px){.error-angled{padding:80px 0;margin-top:0}.error-container{flex-direction:column-reverse;text-align:center;padding:2rem;margin-top:-180px}.error-container h1{font-size:100px;line-height:120px}.error-container h2{font-size:28px;line-height:28px}.uHoH .d-flex{flex-direction:column}.uHoH .btn{width:100%;margin-bottom:1rem}}.error-angled{-webkit-clip-path:polygon(0 0%,100% 0%,100% 100%,0 80%);clip-path:polygon(0 0%,100% 0%,100% 100%,0 80%);padding:200px 0 250px;background-color:#fff;margin-top:-100px}.error-container{justify-content:space-between;align-items:center;padding:4rem 2rem 8rem;max-width:992px;margin-top:-300px;position:relative;z-index:9}.error-container h1,.error-container h3,.error-container p{margin:0}.error-container h1{font-size:150px;line-height:180px}.error-container h3{font-size:28px;color:#8a94a3;line-height:48px;font-weight:900}.error-container p{margin:1rem 0}.error-container .error-message{max-width:380px}.uHoH{margin-top:-380px}.uHoH .btn{margin:0 .5rem;width:270px}.unpublished-job p{margin-top:.5rem}.unpublished-job img{width:600px;margin-bottom:1rem}@media screen and (max-width: 768px){.error-angled{padding:80px 0;margin-top:0}.error-container{flex-direction:column-reverse;text-align:center;padding:2rem;margin-top:-180px}.error-container h1{font-size:100px;line-height:120px}.error-container h3{font-size:28px;line-height:28px}.uHoH .d-flex{flex-direction:column}.uHoH .btn{width:100%;margin-bottom:1rem}}
