comp-accordion{display:block}comp-accordion .comp-accordion{background-color:#fff;border:1px solid #d9d9d9;border-radius:8px}comp-accordion .comp-accordion.is-open{border-radius:8px}comp-accordion .comp-accordion.is-middle-child{border-bottom:none;border-radius:0}comp-accordion .comp-accordion.is-first-child{border-bottom:none;border-radius:0;border-radius:8px 8px 0 0}comp-accordion .comp-accordion.is-last-child{border-radius:0;border-radius:0 0 8px 8px}comp-accordion .comp-accordion .comp-accordion--header{background-color:#fff;border-bottom:1px solid #d9d9d9;border-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;cursor:pointer;min-height:48px}comp-accordion .comp-accordion .comp-accordion--header.is-collapsed{border-bottom:none;border-radius:8px}comp-accordion .comp-accordion .comp-accordion--header.is-collapsed.is-last-child{border-radius:0;border-radius:0 0 8px 8px}comp-accordion .comp-accordion .comp-accordion--header.is-first-child{border-radius:0;border-radius:8px 8px 0 0}comp-accordion .comp-accordion .comp-accordion--header.is-middle-child{border-radius:0}comp-accordion .comp-accordion .comp-accordion--header .details .details-wrap{padding:16px 24px 20px}comp-accordion .comp-accordion .comp-accordion--header .details .details-wrap .title{display:block;font-size:2.2rem;font-weight:500}@media only screen and (min-width:48em){comp-accordion .comp-accordion .comp-accordion--header .details .details-wrap .title{font-size:2.8rem}}comp-accordion .comp-accordion .comp-accordion--header .details .details-wrap .sub-title{display:block;font-size:1.5rem;font-weight:600;margin-top:2px}comp-accordion .comp-accordion .comp-accordion--header .toggle{flex-shrink:0;width:100px}comp-accordion .comp-accordion .comp-accordion--header .toggle .icon-chevron-down{color:#003745;height:8px;transition:transform .2s ease-in-out;width:14px}comp-accordion .comp-accordion .comp-accordion--header .toggle .icon-chevron-down.is-open{transform:rotate(180deg)}comp-accordion .comp-accordion .comp-accordion--header .toggle .icon-chevron-right{color:#003745;height:14px;width:14px}comp-accordion .comp-accordion .comp-accordion--content{overflow:hidden;padding:16px 24px 20px}comp-accordion .comp-accordion .comp-accordion--content.is-collapsed{padding-bottom:0;padding-top:0}comp-accordion .comp-accordion .comp-accordion--content.is-collapsed:not(.has-animation){max-height:0}comp-accordion .comp-accordion .comp-accordion--content.content-has-gutter{padding:16px 12px 20px}comp-accordion .comp-accordion .comp-accordion--content.has-animation{transition:padding .3s ease-in-out}.comp-ai-summary{background:linear-gradient(121.84deg,#fef3ed,#f4f8f9 51.44%,#ebf4fe);border:1px solid #d9d9d9;border-radius:8px;display:flex;flex-direction:column;min-width:250px;padding:16px;width:100%}.comp-ai-summary .ai-summary-header .ai-summary-icon{color:#f7661f;height:24px;margin-right:8px;width:24px}.comp-ai-summary .ai-summary-header .generating,.comp-ai-summary .ai-summary-header .sponsor{color:#b3b3b3;font-size:1.4rem;font-weight:400;line-height:20px}.comp-ai-summary .ai-summary-content .loading-content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.comp-ai-summary .ai-summary-content .loading-content .loading-bar{animation:keyframe-ghost-fadein 1.5s infinite;background-color:#ecedef;border-radius:4px;height:10px;user-select:none;width:100%}comp-carousel{display:block;height:100%}comp-carousel .comp-carousel{flex-grow:1;height:100%;position:relative}comp-carousel .comp-carousel .carousel-content{align-items:center;align-self:center;display:flex;flex-grow:1;height:100%;justify-content:center;max-width:100%;overflow:hidden;white-space:nowrap;width:100%}comp-carousel .comp-carousel .carousel-content .track{height:100%;max-width:100%;width:100%}comp-carousel .comp-carousel .carousel-content .track .carousel-item.carousel-item-horizontal{display:inline-block;width:100%}comp-carousel .comp-carousel .carousel-content .track .carousel-item.carousel-item-vertical{display:block;width:100%}comp-carousel .comp-carousel .carousel-content .track .carousel-item .carousel-index{height:100%;word-wrap:break-word;white-space:normal;word-break:break-word}comp-carousel .comp-carousel .carousel-controls{bottom:24px;height:28px;position:absolute;width:100%}comp-carousel .comp-carousel .carousel-controls .control-left,comp-carousel .comp-carousel .carousel-controls .control-right{font-size:1.8rem;font-weight:700;line-height:28px;position:absolute}comp-carousel .comp-carousel .carousel-controls .control-left:hover:not(.hidden),comp-carousel .comp-carousel .carousel-controls .control-right:hover:not(.hidden){background-color:#ffffff4d;cursor:pointer;opacity:1}comp-carousel .comp-carousel .carousel-controls .control-left.disabled,comp-carousel .comp-carousel .carousel-controls .control-right.disabled{color:#fff3;cursor:not-allowed}comp-carousel .comp-carousel .carousel-controls .control-left:hover{border-radius:0 3px 3px 0}comp-carousel .comp-carousel .carousel-controls .control-right:hover{border-radius:3px 0 0 3px}comp-carousel .comp-carousel .carousel-controls .control-left{color:#b3b3b3;left:24px}comp-carousel .comp-carousel .carousel-controls .control-right{color:#006ff8;right:24px}comp-carousel .comp-carousel .carousel-controls .control-left,comp-carousel .comp-carousel .carousel-controls .control-right{opacity:0;transition:all .2s linear}comp-carousel .comp-carousel .carousel-controls .control-left.visible,comp-carousel .comp-carousel .carousel-controls .control-right.visible{opacity:1}comp-carousel .comp-carousel .carousel-pagination{bottom:24px;display:flex;height:28px;left:0;margin-left:50%;position:absolute;transform:translateX(-50%);z-index:1}comp-carousel .comp-carousel .carousel-pagination .pagination-container{align-items:center;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:100%}comp-carousel .comp-carousel .carousel-pagination .pagination-container .pagination-item{background-color:#d9d9d9;border-radius:50px;box-shadow:0 0 1px #00000040;cursor:pointer;height:12px;margin:8px;width:12px}comp-carousel .comp-carousel .carousel-pagination .pagination-container .pagination-item.is-active{background-color:#f7661f;height:16px;width:16px}comp-button-dropdown{display:block}comp-button-dropdown .button-dropdown{position:relative}comp-button-dropdown .button-dropdown .comp-button-dropdown--action{align-items:center;background-color:#fff;border:1px solid #006ff8;border-radius:6px;display:flex;height:32px;-webkit-touch-callout:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(hover:hover){comp-button-dropdown .button-dropdown .comp-button-dropdown--action:hover{border-color:#0064df}comp-button-dropdown .button-dropdown .comp-button-dropdown--action:hover .icon-chevron,comp-button-dropdown .button-dropdown .comp-button-dropdown--action:hover .text{color:#0064df}}comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-disabled{cursor:not-allowed;opacity:.7}@media(hover:hover){comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-disabled:hover{border-color:#006ff8}comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-disabled:hover .icon-chevron,comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-disabled:hover .text{color:#006ff8}}comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-disabled .dropdown-toggle{display:none}comp-button-dropdown .button-dropdown .comp-button-dropdown--action.is-dropdown-open .dropdown-toggle .icon-chevron{transform:rotate(180deg)}comp-button-dropdown .button-dropdown .comp-button-dropdown--action .text{color:#006ff8;display:inline-block;flex-grow:1;font-size:1.4rem;font-weight:700;line-height:40px;overflow:hidden;padding:0 5px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media only screen and (min-width:400px){comp-button-dropdown .button-dropdown .comp-button-dropdown--action .text{padding:0 10px}}@media only screen and (min-width:30em){comp-button-dropdown .button-dropdown .comp-button-dropdown--action .text{padding:0 20px}}comp-button-dropdown .button-dropdown .comp-button-dropdown--action .dropdown-toggle{align-items:center;border-left:1px solid #2c8aff;display:flex;height:32px;justify-content:center;padding:0 11px}comp-button-dropdown .button-dropdown .comp-button-dropdown--action .dropdown-toggle .icon-chevron{color:#006ff8;height:12px;transition:transform .2s ease;width:12px}comp-button-dropdown .button-dropdown .comp-button-dropdown--dropdown{animation:keyframe-slide-top .2s ease,keyframe-fadein .2s ease;background-color:#fff;border:1px solid #0000;border-radius:5px;display:none;min-width:80px;padding:5px 0;position:absolute;right:0;z-index:10}comp-button-dropdown .button-dropdown .comp-button-dropdown--dropdown.align-top{bottom:calc(100% + 8px)}comp-button-dropdown .button-dropdown .comp-button-dropdown--dropdown.align-bottom{top:calc(100% + 8px)}comp-button-dropdown .button-dropdown .comp-button-dropdown--dropdown.is-open{display:block}comp-button-dropdown .button-dropdown .comp-button-dropdown--dropdown .comp-button-dropdown--item{cursor:pointer;display:block;font-weight:700;height:40px;line-height:40px;padding:0 16px;text-decoration:none;white-space:nowrap}comp-button-dropdown .button-dropdown.theme-primary .comp-button-dropdown--toggler .dropdown-toggle{border-color:#006ff8}comp-button-dropdown .button-dropdown.theme-primary .comp-button-dropdown--dropdown{border-color:#006ff814;box-shadow:0 4px 16px 0 #006ff81a}comp-button-dropdown .button-dropdown.theme-primary .comp-button-dropdown--dropdown .comp-button-dropdown--item{color:#006ff8}@media(hover:hover){comp-button-dropdown .button-dropdown.theme-primary .comp-button-dropdown--dropdown .comp-button-dropdown--item:hover{background-color:#006ff81a}}comp-button-dropdown .button-dropdown.theme-sustainability .comp-button-dropdown--toggler .dropdown-toggle{border-color:#008561}comp-button-dropdown .button-dropdown.theme-sustainability .comp-button-dropdown--dropdown{border-color:#00856114;box-shadow:0 4px 16px 0 #0085611a}comp-button-dropdown .button-dropdown.theme-sustainability .comp-button-dropdown--dropdown .comp-button-dropdown--item{color:#006ff8}@media(hover:hover){comp-button-dropdown .button-dropdown.theme-sustainability .comp-button-dropdown--dropdown .comp-button-dropdown--item:hover{background-color:#0085611a}}comp-button{display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}comp-button button{background:none;border:0;flex-basis:100%;outline:none;padding:0;width:100%}comp-button button .comp-button{border-radius:6px;display:flex;justify-content:center;overflow:hidden;padding:0 16px;position:relative;transition:background-color .2s ease,transform .1s ease;width:inherit}comp-button button .comp-button.size-small{height:32px}comp-button button .comp-button.size-small .comp-button--value .comp-button--value-text{font-size:1.2rem}comp-button button .comp-button.size-medium{height:40px}comp-button button .comp-button.size-medium .comp-button--value .comp-button--value-text{font-size:1.4rem}comp-button button .comp-button.size-large{height:48px;padding:0 32px}comp-button button .comp-button.size-large .comp-button--value .comp-button--value-text{font-size:1.6rem}comp-button button .comp-button .comp-button-loading-container{align-self:center;position:absolute}comp-button button .comp-button .comp-button-value{align-self:center;font-size:1.4rem;font-weight:700;letter-spacing:0;text-transform:uppercase}comp-button button .comp-button .comp-button--value{align-items:center;display:flex;gap:10px}comp-button button .comp-button .comp-button--value .comp-button--value-text{font-weight:700;letter-spacing:0;padding-top:1px;text-transform:uppercase}comp-button button .comp-button .comp-button--value .comp-button--value-icon{height:20px;width:20px}comp-button button .comp-button .comp-button--value .comp-button--value-icon.icon-position-left{order:-1}comp-button button:not(.disabled):not(.loading):active .comp-button{transform:scale(.9)}comp-button button.disabled .comp-button{cursor:not-allowed}comp-button button.loading .comp-button{cursor:wait}comp-button button.loading .comp-button .comp-button--value,comp-button button.loading .comp-button .comp-button-value{opacity:0}comp-button button.theme-primary.type-primary .comp-button{background-color:#006ff8}comp-button button.theme-primary.type-primary .comp-button .comp-button-loading-container .comp-button--loader{color:#fff}comp-button button.theme-primary.type-primary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-primary.type-primary .comp-button .comp-button-value{color:#fff;-webkit-text-fill-color:#fff}comp-button button.theme-primary.type-primary .comp-button .comp-button--value .comp-button--value-icon{color:#fff}@media(hover:hover){comp-button button.theme-primary.type-primary:not(.disabled):not(.loading):hover .comp-button{background-color:#0067e5}}comp-button button.theme-primary.type-primary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-primary.type-primary:not(.disabled):not(.loading):focus .comp-button{background-color:#0067e5}comp-button button.theme-primary.type-primary.disabled .comp-button{background-color:#99c5fc}comp-button button.theme-primary.type-secondary .comp-button{background-color:#fff;border:1px solid #006ff8}comp-button button.theme-primary.type-secondary .comp-button .comp-button-loading-container .comp-button--loader{color:#006ff8}comp-button button.theme-primary.type-secondary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-primary.type-secondary .comp-button .comp-button-value{color:#006ff8;-webkit-text-fill-color:#006ff8}comp-button button.theme-primary.type-secondary .comp-button .comp-button--value .comp-button--value-icon{color:#006ff8}@media(hover:hover){comp-button button.theme-primary.type-secondary:not(.disabled):not(.loading):hover .comp-button{background-color:#e6f3ff}}comp-button button.theme-primary.type-secondary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-primary.type-secondary:not(.disabled):not(.loading):focus .comp-button{background-color:#e6f3ff;border-color:#e6f3ff}comp-button button.theme-primary.type-secondary.disabled .comp-button{background-color:#fff;border-color:#afc8fc}comp-button button.theme-primary.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-text{color:#afc8fc;-webkit-text-fill-color:#afc8fc}comp-button button.theme-primary.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#afc8fc}comp-button button.theme-primary.type-ghost .comp-button .comp-button-loading-container .comp-button--loader{color:#006ff8}comp-button button.theme-primary.type-ghost .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-primary.type-ghost .comp-button .comp-button-value{color:#006ff8;-webkit-text-fill-color:#006ff8}comp-button button.theme-primary.type-ghost .comp-button .comp-button--value .comp-button--value-icon{color:#006ff8}@media(hover:hover){comp-button button.theme-primary.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-primary.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-primary.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-text{color:#005ed1;-webkit-text-fill-color:#005ed1}comp-button button.theme-primary.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-icon{color:#005ed1}comp-button button.theme-primary.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-text{color:#909090;-webkit-text-fill-color:#909090}comp-button button.theme-primary.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#909090}comp-button button.theme-success.type-primary .comp-button{background-color:#008561}comp-button button.theme-success.type-primary .comp-button .comp-button-loading-container .comp-button--loader{color:#fff}comp-button button.theme-success.type-primary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-success.type-primary .comp-button .comp-button-value{color:#fff;-webkit-text-fill-color:#fff}comp-button button.theme-success.type-primary .comp-button .comp-button--value .comp-button--value-icon{color:#fff}@media(hover:hover){comp-button button.theme-success.type-primary:not(.disabled):not(.loading):hover .comp-button{background-color:#007e5c}}comp-button button.theme-success.type-primary:not(.disabled):not(.loading):focus .comp-button{background-color:#007959}comp-button button.theme-success.type-primary:not(.disabled):not(.loading):active .comp-button{background-color:#007c5a}comp-button button.theme-success.type-primary.disabled .comp-button{background-color:#4aa88f}comp-button button.theme-success.type-secondary .comp-button{background-color:#fff;border:1px solid #008561}comp-button button.theme-success.type-secondary .comp-button .comp-button-loading-container .comp-button--loader{color:#008561}comp-button button.theme-success.type-secondary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-success.type-secondary .comp-button .comp-button-value{color:#008561;-webkit-text-fill-color:#008561}comp-button button.theme-success.type-secondary .comp-button .comp-button--value .comp-button--value-icon{color:#008561}@media(hover:hover){comp-button button.theme-success.type-secondary:not(.disabled):not(.loading):hover .comp-button{background-color:#f0fff5}}comp-button button.theme-success.type-secondary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-success.type-secondary:not(.disabled):not(.loading):focus .comp-button{background-color:#f0fff5;border-color:#f0fff5}comp-button button.theme-success.type-secondary.disabled .comp-button{background-color:#fff;border-color:#4aa88f}comp-button button.theme-success.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-text{color:#4aa88f;-webkit-text-fill-color:#4aa88f}comp-button button.theme-success.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#4aa88f}comp-button button.theme-success.type-ghost .comp-button .comp-button-loading-container .comp-button--loader{color:#008561}comp-button button.theme-success.type-ghost .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-success.type-ghost .comp-button .comp-button-value{color:#008561;-webkit-text-fill-color:#008561}comp-button button.theme-success.type-ghost .comp-button .comp-button--value .comp-button--value-icon{color:#008561}@media(hover:hover){comp-button button.theme-success.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-success.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-success.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-text{color:#008561;-webkit-text-fill-color:#008561}comp-button button.theme-success.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-icon{color:#008561}comp-button button.theme-success.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-text{color:#64b59f;-webkit-text-fill-color:#64b59f}comp-button button.theme-success.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#64b59f}comp-button button.theme-danger.type-primary .comp-button{background-color:#e61e2f}comp-button button.theme-danger.type-primary .comp-button .comp-button-loading-container .comp-button--loader{color:#fff}comp-button button.theme-danger.type-primary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-danger.type-primary .comp-button .comp-button-value{color:#fff;-webkit-text-fill-color:#fff}comp-button button.theme-danger.type-primary .comp-button .comp-button--value .comp-button--value-icon{color:#fff}@media(hover:hover){comp-button button.theme-danger.type-primary:not(.disabled):not(.loading):hover .comp-button{background-color:#d51c2c}}comp-button button.theme-danger.type-primary:not(.disabled):not(.loading):focus .comp-button{background-color:#ce1b2a}comp-button button.theme-danger.type-primary:not(.disabled):not(.loading):active .comp-button{background-color:#e61e2f}comp-button button.theme-danger.type-primary.disabled .comp-button{background-color:#ed5f6b}comp-button button.theme-danger.type-secondary .comp-button{background-color:#fff;border:1px solid #e61e2f}comp-button button.theme-danger.type-secondary .comp-button .comp-button-loading-container .comp-button--loader{color:#e61e2f}comp-button button.theme-danger.type-secondary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-danger.type-secondary .comp-button .comp-button-value{color:#e61e2f;-webkit-text-fill-color:#e61e2f}comp-button button.theme-danger.type-secondary .comp-button .comp-button--value .comp-button--value-icon{color:#e61e2f}@media(hover:hover){comp-button button.theme-danger.type-secondary:not(.disabled):not(.loading):hover .comp-button{background-color:#f8e3e5}}comp-button button.theme-danger.type-secondary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-danger.type-secondary:not(.disabled):not(.loading):focus .comp-button{background-color:#f8e3e5;border-color:#f8e3e5}comp-button button.theme-danger.type-secondary.disabled .comp-button{background-color:#fff;border-color:#ed5f6b}comp-button button.theme-danger.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-text{color:#ed5f6b;-webkit-text-fill-color:#ed5f6b}comp-button button.theme-danger.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#ed5f6b}comp-button button.theme-danger.type-ghost .comp-button .comp-button-loading-container .comp-button--loader{color:#e61e2f}comp-button button.theme-danger.type-ghost .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-danger.type-ghost .comp-button .comp-button-value{color:#e61e2f;-webkit-text-fill-color:#e61e2f}comp-button button.theme-danger.type-ghost .comp-button .comp-button--value .comp-button--value-icon{color:#e61e2f}@media(hover:hover){comp-button button.theme-danger.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-danger.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-danger.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-text{color:#e61e2f;-webkit-text-fill-color:#e61e2f}comp-button button.theme-danger.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-icon{color:#e61e2f}comp-button button.theme-danger.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-text{color:#f07680;-webkit-text-fill-color:#f07680}comp-button button.theme-danger.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#f07680}comp-button button.theme-sustainability.type-primary .comp-button{background-color:#1a8574}comp-button button.theme-sustainability.type-primary .comp-button .comp-button-loading-container .comp-button--loader{color:#fff}comp-button button.theme-sustainability.type-primary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-sustainability.type-primary .comp-button .comp-button-value{color:#fff;-webkit-text-fill-color:#fff}comp-button button.theme-sustainability.type-primary .comp-button .comp-button--value .comp-button--value-icon{color:#fff}@media(hover:hover){comp-button button.theme-sustainability.type-primary:not(.disabled):not(.loading):hover .comp-button{background-color:#187c6c}}comp-button button.theme-sustainability.type-primary:not(.disabled):not(.loading):focus .comp-button{background-color:#187969}comp-button button.theme-sustainability.type-primary:not(.disabled):not(.loading):active .comp-button{background-color:#187b6c}comp-button button.theme-sustainability.type-primary.disabled .comp-button{background-color:#5da89c}comp-button button.theme-sustainability.type-secondary .comp-button{background-color:#fff;border:1px solid #1a8574}comp-button button.theme-sustainability.type-secondary .comp-button .comp-button-loading-container .comp-button--loader{color:#1a8574}comp-button button.theme-sustainability.type-secondary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-sustainability.type-secondary .comp-button .comp-button-value{color:#1a8574;-webkit-text-fill-color:#1a8574}comp-button button.theme-sustainability.type-secondary .comp-button .comp-button--value .comp-button--value-icon{color:#1a8574}@media(hover:hover){comp-button button.theme-sustainability.type-secondary:not(.disabled):not(.loading):hover .comp-button{background-color:#e9f3f2}}comp-button button.theme-sustainability.type-secondary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-sustainability.type-secondary:not(.disabled):not(.loading):focus .comp-button{background-color:#e9f3f2;border-color:#e9f3f2}comp-button button.theme-sustainability.type-secondary.disabled .comp-button{background-color:#fff;border-color:#5da89c}comp-button button.theme-sustainability.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-text{color:#5da89c;-webkit-text-fill-color:#5da89c}comp-button button.theme-sustainability.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#5da89c}comp-button button.theme-sustainability.type-ghost .comp-button .comp-button-loading-container .comp-button--loader{color:#1a8574}comp-button button.theme-sustainability.type-ghost .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-sustainability.type-ghost .comp-button .comp-button-value{color:#1a8574;-webkit-text-fill-color:#1a8574}comp-button button.theme-sustainability.type-ghost .comp-button .comp-button--value .comp-button--value-icon{color:#1a8574}@media(hover:hover){comp-button button.theme-sustainability.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-sustainability.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-sustainability.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-text{color:#187b6c;-webkit-text-fill-color:#187b6c}comp-button button.theme-sustainability.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-icon{color:#187b6c}comp-button button.theme-sustainability.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-text{color:#72b4aa;-webkit-text-fill-color:#72b4aa}comp-button button.theme-sustainability.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#72b4aa}comp-button button.theme-accent.type-primary .comp-button{background-color:#f7661f}comp-button button.theme-accent.type-primary .comp-button .comp-button-loading-container .comp-button--loader{color:#fff}comp-button button.theme-accent.type-primary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-accent.type-primary .comp-button .comp-button-value{color:#fff;-webkit-text-fill-color:#fff}comp-button button.theme-accent.type-primary .comp-button .comp-button--value .comp-button--value-icon{color:#fff}@media(hover:hover){comp-button button.theme-accent.type-primary:not(.disabled):not(.loading):hover .comp-button{background-color:#f45609}}comp-button button.theme-accent.type-primary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-accent.type-primary:not(.disabled):not(.loading):focus .comp-button{background-color:#f45609}comp-button button.theme-accent.type-primary.disabled .comp-button{background-color:#fa9869}comp-button button.theme-accent.type-secondary .comp-button{background-color:#fff;border:1px solid #f7661f}comp-button button.theme-accent.type-secondary .comp-button .comp-button-loading-container .comp-button--loader{color:#f7661f}comp-button button.theme-accent.type-secondary .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-accent.type-secondary .comp-button .comp-button-value{color:#f7661f;-webkit-text-fill-color:#f7661f}comp-button button.theme-accent.type-secondary .comp-button .comp-button--value .comp-button--value-icon{color:#f7661f}@media(hover:hover){comp-button button.theme-accent.type-secondary:not(.disabled):not(.loading):hover .comp-button{background-color:#feede4}}comp-button button.theme-accent.type-secondary:not(.disabled):not(.loading):active .comp-button,comp-button button.theme-accent.type-secondary:not(.disabled):not(.loading):focus .comp-button{background-color:#feede4;border-color:#feede4}comp-button button.theme-accent.type-secondary.disabled .comp-button{background-color:#fff;border-color:#fa9869}comp-button button.theme-accent.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-text{color:#fa9869;-webkit-text-fill-color:#fa9869}comp-button button.theme-accent.type-secondary.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#fa9869}comp-button button.theme-accent.type-ghost .comp-button .comp-button-loading-container .comp-button--loader{color:#f7661f}comp-button button.theme-accent.type-ghost .comp-button .comp-button--value .comp-button--value-text,comp-button button.theme-accent.type-ghost .comp-button .comp-button-value{color:#f7661f;-webkit-text-fill-color:#f7661f}comp-button button.theme-accent.type-ghost .comp-button .comp-button--value .comp-button--value-icon{color:#f7661f}@media(hover:hover){comp-button button.theme-accent.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-accent.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-accent.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-text{color:#f45609;-webkit-text-fill-color:#f45609}comp-button button.theme-accent.type-ghost:not(.disabled):not(.loading):active .comp-button .comp-button--value .comp-button--value-icon{color:#f45609}comp-button button.theme-accent.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-text{color:#fba981;-webkit-text-fill-color:#fba981}comp-button button.theme-accent.type-ghost.disabled .comp-button .comp-button--value .comp-button--value-icon{color:#fba981}comp-button button.theme-social.type-secondary .comp-button{border:1px solid}@media(hover:hover){comp-button button.theme-social.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-social.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}comp-button button.theme-safety.type-secondary .comp-button{border:1px solid}@media(hover:hover){comp-button button.theme-safety.type-ghost:not(.disabled):not(.loading):hover .comp-button{filter:drop-shadow(0 0 10px rgba(0,55,69,.2))}}comp-button button.theme-safety.type-ghost:not(.disabled):not(.loading):focus .comp-button{filter:drop-shadow(0 0 10px rgba(0,111,248,.2))}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){comp-button{display:block}}.comp-adorner{left:0;position:fixed;top:0;z-index:110}.comp-adorner .adorner-dynamic-view{display:block;position:absolute}comp-banner-crew-welfare{display:block}comp-banner-crew-welfare .comp-banner-crew-welfare{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}comp-banner-crew-welfare .comp-banner-crew-welfare:not(:last-child){margin-right:20px}comp-banner-crew-welfare .comp-banner-crew-welfare .icon{color:#37778e;height:38px;width:38px}comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details{padding-left:8px}comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details .label{color:#37778e;display:block;font-size:1.5rem;font-weight:600;text-transform:uppercase}comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details .label.is-expiring{color:#ca4f00}comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details .state{display:inline-block;font-size:1.3rem}comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details .check-status,comp-banner-crew-welfare .comp-banner-crew-welfare .crew-welfare-details a{color:#006ff8;cursor:pointer;font-size:1.3rem;text-decoration:underline}comp-banner-inspection{display:flex}comp-banner-inspection .comp-banner-inspection{position:relative}comp-banner-inspection .comp-banner-inspection.not-valid .rightship-inspection .details .label,comp-banner-inspection .comp-banner-inspection.not-valid .rightship-inspection .icon-badge{color:#003745}comp-banner-inspection .comp-banner-inspection.warning .rightship-inspection .details .label,comp-banner-inspection .comp-banner-inspection.warning .rightship-inspection .icon-badge{color:#ca4f00}comp-banner-inspection .comp-banner-inspection.expired .rightship-inspection .details .label,comp-banner-inspection .comp-banner-inspection.expired .rightship-inspection .icon-badge{color:#e61e2f}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number{align-items:center;background-color:#006ff8;border-radius:50%;color:#fff;display:flex;font-weight:600;height:24px;justify-content:center;margin-right:8px;width:24px}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-five{background-color:#00763b;color:#fff}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-four{background-color:#62ba46;color:#003745}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-three{background-color:#aed36b;color:#003745}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-two{background-color:#ffdd15;color:#003745}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-one{background-color:#d71920;color:#fff}comp-banner-inspection .comp-banner-inspection .inspection-badge .inspection-number.class-u{background-color:#d9d9d9;color:#666}comp-banner-inspection .comp-banner-inspection .rightship-inspection:hover .details .banner-tooltip{display:block}comp-banner-inspection .comp-banner-inspection .rightship-inspection .icon-badge{align-self:center;color:#008561;height:24px;width:24px}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details{padding-left:8px}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .label{color:#008561;font-size:1.4rem;font-weight:600;text-transform:uppercase}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .validity{font-size:1.3rem}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .validity .link{color:#006ff8;cursor:pointer;font-size:1.3rem;text-decoration:underline}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip{bottom:calc(100% + 4px);display:none;left:50%;max-width:360px;position:absolute;transform:translateX(-50%);width:360px;z-index:30}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip:hover{display:block}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip.is-wider{bottom:100%;max-width:360px;width:400px}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip .wrap-tooltip{background:#fff;border-radius:5px;box-shadow:0 0 30px 0 #0003;padding:8px 12px}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip .wrap-tooltip:before{border:8px solid #0000;border-top-color:#fff;bottom:-15px;content:"";cursor:pointer;display:block;height:0;left:50%;position:absolute;width:0}comp-banner-inspection .comp-banner-inspection .rightship-inspection .details .banner-tooltip .wrap-tooltip .desc{font-size:1.2rem}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium{cursor:pointer}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium .icon-badge{align-self:center;height:24px;width:24px}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium .details{padding-left:8px}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium .details .label{font-size:1.4rem;font-weight:600;text-transform:uppercase}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium .details .validity{font-size:1.2rem}comp-banner-inspection .comp-banner-inspection .rightship-inspection--freemium .icon-lock{align-self:center;color:#f7661f;height:16px;margin-left:8px;width:16px}comp-attach-button{display:block}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment{display:flex;flex-wrap:wrap}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details{align-items:center;background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;display:flex;flex-basis:100%;margin-bottom:12px;max-width:100%;min-height:40px;min-width:240px}@media only screen and (min-width:48em){comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details{flex-basis:50%;margin-bottom:0;max-width:50%}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details.full-width{flex-basis:100%;max-width:100%}}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details .icon-doc{color:#003745;flex-shrink:0;height:18px;margin:0 8px;width:18px}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details .file-name{display:inline-block;max-width:150px;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details .icon-cross{color:#003745;height:14px;margin:0 12px 0 auto;transition:color .15s ease;width:14px}@media(hover:hover){comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details .icon-cross{cursor:pointer}comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .comp-attach-button--attachment-details .icon-cross:hover{color:#e61e2f}}@media only screen and (min-width:48em){comp-attach-button .comp-attach-button .comp-attach-button--attachments .comp-attach-button--attachment .lookup-control--type{margin-left:12px}}comp-attach-button .comp-attach-button .add-attachment{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;min-height:40px;min-width:240px;padding:0 12px;text-align:center}comp-attach-button .comp-attach-button .add-attachment.dragging-over-button{background-color:#f2f2f2;border-style:solid}comp-attach-button .comp-attach-button .add-attachment.loading{-webkit-touch-callout:none;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(hover:hover){comp-attach-button .comp-attach-button .add-attachment:not(.loading):hover{background-color:#f2f2f2}}comp-attach-button .comp-attach-button .add-attachment .doc-add{color:#b3b3b3;height:58px;width:58px}comp-attach-button .comp-attach-button .add-attachment .drop-file-text{color:#333}comp-attach-button .comp-attach-button .add-attachment .icon-upload{color:#006ff8;height:24px;margin:0 10px 0 12px;width:24px}comp-attach-button .comp-attach-button .add-attachment .upload-link{color:#006ff8;font-size:1.4rem;font-weight:700}
/*# sourceMappingURL=core-bbcfa7af43e1f88bddef.css.map*/