main{padding-top:0}.logo{width:120px;position:relative}.logo img{width:100%;height:100%}.pdf-navbar{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;width:100%;height:60px;background:-webkit-gradient(linear,left top,right top,color-stop(5.89%,#004CB4),color-stop(96.46%,#43C0C0));background:linear-gradient(90deg,#004CB4 5.89%,#43C0C0 96.46%)}.pdf-navbar .logo{width:120px;height:30px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.pdf-navbar .logo img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.pdf-footer{display:block;height:80px;background:#F6F6F6}.pdf-footer .footer-wrapper{margin:0 auto;padding:25px 0;width:calc(100% - var(--padding-LR) * 2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width:575px){.pdf-footer .footer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.pdf-footer .content span{font-size:0.875rem;line-height:1.5;letter-spacing:0.5px}.pdf-footer .content span+span{margin-left:20px}@media only screen and (max-width:575px){.pdf-footer .content{padding-top:10px}}.pdf-footer .logos{width:120px}html{width:100%!important}html body{width:100%!important}.document-table{margin:0 auto;max-width:1050px;width:100%}.document-table.dark .thead .tr{background-color:#697080;color:#fff}.document-table .tbody .tr,.document-table .thead .tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;line-height:1.5;letter-spacing:0.5px}.document-table .tbody .td,.document-table .thead .td{word-wrap:break-word}.document-table .thead .tr{padding:15px 20px;background-color:#F6F6F6;border-radius:5px;color:#007CEF;font-size:0.875rem;font-weight:700}.document-table .tbody{margin-top:15px;counter-reset:li}.document-table .tbody .tr{padding:15px 20px;position:relative;font-weight:400;counter-increment:li}.document-table .tbody .tr:not(:last-child):after{position:absolute;bottom:0;right:20px;display:block;background-color:rgba(0,0,0,0.2);width:calc(100% - 40px - 30px - 50px);height:1px;content:""}.document-table .tbody .date{color:#4B4B4B}.document-table .tbody .index{color:#4B4B4B}.document-table .tbody .index:after{display:block;content:counter(li,decimal-leading-zero);font-weight:700;font-size:0.875rem;line-height:1.5;letter-spacing:0.5px}.document-table .rwd-group{margin-right:50px}.document-table .rwd-group .td-group{margin:0;width:100%}.document-table .rwd-group .download{display:none}.document-table .td-group{margin-right:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0 50px}.document-table .number{width:100px}.document-table .index{width:30px}.document-table .date{width:100px}.document-table .model{width:43.3628%}.document-table .desc{margin-right:50px;-webkit-box-flex:1;-ms-flex:1;flex:1}.document-table .rwd{display:none}.document-table .download{margin-left:auto;-ms-flex-negative:0;flex-shrink:0;min-width:70px}.document-table .download .icon{margin:0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:500px;border:1px solid rgba(0,0,0,0.2);width:40px;height:40px;color:#4B4B4B;font-size:1.125rem;cursor:pointer;-webkit-transition:color 0.4s,border 0.4s;transition:color 0.4s,border 0.4s}.document-table .download .icon:before{display:block;position:absolute;top:0;left:0;z-index:-1;border-radius:500px;background-image:-webkit-gradient(linear,left top,right top,color-stop(-5%,#3A8DFF),color-stop(104.55%,#41B8B8));background-image:linear-gradient(90deg,#3A8DFF -5%,#41B8B8 104.55%);width:100%;height:100%;opacity:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;content:""}@media only screen and (min-width:1201px){.document-table .download .icon:hover{color:#fff;border:1px solid rgba(0,0,0,0)}.document-table .download .icon:hover:before{opacity:1}}@media only screen and (max-width:1200px){.document-table .download .icon:active{color:#fff;border:1px solid rgba(0,0,0,0)}.document-table .download .icon:active:before{opacity:1}}.document-table .more{margin-left:auto;-ms-flex-negative:0;flex-shrink:0;min-width:70px}.document-table .more .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:70px;height:100%;color:#007CEF}@media only screen and (max-width:992px){.document-table .tbody .tr:not(:last-child):after{right:0;width:100%!important}}.support-wrapper .outline{padding:50px var(--padding-LR);margin:0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:calc(1150px + var(--padding-LR) * 2);width:100%}.support-wrapper .outline:after{position:absolute;display:block;bottom:0;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);background:#697080;width:calc(100% - 40px);height:5px;content:""}.support-wrapper .outline-text{text-align:center;max-width:900px;width:100%}.support-wrapper .outline-info{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:900px;width:100%}.support-wrapper .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:700;line-height:1.5;letter-spacing:0.5px}.support-wrapper .title>span{margin-left:10px;color:#4B4B4B;opacity:0.8}.support-wrapper .title:not(:first-child){position:relative;margin:0 0 0 20px;padding:0 0 0 20px}.support-wrapper .title:not(:first-child):before{display:block;position:absolute;left:0;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);width:1px;height:15px;background:rgba(0,0,0,0.2);content:""}.support-wrapper .content-text{padding:0 var(--padding-LR)}.support-wrapper .button-group{padding-top:30px}@media only screen and (max-width:992px){.support-wrapper .outline-text{text-align:left}.support-wrapper .outline-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-wrapper .title:not(:first-child){position:relative;margin:5px 0 0 0;padding:0}.support-wrapper .title:not(:first-child):before{display:none}}.block{position:relative;margin:0 auto;max-width:1080px;width:100%}.block:last-child{padding-bottom:50px}.block .block-title{padding:50px 0 20px 0}.block .block-content{padding-top:20px;border-top:1px solid rgba(0,0,0,0.2)}.block .block-list li{padding:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid rgba(0,0,0,0.2)}.block .block-list li:last-child{border-bottom:1px solid rgba(0,0,0,0.2)}.block .block-list li span{display:inline-block;min-width:180px}.block .block-list li span+span{margin-left:25px}.block .block-list.pdfList li:last-child{border-bottom:0}.block:last-child [pdf-content]:last-child{padding-bottom:50px}@media only screen and (max-width:767px){.block .block-list li>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.block .block-list li span+span{margin:10px 0 0 0}}.document-table{max-width:unset}.document-table.relatedLink .tbody{border-top:5px solid #697080}.document-table .tbody .td:not(:first-child),.document-table .thead .td:not(:first-child){margin-left:30px}.document-table .tbody .td.modal:not(:first-child),.document-table .thead .td.modal:not(:first-child){text-align:right}.document-table .tbody{margin-top:0;padding:0 20px;border-bottom:5px solid #697080}.document-table .tbody .tr{padding:15px 0}.document-table .tbody .tr:first-child{padding:20px 0 15px 0}.document-table .tbody .tr:last-child{padding:15px 0 20px 0}.document-table .tbody .tr:not(:last-child):after{width:100%;left:0}.document-table .tbody.pdfList{border-bottom:0}.document-table .tbody.pdfList .tr:last-child:after{width:100%;left:0;position:absolute;bottom:0;right:20px;display:block;background-color:rgba(0,0,0,0.2);height:1px;content:""}.document-table .modal{width:150px}.document-table .desc{margin-right:0;font-size:0.875rem;font-weight:700;line-height:1.5;letter-spacing:0.5px}.document-table .desc a{display:block}.document-table .desc p+p{padding-top:5px}.document-table .link{margin-left:30px;width:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.document-table .link i{font-size:0.9375rem}.document-table .rwd{display:none}@media only screen and (max-width:992px){.document-table .tbody{padding:0 10px}.document-table .tbody .tr{padding:30px 0}.document-table .tbody .tr:first-child{padding:30px 0}.document-table .tbody .tr:last-child{padding:30px 0}.document-table.models .tbody .td:not(:first-child),.document-table.models .thead .td:not(:first-child){margin-left:0}.document-table.models .tbody .tr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.document-table.models .tbody .td{width:100%}.document-table.models .tbody .td:before{padding-bottom:10px;display:block;color:#007CEF;font-weight:700;font-size:0.875rem;line-height:1.5;letter-spacing:0.5px;width:100%;-ms-flex-negative:0;flex-shrink:0;content:attr(data-rwd)}.document-table.models .tbody .td:not(:first-child){margin-top:15px}.document-table.models .thead .tr{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.document-table.models .thead .rwd{display:block}.document-table.models .thead .desc,.document-table.models .thead .modal{display:none}}.bottom-block{background-color:#F6F6F6}.bottom-block .content{padding:50px var(--padding-LR);margin:0 auto;text-align:left;max-width:calc(1050px + var(--padding-LR) * 2);width:100%}.bottom-block .info{margin:0 auto;padding:20px var(--padding-LR) 80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:calc(1050px + var(--padding-LR) * 2);width:100%}.bottom-block .photo{margin-top:10px;position:relative;max-width:188px;width:100%}.bottom-block .photo:before{display:block;padding-bottom:31.91489%;content:""}.bottom-block .photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bottom-block .paragraph-subtitle{padding-top:10px;text-align:right}.bottom-block .paragraph-subtitle span{margin-left:20px}@media print{html{padding:0!important}body{min-width:1150px;zoom:70%!important;padding:0!important}*{-webkit-print-color-adjust:exact!important;-moz-print-color-adjust:exact!important;-ms-print-color-adjust:exact!important;print-color-adjust:exact!important}.button-group{display:none}[pdf-content]{page-break-inside:avoid}[pdf-hide]{display:none!important}[pdf-show]{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}@page{padding:0!important;margin:0!important;size:A4!important}