@font-face{font-family:"Bosch Sans";src:url(../fonts/BoschSans-Light.otf) format("opentype"),url(../fonts/BoschSans-LightItalic.otf) format("opentype"),url(../fonts/BoschSans-Light.woff) format("woff"),url(../fonts/BoschSans-LightItalic.woff) format("woff");font-weight:200}@font-face{font-family:"Bosch Sans";src:url(../fonts/BoschSans-Regular.ttf) format("truetype"),url(../fonts/BoschSans-RegularItalic.ttf) format("truetype"),url(../fonts/BoschSans-Regular.woff) format("woff"),url(../fonts/BoschSans-RegularItalic.woff) format("woff");font-weight:400}@font-face{font-family:"Bosch Sans";src:url(../fonts/BoschSans-Bold.ttf) format("truetype"),url(../fonts/BoschSans-BoldItalic.ttf) format("truetype"),url(../fonts/BoschSans-Bold.woff) format("woff"),url(../fonts/BoschSans-BoldItalic.woff) format("woff");font-weight:700}@font-face{font-family:"Bosch Sans";src:url(../fonts/BoschSans-Black.ttf) format("truetype"),url(../fonts/BoschSans-BlackItalic.ttf) format("truetype"),url(../fonts/BoschSans-Black.woff) format("woff"),url(../fonts/BoschSans-BlackItalic.woff) format("woff");font-weight:900}.bsh-flex{display:flex}.bsh-flex-center{align-items:center}.bsh-flex-justify-center{justify-content:center}.bsh-flex-wrap{flex-wrap:wrap}.bsh-flex-center-column{display:flex;flex-direction:column;justify-content:center}.bsh-p-0{padding:0}.bsh-p-2{padding:2rem}.bsh-pb-0{padding-bottom:0}.bsh-px-3{padding-left:3rem;padding-right:3rem}.bsh-py-1{padding-top:1rem;padding-bottom:1rem}.bsh-m-0{margin:0}.bsh-mt-0{margin-top:0}.bsh-mt-1{margin-top:1rem}.bsh-mt-2{margin-top:2rem}.bsh-mb-2{margin-bottom:2rem}.bsh-min-w-200{min-width:200px}.bsh-max-w-300{max-width:300px}.bsh-w-auto{width:auto}.bsh-w-fit{width:fit-content}.bsh-w-full{width:100%}.bsh-w-1\/3{width:33.333333%}.bsh-w-1\/4{width:25%}.bsh-text-center{text-align:center}.bsh-font-bold{font-weight:700}.bsh-font-white{color:#fff}@media(max-width: 530px){.bsh-font-title{padding-left:1rem;padding-right:1rem}}.bsh-h-115{height:115px}.bsh-whitespace-nowrap{white-space:nowrap}@media(max-width: 768px){.bsh-sm-w-full{width:100%;min-width:100%;max-width:100%}.bsh-sm-py-0{padding-top:0;padding-bottom:0}}.bsh-accordion__btn{border:none;border-top:1px solid #000;cursor:pointer;width:100%;text-align:left;outline:none;transition:.4s;font-size:1rem;background:rgba(0,0,0,0);padding:1rem 1rem 1rem 0;margin:0;display:flex;justify-content:space-between;align-items:center}.bsh-accordion__btn .bsh-accordion__text{width:calc(100% - 10px)}.bsh-accordion__btn .bsh-accordion__icon{width:20px;height:20px;transform:rotate(270deg);transition:transform .3s ease}.bsh-accordion__btn:hover .bsh-accordion__text{color:#3579bb;transition:color .3s ease}.bsh-accordion__btn.bsh-accordion__btn--active .bsh-accordion__icon{transform:rotate(450deg)}.bsh-accordion__btn.bsh-accordion__btn--active .bsh-accordion__text{color:#3579bb}.bsh-accordion__panel{padding:0 18px;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.bsh-table{width:100%;text-align:center;border-collapse:collapse}.bsh-table .bsh-thead{background-color:#d5e3ff}.bsh-table .bsh-th{color:#000;padding:8px 24px;font-weight:700}.bsh-table .bsh-th:first-child{text-align:left;max-width:260px}@media(max-width: 768px){.bsh-table .bsh-th{padding:8px;font-size:.75rem}}.bsh-table .bsh-tr{border-top:1px solid #959aa2}.bsh-table .bsh-tr:last-child{border-bottom:1px solid #959aa2}.bsh-table .bsh-tr:nth-child(even){background-color:#f0f1f2}.bsh-table .bsh-td{padding:8px 24px}.bsh-table .bsh-td:first-child{text-align:left;max-width:260px}.bsh-table .bsh-td:last-child{border-right:none}@media(max-width: 768px){.bsh-table .bsh-td{padding:8px;font-size:.75rem}}.bsh-nav__list{display:flex;flex-direction:row;justify-content:space-around;gap:2rem;width:100%;background:#f0f1f2;list-style:none;padding:1rem;margin:0}@media screen and (max-width: 768px){.bsh-nav__list{flex-direction:column;align-items:center}}.bsh-nav__item{text-align:center}.bsh-nav__link{font-size:1rem;color:#000;text-decoration:none}.bsh-nav__link:hover{color:#355d97}.bsh-tabs-section .bsh-tabs{display:flex;justify-content:space-between;width:100%}@media screen and (max-width: 700px){.bsh-tabs-section .bsh-tabs{flex-direction:column}}.bsh-tabs-section .bsh-tab__label{padding:10px 20px;cursor:pointer;border:1px solid rgba(0,0,0,0);margin-right:4px;background:#f0f1f2;font-weight:bold;text-align:center;width:100%}.bsh-tabs-section .bsh-tab__label:hover{background:#f0f1f2}.bsh-tabs-section .bsh-tab__radio{display:none}.bsh-tabs-section .bsh-tab__radio:checked+.bsh-tab__label{font-weight:bold}.bsh-tabs-section .bsh-tab-content{padding:1rem;text-align:center;margin-top:1rem;background-color:#d5e3ff}.bsh-tabs-section .bsh-tab-content .bsh-p{font-weight:700}.bsh-tabs-section .bsh-tab{display:none}.bsh-tabs-section #tab1:checked~.bsh-tabs .bsh-tab__label[for=tab1],.bsh-tabs-section #tab2:checked~.bsh-tabs .bsh-tab__label[for=tab2],.bsh-tabs-section #tab3:checked~.bsh-tabs .bsh-tab__label[for=tab3],.bsh-tabs-section #tab4:checked~.bsh-tabs .bsh-tab__label[for=tab4],.bsh-tabs-section #tab5:checked~.bsh-tabs .bsh-tab__label[for=tab5]{background:rgba(0,0,0,0);border-color:#959aa2}.bsh-tabs-section #tab1:checked~.bsh-content #content1,.bsh-tabs-section #tab2:checked~.bsh-content #content2,.bsh-tabs-section #tab3:checked~.bsh-content #content3,.bsh-tabs-section #tab4:checked~.bsh-content #content4,.bsh-tabs-section #tab5:checked~.bsh-content #content5{display:block}.container_ep{width:1200px;max-width:100%;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px}.container_ep *{font-family:"Bosch Sans";font-weight:400;-webkit-box-sizing:border-box;box-sizing:border-box}.bsh-img{max-width:100%;width:100%}.header_baner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bsh-h2{font-size:1.6rem;font-weight:700}@media(max-width: 768px){.bsh-h2{font-size:1.2rem}}.bsh-p{font-size:.9rem;font-weight:400;line-height:1.3rem}@media(max-width: 768px){.bsh-p{font-size:.75rem}}.bsh-a{text-decoration:none;font-size:.9rem}@media(max-width: 768px){.bsh-a{font-size:.75rem}}.bsh-footer{margin:1rem 0 0 0}.bsh-section{padding:2rem 0}@media(max-width: 900px){.bsh-section{padding:1rem 0}}@media(max-width: 530px){.bsh-section{padding:1rem 0}}.bsh-button{text-decoration:none;font-size:1rem;line-height:1.2rem;padding:.8rem 1.5rem;margin-top:1rem;margin-bottom:1rem;display:inline-block;border:1px solid #3579bb;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;color:#fff;background:#3579bb;cursor:pointer;font-weight:700}.bsh-button:hover{color:#3579bb;background:#fff}@media(max-width: 768px){.bsh-button{font-size:.75rem;padding:.5rem 1rem}}.bsh-bg-primary{background:#3579bb}.bsh-grid-2{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto}@media(max-width: 900px){.bsh-grid-2{grid-template-columns:1fr}.bsh-grid-2>.bsh-grid-2__item:nth-child(1){order:1}.bsh-grid-2>.bsh-grid-2__item:nth-child(2){order:2}.bsh-grid-2>.bsh-grid-2__item:nth-child(3){order:4}.bsh-grid-2>.bsh-grid-2__item:nth-child(4){order:3}.bsh-grid-2>.bsh-grid-2__item:nth-child(5){order:5}.bsh-grid-2>.bsh-grid-2__item:nth-child(6){order:6}.bsh-grid-2>.bsh-grid-2__item:nth-child(7){order:8}.bsh-grid-2>.bsh-grid-2__item:nth-child(8){order:7}.bsh-grid-2>.bsh-grid-2__item:nth-child(9){order:9}.bsh-grid-2>.bsh-grid-2__item:nth-child(10){order:10}.bsh-grid-2>.bsh-grid-2__item:nth-child(11){order:12}.bsh-grid-2>.bsh-grid-2__item:nth-child(12){order:11}}/*# sourceMappingURL=styles.min.css.map */
