:root{--primary:#0061c3;--primary-selected:#0055ac;--secondary-light:#7044ff;--black:#000a12;--white:#fff;--negative:#da1759;--positive:#10dc60;--warning:#ffba00;--active:#0061c3;--disabled:#d7d8d8;--dark-grey:#203242;--grey:#8f98a0;--light-grey:#f4f5f5;--snow:#d7d8d8;--mist:#f5f6f6;--button-font-size:15px}.helix--button,.helix--button-primary{padding:15px 45px;text-align:center;text-decoration:none;display:inline-block;font-size:var(--button-font-size);border:none;border-radius:5px;font-weight:700;background-color:var(--primary);color:var(--white)}.helix--button-primary:disabled,.helix--button:disabled{background-color:var(--mist);color:var(--light-grey)}.helix--button-primary.activated,.helix--button-primary:hover:enabled,.helix--button.activated,.helix--button:hover:enabled{background-color:var(--primary-selected)}.helix--button-secondary{padding:15px 45px;text-align:center;text-decoration:none;display:inline-block;font-size:var(--button-font-size);border:none;border-radius:5px;font-weight:700;background-color:var(--mist);color:var(--primary);border:1px solid var(--primary)}.helix--button-secondary:disabled{background-color:var(--mist);color:var(--light-grey);border:1px solid var(--light-grey)}.helix--button-secondary.activated,.helix--button-secondary:hover:enabled{background-color:var(--primary-selected);color:var(--white)}.helixl--button,.helixl--button-primary{padding:15px 45px;text-align:center;text-decoration:none;display:inline-block;font-size:var(--button-font-size);border:none;border-radius:5px;font-weight:700;background-color:var(--white);color:var(--primary);border:1.5px solid var(--primary)}.helixl--button-primary:disabled,.helixl--button:disabled{background-color:var(--white);color:var(--light-grey);border:1px solid var(--light-grey)}.helixl--button-primary.activated,.helixl--button-primary:hover:enabled,.helixl--button.activated,.helixl--button:hover:enabled{border:1.5px solid var(--primary-selected)}.helixl--button-secondary{padding:15px 45px;text-align:center;text-decoration:none;display:inline-block;font-size:var(--button-font-size);border:none;border-radius:5px;font-weight:700;background-color:var(--white);color:var(--primary);border:1px solid var(--mist)}.helixl--button-secondary:disabled{background-color:var(--white);color:var(--light-grey);border:1px solid var(--light-grey)}.helixl--button-secondary.activated,.helixl--button-secondary:hover:enabled{border:1px solid var(--primary-selected)}:root{--line-height-root:22px;--line-height-title:3.09rem;--line-height-h1:2.41rem;--line-height-h2:1.91rem;--line-height-h3:1.68rem;--line-height-h4:1.54rem;--line-height-h5:1.32rem;--line-height-h6:1.09rem;--font-size-root:16px;--font-size-title:3.25px;--font-size-h1:2.5rem;--font-size-h2:2rem;--font-size-h3:1.75rem;--font-size-h4:1.5rem;--font-size-h5:1.25rem;--font-size-body:1.125rem;--helix-input-font-size:1rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-semistrong:500;--font-weight-strong:bold;--helix-font-primary:"Roboto",sans-serif;--helix-font-secondary:"Muli",sans-serif}html{line-height:var(--line-height-root);font-weight:var(--font-weight-regular);font-size:var(--font-size-root)}.helix--title{line-height:var(--line-height-title);font-size:var(--font-size-title)}.helix--title,.helix h1{font-weight:var(--font-weight-light)}.helix h1{line-height:var(--line-height-h1);font-size:var(--font-size-h1)}.helix h2{line-height:var(--line-height-h2);font-size:var(--font-size-h2)}.helix h2,.helix h3{font-weight:var(--font-weight-regular)}.helix h3{line-height:var(--line-height-h3);font-size:var(--font-size-h3)}.helix h4{line-height:var(--line-height-h4);font-size:var(--font-size-h4);font-weight:var(--font-weight-regular)}.helix h4.helix--font-secondary{font-weight:var(--font-weight-semistrong)}.helix h5{line-height:var(--line-height-h5);font-size:var(--font-size-h5);font-weight:var(--font-weight-regular)}.helix h5.helix--font-secondary{font-weight:var(--font-weight-semistrong)}.helix--font-primary{font-family:var(--helix-font-primary)}.helix--font-secondary{font-family:var(--helix-font-secondary)}.helix--subtext{color:var(--grey)}.helix--input{width:100%;background-color:var(--helix-input-background-color,#fff);background-position:9px 10px;background-repeat:no-repeat;background-size:var(--helix-input-background-size,22pt);padding-left:var(--helix-input-leftpad,50px);height:var(--helix-input-height,24pt);font-size:var(--helix-input-font-size);font-family:var(--helix-input-font-family,var(--helix-font-primary))}.helix--input-bordered{border:var(--helix-input-border-thickness,2px) solid var(--light-grey);border-color:var(--helix-input-border-color,var(--light-grey));border-radius:var(--helix-input-border-radius,3px)}.helix--input-borderless{border:none;border-bottom:var(--helix-input-border-thickness,2px) solid var(--light-grey);border-radius:none}.helix--input:disabled{background-color:var(--dark-grey)}.helix--input-success{border-color:var(--helix-input-success-color,var(--positive))}.helix--input-error{border-color:var(--helix-input-error-color,var(--negative))}.helix--input-active{border-color:var(--helix-input-active-color,var(--active))}.helix--input:hover{border-color:var(--helix-input-border-color-hover,var(--dark-grey))}.helix--checkbox,.helix--radio{border-color:var(--dark-grey)}.helix--checkbox:hover{border-color:var(--active)}.helix--input-label{display:block;padding-left:var(--helix-input-label-left-pad,2px);font-size:var(--helix-input-label-font-size,.8rem);font-weight:var(--helix-input-label-font-weight,var(--font-weight-regular));font-family:var(--helix-input-label-font-family,var(--helix-font-primary));color:var(--helix-input-label-color,var(--black))}.helix--input-caption{font-size:var(--helix-input-caption-font-size,.8rem);padding-left:var(--helix-input-caption-left-pad,2px)}.helix--pill{font-style:normal;font-stretch:normal;letter-spacing:normal;font-family:AvenirNext,sans-serif;font-size:var(--font-size-subtext);font-weight:var(--font-weight-semistrong);background-color:var(--white);color:var(--blue);padding:.375rem .9375rem .4375rem}.helix--health-connector{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.helix--health-connector img{width:20%;height:100%;max-height:80px;max-width:80px;margin-right:10px;-ms-flex-positive:unset;flex-grow:unset}.helix--health-connector .inner{height:100%}.helix--health-connector .inner button{border-radius:40px}.helix--health-connector *{-ms-flex:1;flex:1}.cal-header,.cal-month-view--container{background-color:var(--primary);color:var(--white);padding:5px 0 5px}newton-calendar-cell.cal-selected{background-color:var(--primary);color:var(--white);border-radius:50%;font-weight:700}newton-calendar-cell.cal-selected .cal-day-number{opacity:1}.cal-out-of-month .cal-day-number{color:var(--grey)}.cal-month-view .cal-day-number{float:none;width:100%;font-size:1rem;line-height:1rem;text-align:center;margin-top:32%}.cal-today newton-calendar-cell{border-radius:50%;border:1px solid var(--grey)}newton-calendar-month-view newton-calendar-cell{width:10vw;height:10vw;min-width:35px;min-height:35px;max-width:45px;max-height:45px;margin:auto}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body{font-size:1rem;font-weight:400;background-color:#fff;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin-top:0}ol,ul{list-style:none}img{max-width:100%;height:auto}[hidden]{display:none!important}a{color:var(--primary)}.helix--label{display:inline-block;width:100%;margin-bottom:20px}.helix--submit{width:80%;height:45pt;margin-top:40px}.no-customproperties grv-button .grv-button__wrapper helix-button button.helix--button-button,.no-customproperties grv-button .grv-button__wrapper helix-button button.helixl--button-button{border-radius:24px}.no-customproperties grv-button .grv-button__wrapper helix-button .material-icons{color:#fff}.no-customproperties .grv-button__wrapper{height:40px}.no-customproperties .grv-button--loading{-webkit-transform-origin:center;transform-origin:center}.no-customproperties .grv-button .rotate_right{font-size:16px}.no-customproperties .grv-login-flow__cancel-icon{position:absolute;top:0;left:0}.no-customproperties .helix-input--has-content .helix--input-label{font-size:16px!important}.no-customproperties helix-input .animated-label:not(.no-animate) label{-webkit-transition:top .4s,margin-top .4s,-webkit-transform .4s;transition:top .4s,margin-top .4s,-webkit-transform .4s;transition:transform .4s,top .4s,margin-top .4s;transition:transform .4s,top .4s,margin-top .4s,-webkit-transform .4s}.no-customproperties helix-input .animated-label.has-content label{-webkit-transform-origin:top left;transform-origin:top left;-webkit-transform:scale3d(.7,.7,1) translate3d(-2px,15px,0);transform:scale3d(.7,.7,1) translate3d(-2px,15px,0);z-index:1}.no-customproperties .animated-label.has-icon-left label{left:38px}.no-customproperties .animated-label label{top:33px}.no-customproperties .grv-input--clear{margin-top:3px}.no-customproperties .helix--input-label{font-family:AvenirNext,sans-serif;font-weight:400;font-size:16px;color:#35383f}.no-customproperties .helix-input-label{font-size:10px;left:38px}.no-customproperties .helix-input{margin:16px 0 16px 0;padding-left:0}.no-customproperties .helix--input-wrapper{border-radius:24px;border:1px solid #000a12}.no-customproperties .helix--input-wrapper .animated-label.has-icon-left label{left:36px}.no-customproperties .helix--input-wrapper .helix--input{margin-top:12px;margin-left:0;padding-left:0;height:100%}.no-customproperties .helix--input-wrapper .helix--input-group{padding-left:16px}.no-customproperties .helix--input-wrapper .material-icons{font-size:16px;color:#35383f}.no-customproperties .helix--input-wrapper .material-icons.close{color:#aeafb2;font-size:16px}.no-customproperties .helix--input-wrapper button.grv-input--clear:hover .material-icons.close{color:#35383f}.no-customproperties .validity-block{margin:8px 0 0 0;padding:0 16px 0 16px}.no-customproperties .valid-icon svg{width:12px;height:12px}.no-customproperties .valid-icon svg :not(.preserve-fill){fill:#0f75d4}.no-customproperties .invalid-icon svg{width:12px;height:12px}.no-customproperties .invalid-icon svg :not(.preserve-fill){fill:#35383f}.no-customproperties .state-not-validated svg :not(.preserve-fill){fill:#000a12}.no-customproperties grv-input [slot=icon-start]{margin-right:8px;margin-top:-3px}.no-customproperties grv-input [slot=icon-end]{margin-top:-6px;margin-right:2px}.no-customproperties grv-input-password grv-input [slot=icon-start]{margin-right:8px}.no-customproperties grv-input-password grv-input [slot=icon-end]{padding:0}.no-customproperties grv-input-password grv-input div[slot=icon-end] .grv-input-pwd--reveal-hidden grv-icon .material-icons{color:#aeafb2}.no-customproperties grv-input-password grv-input div[slot=icon-end] .grv-input-pwd--reveal-visible grv-icon .material-icons{color:#35383f}.no-shadowroot grv-input .helix-input div[slot=icon-end]{width:16px;height:16px}.no-shadowroot helix-input .helix--input-wrapper{min-height:50px}.no-shadowroot grv-input-password .helix-input div[slot=icon-start]{width:16px;height:16px}.no-shadowroot grv-input-password .helix-input div[slot=icon-end]{width:18px;height:18px;padding-right:0;margin-top:4px}.no-shadowroot grv-input-password .helix-input--has-error div[slot=icon-start] grv-icon .material-icons{color:#d53458}.no-shadowroot grv-input-password .helix-input--has-focus div[slot=icon-start] grv-icon .material-icons{color:#0f75d4}.no-shadowroot .helix-input--error{border-color:#d53458}.no-shadowroot .helix-input--has-error .helix--input-label,.no-shadowroot .helix-input--has-error grv-icon[slot=icon-start] .material-icons{color:#d53458}.no-shadowroot .helix-input--has-error .helix--input-wrapper{border-color:#d53458}.no-shadowroot .helix-input--has-focus .helix--input-label,.no-shadowroot .helix-input--has-focus grv-icon[slot=icon-start] .material-icons{color:#0f75d4}.no-shadowroot .helix-input--has-focus .helix--input-wrapper{border-color:#0f75d4}.no-shadowroot .helix-input--has-content .helix--input-label{font-size:10px}.no-customproperties grv-password .password-form-message{margin:8px 0 0 0;padding:0 0 0 16px;color:#35383f}.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints{padding:16px 0}.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .hint-text,.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .state-invalid,.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .state-valid{font-size:14px}.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .state-invalid .hint-text{color:#35383f}.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .state-valid .hint-text{color:#0f75d4}.no-customproperties grv-password grv-input-password grv-input helix-input .helix--input-validation .hints .helix--icon{width:12px;height:12px}.no-customproperties grv-icon[icon=arrow_back],.no-customproperties grv-icon[icon=clear]{padding:16px;border-color:#fff;position:relative}.no-customproperties grv-icon[icon=arrow_back] .material-icons,.no-customproperties grv-icon[icon=clear] .material-icons{color:#fff;font-size:16px;position:absolute;left:8px;top:8px}.no-customproperties .error-page grv-icon[icon=clear]{padding:10px;border-color:#35383f;position:relative;right:-8px}.no-customproperties .error-page grv-icon[icon=clear] .material-icons{color:#35383f;font-size:16px;position:absolute;right:0;top:2px;left:0}.no-shadowroot .grv-header__header grv-icon[icon=arrow_back],.no-shadowroot .grv-header__header grv-icon[icon=clear]{padding:16px;border-color:#fff;position:relative}.no-shadowroot .grv-header__header grv-icon[icon=arrow_back] .material-icons,.no-shadowroot .grv-header__header grv-icon[icon=clear] .material-icons{color:#fff;font-size:16px;position:absolute;left:8px;top:8px}.no-shadowroot .error-page grv-icon[icon=clear]{padding:12px}.no-shadowroot .error-page grv-icon[icon=clear] .material-icons{position:absolute;right:0;top:5px;left:1px}.no-customproperties helix-select grv-select .helix-select--has-no-focus{color:#000}.no-customproperties helix-select .helix-select{margin-top:16px;margin-bottom:16px;border-radius:24px}.no-customproperties helix-select .helix-select .helix-select__items{left:-1px;width:100.3%;overflow-y:hidden}.no-customproperties helix-select .helix-select .helix-select__items ul{max-height:240px;overflow-y:auto;margin:8px}.no-customproperties helix-select .helix-select .helix-select--label{position:relative;left:-4px}.no-customproperties helix-select .helix-select .grv-icon{margin:0}.no-customproperties helix-select .helix-select .material-icons{font-size:16px;color:#35383f}.no-customproperties helix-select.helix-select--below .helix-select.helix-select--open{border-radius:24px 24px 0 0}.no-customproperties helix-select.helix-select--below .helix-select.helix-select--open grv-icon{color:#0f75d4}.no-customproperties helix-select.helix-select--above .helix-select.helix-select--open,.no-customproperties helix-select.helix-select--below .helix-select.helix-select--open .helix-select__items{border-radius:0 0 24px 24px}.no-customproperties helix-select.helix-select--above .helix-select.helix-select--open .helix-select__items{border-radius:24px 24px 0 0}.no-customproperties .grv-edit-personal__legal-container .grv-checkbox--icon{position:relative;top:-18px}.no-customproperties .grv-checkbox--checked grv-icon,.no-customproperties .grv-checkbox--unchecked grv-icon{position:relative;top:-1px;left:-1px}.no-customproperties .grv-checkbox--icon{position:relative;top:-26px;left:-3px}.no-customproperties .helix-checkbox__label{padding:0 8px;margin:0 5px 8px 5px}.no-customproperties .helix-checkbox__error{display:none}.no-customproperties .helix-checkbox__label span{font-family:AvenirNext,sans-serif;font-size:14px;font-weight:400;line-height:1.43}.no-customproperties grv-login-flow .step,.no-customproperties grv-login-flow .step .step__main-content .step__content .grv-login-flow{padding:0}.no-customproperties grv-login-flow .step .step__main-content .step__content .grv-login-flow grv-icon[icon=clear].grv-login-flow__cancel-icon{position:absolute;top:0;left:0}.no-customproperties grv-login-flow .step .step__main-content .step__content .grv-login-flow-info{min-width:490px}.no-customproperties grv-login-flow .step .step__main-content .step__content .grv-login-flow-login-form{min-width:520px}.no-shadowroot .grv-login-flow__cancel-icon{padding:16px}.no-customproperties grv-icon{color:#35383f}.no-customproperties grv-icon.grv-tooltip__close-icon,.no-customproperties grv-icon.grv-tooltip__open-icon{color:#0f75d4}.no-shadowroot .grv-registration-flow__no-license-step .step__main-content{overflow-y:hidden}.no-shadowroot .grv-registration-flow__no-license-step .grv-tooltip__icons grv-icon{height:26px}.no-shadowroot .grv-registration-flow__no-license-step .tooltip-arrow{margin-left:4px}.no-customproperties .grv-modal__content{overflow-x:hidden}.no-customproperties .grv-my-account{font-family:AvenirNext,sans-serif}.no-customproperties grv-us-input-license .divider{margin-bottom:24px}.no-customproperties .grv-my-account .grv-tab-controller__tabs .grv-tab-controller__tab .grv-tab-controller__tab-link{border:none;font-family:AvenirNext,sans-serif}.no-customproperties .grv-my-account .grv-tab-controller__tabs .grv-tab-controller__tab .grv-tab-controller__tab-link--active{border:3px solid #000;border-top:none;border-left:none;border-right:none}.no-shadowroot .grv-my-account .grv-tab-controller__tabs .grv-tab-controller__tab .grv-tab-controller__tab-link{border:none;font-family:AvenirNext,sans-serif}.no-shadowroot .grv-my-account .grv-tab-controller__tabs .grv-tab-controller__tab .grv-tab-controller__tab-link--active{-o-border-image:linear-gradient(267deg,#223d83,#02162a);border-image:linear-gradient(267deg,#223d83,#02162a);border-width:3px;border-style:solid;border-top:none;border-left:none;border-right:none;border-bottom:3px}.no-shadowroot .grv-registration-flow .thankyou{background:url(https://pkg-cdn.digitalpfizer.com/nextgen-web-components/3.12.1/assets/images/visual.jpg);background-size:cover;overflow:auto;min-height:100vh;padding:64px 32px 32px 32px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}@media (min-width:992px){.no-shadowroot .grv-registration-flow .thankyou{min-height:600px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.no-shadowroot .grv-registration-flow .thankyou h2{margin:0;font-size:18px;line-height:1.38;text-align:center}.no-shadowroot .grv-registration-flow .thankyou p.subtitle{margin:24px 0}.no-shadowroot .grv-registration-flow .thankyou h3{margin:0 0 24px 0}.no-shadowroot .grv-registration-flow .thankyou a{color:#fff}.no-shadowroot .grv-registration-flow .thankyou__button-container grv-button{--grv-button-color:#223d83;--grv-button-border:none;--grv-border-background:radial-gradient(circle at 100% 50%,#71ecff,#187dd5);--grv-border-background-clip:padding-box,border-box;--grv-border-background-border-origin:border-box;--grv-button-padding:1px 1px;--helix--button-hover-border:none;--grv-icon-size-small:24px;margin:0}.no-shadowroot .grv-registration-flow .thankyou__button-container grv-button i{color:#223d83}.no-shadowroot .grv-registration-flow .thankyou ul{margin:0 0 32px 0;padding:0}.no-shadowroot .grv-registration-flow .thankyou ul.list-no-markers{list-style:none;padding:0}.no-shadowroot .grv-registration-flow .thankyou ul.list-with-tick-markers li{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M5.82 6.509l4.712-4.237a.839.839 0 0 1 1.143.03.741.741 0 0 1-.031 1.086L6.25 8.238a.835.835 0 0 1-1.219-.119L2.874 5.18a.744.744 0 0 1 .204-1.064A.836.836 0 0 1 4.2 4.3L5.82 6.51zm4.69-.686h-.001l1.067-1.094c.095.4.155.809.155 1.223 0 3.07-2.632 5.568-5.866 5.568C2.632 11.52 0 9.022 0 5.952 0 2.882 2.632.384 5.865.384c1.4 0 2.754.477 3.815 1.345l-.825.846a4.785 4.785 0 0 0-2.99-1.039c-2.565 0-4.652 1.98-4.652 4.416 0 2.435 2.087 4.416 4.652 4.416 2.566 0 4.653-1.981 4.653-4.416 0-.043-.007-.086-.009-.129z'/%3E%3C/svg%3E%0A");background-size:12px 12px;background-repeat:no-repeat;background-position:0 4px;padding-left:20px;font-size:14px;line-height:1.43;list-style:none}.no-shadowroot .grv-registration-flow .thankyou ul.list-with-tick-markers li:last-child{padding-bottom:0}.no-shadowroot .grv-registration-flow .thankyou ul li{padding-bottom:16px}.no-shadowroot .grv-registration-flow .thankyou ul li strong{font-weight:700;margin-bottom:4px;display:block}.no-shadowroot .grv-registration-flow .thankyou ul li p{width:100%;display:block;margin:0}.no-customproperties .grv-registration-flow .thankyou__button-container grv-button .grv-button__wrapper{height:46px}.no-customproperties .step,.no-shadowroot .step{position:relative}.no-customproperties .step .grv-step__header,.no-shadowroot .step .grv-step__header{font-size:16px;margin:0 0 4px 0;font-weight:600}.no-customproperties .error-page grv-icon[icon=clear],.no-shadowroot .error-page grv-icon[icon=clear]{right:0}.no-customproperties .error-page .error-page__back-button.sc-grv-error,.no-shadowroot .error-page .error-page__back-button.sc-grv-error{top:-16px}@font-face{font-family:AvenirNext;font-weight:300;src:url(../assets/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix);src:url(../assets/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix) format("eot"),url(../assets/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"),url(../assets/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"),url(../assets/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype")}@font-face{font-family:AvenirNext;font-weight:400;src:url(../assets/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix);src:url(../assets/fonts/e9167238-3b3f-4813-a04a-a384394eed42.eot?#iefix) format("eot"),url(../assets/fonts/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2) format("woff2"),url(../assets/fonts/1e9892c0-6927-4412-9874-1b82801ba47a.woff) format("woff"),url(../assets/fonts/46cf1067-688d-4aab-b0f7-bd942af6efd8.ttf) format("truetype")}@font-face{font-family:AvenirNext;font-weight:600;src:url(../assets/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix);src:url(../assets/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix) format("eot"),url(../assets/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"),url(../assets/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"),url(../assets/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype")}@font-face{font-family:AvenirNext;font-weight:700;src:url(../assets/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix);src:url(../assets/fonts/12d643f2-3899-49d5-a85b-ff430f5fad15.eot?#iefix) format("eot"),url(../assets/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2"),url(../assets/fonts/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c.woff) format("woff"),url(../assets/fonts/a0f4c2f9-8a42-4786-ad00-fce42b57b148.ttf) format("truetype")}@font-face{font-family:AvenirNext;font-weight:500;src:url(../assets/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix);src:url(../assets/fonts/1a7c9181-cd24-4943-a9d9-d033189524e0.eot?#iefix) format("eot"),url(../assets/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2"),url(../assets/fonts/f26faddb-86cc-4477-a253-1e1287684336.woff) format("woff"),url(../assets/fonts/63a74598-733c-4d0c-bd91-b01bffcd6e69.ttf) format("truetype")}body,html{--grv-font-family:"AvenirNext",sans-serif!important;--grv-default-font-size:16px;--grv-default-line-height:1.38;font-family:var(--grv-font-family);font-size:var(--grv-default-font-size);color:var(--grv-default-colour);line-height:var(--grv-default-line-height)}body.grv-modal--lock-scrolling,html.grv-modal--lock-scrolling{position:fixed;overflow-y:hidden;width:100%}nextgen-isi-modal{visibility:hidden}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(../assets/fonts/MaterialIcons-Regular.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(../assets/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(../assets/fonts/MaterialIcons-Regular.woff) format("woff"),url(../assets/fonts/MaterialIcons-Regular.ttf) format("truetype")}