.gb-droplist{display:flex;flex-direction:column;gap:6px}.gb-droplist__label{font-size:14px;font-weight:300;letter-spacing:-.42px;color:var(--color-dark-grey)}.gb-droplist__select{box-sizing:border-box;width:100%;height:40px;padding:10px 40px 10px 14px;border:1px solid var(--color-gray-4);border-radius:8px;background-color:var(--color-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%231d1c1c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--font-sans);font-size:15px;font-weight:100;line-height:19px;color:var(--color-dark-grey);cursor:pointer}.gb-droplist__select:hover{border-color:var(--color-dark-grey)}.gb-droplist__select:focus-visible{outline:2px solid var(--color-navy-blue);outline-offset:1px}.gb-snav__group{position:relative}.gb-snav__trigger{display:inline-flex;align-items:center;gap:.25rem;padding:9px 0;font-family:var(--font-sans);font-size:16px;font-weight:300;letter-spacing:-.64px;color:var(--color-black);background:none;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;text-decoration:none;transition:color .15s ease}.gb-snav__group:focus-within .gb-snav__trigger,.gb-snav__group:hover .gb-snav__trigger{color:var(--color-navy-blue);font-weight:400}.gb-snav__panel{display:none;top:100%;left:0;border-radius:12px;padding:12px;box-shadow:0 4px 25px rgba(0,0,0,.1);z-index:200;gap:32px;align-items:flex-start}.gb-snav__panel,.gb-snav__panel:before{position:absolute;background-color:var(--color-white)}.gb-snav__panel:before{content:"";top:-6px;left:27px;width:14px;height:14px;border-radius:2px 0 0 0;transform:rotate(45deg);box-shadow:-3px -3px 8px rgba(0,0,0,.04)}.gb-snav__group:focus-within .gb-snav__panel,.gb-snav__group:hover .gb-snav__panel{display:flex}.gb-snav__links{display:flex;flex-direction:column}.gb-snav__panel--wide .gb-snav__links{display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,203px);grid-column-gap:32px;column-gap:32px}.gb-snav__item{display:block;padding:12px;min-width:132px;font-size:.9375rem;font-weight:300;line-height:1.2667;letter-spacing:-.45px;color:var(--color-dark-grey);text-decoration:none;border-radius:8px;transition:background-color .15s ease;white-space:nowrap}.gb-snav__item--active,.gb-snav__item:hover{background-color:#f7f7fc}.gb-snav__item--active{color:var(--color-navy-blue);font-weight:400}.gb-snav__art{display:block;width:200px;height:158px;border-radius:8px;flex-shrink:0}.gb-usermenu{position:relative}.gb-usermenu__btn{gap:10px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.gb-usermenu__btn,.gb-usermenu__icon{display:inline-flex;align-items:center}.gb-usermenu__icon{justify-content:center;width:32px;height:32px}.gb-usermenu__email{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:300;letter-spacing:-.64px;color:var(--color-black);transition:color .15s ease}.gb-usermenu__btn:hover .gb-usermenu__email,.gb-usermenu__btn[aria-expanded=true] .gb-usermenu__email{color:var(--color-navy-blue)}.gb-usermenu__chevron{display:block;transition:transform .15s ease}.gb-usermenu__btn[aria-expanded=true] .gb-usermenu__chevron{transform:rotate(180deg)}.gb-usermenu__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--color-white);border:1px solid var(--color-gray-5);border-radius:8px;padding:8px;box-shadow:0 4px 16px rgba(0,0,0,.1);z-index:200}.gb-usermenu__info{padding:8px 12px 12px;border-bottom:1px solid var(--color-gray-5);margin-bottom:8px}.gb-usermenu__email-full{margin:0;font-size:13px;font-weight:300;color:var(--color-gray)}.gb-usermenu__item{display:block;width:100%;padding:8px 12px;font-size:14px;font-weight:300;color:var(--color-dark-grey);text-decoration:none;background:none;border:none;border-radius:6px;cursor:pointer;font-family:inherit;text-align:left;transition:background-color .15s}.gb-usermenu__item:hover{background-color:var(--color-additional-background)}.gb-usermenu__item--signout{color:var(--color-red)}.gb-usermenu__dropdown--nav{min-width:227px;padding:12px;border-radius:12px;box-shadow:0 4px 12.5px rgba(0,0,0,.1)}.gb-usermenu__dropdown--nav .gb-usermenu__item{position:relative;isolation:isolate;padding:12px 12px 12px 20px;font-size:15px;line-height:19px;letter-spacing:-.45px;color:var(--color-dark-grey)}.gb-usermenu__dropdown--nav .gb-usermenu__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:100px;background:linear-gradient(180deg,var(--color-grad-blue-start),var(--color-grad-blue-end));opacity:0;transition:opacity .15s ease}.gb-usermenu__dropdown--nav .gb-usermenu__item:after{content:"";position:absolute;left:8px;right:0;top:0;bottom:0;z-index:-1;border-radius:8px;background:var(--color-additional-background);opacity:0;transition:opacity .15s ease}.gb-usermenu__dropdown--nav .gb-usermenu__item:hover{color:var(--color-black);background-color:transparent}.gb-usermenu__dropdown--nav .gb-usermenu__item:hover:after,.gb-usermenu__dropdown--nav .gb-usermenu__item:hover:before{opacity:1}.gb-usermenu__divider{height:1px;margin:4px 0;background:var(--color-gray-5);border-radius:100px}.gb-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:var(--color-white);font-family:var(--font-sans)}.gb-header,.gb-header *,.gb-header :after,.gb-header :before{box-sizing:border-box}.gb-header__alert{background-color:#ffcc00;color:#1d1c1c;text-align:center;height:42px;display:flex;align-items:center;justify-content:center;padding:0 1rem;font-size:13px;font-weight:250;line-height:18px}.gb-header__inner{position:relative;display:flex;align-items:center;max-width:1280px;width:100%;margin:0 auto;padding:0 40px;height:84px}.gb-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;width:156px;height:26px;background:url(/img/brand/logo-black.svg) 50%/contain no-repeat;text-decoration:none;flex-shrink:0}@media (max-width:1280px){.gb-header__logo{width:120px;height:20px}}.gb-header__nav-left,.gb-header__nav-right{display:flex;align-items:center;gap:24px}.gb-header__nav-right{margin-left:auto}.gb-header__nav-link{padding:9px 0;font-size:16px;font-weight:300;letter-spacing:-.64px;color:var(--color-black);text-decoration:none;border-radius:6px;transition:color .15s ease}.gb-header__nav-link:hover{color:var(--color-navy-blue)}.gb-header__nav-link--active{color:var(--color-navy-blue);font-weight:600}.gb-header__divider{width:1px;height:22px;flex-shrink:0;border-radius:100px;background:var(--color-gray-5)}.gb-header__signin-btn{display:inline-flex;align-items:center;padding:6px 45px;font-size:var(--text-p1-size);line-height:var(--text-p1-line);font-weight:300;color:var(--color-white);background-color:var(--color-navy-blue);border:1px solid var(--color-navy-blue);border-radius:8px;text-decoration:none;transition:background-color .15s ease}.gb-header__signin-btn:hover{background-color:var(--color-on-hover-deep-blue)}.gb-header__check-pill{display:inline-flex;align-items:center;gap:5px;width:112px;padding:9px 18px;border:none;font-family:inherit;font-size:16px;font-weight:300;line-height:24px;color:var(--color-dark-text);background:#f2f2f7;border-radius:8px;text-decoration:none;cursor:pointer}.gb-header__check-pill-icon{width:20px;height:20px;flex-shrink:0;fill:none;stroke:currentColor}.gb-header__check-mobile{display:none;align-items:center;gap:5px;padding:0;border:none;background:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:250;line-height:18px;color:var(--color-dark-secondary);text-decoration:none}.gb-header__check-mobile-icon{width:20px;height:20px;flex-shrink:0;fill:none;stroke:var(--color-dark-grey)}@media (max-width:1280px){.gb-header__inner{padding:0 20px;height:72px}.gb-header__nav-left,.gb-header__nav-right{gap:16px}.gb-header__check-pill{width:80px;padding:6px 8px;font-size:var(--text-p2-size);line-height:var(--text-p2-line)}.gb-header__signin-btn{padding:6px 20px}}.gb-header__secure-label{margin-left:auto;display:flex;align-items:center;gap:.375rem;font-size:var(--text-p3-size);color:var(--color-gray-3)}.gb-header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto;color:var(--color-dark-text)}.gb-header__hamburger{font-size:1.25rem;line-height:1}.gb-header__mobile-menu{display:none;flex-direction:column;border-top:1px solid var(--color-gray-5);padding:8px 15px 24px;background-color:var(--color-white)}.gb-header__mobile-item{display:block;width:100%;text-align:left;padding:13px 0;font-size:.9375rem;font-weight:400;line-height:1.27;color:var(--color-dark-grey);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit}.gb-header__mobile-item--account{color:var(--color-navy-blue)}.gb-header__mobile-item--signout{color:var(--color-red)}.gb-header__mobile-sub{padding-bottom:12px}.gb-header__mobile-sub,.gb-header__mobile-sublist{display:flex;flex-direction:column}.gb-header__mobile-sublist--cols{display:grid;grid-auto-flow:column;grid-template-rows:repeat(5,auto);grid-auto-columns:1fr;grid-column-gap:9px;column-gap:9px}.gb-header__mobile-sublink{display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:8px;font-size:.875rem;font-weight:200;color:var(--color-dark-grey);text-decoration:none}.gb-header__mobile-sublink--active,.gb-header__mobile-sublink:active{background-color:#f7f7fc}.gb-header__mobile-art{display:block;width:100%;height:auto;border-radius:8px;margin-top:12px}.gb-header__mobile-divider{height:1px;background:var(--color-gray-5);border-radius:100px;margin:8px 0}.gb-header__mobile-signin{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:24px;border-radius:8px;background-color:var(--color-navy-blue);color:var(--color-white);font-size:1rem;font-weight:300;text-decoration:none}@media (max-width:767px){.gb-header__inner{height:57px;padding:0 15px}.gb-header__nav-left,.gb-header__nav-right{display:none}.gb-header__check-mobile{display:inline-flex}.gb-header--mobile-open .gb-header__mobile-menu,.gb-header__mobile-toggle{display:flex}}@media (min-width:1600px){.gb-header__inner{max-width:1600px;padding:0 20px}}.gb-header--scrolled:after{content:"";position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:1200px;max-width:100%;height:1px;border-radius:100px;background:var(--color-gray-5)}.gb-footer{position:relative;background-color:var(--color-white);gap:32px;padding-top:160px}.gb-footer,.gb-footer__top{display:flex;flex-direction:column}.gb-footer__top{background-color:var(--color-deep-blue);height:140px;align-items:center;justify-content:center;gap:24px}.gb-footer__logo{display:inline-flex;line-height:0}.gb-footer__logo-img{height:26px;width:auto;display:block}.gb-footer__socials{display:flex;gap:32px}.gb-footer__social{display:inline-flex;width:26px;height:26px;line-height:0;transition:opacity .15s}.gb-footer__social:hover{opacity:.7}.gb-footer__links{display:flex;justify-content:center;align-items:stretch;gap:8px}.gb-footer__links-col{display:flex;flex-direction:column;gap:14px;align-items:center;min-width:317px}.gb-footer__links-divider{width:1px;align-self:stretch;background:var(--color-gray-5)}.gb-footer__link{font-size:15px;font-weight:300;line-height:19px;letter-spacing:-.03em;color:#1d1c1c;text-decoration:none;transition:color .15s}.gb-footer__link:hover{color:var(--color-navy-blue)}.gb-footer__copy{text-align:center;font-size:14px;font-weight:200;line-height:18px;color:#8e8e93;margin:0}.gb-footer__bottom{width:1320px;max-width:calc(100% - 80px);margin:0 auto 32px;justify-content:space-between}.gb-footer__bottom,.gb-footer__bottom-left,.gb-footer__bottom-right{display:flex;align-items:center;gap:24px}.gb-footer__bottom-divider{width:1px;height:22px;background:var(--color-gray-5)}.gb-footer__copyright{font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c;white-space:nowrap}.gb-footer__rating{display:inline-flex;align-items:center;gap:6px}.gb-footer__rating img{height:22px;width:auto;display:block}.gb-footer__legal{display:flex;gap:28px}.gb-footer__legal-link{font-size:14px;font-weight:100;line-height:18px;color:#1d1c1c;text-decoration:none;white-space:nowrap;transition:color .15s}.gb-footer__legal-link:hover{color:var(--color-navy-blue)}.gb-footer__lang{display:inline-flex;align-items:center;gap:11px;padding:0;border:none;background:none;cursor:pointer;color:#1d1c1c}.gb-footer__lang-flag{width:22px;height:14px;display:block;border-radius:2px}.gb-footer__lang-label{font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c}.gb-footer__totop{position:absolute;top:0;right:60px;width:48px;height:48px;display:inline-flex;line-height:0}.gb-footer__totop img{display:block}@media (max-width:767px){.gb-footer{gap:24px;padding-top:72px}.gb-footer__top{height:110px;gap:16px}.gb-footer__logo-img{height:20px}.gb-footer__links-col{flex:1 1;min-width:0;gap:16px}.gb-footer__link{font-size:14px;line-height:18px}.gb-footer__copy{max-width:305px;margin:0 auto;font-size:13px;font-weight:250;line-height:16px}.gb-footer__bottom{box-sizing:border-box;width:auto;max-width:none;margin:0;padding:24px 15px 12px;flex-wrap:wrap;gap:16px}.gb-footer__bottom-left,.gb-footer__bottom-right{display:contents}.gb-footer__bottom-divider{display:none}.gb-footer__legal{order:1;width:100%;flex-wrap:wrap;gap:8px;justify-content:space-between}.gb-footer__legal-link{font-weight:250}.gb-footer__copyright{order:2;font-weight:250;line-height:18px;letter-spacing:-.03em}.gb-footer__lang{order:3}.gb-footer__lang-label{font-weight:250;line-height:18px;letter-spacing:-.03em}.gb-footer__rating{order:4;display:flex;width:100%;justify-content:center}.gb-footer__rating img{height:20px}.gb-footer__totop{top:312px;right:15px}}.gb-cookies{position:fixed;right:48px;bottom:37px;z-index:300;box-sizing:border-box;width:429px;max-width:calc(100vw - 32px);background-color:var(--color-white);border-radius:10px;padding:16px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 25px rgba(0,0,0,.1)}.gb-cookies__title{display:flex;align-items:center;justify-content:space-between}.gb-cookies__heading{font-size:20px;font-weight:500;line-height:25px;color:#1d1c1c}.gb-cookies__close{border:none;background:none;cursor:pointer;padding:0;display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center}.gb-cookies__text{font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c;margin:0}.gb-cookies__actions{display:flex;align-items:center;gap:24px}.gb-cookies__link{font-size:14px;font-weight:400;line-height:19px;color:#1d1c1c;text-decoration:none;white-space:nowrap}.gb-cookies__link:hover{text-decoration:underline}.gb-cookies__accept{flex:1 1;height:42px;border:none;border-radius:8px;background-color:var(--color-navy-blue);color:var(--color-white);font-size:16px;font-weight:300;line-height:20px;cursor:pointer;transition:background-color .15s ease}.gb-cookies__accept:hover{background-color:#2b4fd8}.gb-lang-modal{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center}.gb-lang-modal__backdrop{position:absolute;inset:0;background-color:#030f3f;opacity:.6}.gb-lang-modal__panel{position:relative;box-sizing:border-box;width:592px;max-width:calc(100vw - 32px);background-color:var(--color-white);border-radius:10px;padding:16px 24px;display:flex;flex-direction:column;gap:24px;box-shadow:0 4px 25px rgba(0,0,0,.15)}.gb-lang-modal__head{gap:16px}.gb-lang-modal__head,.gb-lang-modal__title-row{display:flex;flex-direction:column}.gb-lang-modal__close{align-self:flex-start;border:none;background:none;cursor:pointer;padding:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.gb-lang-modal__title{font-size:32px;font-weight:500;line-height:40px;color:#1d1c1c;margin:0}.gb-lang-modal__desc{font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c;margin:0}.gb-lang-modal__bottom{display:flex;flex-direction:column;gap:24px}.gb-lang-modal__droplist{position:relative}.gb-lang-modal__droplist-btn{width:100%;height:40px;border:1px solid var(--color-gray-5);border-radius:8px;background-color:var(--color-white);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.gb-lang-modal__droplist-left{display:flex;align-items:center;gap:12px}.gb-lang-modal__flag{display:inline-flex;width:22px;height:14px;flex-shrink:0;overflow:hidden;border-radius:1px}.gb-lang-modal__droplist-label{font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c}.gb-lang-modal__chevron{flex-shrink:0}.gb-lang-modal__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:6px;list-style:none;background-color:var(--color-white);border-radius:8px;box-shadow:0 4px 25px rgba(0,0,0,.1);z-index:1}.gb-lang-modal__menu-item{width:100%;text-align:left;border:none;background:none;padding:8px 12px;border-radius:6px;font-size:15px;font-weight:100;line-height:19px;color:#1d1c1c;cursor:pointer}.gb-lang-modal__menu-item--active,.gb-lang-modal__menu-item:hover{background-color:#f7f7fc}.gb-lang-modal__confirm{height:42px;border:none;border-radius:8px;background-color:var(--color-navy-blue);color:var(--color-white);font-size:16px;font-weight:300;line-height:20px;cursor:pointer;transition:background-color .15s ease}.gb-lang-modal__confirm:hover{background-color:#2b4fd8}