.alerts{-webkit-box-orient:vertical;-webkit-box-direction:normal;bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;max-width:640px;position:fixed;right:20px;width:100%;z-index:100}@media screen and (max-width:480px){.alerts{bottom:3rem;right:0}}.alert{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:show 1s ease-in-out forwards;animation:show 1s ease-in-out forwards;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;padding:1rem 2rem 1rem 1rem;position:relative;text-align:left;top:20px;width:100%}@media screen and (max-width:480px){.alert{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1rem 2rem 1rem 1rem;text-align:center;text-align:left}}@-webkit-keyframes show{0%{display:block;opacity:0}99%{opacity:1}}@keyframes show{0%{display:block;opacity:0}99%{opacity:1}}.alert h4{font-size:1.2rem;font-style:normal;font-weight:700;line-height:normal;padding-bottom:.5rem;text-transform:uppercase}.alert .alert__icon{margin:1rem 2rem 1rem 1rem;width:100px}@media screen and (max-width:480px){.alert .alert__icon{margin:0 1rem 0 0}}.alert .alert__closeBtn{color:#fff;cursor:pointer;font-size:22px;font-weight:700;position:absolute;right:20px;top:20px;-webkit-transition:.3s;transition:.3s}.alert .alert__closeBtn:hover{-webkit-filter:brightness(.8);filter:brightness(.8)}.alert.alert--danger{background:#ffe2e0;border-top:5px solid #f04438;color:#f04438}.alert.alert--danger h4{color:#f04438}.alert.alert--danger .alert__closeBtn path{fill:#f04438}.alert.alert--success{background:#ecffb7;border-top:5px solid #97bf23;color:#80a023}.alert.alert--success h4{color:#80a023}.alert.alert--success .alert__closeBtn path{fill:#80a023}.alert.alert--info{background-color:#6ab2ec;color:#023d6d}.alert.alert--info h4{color:#023d6d}.alert.alert--info .alert__closeBtn path{fill:#023d6d}.alert.alert--warning{background-color:#f9deb7;color:#c67700}.alert.alert--warning h4{color:#c67700}.alert.alert--warning .alert__closeBtn path{fill:#c67700}.alert.closed{-webkit-animation:hide 1s forwards;animation:hide 1s forwards}@-webkit-keyframes hide{0%{opacity:1}to{display:none;opacity:0}}@keyframes hide{0%{opacity:1}to{display:none;opacity:0}}.modal{background:#fff;border:none;border-radius:0;border-radius:2rem;color:#002554;left:50%;pointer-events:all;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:480px){.modal{height:100%;width:100%}}.modal:focus-visible{outline:none}.modal .modal__content{color:#fff;padding:4rem 4rem 1rem}@media screen and (max-width:480px){.modal .modal__content{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;padding:4rem 1rem 1rem}}.modal .close{cursor:pointer;position:absolute;right:.5rem;top:.5rem}.modal::-webkit-backdrop{background-color:rgba(29,41,57,.502);pointer-events:all}.modal::backdrop{background-color:rgba(29,41,57,.502);pointer-events:all}.modal h2{color:#002554;font-size:2rem}.footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#001024;-ms-flex-direction:column;flex-direction:column;padding:5rem 1rem}.footer,.footer .footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .footer__nav{gap:2rem;list-style:none;margin-top:2.5rem}.footer .footer__nav a{color:#729dd3;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;text-align:center;text-decoration:none;text-transform:uppercase}.footer .footer__nav a:hover{text-decoration:underline}@media screen and (max-width:480px){.footer .footer__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;justify-content:center}}.header{background-color:#b7000a;position:relative}@media screen and (max-width:940px){.header .logo{display:none}}.header .header__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:auto;max-width:90rem;padding:.8rem 2rem}@media screen and (max-width:480px){.header .header__inner{padding:.8rem 1rem}}.header:after{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" preserveAspectRatio="none"><polygon points="0,0 5,10 10,0" fill="%23B7000A"/></svg>');background-repeat:repeat-x;background-size:30px 7px;bottom:-10px;content:"";height:10px;left:0;position:absolute;width:100%}.header .header__nav{-webkit-box-pack:end;-ms-flex-pack:end;gap:3rem;justify-content:flex-end;list-style:none}.header .header__nav,.header .header__nav a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.header .header__nav a{-webkit-box-pack:center;-ms-flex-pack:center;color:#fff;font-size:1rem;font-style:normal;font-weight:600;gap:1rem;justify-content:center;line-height:normal;text-align:right;text-decoration:none;text-transform:uppercase}@media screen and (max-width:480px){.header .header__nav a{gap:.5rem}}.header .header__nav a .pc{display:block}@media screen and (max-width:640px){.header .header__nav a .pc{display:none}}.header .header__nav a .phone{display:none;white-space:nowrap}@media screen and (max-width:640px){.header .header__nav a .phone{display:block}}@media screen and (max-width:480px){.header .header__nav{gap:1rem;padding:0}}