.lst-button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:var(--lst-button-border-radius)!important;font-weight:var(--font-weight-bold);cursor:pointer;transition:all .2s ease-in-out;min-width:88px;letter-spacing:1px}.lst-button.uppercase{text-transform:uppercase}.lst-button.fullWidth{width:100%}.lst-button:disabled{cursor:not-allowed}.lst-button.small{font-size:var(--font-size-sm);padding:.25rem .6rem;min-height:40px}.lst-button.medium{font-size:var(--font-size-md);padding:.5rem 1rem;min-height:48px}.lst-button.large{font-size:var(--font-size-lg);padding:1rem 1.5rem;min-height:52px}.lst-button.regular.contained{background-color:var(--brand-regular);color:var(--text-dark)}.lst-button.regular.contained:focus:not(:disabled),.lst-button.regular.contained:hover:not(:disabled){background-color:var(--brand-regular-hover)}.lst-button.regular.contained:active:not(:disabled){background-color:var(--brand-regular-active)}.lst-button.regular.contained:disabled{background-color:var(--brand-regular-disabled)}.lst-button.regular.outlined{background-color:var(--text-dark);border:1px solid var(--brand-regular);color:var(--brand-regular)}.lst-button.regular.outlined:focus:not(:disabled),.lst-button.regular.outlined:hover:not(:disabled){border-color:var(--brand-regular-hover);color:var(--brand-regular-hover)}.lst-button.regular.outlined:active:not(:disabled){border-color:var(--brand-regular-active);color:var(--brand-regular-active)}.lst-button.regular.outlined:disabled{border-color:var(--brand-regular-disabled);color:var(--brand-regular-disabled)}.lst-button.regular.text{background-color:transparent;color:var(--brand-regular)}.lst-button.regular.text:hover:not(:disabled),.lst-button.regular.text:focus:not(:disabled){color:var(--brand-regular-hover)}.lst-button.regular.text:active:not(:disabled){color:var(--brand-regular-active)}.lst-button.regular.text:disabled{color:var(--brand-regular-disabled)}.lst-button.primary.contained{background-color:var(--text-primary);color:var(--text-dark)}.lst-button.primary.contained:focus:not(:disabled),.lst-button.primary.contained:hover:not(:disabled){background-color:var(--text-primary-off)}.lst-button.primary.contained:active:not(:disabled){background-color:var(--text-secondary)}.lst-button.primary.contained:disabled{background-color:var(--text-dark-off)}.lst-button.primary.outlined{background-color:var(--text-dark);border:1px solid var(--text-primary);color:var(--text-primary)}.lst-button.primary.outlined:hover:not(:disabled),.lst-button.primary.outlined:focus:not(:disabled){border-color:var(--text-primary-off);color:var(--text-primary-off)}.lst-button.primary.outlined:active:not(:disabled){border-color:var(--text-secondary);color:var(--text-secondary)}.lst-button.primary.outlined:disabled{border-color:var(--text-dark-off);color:var(--text-dark-off)}.lst-button.primary.text{background-color:transparent;color:var(--text-primary)}.lst-button.primary.text:hover:not(:disabled),.lst-button.primary.text:focus:not(:disabled){color:var(--text-primary-off)}.lst-button.primary.text:active:not(:disabled){color:var(--text-secondary)}.lst-button.primary.text:disabled{color:var(--text-dark-off)}.lst-button.icon{min-width:auto;min-height:auto;padding:0;justify-content:center;align-items:center;gap:0;outline:none}.lst-button.icon:focus-visible{outline:1px solid;outline-offset:4px}.lst-button.icon:hover:not(:disabled) svg path{fill:var(--text-dark-off)}.lst-spinner{text-align:center;display:flex;justify-content:center;align-items:center}.lst-spinner>div{width:4px;height:4px;margin-right:10px;background-color:var(--text-primary);border-radius:100%;display:inline-block;-webkit-animation:lst-sk-bouncedelay 1.4s infinite ease-in-out both;animation:lst-sk-bouncedelay 1.4s infinite ease-in-out both}.lst-spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.lst-spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.lst-spinner .bounce3{margin-right:0}@-webkit-keyframes lst-sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes lst-sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.lst-typography{margin:0;padding:0;font-family:var(--font-family-sans-serif);color:var(--text-primary, #ffffff);text-align:left;font-weight:var(--font-weight-normal);line-height:normal;text-transform:none}.lst-typography-heading1{font-size:var(--font-size-3xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}.lst-typography-heading2{font-size:var(--font-size-2xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}.lst-typography-heading3{font-size:var(--font-size-xl);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold)}.lst-typography-heading4{font-size:var(--font-size-lg);line-height:var(--line-height-tight);font-weight:var(--font-weight-medium)}.lst-typography-heading5{font-size:var(--font-size-md);line-height:var(--line-height-tight);font-weight:var(--font-weight-medium)}.lst-typography-heading6{font-size:var(--font-size-sm);line-height:var(--line-height-tight);font-weight:var(--font-weight-medium)}.lst-typography-caption{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal)}.lst-typography-label{font-size:var(--font-size-md);font-weight:var(--font-weight-normal);line-height:var(--line-height-tight)}.lst-typography-body{font-size:var(--font-size-md);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal)}.lst-typography-description{font-size:var(--font-size-lg);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal)}.lst-typography-detail{font-size:var(--font-size-md);line-height:var(--line-height-normal);font-weight:var(--font-weight-normal)}.lst-typography-paragraph{font-size:var(--font-size-lg)}.lst-typography-transform-uppercase{text-transform:uppercase}.lst-typography-transform-lowercase{text-transform:lowercase}.lst-typography-transform-capitalize{text-transform:capitalize}.lst-typography-align-left{text-align:left}.lst-typography-align-center{text-align:center}.lst-typography-align-right{text-align:right}.lst-typography-align-justify{text-align:justify}.lst-typography-weight-normal{font-weight:var(--font-weight-normal)}.lst-typography-weight-medium{font-weight:var(--font-weight-medium)}.lst-typography-weight-semi-bold,.lst-typography-weight-semibold{font-weight:var(--font-weight-semi-bold)}.lst-typography-weight-bold{font-weight:var(--font-weight-bold)}.lst-typography-italic{font-style:italic}.lst-typography-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lst-typography-truncate{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lst-typography-lineclamp{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.lst-tooltip-wrapper{position:relative;display:inline-flex;align-items:center;gap:8px}.lst-tooltip-content{display:inline-flex;cursor:pointer}.lst-tooltip-bubble{max-width:265px;border-radius:5px;background:var(--gray-primary);color:var(--text-primary);margin:12px;opacity:1!important;padding:0}.lst-tooltip-custom-inner{padding:12px 16px;max-width:inherit;background:inherit;border-radius:inherit;color:inherit;margin-bottom:0}.lst-tooltip-bubble .tooltip-inner{padding:0;max-width:inherit;border-radius:inherit;color:inherit;text-align:inherit}.lst-progress-bar-small{height:4px}.lst-progress-bar-medium{height:8px}.lst-progress-bar-large{height:12px}.lst-progress-wrapper{display:flex;align-items:center;gap:4px;width:100%;min-width:100px}.lst-progress-bar-container{width:100%;overflow:hidden;background-color:var(--gray-decorative)}.lst-progress-bar-container.rounded{border-radius:999px}.lst-progress-bar-container.square{border-radius:0}.lst-progress-bar-fill{width:0;transition:width .3s ease-in-out;background-color:var(--text-dark-off)}.lst-progress-bar-fill.rounded{border-radius:999px}.lst-progress-bar-fill.square{border-radius:0}.lst-file-item-wrapper{width:100%;min-height:40px;background-color:var(--black-tertiary);border-radius:var(--lst-button-border-radius);display:flex;align-items:center;gap:16px;padding:10px 16px;border:1px solid var(--text-primary-border)}.lst-file-right-section{display:flex;align-items:center;gap:14px;flex-wrap:nowrap}.lst-file-left-section{flex:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px}.lst-file-uploader-drop-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;border:none;border-radius:var(--lst-button-border-radius);background-color:var(--black-tertiary);padding:16px 24px}.lst-file-uploader-drop-area.disabled{cursor:not-allowed;opacity:.6}.lst-file-uploader-drop-area:not(.disabled){background-image:repeating-linear-gradient(0deg,var(--neutral-400),var(--neutral-400) 7px,transparent 7px,transparent 12px,var(--neutral-400) 12px),repeating-linear-gradient(90deg,var(--neutral-400),var(--neutral-400) 7px,transparent 7px,transparent 12px,var(--neutral-400) 12px),repeating-linear-gradient(180deg,var(--neutral-400),var(--neutral-400) 7px,transparent 7px,transparent 12px,var(--neutral-400) 12px),repeating-linear-gradient(270deg,var(--neutral-400),var(--neutral-400) 7px,transparent 7px,transparent 12px,var(--neutral-400) 12px);background-size:1px 100%,100% 1px,1px 100%,100% 1px;background-position:0px 0,0 0,100% 0,0 100%;background-repeat:no-repeat}.lst-file-uploader-wrapper{position:relative;width:100%;color:var(--text-primary);font-family:var(--font-family-lato);font-size:16px;display:flex;flex-direction:column;gap:12px}.lst-uploaded-file-list{padding:0;margin:0}.lst-uploaded-file-list-item{list-style:none;margin-bottom:10px}.lst-uploaded-file-list-item:last-child{margin-bottom:0}.lst-text-field-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:var(--lst-text-field-width, 400px);min-height:80px;margin-right:var(--lst-text-field-margin-right, 1rem)}.lst-text-field-wrapper.full-width{width:100%}.lst-text-field-label{font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--neutral-100);display:inline-flex;align-items:center;gap:4px;height:24px;margin:var(--text-field-label-margin, 0)}.lst-text-field-label .required-indicator{color:var(--danger-500)}.lst-text-field-container{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;gap:24px;padding:12px 16px;width:100%;height:48px;background:var(--neutral-900);border:1px solid var(--neutral-400);border-radius:5px;transition:border-color .15s ease,box-shadow .15s ease}.lst-text-field-wrapper.full-width .lst-text-field-container{width:100%}.lst-text-field-wrapper:not(.disabled):not(.error):not(.focused) .lst-text-field-container:hover{border-color:var(--brand-400)}.lst-text-field-wrapper:not(.disabled):not(.error).focused .lst-text-field-container,.lst-text-field-wrapper:not(.disabled):not(.error) .lst-text-field-container:focus-within{border-color:var(--text-primary);box-shadow:none}.lst-text-field-wrapper.error .lst-text-field-container{border-color:var(--danger-500)}.lst-text-field-wrapper.disabled .lst-text-field-container{opacity:.6;cursor:not-allowed}.lst-text-field-input{flex:1;width:100%;background:transparent;border:none;outline:none;font-size:var(--font-size-lg);line-height:var(--line-height-tight);color:var(--text-primary);font-family:inherit;padding:0;min-width:0}.lst-text-field-input::placeholder{color:var(--neutral-400);opacity:1}.lst-text-field-wrapper.disabled .lst-text-field-input{cursor:not-allowed;color:var(--neutral-300)}.lst-text-field-wrapper.disabled .lst-text-field-input::placeholder{color:var(--neutral-400);opacity:.6}.lst-text-field-wrapper.disabled .lst-text-field-helper{color:var(--neutral-400)}.lst-text-field-input:focus-visible+.end,.lst-text-field-input:focus-visible{outline:none}.lst-text-field-clear-btn{flex:none;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;opacity:var(--lst-text-field-clear-btn-opacity, .7);line-height:0;transition:opacity .15s ease}.lst-text-field-clear-btn:hover{opacity:var(--lst-text-field-clear-btn-hover-opacity, 1)}.lst-text-field-clear-btn:focus-visible{outline:2px solid var(--brand-regular);outline-offset:2px;border-radius:50%}@media(max-width:575px){.lst-text-field-wrapper:not(.full-width){--lst-text-field-width: 343px}}.lst-textarea-field-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:400px}.lst-textarea-field-wrapper.resizable{width:auto;min-width:400px}.lst-textarea-field-wrapper.full-width{width:100%}.lst-textarea-field-wrapper.full-width.resizable{min-width:0}.lst-textarea-field-label{font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--neutral-100);display:inline-flex;align-items:center;gap:4px;height:24px;margin:var(--textarea-field-label-margin, 0)}.lst-textarea-field-label .required-indicator{color:var(--danger-500)}.lst-textarea-field-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:stretch;padding:12px 16px;gap:8px;width:400px;background:var(--neutral-900);border:1px solid var(--neutral-400);border-radius:5px;transition:border-color .15s ease,box-shadow .15s ease;height:86px;min-height:86px;overflow:hidden}.lst-textarea-field-wrapper.full-width .lst-textarea-field-container{width:100%}.lst-textarea-field-wrapper.resizable .lst-textarea-field-container{resize:both;overflow:auto;min-width:400px}.lst-textarea-field-wrapper:not(.disabled):not(.error):not(.focused) .lst-textarea-field-container:hover{border-color:var(--brand-400)}.lst-textarea-field-wrapper:not(.disabled):not(.error).focused .lst-textarea-field-container,.lst-textarea-field-wrapper:not(.disabled):not(.error) .lst-textarea-field-container:focus-within{border-color:var(--text-primary);box-shadow:none}.lst-textarea-field-wrapper .lst-textarea-field-input:focus,.lst-textarea-field-wrapper .lst-textarea-field-input:focus-visible{outline:none!important}.lst-textarea-field-wrapper.error .lst-textarea-field-container{border-color:var(--danger-500)}.lst-textarea-field-wrapper.disabled .lst-textarea-field-container{opacity:.6;cursor:not-allowed}.lst-textarea-field-input{width:100%;height:100%;flex:1 1 auto;background:transparent;border:none;outline:none;font-size:var(--font-size-lg);line-height:var(--line-height-tight);color:var(--text-primary);font-family:inherit;padding:0;resize:none;overflow:auto;min-height:0}.lst-textarea-field-input::placeholder{color:var(--neutral-400);opacity:1}.lst-textarea-field-wrapper.disabled .lst-textarea-field-input{cursor:not-allowed;color:var(--neutral-300)}.lst-textarea-field-wrapper.disabled .lst-textarea-field-input::placeholder{color:var(--neutral-400);opacity:.6}@media(max-width:575px){.lst-textarea-field-container{width:343px}.lst-textarea-field-wrapper:not(.full-width):not(.resizable){width:343px}.lst-textarea-field-wrapper.resizable,.lst-textarea-field-wrapper.resizable .lst-textarea-field-container{min-width:343px}}.lst-tag{width:fit-content;height:19px;display:flex;align-items:center;justify-content:center;background:var(--neutral-500);padding:6px 12px;border-radius:var(--lst-tag-border-radius);margin-left:8px;font-weight:var(--font-weight-bold);font-size:var(--font-size-xs);line-height:var(--line-height-extra-tight);letter-spacing:1px;text-transform:uppercase;margin-bottom:0}.lst-radio-button-root{display:inline-flex;align-items:flex-start;gap:var(--lst-radio-button-gap, 8px);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--font-family-sans-serif)}.lst-radio-button-control-wrapper{position:relative;width:var(--lst-radio-button-control-size, 16px);height:var(--lst-radio-button-control-wrapper-height, 20px);padding-top:var(--lst-radio-button-control-wrapper-padding-top, 4px);flex:0 0 var(--lst-radio-button-control-size, 16px)}.lst-radio-button-input{position:absolute;width:var(--lst-radio-button-control-size, 16px);height:var(--lst-radio-button-control-size, 16px);margin:0;opacity:0;cursor:inherit}.lst-radio-button-control{box-sizing:border-box;display:block;width:var(--lst-radio-button-control-size, 16px);height:var(--lst-radio-button-control-size, 16px);border:1px solid var(--lst-radio-button-border-color, var(--brand-400));border-radius:50%;position:relative;transition:border-color .15s ease,opacity .15s ease}.lst-radio-button-dot{position:absolute;width:var(--lst-radio-button-dot-size, 10px);height:var(--lst-radio-button-dot-size, 10px);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:var(--lst-radio-button-dot-color, var(--brand-400));opacity:0;transition:opacity .15s ease,background-color .15s ease}.lst-radio-button-input:checked+.lst-radio-button-control .lst-radio-button-dot{opacity:1}.lst-radio-button-root:not(.disabled):hover .lst-radio-button-control{border-color:var(--lst-radio-button-hover-border-color, var(--brand-50))}.lst-radio-button-root:not(.disabled):hover .lst-radio-button-dot{background:var(--lst-radio-button-hover-dot-color, var(--brand-50))}.lst-radio-button-root:not(.disabled):active .lst-radio-button-control{border-color:var(--lst-radio-button-active-border-color, var(--brand-50));opacity:var(--lst-radio-button-active-opacity, .3)}.lst-radio-button-root:not(.disabled):active .lst-radio-button-dot{background:var(--lst-radio-button-active-dot-color, var(--brand-50))}.lst-radio-button-input:focus-visible+.lst-radio-button-control,.lst-radio-button-input:focus+.lst-radio-button-control{border-color:var(--lst-radio-button-focus-border-color, var(--text-primary))}.lst-radio-button-content{display:inline-flex;flex-direction:column;align-items:flex-start;gap:var(--lst-radio-button-content-gap, 4px);margin-top:var(--lst-radio-button-content-margin-top, 4px)}.lst-radio-button-label{color:var(--text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-normal);line-height:var(--lst-radio-button-label-line-height, 19px)}.lst-radio-button-helper{color:var(--neutral-300);font-size:var(--lst-radio-button-helper-font-size, var(--font-size-lg));font-weight:var(--font-weight-normal);line-height:var(--lst-radio-button-helper-line-height, 24px)}.lst-radio-button-root.disabled{opacity:.3;cursor:not-allowed}.lst-radio-button-root.disabled .lst-radio-button-input{pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.lst-radio-group{border:0;margin:0;padding:0;min-inline-size:0}.lst-radio-group-legend{color:var(--text-primary);font-family:var(--font-family-sans-serif);font-size:var(--lst-radio-group-legend-size, var(--content-title-size));font-style:normal;font-weight:var( --lst-radio-group-legend-weight, var(--content-title-weight) );line-height:var( --lst-radio-group-legend-line-height, var(--content-title-line-height) );margin:0 0 var(--lst-radio-group-legend-margin-bottom, 12px);padding:var(--lst-radio-group-legend-padding, 0)}.lst-radio-group-options{display:flex;flex-direction:column;gap:var(--lst-radio-group-options-gap, 12px)}.lst-radio-group.horizontal .lst-radio-group-options{flex-direction:row;flex-wrap:wrap;align-items:flex-start;column-gap:var(--lst-radio-group-horizontal-column-gap, 16px)}.lst-radio-group-helper{margin-top:var(--lst-radio-group-helper-margin-top, 8px);color:var(--neutral-300);font-size:var(--lst-radio-group-helper-size, var(--font-size-md));font-weight:var(--font-weight-normal);line-height:var(--lst-radio-group-helper-line-height, 20px)}.lst-radio-group.disabled{opacity:.3}.lst-toast{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:var(--lst-toast-padding, 24px);gap:var(--lst-toast-gap, 16px);width:var(--lst-toast-width, 448px);background:var(--lst-toast-bg, var(--neutral-600));box-shadow:var(--lst-toast-shadow, 0px 4px 20px rgba(0, 0, 0, .5));border-radius:var(--lst-toast-border-radius, var(--lst-button-border-radius, 5px));font-family:var(--font-family-sans-serif)}.lst-toast--error{--lst-toast-icon-color: var(--danger-500)}.lst-toast--warning{--lst-toast-icon-color: var(--warning-500)}.lst-toast--success{--lst-toast-icon-color: var(--neutral-100)}.lst-toast__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}.lst-toast__title-group{display:flex;flex-direction:row;align-items:flex-start;gap:8px;flex:1 1 0;min-width:0}.lst-toast__icon{display:inline-flex;flex:0 0 24px;width:24px;height:24px;color:var(--lst-toast-icon-color, var(--neutral-100))}.lst-toast__icon svg{width:24px;height:24px}.lst-toast__title{font-size:var(--lst-toast-title-font-size, var(--font-size-lg));font-weight:var(--lst-toast-title-font-weight, var(--font-weight-bold));line-height:var(--lst-toast-title-line-height, 24px);font-feature-settings:"tnum" on,"lnum" on;color:var(--lst-toast-title-color, var(--text-primary));flex:1 1 0;min-width:0}.lst-toast__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;padding:0;margin:0;background:transparent;border:none;border-radius:3px;cursor:pointer;color:var(--lst-toast-close-color, var(--text-primary));transition:opacity .15s ease}.lst-toast__close:hover{opacity:.75}.lst-toast__close:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px}.lst-toast__close svg{width:14px;height:14px}.lst-toast__description{margin:0;width:100%;font-size:var(--lst-toast-description-font-size, var(--font-size-lg));font-weight:var(--font-weight-normal);line-height:var(--lst-toast-description-line-height, 20px);font-feature-settings:"tnum" on,"lnum" on;color:var(--lst-toast-description-color, var(--text-primary))}.lst-toast__meta{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}.lst-toast__meta-item{font-size:var(--lst-toast-description-font-size, var(--font-size-lg));font-weight:var(--font-weight-normal);line-height:var(--lst-toast-description-line-height, 20px);font-feature-settings:"tnum" on,"lnum" on;color:var(--lst-toast-meta-color, var(--neutral-100))}.lst-toast__meta-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--lst-toast-meta-dot-color, var(--neutral-300));flex-shrink:0}.lst-toast__actions{display:flex;flex-direction:row;align-items:flex-start;padding:4px 2px;gap:6px;border-radius:var(--lst-button-border-radius, 5px)}.lst-toast__action-btn{display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;border:none;border-radius:3px;cursor:pointer;font-family:var(--font-family-sans-serif);font-size:var(--lst-toast-action-font-size, var(--font-size-md));font-weight:var(--font-weight-bold);line-height:16px;letter-spacing:var(--lst-toast-action-letter-spacing, 1px);text-transform:uppercase;color:var(--lst-toast-action-color, var(--brand-400));transition:opacity .15s ease}.lst-toast__action-btn:hover{opacity:.85}.lst-toast__action-btn:focus-visible{outline:2px solid var(--brand-400);outline-offset:2px}.lst-toast__action-ext-icon{display:inline-flex;align-items:center;width:16px;height:16px;flex-shrink:0}.lst-toast__action-ext-icon svg{width:16px;height:16px;color:currentColor}.lst-info-note{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:var(--lst-info-note-padding, 19px 16px);gap:8px;width:var(--lst-info-note-width, 100%);background:var(--lst-info-note-bg, var(--neutral-550));border-radius:var(--lst-info-note-border-radius, 5px);font-family:var(--font-family-sans-serif)}.lst-info-note__body{display:flex;flex-direction:row;align-items:center;padding:0;gap:16px;width:100%}.lst-info-note__icon{display:inline-flex;flex:0 0 24px;width:24px;height:24px;color:var(--lst-info-note-icon-color, var(--neutral-100))}.lst-info-note__icon svg{width:24px;height:24px}.lst-info-note__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0;gap:8px;flex:1 1 0;min-width:0}.lst-info-note__message{margin:0;font-size:var(--lst-info-note-message-font-size, var(--font-size-md));font-weight:var(--font-weight-normal);line-height:17px;font-feature-settings:"tnum" on,"lnum" on;color:var(--lst-info-note-message-color, var(--text-primary));align-self:stretch}.lst-info-note__meta{display:flex;flex-direction:row;align-items:center;gap:8px}.lst-info-note__meta-item{font-size:var(--lst-info-note-message-font-size, var(--font-size-md));font-weight:var(--font-weight-normal);line-height:17px;font-feature-settings:"tnum" on,"lnum" on;color:var(--lst-info-note-meta-color, var(--text-primary))}.lst-info-note__meta-dot{display:inline-block;width:var(--lst-info-note-meta-dot-size, 2px);height:var(--lst-info-note-meta-dot-size, 2px);border-radius:50%;background:var(--lst-info-note-meta-dot-color, var(--neutral-300));flex-shrink:0}.lst-text-group{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0;gap:var(--lst-text-group-gap, 12px);width:var(--lst-text-group-width, 100%);font-family:var(--font-family-sans-serif)}.lst-text-group__term{margin:0;font-size:var(--lst-text-group-term-font-size, var(--font-size-content));font-weight:var( --lst-text-group-term-font-weight, var(--font-weight-normal) );line-height:24px;color:var(--lst-text-group-term-color, var(--text-primary));overflow-wrap:break-word}.lst-text-group__description{margin:0;font-size:var( --lst-text-group-description-font-size, var(--font-size-content) );font-weight:var(--lst-text-group-description-font-weight, var(--font-weight-light));line-height:24px;color:var(--lst-text-group-description-color, var(--text-primary));overflow-wrap:break-word}.lst-react-select-root{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:var(--lst-react-select-width, 500px)}.lst-react-select-root.full-width{width:100%}.lst-react-select-label{font-size:var(--font-size-content, 18px);font-weight:var(--font-weight-normal, 400);line-height:var(--content-title-line-height);color:var(--text-primary, #ffffff);display:inline-flex;align-items:center;gap:4px;height:24px;font-family:var(--font-family-sans-serif, "Lato", sans-serif)}.lst-react-select-helper{font-size:var(--font-size-md, 14px);line-height:var(--line-height-normal, 1.5);color:var(--neutral-300, #98a4ae);font-family:var(--font-family-sans-serif, "Lato", sans-serif)}.lst-react-select-helper.error{color:var(--danger-500, #ff8064)}.lst-react-select-option{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:8px 16px;min-height:60px;cursor:pointer;background-color:var(--neutral-600, #25272B);border:1px solid transparent;border-radius:0;transition:border-color .1s ease,border-radius .1s ease;box-sizing:border-box;width:100%}.lst-react-select-option:hover,.lst-react-select-option.focused{border:1px solid var(--brand-400, #5fc4b8);border-radius:var(--lst-button-border-radius, 5px);outline:none}.lst-react-select-option.selected{border:1px solid var(--brand-400, #5fc4b8);border-radius:var(--lst-button-border-radius, 5px)}.lst-react-select-option.disabled{cursor:not-allowed;opacity:.5}.lst-react-select-option-title{font-family:var(--font-family-sans-serif, "Lato", sans-serif);font-style:normal;font-weight:var(--font-weight-normal, 400);font-size:var(--font-size-lg, 16px);line-height:var(--line-height-xl);display:flex;align-items:center;font-feature-settings:"tnum" on,"lnum" on;color:var(--text-primary, #ffffff);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lst-react-select-option-subtitle{font-family:var(--font-family-sans-serif, "Lato", sans-serif);font-style:normal;font-weight:var(--font-weight-normal, 400);font-size:var(--font-size-md, 14px);line-height:var(--line-height-large);display:flex;align-items:center;font-feature-settings:"tnum" on,"lnum" on;color:var(--neutral-100, #ccd4d8)}.lst-react-select-search-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;color:var(--neutral-100, #ccd4d8)}.lst-react-select__control:not(.lst-react-select__control--is-focused) .lst-react-select__input-container{opacity:0;pointer-events:none}.lst-react-select__control:not(.lst-react-select__control--is-focused) .lst-react-select__input{pointer-events:none}.course-home__intro{padding-left:30px;padding-right:30px}.course-home__intro .oval__container{width:91px;height:91px}.oval__container.guesswork{background:#7f8e91}.oval__container.guesswork img{width:50px;height:50px}.cards{background:#1d1d1f;border-radius:5px;height:40px;margin-bottom:12px;padding-right:12px;padding-left:12px}@media(min-width:576px){.padding-right{padding-right:0;margin-right:0}.padding-left{padding-left:12px}}.do-icon{display:inline-block;vertical-align:middle;background-repeat:no-repeat}.do-icon-arrow-down{background-image:url(/images/icons/icon-angle-arrow-down.svg)}.do-icon-arrow-down{width:15px;height:8px}.course-home .section-panel__btn .btn.course-resources-btn{font-size:14px;line-height:17px;color:#161618;width:129px;height:40px}.course-home .section-panel__btn .btn.course-resources-btn:active{color:#77b1af}.recText{font-style:normal}.backdrop-modal{background-color:#000c;position:fixed;inset:0;opacity:0;z-index:-1;transition:all .5s ease-in-out}.backdrop-modal.show{opacity:1;z-index:1044;overflow:scroll}.wrapper-modal{background-color:#161618;position:absolute;top:150px;left:50%;width:1080px;box-shadow:0 5px 10px #0000004d;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%);transition:all .5s ease-in-out}.wrapper-modal .img-modal{width:100%}.btn-close-modal{position:absolute;display:flex;justify-content:center;background-color:#000;padding-top:12px;top:-36px;right:-36px;width:40px;height:40px;border-radius:50%;transition:all .3s ease-in-out;cursor:pointer}.btn-close-modal:hover{background-color:#161618}.btn-close-modal i{color:#d3d3d3;font-size:1.2rem}@media only screen and (max-width:1366px){.wrapper-modal{width:860px}}@media only screen and (max-width:960px){.wrapper-modal{width:90%}}.spinner{position:absolute;top:50%;left:50%;width:100px;text-align:center;transform:translate(-50%,-50%)}.spinner>div{width:16px;height:16px;margin-right:10px;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.do-icon-white-arrow{width:5px;height:10px}.do-icon-white-arrow{background-image:url(/images/icons/icon-white-arrow.svg)}.lect-video-sec{padding-top:0;margin-top:-30px;min-height:320px}.padding-bottom{padding-bottom:2rem}.instructor-slide{position:absolute;z-index:3;top:0;left:0;padding-top:44px}.instructor-slide.on{height:100%;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.instructor-slide .slider{width:243px;min-height:auto;height:100%;background-color:#3b5d5b;display:none}.instructor-slide .slider ul{margin:0;padding:1rem}.instructor-slide .slider ul>li{position:relative;list-style:none;margin-bottom:3px}.instructor-slide .slider ul>li .info{resize:both;overflow:auto;height:auto;visibility:hidden;opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:absolute;top:-20px;left:90%;z-index:3;width:350px;max-height:600px;background-color:#5f5f5f;-webkit-box-shadow:0px 2px 18px rgba(0,0,0,.34);box-shadow:0 2px 18px #00000057;border-radius:5px;text-align:center;color:#f1f3f3;font-size:calc(12px + var(--font-increase-px));line-height:calc(14px + var(--font-increase-px));margin-bottom:50px}.instructor-slide .slider ul>li>a,.instructor-slide .slider ul>li>div{display:block;color:#fff;font-size:calc(14px + var(--font-increase-px));line-height:calc(19px + var(--font-increase-px));text-decoration:none;padding:.75rem 1rem}.instructor-slide .slider ul>li.active{background-color:#5b6b6e;border-radius:5px}.instructor-slide .slider ul>li.active a{color:#000}.instructor-slide .slider ul>li:hover,.instructor-slide .slider ul>li.active:hover{background-color:#78bcb8;border-radius:5px}.instructor-slide .slider ul>li:hover a{color:#fff}.instructor-slide .slider ul>li:hover .info,.instructor-slide .slider ul>li .info:hover{opacity:1;visibility:visible}.instructor-slide.false .slider ul>li .info{opacity:0;visibility:hidden}.instructor-slide .arrow-icon{background-color:#3b5d5b;padding:.85rem .313rem;border-radius:0% 100% 100% 0%/100% 25% 22% 0%}.instructor-slide .info .user-name{font-size:calc(15px + var(--font-increase-px));line-height:calc(20px + var(--font-increase-px));display:inline-block;margin:1rem 0}.instructor-slide .info:before{content:"";display:block;border-right:10px solid #5f5f5f;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;right:100%;top:32px}.instructor-slide .arrow-icon .do-icon-white-arrow{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform:rotate(180deg)}.instructor-slide.on .arrow-icon .do-icon-white-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(0)}.instructor-slide.on .slider{display:block}.max-h-300{max-height:300px;overflow:auto;padding:1.5rem 1.3rem .5rem}.info-content{height:100%;overflow:auto;padding:1.3rem 0 .5rem}.info-content p{word-break:break-word}.course_download{margin:0 0 20px 30px;z-index:1;position:relative}.course_download a i{color:#3b5d5b}.course_download a{color:#7a8689}@media only screen and (max-width:768px){.instructor-slide .slider ul>li .info{width:260px}}@media only screen and (max-width:576px){.padding-bottom{padding-bottom:6rem}}.w-bottom-bar.w-css-reset{z-index:1000!important}.mb-15{margin-bottom:15px}.completed-btn{width:230px;font-size:16px}.do-icon-download{width:19px;height:12px}.do-icon-download{background-image:url(/images/icons/icon-download.svg)}.do-icon-play{width:29px;height:31px}.do-icon-play{background-image:url(/images/icons/icon-play.svg)}.do-icon-thumbsup{width:22px;height:20px}.do-icon-thumbsup{background-image:url(/images/icons/icon-thumbsup.svg)}.do-icon-star,.do-icon-star-filled{width:17.91px;height:17px}.do-icon-star{background-image:url(/images/icons/icon-star.svg)}.do-icon-star-filled,.do-icon-star.filled{background-image:url(/images/icons/icon-star-filled.svg)}.separator{border-top:1px solid rgba(255,255,255,.27)}.btn.btn-feedback{font-size:calc(12px + var(--font-increase-px));font-stretch:normal;line-height:calc(20px + var(--font-increase-px));color:#6f6f6f}.downloads{position:relative;z-index:1}.downloads a{color:#7a8689;font-size:calc(12px + var(--font-increase-px));line-height:calc(14px + var(--font-increase-px));text-decoration:none}.video-feedback{position:absolute;width:100%;height:auto;bottom:0;z-index:2;font-size:calc(15px + var(--font-increase-px));line-height:calc(18px + var(--font-increase-px))}.video-overlap:before{content:"";background-color:#0000009e;z-index:0;width:100%;height:100%;position:absolute;z-index:1}.play-btn{position:absolute;z-index:2;top:calc(50% - 58px);left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:.94rem 2rem .94rem 2.8rem;border-radius:24px}.swap-instructor-container{height:0px;width:0px;position:relative;top:44px}.swap-instructor{transform:rotate(270deg);transform-origin:bottom right;height:30px;width:120px;color:#fff;position:absolute;top:-30px;left:-120px;font-size:1rem}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#4e5050}.section-panel .section-title.panel-title{text-transform:none}@media print{.disable-print *{visibility:hidden}}.do-icon-white-arrow{background-image:url(/images/icons/icon-white-arrow-custom.svg)!important}.guess__work-progress-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:22px}.arrow-left.disabled svg,.arrow-right.disabled svg{opacity:.5}.modal{background-color:#000000bf}.modal .question-lists{font-size:calc(12px + var(--font-increase-px));line-height:calc(16px + var(--font-increase-px));max-width:670px;margin:23px auto 50px}.que-list img{max-width:65px;height:auto}.modal-active-learning-header{display:flex;justify-content:space-between;text-transform:uppercase;font-weight:700;font-size:14px;line-height:17px;letter-spacing:1px;color:#c1cfd9;padding-top:16px;padding-bottom:27px}.que-list.section-panel__list{margin-bottom:12px;border:3px solid #172d31;transition:all .15s ease-in-out;color:#fff;text-decoration:none!important;position:relative;padding:12px}.list_item:hover{background-color:#2c575e!important;border:3px solid #2c575e!important}.list_active{border-color:#77bcb7!important}.que-list.section-panel__list:focus{border-color:#78bcb8}.que-list .progress__radio{position:relative;width:1.375rem;height:1.375rem;-webkit-border-radius:100%;border-radius:100%;background-color:#4e4f4f;margin:0 13px 0 0}.que-list .progress__radio.completed{background-color:#78bcb8}.que-list .progress__radio.incorrect{background-color:#e1774f}.que-list .progress__radio.completed:after,.que-list .progress__radio.incorrect:after{position:absolute;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff}.que-list .progress__radio.completed:after{left:.19rem;top:.375rem;-webkit-mask:url(/images/icons/icon-checkmark.svg) no-repeat .06rem 0;mask:url(/images/icons/icon-checkmark.svg) no-repeat .06rem 0}.que-list .progress__radio.incorrect:after{left:.125rem;top:.19rem;-webkit-mask:url(/images/icons/icon-cross-sm.svg) no-repeat .06rem 0;mask:url(/images/icons/icon-cross-sm.svg) no-repeat .06rem 0}.que-list .progress__radio.active:before{position:absolute;left:.5rem;top:.5rem;content:"";width:.375rem;height:.375rem;background-color:#78bcb8;display:inline-block;-webkit-border-radius:100%;border-radius:100%}.modal-backdrop{background-color:#202020}.modal-backdrop.show{opacity:.9}.guess__work-progress-track{max-width:530px}.guess__work-progress-track .slider{max-width:320px}.slick-next{right:-25px}.slick-prev{left:-33px}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:.3}.slick-prev:before,.slick-next:before{content:none}.slick-prev,.slick-next,.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background-image:url(/images/icons/icon-prev.svg);background-repeat:no-repeat;background-position:center center;top:15%;transform:none}.slick-next,.slick-next:hover,.slick-next:focus{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.slider{position:relative}.slick-slide:hover{text-decoration:underline}.guess__work-progress-track .slick-slide{max-width:32px}.guess__work-progress-track .number{display:block;margin-right:10px;font-size:calc(9px + var(--font-increase-px));font-weight:700;line-height:calc(11px + var(--font-increase-px));margin-top:5px;text-align:center}.ellipses-two-text{position:relative;text-align:justify;padding-right:13px;max-height:33px;overflow:hidden}.ellipses-two-text:after{content:"...";position:absolute;right:0;bottom:0}.DescriptionExcerpt{display:flex;flex-direction:row}.DescriptionExcerpt p{overflow:hidden;position:relative}.DescriptionExcerpt p{display:-webkit-box;height:calc(33px + (var(--font-increase-px) * 2));font-weight:300;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0;overflow-wrap:anywhere}.no-copy{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.desmos_graph_div{height:3.125rem;min-width:6.25rem;margin-right:1rem}.w-question-text{width:calc(100% - 6.25rem)}#touch-layout .slick-slide{margin-right:16px}#touch-layout .slick-slide:nth-child(5n){margin-right:6px}#touch-layout .slick-list{width:226px;margin:0 auto}#touch-layout .slick-track{display:flex;width:10000px!important}#touch-layout .guess__work-progress-track .slider{width:100%;margin:0 75px}#touch-layout .slick-next{right:-66px}#touch-layout .slick-prev{left:-66px}#touch-layout .guess__work-progress-track{padding-left:0}#touch-layout .guess__work-progress-track .number{margin-right:0;margin-top:8px;text-align:center}.bottomSpace{padding-bottom:4px}.MathJax_SVG,.MathJax_SVG svg{max-width:100%!important}.MathJax_SVG{position:relative}.MathJax_SVG:before{content:"";position:absolute;inset:0}div.single_equation{display:inline-block;font-size:18px!important}#react-mathjax-preview span{display:unset}#react-mathjax-preview,#react-mathjax-preview-result>table,#react-mathjax-preview-result iframe{width:100%!important}.prevent-select{-webkit-user-select:none;user-select:none}.column-freeze td:first-child{position:sticky;left:0;z-index:100!important;background-color:#121212}.column-freeze tr:first-child td:first-child{z-index:101!important}.column-freeze th:first-child{position:sticky;left:0;z-index:1;background-color:#121212}.column-freeze td:first-child:after{content:"";position:absolute;top:0;right:0;height:100%;border-right:2px solid #98a4ae}.column-freeze th:first-child:after{content:"";position:absolute;top:0;right:0;height:100%;border-right:2px solid #98a4ae}.column-freeze td:first-child:before{content:"";position:absolute;top:0;left:0;height:100%;border-left:2px solid #98a4ae}.column-freeze th:first-child:before{content:"";position:absolute;top:0;left:0;height:100%;border-left:2px solid #98a4ae}.row-freeze tbody:first-child tr:first-child td{position:sticky;top:0;z-index:99;background-color:#121212}.row-freeze tbody:first-child tr:first-child td:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-bottom:2px solid #98a4ae}.row-freeze tbody:first-child tr:first-child th:after{content:"";position:absolute;bottom:0;left:0;width:100%;border-bottom:2px solid #98a4ae}.row-freeze tbody:first-child tr:first-child td:before{content:"";position:absolute;top:0;left:0;width:100%;border-top:2px solid #98a4ae}.row-freeze tbody:first-child tr:first-child th:before{content:"";position:absolute;top:0;left:0;width:100%;border-top:2px solid #98a4ae}.active__learning-progress{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:auto;margin-right:auto;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.active__learning-progress-track{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:22px;position:relative}.active__learning-progress-label{font-size:calc(10px + var(--font-increase-px))}.active__learning-progress-track .progress__radio{position:relative;width:22px;height:22px;-webkit-border-radius:100%;border-radius:100%;background-color:#5e636b;margin-right:10px;cursor:pointer}.active__learning-progress-track .progress__radio:last-child{margin-right:0}.active__learning-progress-track .progress__radio.completed{position:relative;background-color:#5fc4b8}.active__learning-progress-track .progress__radio.completed:after{position:absolute;right:2px;top:0;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-checkmark.svg) no-repeat 1px 0;mask:url(/images/icons/icon-checkmark.svg) no-repeat 1px 0}.active__learning-progress-track .progress__radio.active:before{position:absolute;left:8px;top:8px;content:"";width:6px;height:6px;background-color:#5fc4b8;display:inline-block;line-height:calc(6px + var(--font-increase-px));-webkit-border-radius:100%;border-radius:100%}.active__learning-progress-track .bubble__text-indicator{position:absolute;left:-12px;text-align:center;bottom:24px;font-size:calc(4px + var(--font-increase-px));font-weight:600;color:#fafafa;white-space:pre-line;line-height:13px;pointer-events:none}.active__learning-progress-track .bubble__text-indicator.text-pop{bottom:22px}.active-learning .component__backdrop{padding:40px;position:relative}.active-learning .review-mode.component__backdrop{position:absolute}.active__learning-block-title{font-size:calc(14px + var(--font-increase-px));line-height:calc(19px + var(--font-increase-px))}.active__learning-hr{position:relative;left:-4%;width:-webkit-calc(100% + 8%);width:108%;border-color:#e9e9e921}.active-learning .active__learning-block{font-size:calc(12px + var(--font-increase-px));line-height:calc(16px + var(--font-increase-px));font-weight:300;padding-bottom:30px;padding-top:30px;border-radius:8px}.active-learning .active__learning-block.d-flex .custom-radio{margin:.125rem}.active__learning-options{overflow:hidden}.active__learning-main-mid .active__learning-options .btn{width:177px;max-width:100%;display:inline-block;white-space:normal;background-color:#212c2e}#multiple_checkbox_auto{width:auto;overflow-x:auto}#multiple_checkbox_auto .custom-checkbox>label{height:100%;line-height:1.5;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:98%}#multiple_checkbox_auto .btn-secondary,#multiple_radio_auto .btn-secondary{color:#fff;border:none;text-transform:none;font-size:calc(12px + var(--font-increase-px));letter-spacing:0}#multiple_checkbox_auto .btn-secondary:hover,#multiple_radio_auto .btn-secondary:hover{color:#fff;background-color:#4a5759;border-color:#445052}#multiple_radio_auto{width:auto}#multiple_radio_auto .custom-radio>label{height:100%;line-height:1.5;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.active__learning-options .btn{float:left}.active__learning-options .btn:nth-child(-n+2){margin-bottom:8px}.active__learning-options .btn:nth-child(odd){margin-right:8px}.active__learning-main-mid .incorrect{position:relative;padding-right:24px}.active-learning{margin-bottom:40px}.adaptation-statement div.paragraph{margin:0;font-weight:400;font-size:14px;line-height:18px;color:#98a4ae}.adaptation-statement a{text-decoration:none;color:#77b1af}.active__learning-pagination.adaptation{background:none!important;padding-top:0!important;margin-top:36px!important}.active__learning-pagination .btn,.active__learning-options .btn,.active-learning__floats .btn{font-size:14px;letter-spacing:1px;line-height:calc(35px + var(--font-increase-px));padding:0 8px}.active__learning-options .btn-secondary{background:#ffffff09;border-color:#121a1c}.active__learning-pagination .btn-secondary:disabled{background-color:#161618;border-color:#77b1af}.active__learning-options .btn-secondary:hover,.active__learning-options .btn-secondary:active,.active__learning-options .btn-secondary:focus{background:#445052}.active__learning-main-mid .active__learning-pagination .btn{width:150px;margin:6px auto}.active-learning__floats{position:absolute;top:0;width:200px}.active-learning__floats .component__backdrop{width:315px;max-width:100%;max-height:550px;overflow-y:auto}.active-learning__floats .active__learning-block-title{margin-top:15px;margin-bottom:15px}.active-learning__floats div.paragraph,.active-learning__floats p{font-size:calc(12px + var(--font-increase-px));line-height:calc(16px + var(--font-increase-px))}.active-learning__floats.floats__left{left:-5px;position:fixed;top:150px}.active-learning__floats.floats__right{right:-5px;position:fixed;top:150px}.active-learning__guesswork-answer{margin-top:24px;margin-left:-50px;max-width:calc(100% + 50px)!important;padding-left:55px!important}.active-learning__guesswork-answer .radio__badge{position:absolute!important;left:10px}.active__learning-blank{background:transparent;border:0;border-bottom:1px solid #78bcb8;display:inline-block;margin-left:2px;margin-right:2px;color:#fff;min-width:24px;margin-bottom:0;height:20px;text-align:center}.active__learning-blank:active,.active__learning-blank:focus{outline:none;border-bottom:1px solid #fff}.active-learning__floats .btn{min-width:135px;margin-top:12px}.active__learning-progress-track .progress__radio.incorrect{position:relative;background-color:#e1774f}.active__learning-progress-track .progress__radio.guesswork{position:relative;background-color:#7f8e91}.active__learning-progress-track .progress__radio.incorrect:after{position:absolute;right:2px;top:0;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-cross-sm.svg) no-repeat 1px 0;mask:url(/images/icons/icon-cross-sm.svg) no-repeat 1px 0}.active__learning-progress-track .progress__radio.guesswork:after{position:absolute;left:3px;top:3px;content:"";width:15px;height:15px;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-three-dots-for-guesswork.svg) no-repeat 1px 0;mask:url(/images/icons/icon-three-dots-for-guesswork.svg) no-repeat 1px 0}.response-submitted-popup{width:60%;height:85%;fill:#fff!important}.active__learning-progress-track .progress__radio.response-submitted{position:relative;background-color:#7f8e91}.active__learning-progress-track .progress__radio.response-submitted:after{position:absolute;left:2px;top:3px;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/response-submitted.svg) no-repeat;mask:url(/images/icons/response-submitted.svg) no-repeat}.custom-control-input:hover+label.btn{background:#445052}.custom-checkbox,.custom-radio{position:relative}.custom-control-input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;z-index:0}#studentAnswer{width:100%;bottom:60px}#studentAnswer.studentAnswerReady{visibility:visible}#studentAnswer.studentAnswerLoading{visibility:hidden}#studentAnswer div.wiriseditorwrapper{max-width:100%}#studentAnswer div.wiriseditorwrapper .wrs_editor .wrs_formulaDisplay{background-color:#122529!important;border:none!important;height:150px!important}.wrs_container span,.wrs_container svg{color:#fff!important}.wrs_container span .wrs_notItalic .wrs_notBold .wrs_font_inherit,.wrs_container svg polyline{stroke:#fff!important}.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_caret{border-left:1px solid white!important}.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_caret.wrs_light,.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_caret.wrs_dark{border-left-color:#fff!important}.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_underlineCaret{border-bottom:1px solid white!important}.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_underlineCaret.wrs_light,.wrs_editor .wrs_formulaDisplay.wrs_focused .wrs_underlineCaret.wrs_dark{border-bottom-color:#fff!important}.wrs_editor .wrs_formulaDisplay .wrs_selection,.wrs_editor .wrs_formulaDisplay .wrs_error{background-color:transparent!important}.wrs_editor .wrs_formulaDisplay .wrs_container span{border-top-color:#fff!important}.wrs_editor .wrs_image,.wrs_hand .wrs_toolbar img{vertical-align:middle;filter:brightness(0) invert(1)}.wrs_editor td{background:#253235;border:2px solid #0e1d22;border-radius:10px;width:75px;height:40px}.wrs_editor td:hover,.wrs_editor td:active,.active__learning-block .wrs_editor.wrs_withHand:not(.wrs_handDisabled):not(.wrs_toolbarHidden) .wrs_handWrapper>input:focus,.active__learning-block .wrs_hand .wrs_toolbar .wrs_button:hover:not([disabled]){background-color:#445052;border-color:#3e494b}.active__learning-block .wrs_editor .wrs_panelContainer{background:#0e1d21;border-color:#0e1d21}.active__learning-block .wrs_editor .wrs_button:hover,.wrs_editor .wrs_button:focus{border-color:transparent!important}.wrs_editor .wrs_toolbar .wrs_noTabs .wrs_linkButton{display:none}.active__learning-block .wrs_editor.wrs_withHand:not(.wrs_handDisabled):not(.wrs_toolbarHidden) .wrs_handWrapper>input{background-color:#253235;border-color:#253235;height:152px}.wrs_editor .wrs_layoutFor1Rows .wrs_button:active,.wrs_editor .wrs_layoutFor1Rows .wrs_button:focus,.wrs_hand .wrs_toolbar .wrs_button:active:not([disabled]),.wrs_hand .wrs_toolbar .wrs_button.wrs_pressed:not([disabled]){background:none!important;outline:0!important}div.wirisanswerfielddecoration.wirisembeddeddecoration,div.wirisanswerfielddecoration.wiriseditordecoration div.wiriseditorwrapper{padding-right:0!important;background-image:none!important}.active__learning-block .wrs_editor .wrs_toolbar{display:block!important;height:46px!important}#studentAnswer .wrs_editor .wrs_focusElementContainer{width:inherit!important;height:inherit!important}.wrs_hand .wrs_canvasContainer{background:#253235!important}.wrs_hand .wrs_toolbar,.wrs_editor.wrs_withHand.wrs_handOpen:not(.wrs_handDisabled):not(.wrs_toolbarHidden) .wrs_handWrapper>input{background-color:#253235!important;border-color:#253235!important}.wrs_hand .wrs_canvasContainer .wrs_canvas{border-color:#0e1d21!important}p.font__md,#react-mathjax-preview-result>div.paragraph>div.single_equation>span,#react-mathjax-preview-result>p>span{font-size:calc(16px + var(--font-increase-px))!important;line-height:calc(21px + var(--font-increase-px))!important}#react-mathjax-preview-result h3{font-weight:300;font-size:24px;line-height:29px}p.font__md,#react-mathjax-preview-result span.custom-tooltip{color:teal;font-size:1em!important;border-bottom:dotted;cursor:pointer}.image__attr{margin-top:5px;cursor:zoom-in}.lesson-list .radio__badge.radio__badge-md{margin-right:.31rem;min-width:33px}.MathJax .math>span{font-size:136%!important;font-size:calc(1rem + var(--font-increase-rem))!important}.lesson-list .MathJax .math>span{font-size:inherit!important}.editor-result h1,.font__md h1{font-size:calc(50px + var(--font-increase-px))}.editor-result h2,.font__md h2{font-size:calc(40px + var(--font-increase-px))}.editor-result h3,.font__md h3{font-size:calc(30px + var(--font-increase-px))}.editor-result h4,.font__md h4{font-size:calc(16px + var(--font-increase-px))!important;line-height:calc(21px + var(--font-increase-px))!important;font-weight:700}.image__attr span{background-color:#000;color:#fff9;display:block;padding:5px;text-align:right;font-size:calc(8px + var(--font-increase-px))}.image__attr span:empty{display:none}.questions-btn{width:150px!important}.questions-btn-wrapper{justify-content:flex-start!important}.questions-btn-wrapper>.btn{width:64px!important}.questions-btn-wrapper--reverse{flex-direction:row-reverse!important;justify-content:flex-end!important}.questions-btn-wrapper--reverse>.btn:last-child{width:64px!important}@media only screen and (min-width:1360px){.active-learning__floats .component__backdrop{width:360px;padding:.7em}}@media only screen and (max-width:1199px){.active__learning-main-mid .active__learning-options .btn{width:160px}.active__learning-options.no-gutters>[class*=col-]{padding:0 5px}}@media only screen and (max-width:991px){.active-learning .active__learning-block{padding:30px 20px}.active-learning .component__backdrop{padding:20px;min-height:0}.active-learning__floats p{margin-bottom:0}}#studentAnswer .wrs_editor .wrs_button.wrs_disabled:focus,#studentAnswer .wrs_editor .wrs_comboButton.wrs_disabled:focus{border-color:transparent!important}#studentAnswer .wrs_editor .wrs_panelContainer>div.wrs_selected{display:-webkit-box;display:-ms-flexbox;display:flex}#studentAnswer .wrs_editor .wrs_contextPanel .wrs_panelContainer,#studentAnswer .wrs_editor .wrs_matrixButtonPanel{background-color:#0e1c21;padding:5px;border-color:#0e1c21;text-align:center;color:#fff}#studentAnswer .wrs_editor .wrs_matrixButtonPanel input{background:#253235;color:#fff;border:0;text-align:center}#studentAnswer .wrs_editor .wrs_contextPanel .wrs_panelContainer td{width:40px;min-width:40px;max-width:40px}.wrs_matrixButtonPanel table td{width:auto;padding:4px}#studentAnswer .wrs_matrixButtonPanel>table:first-child td{width:auto;height:auto;padding:0}#studentAnswer .wrs_editor .wrs_singleRowPanel .wrs_line{width:0}#studentAnswer .wrs_editor .wrs_toolbar .wrs_expandButton.wrs_expandButtonFor1RowsLayout{height:38px;background-size:4px;width:12px}.active__learning-options .ans-incorrect{background-color:#e1774f!important}.active__learning-options .ans-correct{background-color:#78bcb8!important;display:flex;justify-content:space-between;align-items:center}.active__learning-options .ans-correct-partial{background:#707c7e!important}.active__learning-options .ans-correct-partial-assesment{border:1px solid #ffffff!important}.active__learning-options div.paragraph,.active__learning-options p{margin:0!important;font-weight:400!important}.review-mode{position:absolute;right:30px;top:0;font-size:calc(14px + var(--font-increase-px))}.studentAnswerOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#9696960d;z-index:3}.lesson{position:fixed;top:150px;z-index:3;left:0;max-height:60%;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-275px);-ms-transform:translateX(-275px);transform:translate(-275px)}.lesson .lesson-list{width:430px;height:98%;border-radius:0 0 8px;color:#f1f3f3;font-size:calc(12px + var(--font-increase-px));line-height:calc(14px + var(--font-increase-px));position:relative;padding-bottom:70px!important;overflow:auto}.lesson-list .box{padding:0 31px 0 24px}.lesson .lesson-list{padding-bottom:24px!important}.active-que-text,.que-text{position:relative;display:flex;align-items:flex-start}.active-que-text>div{flex-grow:1}@media(max-width:1660px){.lesson .lesson-list{width:380px}.active-learning .component__backdrop{padding:15px}.active__learning-hr{left:0%;width:100%}}@media(max-width:1366px){.lesson .lesson-list{width:275px}}.default-cursor{cursor:default!important}.tab-content button:focus{outline:transparent}.flash-start{opacity:.25;transition:.1s}.flash-end{opacity:1;transition:.1s}.pending-response{background:#7f8e91!important}.pending-response-assessment{border:1px solid #ffffff!important}#touch-layout .active__learning-progress-track{padding-left:0}#card-lesson-text a,.question-text-anchor-inline a{display:inline!important}.tableWrapper{position:relative}.tableWrapperScrollable{position:relative;overflow:auto;max-height:600px;margin-bottom:24px}.tableWrapperScrollable::-webkit-scrollbar{width:6px;height:6px}.tableWrapperScrollable::-webkit-scrollbar-track{background:#1d1d1f;width:16px}.tableWrapperScrollable::-webkit-scrollbar-thumb{background:#5b6067;border-radius:3px}.tableWrapperScrollable::-webkit-scrollbar-thumb:hover{background:#98a4ae}.tableContainer{overflow-x:auto;margin:25px 0 0}.tableContainer::-webkit-scrollbar{width:6px;height:6px}.tableContainer::-webkit-scrollbar-track{background:#1d1d1f;width:16px}.tableContainer::-webkit-scrollbar-thumb{background:#5b6067;border-radius:3px}.tableContainer::-webkit-scrollbar-thumb:hover{background:#98a4ae}.tableContainer table{table-layout:fixed;border-color:#262629}.tableContainer tr{border-color:#262629;padding:12px}.tableContainer tr:nth-child(1) td,.tableContainer tr:nth-child(1) td span,.tableContainer tr:nth-child(1) td strong,.tableContainer tr:nth-child(1) td h3{font-size:16px;line-height:16.8px;letter-spacing:1px;color:#fff!important}.tableContainer table td{font-size:16px;line-height:19.2px;width:137px;padding:12px;font-weight:400;color:#fff;overflow:hidden}.tableContainerScrollable table{table-layout:fixed;border-color:#262629}.tableContainerScrollable tr{border-color:#262629;padding:12px}.tableContainerScrollable tr:nth-child(1) td,.tableContainerScrollable tr:nth-child(1) td span,.tableContainerScrollable tr:nth-child(1) td strong,.tableContainerScrollable tr:nth-child(1) td h3{font-size:16px;line-height:16.8px;letter-spacing:1px;color:#fff!important}.tableContainerScrollable table td{font-size:16px;line-height:19.2px;width:137px;padding:12px;font-weight:400;color:#fff;overflow:hidden}.gradientOverlay{position:absolute;z-index:3;right:0;width:20%;background:linear-gradient(to right,transparent,#121212)}.gradientLeftOverlay{left:0;background:linear-gradient(to left,transparent,#121212)}.lesson_text ul{margin-bottom:24px}.lesson_text li{font-size:18px!important;font-weight:300!important;line-height:24px!important}lesson_text li::marker{font-size:18px!important}.revealed-answer-box{flex:.95;margin-bottom:12px!important}.revealed-answer-box:last-child{margin-bottom:0!important;line-height:21.6px}.show-feedback-answer-title{font-family:Lato;font-size:14px;font-style:normal;font-weight:700;line-height:17px;letter-spacing:1px;margin-bottom:6px;color:#c1cfd9;text-transform:uppercase}.revealed-answer-box div.paragraph{margin-bottom:0rem;font-size:18px;line-height:21.6px}div.lesson-list.revealed-answer-wrapper-feedback{height:auto;max-height:100%;width:auto;background-color:#0e0e0f;margin-left:4px}div.lesson-list.revealed-answer-wrapper-feedback div:last-child{margin-bottom:0!important}div.lesson-list.revealed-answer-wrapper-feedback>div.solution-text{overflow:auto;width:inherit}.active__learning-block-title{font-size:18px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:0px;text-align:left;margin-bottom:12px}.show-solution{color:var(--teal)!important;margin-left:auto;font-size:14px;font-style:normal;font-weight:700;margin-top:2px;line-height:17px;letter-spacing:1px;text-align:right;cursor:pointer}.hide-solution{float:right}.show-solution:hover{color:var(--white)}.correct-answer{font-size:18px;font-weight:300}.correct-heading{margin-bottom:12px!important}.explanation-heading{font-family:Lato;font-style:normal;font-weight:700;font-size:14px;line-height:17px;letter-spacing:1px;text-transform:uppercase;color:#b1bfc5;margin-bottom:12px}form.stepByStep{padding-bottom:20px}.stepByStepWrapper{width:inherit}form.stepByStep{height:47px;margin-bottom:5px;display:flex}form.stepByStep input{height:40px;max-width:265px;width:90%;left:24px;top:1421px;background:#000;border:1px solid rgba(255,255,255,.3);box-sizing:border-box;border-radius:5px;margin-right:14px;color:#fff;padding:1rem .5rem;font-size:18px}.stepsContainer{text-align:center;margin-top:0;min-height:65px;overflow:hidden;padding:20px 20px 0;margin-bottom:20px;background-color:#000!important;overflow:auto}.stepInputBtn{position:relative;height:40px;width:40px;font-size:24px;font-weight:400;line-height:29px;letter-spacing:0px;text-align:center;padding:0!important}.stepByStepText{font-weight:300;font-size:18px;line-height:22px;color:#fff;margin-bottom:24px}.wolframAlphaLogo{height:20px}.linkWrapper{width:100%;height:30px;font-weight:400;font-size:18px;line-height:22px;color:#5fc4b8}.linkWrapper a{text-decoration-line:underline!important}.linkWrapper a:disabled{color:#5fc4b8;opacity:.3}.linkWrapper a:hover{color:#b8fff7}.linkWrapper a:active{color:#b8fff7;opacity:.3}@media(max-width:920px){form.stepByStep input{min-width:auto}}@media(max-width:768px){form.stepByStep input{min-width:auto}}.modal-btn{display:grid}.stepsContainer .MathJax_SVG svg{height:auto;vertical-align:super!important}.solutionImg{margin-bottom:20px;filter:invert(1)}.revealed-answer-box{flex:.95;line-height:22px}.answer-title{font-family:Lato;font-size:14px;font-style:normal;font-weight:700;line-height:16.8px;letter-spacing:1px;margin-bottom:12px!important;color:#c1cfd9;text-transform:uppercase}.answer-content{font-family:Lato;font-size:18px!important;line-height:22px!important}.answer-status{font-weight:700;font-size:18px;line-height:22px;display:flex;align-items:center;color:#fff;margin-left:12px}.revealed-answer-box div.paragraph{margin-bottom:0rem;font-size:18px}div.lesson-list.revealed-answer-wrapper{height:auto;width:auto;padding:24px 4px 0!important;background-color:#0e0e0f}@media only screen and (max-width:1660px){div.lesson-list.revealed-answer-wrapper{height:auto;max-height:100%;width:auto;background-color:#0e0e0f}}div.lesson-list.revealed-answer-wrapper div:last-child{margin-bottom:0!important}div.lesson-list.revealed-answer-wrapper>div.solution-text{overflow:auto;width:inherit}.match-text{color:#fff}.explanation{margin-bottom:24px;font-size:18px;line-height:21.6px}.explanation div,.explanation span{font-size:18px;line-height:21.6px;font-weight:300!important}.MathType{width:100%;height:300px;opacity:0}.MathType.ready{opacity:1}.MathType.error{height:0;overflow:hidden}.spacing{display:flex!important;flex-direction:column;align-items:center;justify-content:center}.MathType-Error{width:100%;border-radius:3px;padding:10px 20px;background-color:#122529;color:#fff;text-align:center;font-weight:300}.MathType .wrs_linksContainer{display:none!important}.MathType .wrs_header.wrs_header.wrs_header.wrs_header.wrs_header>button{background-color:#122529!important;background-image:none!important;border:none!important}.MathType .wrs_header::-webkit-scrollbar{display:none}.MathType .wrs_header{overflow-x:scroll!important}.MathType [title="Big operators tab (Alt+8)"] .wrs_image{margin-left:-848px!important;margin-top:-205px!important}.MathType .wrs_header.wrs_header.wrs_header.wrs_header.wrs_header>button.wrs_selected{background-color:#316570!important}.MathType .wrs_panelContainer{border:0!important;background-color:#000!important;background:#000!important;font-size:0!important;line-height:0!important;overflow:auto!important}.MathType .wrs_panelContainer::-webkit-scrollbar{height:0px!important}.MathType .wrs_panelContainer td{position:relative!important;border-radius:3px!important;border:2px solid black!important;width:unset!important;height:unset!important;overflow:hidden!important;background-color:#000!important}.MathType .wrs_panelContainer td button{position:relative!important;overflow:unset!important;background-color:#22454c!important;outline:none!important;overflow:hidden!important}.MathType .wrs_panelContainer td button.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled{background-color:#122529!important;border-color:#122529!important;pointer-events:none!important}.MathType .wrs_panelContainer td button.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled:before,.MathType .wrs_panelContainer td button.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled.wrs_disabled:after{background-color:#122529!important}.MathType .wrs_panelContainer td button:hover{background-color:#316570!important}.MathType .wrs_panelContainer td button:hover:before,.MathType .wrs_panelContainer td button:hover:after{background-color:#316570!important}.MathType .wrs_panelContainer td button:before,.MathType .wrs_panelContainer td button:after{position:absolute;top:-10px;bottom:-10px;width:50px;background-color:#22454c;z-index:1}.MathType .wrs_panelContainer td button:before{right:100%}.MathType .wrs_panelContainer td button:after{left:100%}.MathType .wrs_panelContainer table{margin-right:0!important}.MathType .wrs_panelContainer .wrs_layoutFor2Rows{border-top:2px solid black!important;overflow:inherit!important}.MathType .wrs_panelContainer tr:first-child td{border-top-width:0!important}.MathType .wrs_panelContainer tr:last-child td{border-bottom-width:0!important}.MathType .wrs_panelContainer .wrs_line{margin:0 2px!important;width:1px!important;min-width:1px!important;height:auto!important;min-height:auto!important;background-color:#666!important}.MathType .wrs_panelContainer .wrs_expandButton{margin:0 2px!important;padding-bottom:40px!important;width:10px!important;min-width:10px!important;height:auto!important;min-height:auto!important;background-color:#22454c!important}.MathType .wrs_panelContainer .wrs_expandButton:hover{background-color:#316570!important}.MathType .wrs_toolbar .wrs_panelContainer{padding:6px 0 3px!important}.MathType .wrs_toolbar .wrs_panelContainer table:first-child td:first-child{border-left-width:0!important}.MathType .wrs_multipleRowPanel.wrs_selected{display:flex!important;height:auto!important;width:fit-content!important}.MathType .wrs_contextPanel{box-shadow:0 0 5px #00000080!important}@media(max-width:768px){.MathType .wrs_contextPanel{width:100%!important;height:auto!important;left:0!important}}.MathType .wrs_contextPanel .wrs_panelContainer table{border:2px solid black!important;border-left-width:0!important;border-right-width:0!important}.MathType .wrs_formulaDisplay{border:0!important;border-radius:3px!important;background-color:#122529!important}.MathType .wrs_formulaDisplay .wrs_selection.wrs_selection.wrs_selection.wrs_selection.wrs_selection{background-color:#316570!important}.MathType .wrs_matrixButtonPanel{background-color:#000!important;border:none!important;border-radius:3px!important;padding:4px!important;box-shadow:0 0 5px #00000080!important}.MathType .wrs_matrixButtonPanel table:first-child td{height:25px!important;border-radius:3px!important;background-color:#22454c!important;border-color:#000!important}.MathType .wrs_matrixButtonPanel table:first-child td:first-child{border-left-width:0!important}.MathType .wrs_matrixButtonPanel table:first-child td:last-child{border-right-width:0!important}.MathType .wrs_matrixButtonPanel table:first-child .wrs_matrixButton{border-radius:3px!important}.MathType .wrs_matrixButtonPanel table:first-child .wrs_matrixButton.wrs_selected.wrs_selected.wrs_selected.wrs_selected.wrs_selected{background-color:#316570!important;border-color:transparent!important}.MathType .wrs_matrixButtonPanel table:last-child{width:100%!important}.MathType .wrs_matrixButtonPanel table:last-child td{border:none!important;border-radius:1px!important;padding:2px 5px!important;height:unset!important;background-color:#000!important}.MathType .wrs_matrixButtonPanel table:last-child td:last-child{width:25px}.MathType .wrs_matrixButtonPanel table:last-child input{border:none!important;border-radius:3px!important;padding:3px 0!important}.MathType .wrs_select{margin:0!important;border:none!important;border-radius:3px!important;padding:3px 0!important;height:22px!important;background-color:#22454c!important}.MathType .wrs_select.wrs_withIcon{padding-top:2px!important}.MathType .wrs_selectPanel{border:none!important;border-radius:3px!important;box-shadow:0 0 5px #00000080!important;overflow:hidden!important}.MathType .wrs_selectPanel>div{padding:2px 5px!important;text-align:center!important}.MathType .wrs_selectPanel.wrs_toolbarElement_setColumnSpacing>div,.MathType .wrs_selectPanel.wrs_toolbarElement_setRowSpacing>div{width:33.33333%!important}.MathType .wrs_selectPanel.wrs_toolbarElement_setColumnSpacing>div:first-child,.MathType .wrs_selectPanel.wrs_toolbarElement_setRowSpacing>div:first-child{width:100%!important;text-align:center!important}.MathType .wrs_toolbar.wrs_toolbar.wrs_toolbar.wrs_toolbar.wrs_toolbar{height:108px!important}.MathType .wrs_formulaDisplay,.MathType .wrs_focusElementContainer{height:190px!important}.MathType .wrs_handWrapper input{height:190px!important;border:none!important;border-radius:3px!important}.MathType *::-webkit-scrollbar{width:0!important}.MathType .wrs_handContainer{visibility:hidden!important}.MathType .wrs_handOpen .wrs_handContainer{visibility:visible!important}.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(14),.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(15),.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(16),.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(17),.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(18),.MathType .wrs_multipleRowPanel:nth-child(1)>*:nth-child(19){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(1),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(2),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(7),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(17),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(18),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(19),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(20),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(21),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(22),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(23),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(24),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(25),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(26),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(27),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(28),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(29),.MathType .wrs_multipleRowPanel:nth-child(2)>*:nth-child(30){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(1) tr:nth-child(1) td:nth-child(3),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(1) tr:nth-child(2),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(1) tr:nth-child(3),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(2),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(3),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(4),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(5),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(7),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(8),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(9),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(10),.MathType .wrs_multipleRowPanel:nth-child(3)>*:nth-child(11){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(7),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(8),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(9),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(10),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(11),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(12),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(13),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(14),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(15),.MathType .wrs_multipleRowPanel:nth-child(4)>*:nth-child(16){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(5)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(5)>*:nth-child(7),.MathType .wrs_multipleRowPanel:nth-child(5)>*:nth-child(8),.MathType .wrs_multipleRowPanel:nth-child(5)>*:nth-child(9),.MathType .wrs_multipleRowPanel:nth-child(5)>*:nth-child(10){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(7),.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(8),.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(9),.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(12),.MathType .wrs_multipleRowPanel:nth-child(6)>*:nth-child(13){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(8)>*:nth-child(2),.MathType .wrs_multipleRowPanel:nth-child(8)>*:nth-child(3),.MathType .wrs_multipleRowPanel:nth-child(8)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(8)>*:nth-child(7){display:none!important}.MathType .wrs_multipleRowPanel:nth-child(9)>*:nth-child(6),.MathType .wrs_multipleRowPanel:nth-child(9)>*:nth-child(7){display:none!important}.MathType .wrs_header button:nth-child(7){display:none!important}.MathType .wrs_hand .wrs_toolbar>.wrs_button:last-child{display:none!important}.component__backdrop{background-color:#0000005e;-webkit-border-radius:8px;border-radius:8px 8px 0 0;padding:36px}.do-icon-white-arrow{width:7px;height:14px}.do-icon-white-arrow{background-image:url(/images/icons/icon-white-arrow.svg)}.lesson .arrow-icon .do-icon-white-arrow{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lesson.on .arrow-icon .do-icon-white-arrow{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.lesson .arrow-icon{background-color:#091214;border-radius:0 8px 8px 0;padding:1.6rem .6rem}.lesson.on{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.lesson-list .answer{background:#122529;-webkit-border-radius:8px;border-radius:8px}.radio__badge.radio__badge-incorrect{background-color:#e1774f;position:relative;font-size:0}.radio__badge.radio__badge-correct{background-color:#78bcb8;position:relative;font-size:0}.radio__badge{width:27px;height:27px;background-color:#5b6b6e;border-radius:100%;font-size:calc(9px + var(--font-increase-px));padding:0;text-align:center;line-height:calc(27px + var(--font-increase-px));vertical-align:middle}.radio__badge.radio__badge-md{width:33px;height:33px;line-height:33px}.radio__badge.radio__badge-xs{width:20px;height:20px;line-height:20px}.radio__badge.radio__badge-incorrect:after{background-color:#e1774f;content:"";width:100%;height:100%;position:absolute;top:0;left:0;-webkit-border-radius:100%;border-radius:100%;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-cross-sm.svg) no-repeat 6px 6px;mask:url(/images/icons/icon-cross-sm.svg) no-repeat 6px 6px}.radio__badge.radio__badge-md.radio__badge-incorrect:after{-webkit-mask:url(/images/icons/icon-cross-md.svg) no-repeat 5px 5px;mask:url(/images/icons/icon-cross-md.svg) no-repeat 5px 5px}.radio__badge.radio__badge-xs.radio__badge-incorrect:after{-webkit-mask:url(/images/icons/icon-cross-md.svg) no-repeat 3px 3px;mask:url(/images/icons/icon-cross-md.svg) no-repeat 3px 3px;-webkit-mask-size:13.5px 14.5px;mask-size:13.5px 14.5px}.radio__badge.radio__badge-correct:after{background-color:#e1774f;content:"";width:100%;height:100%;position:absolute;top:0;left:0;-webkit-border-radius:100%;border-radius:100%;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-checkmark.svg) no-repeat 7px 9px;mask:url(/images/icons/icon-checkmark.svg) no-repeat 7px 9px}.radio__badge.radio__badge-md.radio__badge-correct:after{-webkit-mask:url(/images/icons/icon-checkmark-md.svg) no-repeat 6px 9px;mask:url(/images/icons/icon-checkmark-md.svg) no-repeat 6px 9px}.radio__badge-sm.radio__badge-correct:after{top:-5px;left:-5px}.radio__badge.radio__badge-xs.radio__badge-correct:after{-webkit-mask:url(/images/icons/icon-checkmark-md.svg) no-repeat 4.5px 5px;mask:url(/images/icons/icon-checkmark-md.svg) no-repeat 4.5px 5px;-webkit-mask-size:10.5px 10.7px;mask-size:10.5px 10.7px}.lesson .view-lesson{background-color:#122529;position:absolute;bottom:0;width:calc(100% - 28px);left:0;border-bottom-right-radius:8px}.lesson .view-lesson .btn{font-size:calc(13px + var(--font-increase-px));line-height:calc(35px + var(--font-increase-px));padding:0 8px;width:135px}.wrs_viewer{background:#fff!important}.bubble_border{border-radius:10px;border:3px solid #fff}.bubble_border.completed,.bubble_border.incorrect{border:2px solid #fff}.bubble_star{background:#969640!important}.bubble_star:after{position:absolute;left:0;top:2px;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-star-filled.svg) no-repeat 1px 0;mask:url(/images/icons/icon-star-filled.svg) no-repeat 1px 0}.bubble_star_big{background:#78bcb8!important}.bubble_star_big:after{position:absolute;left:1px;top:3px;content:"";width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff;-webkit-mask:url(/images/icons/icon-star-filled.svg) no-repeat 1px 0;mask:url(/images/icons/icon-star-filled.svg) no-repeat 1px 0}.problem-bank .active__learning-blank{color:#fff;border-bottom:1px solid #78bcb8}.problem-bank input.active__learning-blank:-internal-autofill-selected,.problem-bank input.active__learning-blank:-internal-autofill-selected:hover,.problem-bank input.active__learning-blank:-internal-autofill-selected:focus,.problem-bank input.active__learning-blank:-internal-autofill-selected:active{box-shadow:0 0 0 30px #0e0e0f inset!important;-webkit-box-shadow:0 0 0 30px #0e0e0f inset!important;-webkit-text-fill-color:#fff}.active__learning-main-mid .active__learning-progress-track .btn.incorrect:before{content:none}div#questiontext .wrs_viewer{background:transparent!important}.active__learning-progress-track .progress__radio.bubble_border.active:before{top:5px;left:5px}.active__learning-progress-track .progress__radio.bubble_border.completed:after{top:4px;left:1px}.active__learning-progress-track .progress__radio.bubble_border.incorrect:after{top:1px;left:0}.star_text{font-size:calc(16px + var(--font-increase-px));color:#fff;line-height:calc(21px + var(--font-increase-px))}.wirisstudentanswer{position:relative;top:0}.fa-margin{margin-left:-12px;margin-right:8px}input.wirisembeddedtextinput{width:100%!important;background:#000!important;height:45px!important;font-size:18px!important;padding-left:15px!important;border:1px solid #4c4c4c!important;box-sizing:border-box!important}input.wirisembeddedtextinput:focus{border:1px solid #77b1af!important;outline:none!important}.plainTextInputHeading{margin-bottom:8px}.wirisanswerfielddecoration.wiriscorrect.wirisembeddeddecoration,.wirisanswerfielddecoration.wirisincorrect.wirisembeddeddecoration{width:100%!important}.component__backdrop{background-color:#0000005e;-webkit-border-radius:8px;border-radius:8px}.guess__work-main{position:relative;overflow:hidden}.guess__work-main-mid{margin:0 12px}.guess-work .guess__work-block{position:relative;font-size:calc(12px + var(--font-increase-px));line-height:calc(16px + var(--font-increase-px));padding-bottom:30px}.guess-work .component__backdrop{padding:24px 12px;-webkit-border-top-left-radius:0px;border-top-left-radius:0;-webkit-border-top-right-radius:0px;border-top-right-radius:0}.guess__work-block-title{font-size:calc(14px + var(--font-increase-px));line-height:calc(19px + var(--font-increase-px))}.guess-work .guess__work-block .separator{border:1px solid #ededed;opacity:.13;margin-bottom:24px}.guess__work-main-mid .btn.incorrect,.guess__work-main-mid .btn.correct{position:relative;padding-left:24px;padding-right:24px}.guess__work-main-mid .btn.incorrect:before,.guess__work-main-mid .btn.correct:before{position:absolute;content:"";top:50%;left:14px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);line-height:100%;background-position:center;background-repeat:no-repeat;background-color:#fff}.guess__work-main-mid .btn.incorrect.icon__float-right:before{left:auto;right:10px;top:19px}.guess__work-main-mid .btn{width:100%;text-align:center;max-width:100%;display:inline-block;margin-top:25px}.interstitial-select:focus{outline:none}.interstitial-wrapper{font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-align:left}.interstitial-wrapper .radio-item-container{display:inline-block;position:relative;cursor:pointer;margin-right:25px}.interstitial-wrapper .select-container{margin-top:11px}.interstitial-wrapper p{font-size:16px;font-weight:400;line-height:19px;margin-bottom:0}.interstitial-wrapper .radio-item-container{font-family:Lato;font-size:18px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:0em;text-align:left}.interstitial-wrapper input[type=radio]{position:absolute;opacity:0;cursor:pointer;left:0}.interstitial-wrapper .checkmark{float:left;height:20px;width:20px;margin-right:12px;background-color:transparent;border:3px solid #5fc4b8;border-radius:50%}.interstitial-wrapper .radio-item-container input:checked~.checkmark{background-color:#5fc4b8}.interstitial-wrapper .checkmark:after{content:"";position:absolute;display:none}.interstitial-wrapper .radio-item-container input:checked~.checkmark:after{display:block}.percentage__center{position:absolute;width:48.5%;background:#fff;display:inline-block;left:0;right:0;padding:10px 15px;border-radius:25px;margin:0 auto;max-width:220px;top:89%;font-size:calc(20px + var(--font-increase-px));-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}div.component__backdrop.backdrop__bottom-rounded p{margin:0}.selectContainer{margin-top:10px}@media only screen and (min-width:375px){.guess__work-main-mid{max-width:360px;min-width:351px;margin:0 auto}}.course-schedule h2{font-size:calc(30px + var(--font-increase-px));line-height:calc(36px + var(--font-increase-px))}.course-schedule hr{display:block;margin:20px 0 60px;background:#283538;height:1px}.course-schedule a{color:#fff;font-size:1.5em}.course-schedule-block{border-top:2px solid rgba(142,142,142,.2);position:relative;border-top-right-radius:13px;border-top-left-radius:13px;overflow:hidden;margin-bottom:50px;height:100%;width:100%}.course-schedule-block>*{width:100%}.course-schedule-block:before,.course-schedule-block:after{content:"";position:absolute;background-image:-webkit-gradient(linear,0 0,0 100%,from(#8e8e8e),to(transparent));background-image:-webkit-linear-gradient(#8e8e8e,transparent);background-image:-moz-linear-gradient(#8e8e8e,transparent);background-image:-o-linear-gradient(#8e8e8e,transparent);background-image:linear-gradient(#8e8e8e,transparent);top:-1px;bottom:-1px;width:2px;opacity:.2}.course-schedule-block:before{left:0}.course-schedule-block:after{right:0}.course-schedule-head,.course-schedule-body{padding:20px}.course-schedule-body{min-height:290px;max-height:310px;overflow:auto}.course-schedule-body>*{width:100%}.course-schedule-head{min-height:94px}.course-schedule-head h3{margin-bottom:0;font-size:calc(20px + var(--font-increase-px));line-height:calc(26px + var(--font-increase-px))}.course-schedule-title{display:block;min-width:100%;font-size:calc(16px + var(--font-increase-px));line-height:calc(20px + var(--font-increase-px))}.course-schedule-block hr{margin:0;background:#283538;height:2px}.course-schedule-block ul{padding:0;margin:0;list-style:none}.course-schedule-block li{padding:10px 0}.course-schedule-block li:first-child{padding-top:0}.course-schedule-block li:last-child{padding-bottom:0}.course-schedule-block .course-list-date{padding-left:6px}.course-schedule-block i,.course-schedule-block .course-list-date{color:#78bcb8}.course-schedule-midterm{text-align:center;background:#0c1a1d}.midterm-icon i{color:#fff;font-size:calc(100px + var(--font-increase-px));text-align:center;display:block;padding:30px 0 40px}.back-to-home{left:calc(100% - 9rem);top:-2rem}.quizlet-wrapper{width:78%;margin:auto auto 30px}.quizlet-iframe{height:90vh;width:100%;border:0;filter:invert(10%) grayscale(100%)}.tf-v1-widget{width:100%;height:100%;min-height:inherit;position:relative}.tf-v1-widget iframe{width:100%;height:100%;border:none;overflow:hidden;border-radius:8px;min-height:inherit}.tf-v1-widget-close{display:none}.tf-v1-widget-iframe-overlay{width:100%;height:100%;border:none;overflow:hidden;border-radius:8px;position:absolute;top:0;left:0}.tf-v1-widget-fullscreen{position:fixed;inset:0;z-index:10001;width:100%!important;height:100%!important}.tf-v1-widget-fullscreen .tf-v1-widget-close{display:block;padding:0;margin:0;position:absolute;font-size:32px;font-weight:400;line-height:24px;width:24px;height:24px;text-align:center;text-transform:none;cursor:pointer;opacity:.75;transition:opacity .25s ease-in-out;text-decoration:none;color:#000;top:6px;right:8px;background:none;border:none;border-radius:0}.tf-v1-widget-fullscreen .tf-v1-widget-close:hover{opacity:1}@media(min-width:481px){.tf-v1-widget-fullscreen .tf-v1-widget-close{color:#fff!important}}.tf-v1-widget-fullscreen .tf-v1-widget-close{z-index:1}.tf-v1-widget-fullscreen iframe{border-radius:0}header{background-color:#000;position:sticky;top:0;z-index:9}header .navbar-title{font-size:calc(14px + var(--font-increase-px));line-height:calc(17px + var(--font-increase-px))}header .nav-item>a,header .nav-item>a:hover,header .nav-item>a:focus{padding-right:.5rem;padding-left:.5rem}header a,header a:hover,header a:focus{display:inline-block;color:#fff;text-decoration:none;vertical-align:middle}header .nav-separator{-ms-grid-row-align:stretch;align-self:stretch;padding-right:.5rem;padding-left:.5rem;padding-top:1px}header .nav-text{font-size:calc(12px + var(--font-increase-px));line-height:calc(14px + var(--font-increase-px));font-weight:500;padding-top:1px}header .nav-separator-bar:before{content:"";display:block;position:relative;width:1px;height:100%;border:0;background-color:#ffffff70}header .dropdown,.nav-notification{position:relative}header .outlier-header{margin-bottom:4px!important}.nav-notification .badge,header .dropdown-profile .badge{min-width:18px;min-height:18px;line-height:calc(18px + var(--font-increase-px));text-align:center;padding:0;font-size:calc(12px + var(--font-increase-px))}.nav-notification .badge{position:absolute;top:55%;left:80%}header .dropdown-toggle{cursor:pointer}header .dropdown-toggle:after{display:none}header .navbar-nav .dropdown-menu{-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-ms-transform:translateY(15px);-o-transform:translateY(15px);transform:translateY(15px);left:10px}header .navbar-nav svg{fill:#fff}header .navbar-nav .dropdown-menu.dropdown-menu-right{left:auto;right:-15px}header .dropdown-menu img{display:inline-block}header .dropdown-menu{font-size:calc(10px + var(--font-increase-px));border-radius:0!important}header .dropdown-menu:before{border-width:.8em}header .dropdown-profile{min-width:250px;font-size:calc(12px + var(--font-increase-px));line-height:calc(18px + var(--font-increase-px))}header .dropdown-profile a:last-child{padding-bottom:16px}header .dropdown-header{font-size:calc(9px + var(--font-increase-px))}header .menu-item{font-size:16px;margin-left:13px;line-height:19px!important}.header-top{background-color:#151518;margin-top:80px;color:#fff;position:relative;font-size:calc(12px + var(--font-increase-px));padding:20px 15px}.header-top a,.header-top span{color:#fff;font-size:calc(14.6px + var(--font-increase-px))}.headertop-breadcrumb{text-align:center}.headertop-breadcrumb a,.headertop-breadcrumb span{color:#e7e7e7}.headertop-breadcrumb svg.icon-angle-arrow:last-of-type{display:none}.headertop-breadcrumb a:last-of-type,.headertop-breadcrumb span:last-of-type{text-decoration:none!important;color:#fff;cursor:default!important;pointer-events:none}.header-top-left a svg{fill:#3b5d5b}.header-top .headertop-breadcrumb svg{fill:#e7e7e7;margin-left:5px;margin-right:5px}.dropdown-item{border-bottom:1px solid rgba(255,255,255,.1)}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.noCourse{max-width:768px;margin:0 auto}.terms-checkbox{height:20px;width:16px}.agreement-text-container span{font-size:calc(10px + var(--font-increase-px))}.agreement-text-container a,.agreement-text-container a:hover{vertical-align:unset;color:#78bcb8}.registration-page__header{margin:5rem 0 3rem;font-size:38px;font-weight:300;line-height:1rem;letter-spacing:.3rem;text-align:center;text-transform:uppercase}.typeform-error{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center}#footer{margin-top:70px;display:flex;justify-content:center}#footer-content{text-align:center;max-width:650px}#footer-text{margin-bottom:20px;font-size:calc(1rem + var(--font-increase-rem));font-weight:300;-webkit-font-smoothing:auto}#embedded-typeform{height:770px;margin:0 15rem 2rem}@media only screen and (max-width:920px){#embedded-typeform{margin:0 10rem}#footer-content{max-width:500px}}@media only screen and (max-width:760px){#embedded-typeform{margin:0 5rem}}@media only screen and (max-width:600px){#footer-content{max-width:350px}}@media only screen and (max-width:480px){#embedded-typeform{margin:0 1rem}}.content-tooltip-text-modal{padding:2em}.outlier-logo{vertical-align:middle;border-style:none;height:18px;width:77px}
