.header{background-color:#fff;padding:0;box-shadow:0 4px 12px 0 rgba(5,106,215,.12);top:0;height:80px;z-index:6;position:fixed;cursor:default}.header,.header .content-container{width:100%;display:flex;justify-content:space-between;align-items:center}.header .content-container{padding:0 12px}@media screen and (min-width:1280px){.header{position:absolute}.header .content-container{width:1128px;margin:auto}}.header__navigation{display:none}@media screen and (min-width:1280px){.header__navigation{display:flex;justify-content:space-between}.header__navigation .button{margin:0 2px}.header__navigation .button.-open .button__icon{transform:rotate(180deg)}}.header__menu-content-banner{padding:32px 24px;height:100%;width:252px;background-color:#bcefff;border-radius:8px;color:#052144;display:flex;flex-direction:column}.header__menu-content-banner-content{display:flex;flex-direction:column;gap:16px}.header__menu-content-banner-content-image{align-self:flex-end;margin:auto 0 0}.header__menu-content-banner-button.button{justify-content:center;border:1px solid #052144;color:#052144;background:rgba(0,0,0,0)}.header__menu-content-banner-button.button:hover{background-color:#fff}.header__menu-content-banner-title{font-size:24px;font-weight:600;line-height:32px}.header__menu-content-banner-description{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px}.header__menu-content.-savings .header__menu-content-banner{padding:16px 32px;width:528px;height:216px;flex-direction:row;justify-content:space-between}.header__menu-content.-savings .header__menu-content-banner-content{width:212px}.header__menu-content.-accounts .header__menu-content-banner{padding:16px 24px}.header__menu{padding:32px 24px;background-color:#fff;display:flex;flex-direction:column;box-shadow:4px 4px 32px 4px rgba(5,33,68,.15),0 4px 12px 0 rgba(5,106,215,.12);border-radius:0 0 8px 8px;left:50%;transform:translateX(-50%);transition:.5s;position:absolute;top:-500px;width:1128px;z-index:5}.header__menu.-open{top:80px}.header__menu-container{position:relative;width:100%;transition:.3s;transition-delay:.3s}.header__menu-content{display:flex;position:absolute;top:0;left:0;width:100%;animation-name:fade-out;animation-duration:.3s;animation-fill-mode:forwards;flex-direction:column;flex-wrap:wrap;column-gap:24px}.header__menu-content.-open{opacity:0;animation-delay:.3s;animation-name:fade-in;animation-duration:.5s;animation-fill-mode:forwards;z-index:3}.header__menu-content-list-label{height:48px;width:252px;padding:12px 16px;background:linear-gradient(90deg,#EAF6F0,#E6F0FA);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#052144;border-radius:8px;display:flex;justify-content:space-between}.header__menu-content-list-item .button.-text{border-radius:8px;height:56px;width:252px;padding:12px 16px;font-size:16px;font-weight:600;line-height:32px;letter-spacing:.15px}.header__menu-content.-loans{height:448px}.header__menu-content.-loans .header__menu-content-list-label:nth-of-type(2),.header__menu-content.-loans .header__menu-content-list-label:nth-of-type(4),.header__menu-content.-loans .header__menu-content-list-label:nth-of-type(6){margin-top:16px}.header__menu-content.-savings{height:216px}.header__menu-content.-accounts{height:362px}.header__menu-content.-accounts .header__menu-content-list{display:flex;flex-direction:column;flex-wrap:wrap;height:274px}.header__menu-content.-accounts .header__menu-content-list:first-of-type .header__menu-content-list-item .button.-text{width:264px}.header__menu-content.-accounts .header__menu-content-list-label:first-of-type{width:528px}@keyframes fade-in{0%{opacity:0;display:none}1%{opacity:0;display:flex}to{opacity:1;display:flex}}@keyframes fade-out{0%{opacity:1;display:flex}99%{opacity:0;display:flex}to{opacity:0;display:none}}.header__drawer-menu{position:fixed;top:80px;right:-110%;width:375px;height:calc(100% - 80px);transition:.5s;border-radius:8px 0 0 8px;box-shadow:0 4px 12px 0 rgba(5,106,215,.12);overflow-y:auto;background-color:#f4faff;z-index:5}.header__drawer-menu-header{display:none}.header__drawer-menu-section .button,.header__drawer-menu-section-title{display:block;cursor:pointer;padding:16px 36px 16px 28px;width:100%;font-size:16px;font-weight:600;line-height:24px;letter-spacing:.15px;color:#052144;background-color:#f4faff;transition:.5s;position:relative;border-radius:0;text-align:left}.header__drawer-menu-section .button:hover,.header__drawer-menu-section-title:hover{background-color:#ebeff0;box-shadow:none}.header__drawer-menu-section .button .header__drawer-menu-section-title-icon,.header__drawer-menu-section-title .header__drawer-menu-section-title-icon{float:right;transition:.5s}.header__drawer-menu-section-list{opacity:0;height:0;transition:.5s;visibility:hidden;overflow:hidden}.header__drawer-menu-section-list.-open{padding:0 36px 12px 28px;opacity:1;visibility:visible}.header__drawer-menu-section-item:hover{transition:.5s;background-color:#ebeff0}.header__drawer-menu-section-link{display:block;padding:14px 12px;width:100%;font-size:14px;font-weight:600;line-height:20px;letter-spacing:.1px;color:#052144;transition:.5s}.header__drawer-menu-section-link:hover{transition:.5s;background-color:#ebeff0}.header__drawer-menu-section-divider{margin:8px 0;border-top:1px solid #c4cad0;height:1px}.header__drawer-menu-section.-open,.header__drawer-menu-section.-open .button,.header__drawer-menu-section.-open .header__drawer-menu-section-title{background-color:#fff}.header__drawer-menu-section.-open .button .header__drawer-menu-section-title-icon,.header__drawer-menu-section.-open .header__drawer-menu-section-title .header__drawer-menu-section-title-icon{transform:rotate(180deg)}.header__drawer-menu.-open{right:0}.header__drawer-menu-button.button{border-radius:40px;width:40px;height:40px;padding:0 10px;display:flex;align-items:center;justify-content:space-between}.header__drawer-menu-button.button.-outlined-gradient:before{border-radius:40px}.header__drawer-menu-button.button .header__drawer-menu-button-icon{position:relative;display:inline-block}.header__drawer-menu-button.button .header__drawer-menu-button-icon-bar{height:2px;width:20px;display:block;margin:3px auto;position:relative;background-color:#052144;transition:.5s}.header__drawer-menu-button.button .header__drawer-menu-button-caption{display:none}.header__drawer-menu-button.button.-open .header__drawer-menu-button-icon-bar:first-of-type{transform:translateY(5px) rotate(45deg)}.header__drawer-menu-button.button.-open .header__drawer-menu-button-icon-bar:nth-of-type(2){opacity:0}.header__drawer-menu-button.button.-open .header__drawer-menu-button-icon-bar:nth-of-type(3){transform:translateY(-5px) rotate(-45deg)}@media screen and (min-width:1280px){.header__drawer-menu{z-index:8;width:28%;border-radius:0;top:0;height:100%}.header__drawer-menu-header{display:flex;padding:16px 36px 16px 16px;justify-content:space-between;align-items:center;height:80px}.header__drawer-menu-header-close{align-self:center;cursor:pointer}.header__drawer-menu-button.button.-outlined-gradient{border-radius:4px;padding:10px 18px;width:108px;height:44px}.header__drawer-menu-button.button.-outlined-gradient:before{border-radius:4px}.header__drawer-menu-button.button.-outlined-gradient .header__drawer-menu-button-caption{display:inline-block;font-size:16px;font-weight:600;line-height:20px}}