@font-face {
    font-family: "calibri-regular";
    src: url('fonts/calibri-regular.ttf');
}

@font-face {
    font-family: "calibril-light";
    src: url('fonts/calibril-light.ttf');
}


@font-face {
    font-family: "calibri-italic";
    src: url('fonts/calibri-italic.ttf');
}

@font-face {
    font-family: "calibri-bold";
    src: url('fonts/calibri-bold.ttf');
}

@font-face {
    font-family: "calibri-bold-italic";
    src: url('fonts/calibri-bold-italic.ttf');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



body {	
    font-family: "calibri-regular";
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}


a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}


.container {
    max-width: 611.28px;
    display: block;
    margin: auto;
    padding: 0 30px;
}


/*--- page1-area start ----*/
.page1-area {
    padding: 30px 0;
    background: #fff;
}

.page1_head h2 {
    font-family: "calibril-light";
    color: #000000;
    font-size: 50px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
}

.page1_head p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;  
}


.page1_box1 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
}

.page1_box1img img {
    max-width: 100%;
    display: block;
}


.page1_box2 {
    display: flex;
    align-items: start;
    gap: 5px;
    padding-top: 5px;
}

.page1_box2conten p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 7px;
    max-width: 140px;
    margin: auto;  
}

.page1_box2conten img {
    max-width: 100%;
    display: block;
}

.box2conten1 {
   padding-top: 20px;    
}




/*--- page2-area start ----*/
.page2-area {
    padding: 30px 0;
    background: #fff;
}

.page2_head {
    padding-bottom: 120px;
}

.page2_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 31px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
}


.page2_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 6px;
}

.page2_list h3 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;   
}

.page2_list span {
    flex: 1;
    width: 100%;
    display: block;
    border-top: dotted;
    position: relative;
    top: 4px;
}

.page2_list p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;     
}

.page2_text {
    padding-top: 80px;
}

.page2_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;     
}






/*--- page3-area start ----*/
.page3-area {
    padding: 30px 0;
    background: #fff;
}


.page3_head h2 {
    font-family: "calibril-light";
    color: #000000;
    font-size: 37.31px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

.page3_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;    
}


.page3_footer p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    padding-top: 24px;   
}


/*--- page4-area start ----*/
.page4-area {
    padding: 30px 0;
    background: #fff;
}

.page4_head {
    padding-bottom: 5px;
}

.page4_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 20.18px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
}

.page4_box {
    display: flex;
    align-items: start;
    gap: 10px;
}

.page4box_left {
    width: 45%;
}

.page4box_right {
    width: 55%;
}

.page4box_image img {
    max-width: 100%;
    display: block;
    padding-right: 27px;
}

.page4box_imagegroup {
    display: flex;
    gap: 5px;
    padding-top: 5px;
}

.page4box_imagegroupLT {
    width: 60%;
}

.page4box_imagegroupRT {
    width: 40%;
}

.page4box_imagegroupLT img {
    max-width: 100%;
    display: block;
}

.page4box_imagegroupRT img {
    max-width: 100%;
    display: block;
    margin-bottom: 4px;
}

.page4boxRT_head {
    padding: 15px 0px;
    padding-left: 8px;   
}

.page4boxRT_head h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
}

.page4boxRT_head h3 span {
    font-size: 12px;
}

.page4boxRT_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0; 
}

.page4boxRT_text img {
    width: 88px;
    height: 90px;
    display: block;
    margin: auto;
    margin-top: 8px;    
}








/*--- page5-area start ----*/
.page5-area {
    padding: 30px 0;
    background: #fff;
}

.page5_head {
    padding-bottom: 5px;
}

.page5_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28.1px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 38px;
    text-align: center;
}

.page5_box {
    display: flex;
    align-items: start;
    gap: 6px;
}

.page5box_left {
    width: 36%;
}

.page5box_right {
    width: 64%;
}

.page5box_image img {
    width: 200px;
    height: 330px;
    display: block;
}

.page5boxRT_text {
    padding: 8px 0px;
    padding-left: 41px;  
}

.page5boxRT_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
}

.page5box_right img {
    max-width: 100%;
    display: block;
}

.page5_headBoise {
    padding-top: 10px;
}



.page5boxRTBoise {
    height: 329px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page5boxRT_Boisetext p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
}



/*--- page6-area start ----*/
.page6-area {
    padding: 30px 0;
    background: #fff;
}

.page6_head {
    padding-bottom: 5px;
}

.page6_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28.1px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page6_box {
    display: flex;
    gap: 0px;
}

.page6box_left {
    width: 36%;
}

.page6box_right {
    width: 64%;
}

.page6box_image1 img {
   width: 100%;
   display: block;
   height: 335.71px;
}

.page6box_image2 img {
   width: 100%;
   display: block;
   height: 374.61px;
}

.page6boxRT_text1 {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.page6boxRT_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
}

.page6boxRT_inner img {
    width: 100%;
    display: block;
    height: 244.22px;
}

.page6boxRT_inner p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding-top: 4px;   
}


.page6boxRTfd {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 14px;
    padding-top: 21px;
}

.page6boxRTfd img {
    width: 93.6px;
    height: 164.97px;
    display: block;
}

.page6boxRTfd p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
}




/*--- page7-area start ----*/
.page7-area {
    padding: 30px 0;
    background: #fff;
}

.page7_head {
    padding-bottom: 5px;
}

.page7_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page7_box {
    display: flex;
    gap: 0px;
}

.page7box_left {
    width: 33%;
}
.page7box_inner {
    width: 40%;
}
.page7box_right {
    width: 28%;
    padding-left: 6px;
    box-sizing: border-box;
    padding-top: 90px;
}

.page7box_image1 img {
    width: 100%;
    display: block;
    height: 337.87px;
}

.page7box_image2 img {
    width: 100%;
    display: block;
    height: 337.87px;
}

.page7box_text {
   padding-bottom: 20px;
}

.page7box_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    line-height: 12px;
}

.page7box_image3 img {
    width: 136.8px;
    display: block;
    height: 154.17px;
}

.page7_downbox {
    display: flex;
    gap: 5px;
    padding-top: 10px;
}

.page7_downboxLT {
    width: 60%;
}

.page7_downboxRT {
    width: 40%;
}

.page7box_image4 {
    padding-bottom: 8px;
    padding-left: 30px;   
}

.page7box_image4 img {
    width: 211.68px;
    display: block;
    height: 74.202px;
}

.page7box_image5 img {
    width: 100%;
    display: block;
    height: 252.86px;
}

.page7box_downtext p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;   
}



/*--- page8-area start ----*/
.page8-area {
    padding: 30px 0;
    background: #fff;
}

.page8_head {
    padding-bottom: 5px;
}

.page8_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page8_box {
    display: flex;
    gap: 0px;
}

.page8box_left {
    width: 40%;
}

.page8box_right {
    width: 60%;
    padding-top: 25px;
}

.page8box_image1 img {
    width: 100%;
    display: block;
    height: 343.63px;
}

.page8box_image2 img {
    width: 141.84px;
    height: 172.18px;
    display: block;
    margin: auto;
}

.page8box_text {
    padding-left: 25px;
    padding-top: 25px;    
}

.page8box_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;   
}


.page8_downbox {
    display: flex;
    gap: 0px;
    padding-top: 8px;
}

.page8_downboxLT {
    width: 40%;
}

.page8_downboxRT {
    width: 60%;
    display: flex;
    align-items: end;
    padding-left: 7px;
}

.page8box_image3 img {
    width: 100%;
    display: block;
    height: 333.55px;
}

.page8box_text1 {
    padding-left: 21px;
    padding-bottom: 3px;    
}

.page8box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;   
}


.page8box_image4 img {
    width: 100%;
    display: block;
    height: 79.965px;
}









/*--- page9-area start ----*/
.page9-area {
    padding: 30px 0;
    background: #fff;
}

.page9_head {
    padding-bottom: 5px;
}

.page9_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page9_box {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.page9box_left {
    width: 50%;
}

.page9box_right {
    width: 50%;
}

.page9box_image1 img {
    width: 100%;
    display: block;
    height: 435.85px;
}



.page9_downbox {
    display: flex;
    gap: 20px;
    padding-top: 0px;
}

.page9_downboxLT {
    width: 40%;
}

.page9_downboxRT {
    width: 60%;
}

.page9box_image2 img {
    width: 100%;
    display: block;
    height: 248.54px;
}

.page9box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    padding-top: 5px;   
}


.page9_downfd {
    display: flex;
}

.page9_downfdLeft {
    width: 60%;
    padding-top: 25px;
}

.page9_downfdright {
    width: 40%;
}

.page9box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;  
}


.page9box_text2 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    max-width: 70px;
    margin: auto;
    margin-right: 0;
    padding-top: 53px;
}


.page9box_image4 img {
    display: block;
    height: 167.85px;
}










/*--- page10-area start ----*/
.page10-area {
    padding: 30px 0;
    background: #fff;
}

.page10_head {
    padding-bottom: 5px;
}

.page10_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page10_box {
    display: flex;
    gap: 20px;
    padding-top: 10px;
    align-items: end;
}

.page10box_left {
    width: 65%;
}

.page10box_right {
    width: 35%;
}

.page10box_image1 img {
    width: 100%;
    display: block;
    height: 350px;
}

.page10box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px; 
    padding-top: 20px; 
}


.page10_downbox {
    padding-top: 5px;
}

.page10box_image2 img {
    width: 484.56px;
    display: block;
    height: 318.42px;
    margin: auto;
    margin-right: 0;
}


/*--- page11-area start ----*/
.page11-area {
    padding: 30px 0;
    background: #fff;
}

.page11_head {
    padding-bottom: 5px;
}

.page11_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page11_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page11box_left {
    width: 45%;
}

.page11box_right {
    width: 55%;
}

.page11box_image1 img {
    width: 193.68px;
    display: block;
    height: 139.76px;
    margin: auto;
}

.page11box_image2 img {
    width: 100%;
    display: block;
    height: 380.37px;
    margin-top: 8px;
}

.page11box_text1 {
    display: flex;
    justify-content: center;
    padding-top: 10px;   
}

.page11box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px; 
}


.page11box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px; 
}



/*--- page12-area start ----*/
.page12-area {
    padding: 30px 0;
    background: #fff;
}

.page12_head {
    padding-bottom: 5px;
}

.page12_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page12_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page12box_left {
    width: 33.33%;
    padding-right: 18px;
}

.page12box_inner {
    width: 33.33%;
}

.page12box_right {
    width: 33.33%;
}

.page12box_image1 {
    height: 286px;
}

.page12box_image1 img {
    width: 100%;
    display: block;
    height: 100%;
    margin: auto;
}

.page12box_right .page12box_image1 {
    display: flex;
    align-items: center;
}

.page12box_right .page12box_image1 img {
    width: 100%;
    display: block;
    height: 224.05px;
    margin: auto;
}

.page12box_text1 {
    display: flex;
    padding-top: 10px;
    padding-left: 12px;  
}

.page12box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page12box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 21px; 
}

.page12box_right .page12box_text1 {
    display: flex;
    padding-left: 0px;
    justify-content: center;    
}


.page12_Newbox {
    display: flex;
    gap: 85px;
    padding-top: 20px;
}

.page12_NewboxLT {
    width: 164px;
}

.page12_NewboxRT {
    width: 186px;
}

.page12box_image2 img {
    width: 100%;
    display: block;
    height: 228.37px;
    margin: auto;
}

.page12box_text3 {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.page12box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page12box_image3 img {
    width: 100%;
    display: block;
    height: 219.72px;
    margin: auto;
}




/*--- page13-area start ----*/
.page13-area {
    padding: 30px 0;
    background: #fff;
}

.page13_head {
    padding-bottom: 5px;
}

.page13_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page13_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page13box_left {
    width: 33.33%;
}

.page13box_inner {
    width: 33.33%;
    display: flex;
    align-items: center;
}

.page13box_right {
    width: 33.33%;
}


.page13box_image1 img {
    width: 100%;
    display: block;
    height: 248.54px;
    margin: auto;
}

.page13box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page13box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 60px;
}

.page13box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    bottom: -17px;
}

.page13box_image2 img {
    width: 100%;
    display: block;
    height: 128.23px;
    margin: auto;
    position: relative;
    top: 35px;
}

.page13_Newbox {
    display: flex;
    gap: 50px;
    padding-top: 2px;
    justify-content: center;
    padding-left: 10px;
    padding-right: 73px;
}

.page13_NewboxLT {
   width: 50%;
}

.page13_NewboxRT {
  width: 50%;
}

.page13box_image3 img {
    width: 100%;
    display: block;
    margin: auto;
    height: 327px;
}

.page13box_text3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.page13box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    line-height: 16px; 
}




/*--- page14-area start ----*/
.page14-area {
    padding: 30px 0;
    background: #fff;
}

.page14_head {
    padding-bottom: 5px;
}

.page14_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page14_box {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.page14box_left {
    width: 50%;
}

.page14box_right {
    width: 50%;
}


.page14box_image1 img {
    width: 237.6px;
    display: block;
    height: 334.27px;
    margin: auto;
    margin-right: 0;
}

.page14box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;   
}

.page14box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page14box_image2 img {
    width: 203.04px;
    display: block;
    height: 198.83px;
}

.page14_Newbox {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    justify-content: center;
}

.page14_NewboxLT {
   width: 50%;
}

.page14_NewboxRT {
  width: 50%;
}

.page14box_image3 img {
    width: 237.6px;
    display: block;
    height: 334.27px;
    margin: auto;
    margin-right: 0;
}

.page14box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 334px;
}

.page14box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}



/*--- page15-area start ----*/
.page15-area {
    padding: 30px 0;
    background: #fff;
}

.page15_head {
    padding-bottom: 5px;
}

.page15_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page15_box {
    display: flex;
    gap: 15px;
    padding: 0 33px;
    padding-top: 1px;
}

.page15box_left {
    width: 50%;
}

.page15box_right {
    width: 50%;
}

.page15box_image1 img {
    width: 212.4px;
    display: block;
    height: 337.15px;
}

.page15box_text1 {
    padding-top: 5px;   
}

.page15box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
}

.page15box_image2 {
    padding-top: 28px;
    padding-left: 35px;
    padding-bottom: 36px;   
}

.page15box_image2 img {
    width: 116px;
    display: block;
    height: 113px;
}

.page15_Newbox {
    padding-top: 10px;
}

.page15box_image3 img {
    width: 425.52px;
    display: block;
    margin: auto;
}





/*--- page16-area start ----*/
.page16-area {
    padding: 30px 0;
    background: #fff;
}

.page16_head {
    padding-bottom: 5px;
}

.page16_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page16_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page16box_left {
    width: 42%;
}

.page16box_right {
    width: 58%;
    display: flex;
    align-items: center;
    gap: 12px;
}


.page16box_image1 img {
    width: 228.96px;
    display: block;
    height: 345.79px;
}

.page16box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;   
}

.page16box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page16box_image2 img {
    width: 116px;
    display: block;
    height: 115px;
}

.page16_Newbox {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    justify-content: center;
}

.page16_NewboxLT {
    width: 42%;
}

.page16_NewboxRT {
  width: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page16box_image3 img {
    width: 208px;
    display: block;
    height: 350px;
    margin: auto;
}

.page16box_text2 {
    position: relative;
    left: 37px;
}

.page16box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}





/*--- page17-area start ----*/
.page17-area {
    padding: 30px 0;
    background: #fff;
}

.page17_head {
    padding-bottom: 5px;
}

.page17_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page17_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page17box_left {
    width: 45%;
}

.page17box_right {
    width: 55%;
}


.page17box_image1 img {
    width: 100%;
    display: block;
    height: 334px;
}

.page17box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 38px; 
}

.page17box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page17box_text2 {
    padding-left: 8px;
    padding-bottom: 25px;
}

.page17box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}


.page17box_group  {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page17box_image2 img {
    width: 95px;
    display: block;
    height: 90px;
}

.page17box_image3 img {
    width: 168px;
    display: block;
    height: 90px;
}

.page17_Newbox {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page17_NewboxLT {
    width: 45%;
}

.page17_NewboxNR {
  width: 23.5%;
  display: flex;
  align-items: end;
}

.page17_NewboxRT {
  width: 27.5%;
}


.page17box_image4 img {
    width: 242.64px;
    display: block;
    height: 342.19px;
}


.page17box_image4 img {
    width: 242.64px;
    display: block;
    height: 342.19px;
}


.page17box_text3 {
    padding-bottom: 40px;
}

.page17box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.02px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page17box_image5 img {
  height: 131px;
}


.page17box_image6 img {
    width: 100%;
    display: block;
    height: 231px;
}




/*--- page18-area start ----*/
.page18-area {
    padding: 30px 0;
    background: #fff;
}

.page18_head {
    padding-bottom: 5px;
}

.page18_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page18_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page18box_left {
    width: 50%;
}

.page18box_right {
    width: 50%;
}


.page18box_image1 img {
    width: 236.88px;
    display: block;
    height: 340.75px;
}

.page18box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 14px;
}

.page18box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page18box_text2 {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
}

.page18box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}


.page18box_group  {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page18box_image2 {
    padding-top: 4px;
}

.page18box_image2 img {
    width: 100%;
    display: block;
    height: 353px;
}

.page18box_image3 img {
    width: 100%;
    display: block;
    height: 324px;
}


.page18box_text3 {
    padding-top: 8px;
    padding-bottom: 14px;
    padding-left: 20px;
}

.page18box_text3 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page18box_text4 {
    padding-left: 20px;
}

.page18box_text4 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}







/*--- page19-area start ----*/
.page19-area {
    padding: 30px 0;
    background: #fff;
}

.page19_head {
    padding-bottom: 5px;
}

.page19_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page19_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page19box_left {
    width: 40%;
}

.page19box_right {
    width: 60%;
}


.page19box_image1 img {
    width: 100%;
    display: block;
    height: 376px;
}

.page19box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 0px;
}

.page19box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page19box_group  {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.page19box_image2 {
    padding-top: 4px;
}

.page19box_image2 img {
    width: 113px;
    display: block;
    height: 275px;
}

.page19box_image3 img {
    width: 115px;
    display: block;
    height: 233px;
}

.page19_nEwbox {
    display: flex;
    gap: 8px;
    margin-top: -49px;
}

.page19_nEwboxLT {
    width: 40%;
}

.page19_nEwboxRT {
    width: 60%;
}

.page19box_image4 img {
    width: 200.16px;
    display: block;
    height: 316.98px;
    margin: auto;
}

.page19box_text3 {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.page19box_text3 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page19box_text4 {
    padding-left: 20px;
}

.page19box_text4 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}



/*--- page20-area start ----*/
.page20-area {
    padding: 30px 0;
    background: #fff;
}

.page20_head {
    padding-bottom: 5px;
}

.page20_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page20_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
}

.page20box_left {
    width: 40%;
}

.page20box_right {
    width: 60%;
}


.page20box_image1 img {
    width: 100%;
    display: block;
    height: 335.71px;
}

.page20box_text1 {
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 40px;
}

.page20box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page20box_image2 {
    padding-top: 4px;
}

.page20box_image2 img {
    width: 188px;
    display: block;
    height: 279px;
    margin: auto;
    margin-right: 0;
}

.page20_nEwbox {
    margin-top: -68px;
}

.page20box_image3 img {
    width: 278.64px;
    display: block;
    height: 356.6px;
    margin-left: 81px;
}




/*--- page21-area start ----*/
.page21-area {
    padding: 30px 0;
    background: #fff;
}

.page21_head {
    padding-bottom: 5px;
}

.page21_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page21_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
    align-items: center;
}

.page21box_left {
    width: 50%;
}

.page21box_right {
    width: 50%;
}


.page21box_image1 img {
    width: 226.8px;
    display: block;
    height: 318.42px;
    margin: auto;
}

.page21box_image2 {
    padding-top: 4px;
}

.page21box_image2 img {
    width: 100%;
    display: block;
    height: 333.55px;
}

.page21_nEwbox {
    padding-top: 10px;
    display: flex;
    gap: 10px;
}

.page21_nEwboxLT {
    width: 50%;
}

.page21_nEwboxRT {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page21box_image3 img {
    width: 100%;
    display: block;
    height: 353.72px;
}


.page21box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}



/*--- page22-area start ----*/
.page22-area {
    padding: 30px 0;
    background: #fff;
}

.page22_head {
    padding-bottom: 5px;
}

.page22_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page22_box {
    display: flex;
    gap: 8px;
    padding-top: 10px;
    align-items: center;
}

.page22box_left {
    width: 55%;
}

.page22box_right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page22box_image1 img {
    width: 100%;
    display: block;
    height: 432.24px;
    margin: auto;
}

.page22box_image2 {
    padding-top: 4px;
}

.page22box_image2 img {
    width: 100%;
    display: block;
    height: 333.55px;
}


.page22box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 20px;
}

.page22box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page22box_image3 img {
    width: 334.8px;
    display: block;
    height: 260.79px;
    margin: auto;
}




/*--- page23-area start ----*/
.page23-area {
    padding: 30px 0;
    background: #fff;
}

.page23_head {
    padding-bottom: 5px;
}

.page23_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page23_box {
    display: flex;
    gap: 4px;
    padding-top: 10px;
}

.page23box_left {
    width: 40%;
}

.page23box_right {
    width: 60%;
}


.page23box_image1 img {
    width: 100%;
    display: block;
    height: 357.32px;
    margin: auto;
}


.page23box_image2 img {
    width: 103.68px;
    display: block;
    height: 97.255px;
}

.page23box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 26px;
    padding-left: 83px;
}

.page23box_image3 img {
    width: 138.24px;
    display: block;
    height: 270.15px;
    margin: auto;
    margin-right: 0px;
}

.page23_nEWhead {
    margin-top: -116px;
}

.page23_nEWhead h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page23_nEwbox {
    display: flex;
    gap: 4px;
    padding-top: 10px;
}

.page23_nEwboxLT {
    width: 40%;
}

.page23_nEwboxRT {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page23box_image4 img {
    width: 197.28px;
    display: block;
    height: 310.5px;
    margin: auto;
}

.page23box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


/*--- page24-area start ----*/
.page24-area {
    padding: 30px 0;
    background: #fff;
}

.page24_head {
    padding-bottom: 5px;
}

.page24_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}



.page24box_image1 img {
    width: 100%;
    display: block;
    height: 186.59px;
    margin: auto;
}

.page24box_image2 {
    margin-bottom: -84px;
    position: relative;
    z-index: 9;   
}

.page24box_image2 img {
    width: 95.04px;
    display: block;
    height: 92.932px;
    margin: auto;
}



.page24_box {
    display: flex;
    gap: 40px;
    padding-top: 0px;
}

.page24box_left {
    width: 50%;
}

.page24box_right {
    width: 50%;
}

.page24box_image3 img {
    width: 100%;
    display: block;
    height: 373.17px;
    margin: auto;
    margin-right: 0px;
}

.page24box_text1 {
    padding-top: 28px;
    padding-left: 29px;    
}

.page24box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}


/*--- page25-area start ----*/
.page25-area {
    padding: 30px 0;
    background: #fff;
}

.page25_head {
    padding-bottom: 5px;
}

.page25_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page25_box {
    display: flex;
    gap: 30px;
    padding-top: 0px;
}

.page25box_left {
    width: 45%;
    padding-top: 20px;
}

.page25box_right {
    width: 55%;
}

.page25box_image1 img {
    width: 100%;
    display: block;
    height: 323.46px;
    margin: auto;
}


.page25box_image2 img {
    width: 100%;
    display: block;
    height: 180.1px;
    margin: auto;
}

.page25box_image3 img {
    width: 120.24px;
    display: block;
    height: 157.05px;
    margin: auto;
    margin-right: 0px;
}

.page25box_text1 {
    padding-top: 20px;
}

.page25box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page25box_text1 p span {
    font-style: italic;
}

.page25_Newbox {
    display: flex;
    gap: 5px;
    margin-top: -100px;
}

.page25_NewboxLT {
    width: 38%;
}

.page25_NewboxRT {
    width: 62%;
    display: flex;
    align-items: center;
    gap: 2px;
}

.page25box_image4 img {
    width: 185.04px;
    display: block;
    height: 178.66px;
    margin: auto;
}

.page25box_image5 img {
    width: 177.84px;
    display: block;
    height: 147.68px;
    margin: auto;
    padding-top: 8px;
}


.page25box_image6 img {
    width: 218.16px;
    display: block;
    height: 288.88px;
    margin: auto;
}

.page25box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}


/*--- page26-area start ----*/
.page26-area {
    padding: 30px 0;
    background: #fff;
}

.page26_part {
    padding: 0 10px;
}

.page26_head {
    padding-bottom: 5px;
}

.page26_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page26_box {
    display: flex;
    gap: 30px;
    padding-bottom: 5px;
}

.page26box_left {
    width: 70%;
}

.page26box_right {
    width: 30%;
}

.page26box_image1 img {
    width: 100%;
    display: block;
    height: 381.82px;
    margin: auto;
}


.page26box_image2 img {
    width: 159.84px;
    display: block;
    height: 242.06px;
    margin: auto;
    margin-right: 0;
}

.page26box_text1 {
    padding-top: 30px;
    padding-bottom: 4px;
}

.page26box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.68px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page26box_text1 p span {
    padding-left: 26px;
}

.page26box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    font-style: italic;
}


.page26box_image3 img {
    width: 100%;
    display: block;
    height: 262.95px;
    margin: auto;
}

.page26box_image3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}



/*--- page27-area start ----*/
.page27-area {
    padding: 30px 0;
    background: #fff;
}


.page27_head {
    padding-bottom: 40px;
}

.page27_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page27_box {
    display: flex;
    gap: 30px;
    padding-bottom: 45px;
    align-items: center;
}

.page27box_left {
    width: 70%;
}

.page27box_right {
    width: 30%;
}

.page27box_image1 img {
    width: 100%;
    display: block;
    height: 197.39px;
    margin: auto;
}


.page27box_image2 img {
    width: 159.84px;
    display: block;
    height: 242.78px;
    margin: auto;
}

.page27box_text1 {
    padding-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page27box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}

.page27box_text2 {
    padding-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page27box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}


.page27_nEWbox {
    display: flex;
    align-items: end;
    gap: 10px;
}

.page27_nEwboxLT {
    width: 26%;
}

.page27_nEwboxRT {
    width: 74%;
}

.page27box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}


.page27box_image3 img {
    width: 140.4px;
    display: block;
    height: 152.73px;
    margin: auto;
}

.page27box_image4 img {
    width: 139.68px;
    display: block;
    height: 69.879px;
    margin: auto;
    margin-top: 6px;
}


.page27box_image5 img {
    width: 144px;
    display: block;
    height: 47.547px;
    margin: auto;
    margin-top: 6px;
}

/*--- page28-area start ----*/
.page28-area {
    padding: 30px 0;
    background: #fff;
}

.page28_head {
    padding-bottom: 5px;
}

.page28_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page28_box {
    display: flex;
    gap: 6px;
    padding-bottom: 10px;
    align-items: center;
}

.page28box_left {
    width: 40%;
}

.page28box_inner {
    width: 40%;
}

.page28box_right {
    width: 20%;
}

.page28box_image1 img {
    width: 100%;
    display: block;
    height: 319.86px;
    margin: auto;
}


.page28box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page28box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page28box_image2 {
    padding: 0 25px;
}

.page28box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}



/*--- page29-area start ----*/
.page29-area {
    padding: 30px 0;
    background: #fff;
}

.page29_head {
    padding-bottom: 5px;
}

.page29_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page29_box {
    display: flex;
    gap: 15px;
    margin-bottom: -12px;
}

.page29box_left {
    width: 72%;
}

.page29box_right {
    width: 28%;
}

.page29box_innerPT {
    display: flex;
    gap: 15px;
}

.page29box_innerLT {
    width: 50%;
}


.page29box_innerRT {
    width: 50%;
}

.page29box_image1 img {
    width: 100%;
    display: block;
    height: 319.86px;
    margin: auto;
}


.page29box_text1 {
    padding-top: 97px;
    padding-bottom: 97px;
}

.page29box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.86px;
    margin: 0;
    font-weight: 400;
    line-height: 19px;
}

.page29box_image2 img {
    width: 141.84px;
    display: block;
    margin: auto;
    height: 111.66px;
}


.page29_NewboxLTNRhd {
    padding-bottom: 5px;
}

.page29_NewboxLTNRhd h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 31.7px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}

.page29_Newbox {
    display: flex;
    gap: 15px;
    align-items: end;
}

.page29_NewboxLTNR {
    display: flex;
    gap: 15px;
}

.page29_NewboxLT {
    width: 50%;
}

.page29_NewboxNR {
    width: 50%;
}

.page29_NewboxLTNR_PART {
   width: 80%;
}

.page29_NewboxRT {
    width: 20%;
}

.page29box_text2 {
    padding: 15px 0;
}

.page29box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}

.page29box_image3 img {
    width: 100%;
    display: block;
    height: 319.86px;
    margin: auto;
}


.page29box_image4 img {
    width: 74.16px;
    display: block;
    height: 67.718px;
}




/*--- page30-area start ----*/
.page30-area {
    padding: 30px 0;
    background: #fff;
}

.page30_head {
    padding-bottom: 5px;
}

.page30_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}

.page30_box {
    display: flex;
    gap: 6px;
    padding-bottom: 20px;
}

.page30box_left {
    width: 40%;
}

.page30box_inner {
    width: 25%;
    padding-top: 15px;
}

.page30box_right {
    width: 35%;
}

.page30box_image1 img {
    width: 100%;
    display: block;
    height: 350.12px;
    margin: auto;
}

.page30box_text1 {
    padding-top: 25px;
}

.page30box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    line-height: 16px;
}

.page30box_image2 img {
    width: 108.72px;
    height: 108.06px;
    display: block;
    margin: auto;
}

.page30box_image3 img {
    width: 108.72px;
    height: 108.06px;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.page30box_image4 img {
    width: 100%;
    height: 350.84px;
    display: block;
    margin: auto;
}


.page30box_text2 {
    padding-top: 0px;
}

.page30box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14.72px;
}



/*--- page31-area start ----*/
.page31-area {
    padding: 30px 0;
    background: #fff;
}

.page31_head {
    padding-bottom: 5px;
}

.page31_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page31_box {
    display: flex;
    gap: 6px;
}

.page31box_left {
    width: 40%;
}

.page31box_right {
    width: 60%;
}

.page31box_image1 img {
    width: 100%;
    display: block;
    height: 331.39px;
    margin: auto;
}

.page31box_image2 img {
    width: 131.04px;
    height: 131.11px;
    display: block;
    margin: auto;
}

.page31box_text1 {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page31box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.56px;
    margin: 0;
    font-weight: 400;
    line-height: 19px;
}

.page31_nEwbox {
    display: flex;
    gap: 8px;
}

.page31_nEwboxLT {
    width: 44%;
}

.page31_nEwboxRT {
    width: 56%;
}


.page31box_image3 img {
    width: 100%;
    height: 369.57px;
    display: block;
}

.page31box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page31box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
    line-height: 15px;
}

.page31box_text3 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page31box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.56px;
    margin: 0;
    font-weight: 400;
    line-height: 19px;
}

.page31_nEwbox_group {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 8px;
    padding-top: 20px;
    padding-bottom: 26px;
}


.page31box_image4 img {
    max-width: 100%;
    display: block;
}




/*--- page32-area start ----*/
.page32-area {
    padding: 30px 0;
    background: #fff;
}

.page32_head {
    padding-bottom: 5px;
}

.page32_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page32_box {
    display: flex;
    gap: 6px;
}

.page32box_left {
    width: 40%;
}

.page32box_right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page32box_image1 img {
    width: 100%;
    display: block;
    height: 369.57px;
    margin: auto;
}

.page32box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page32_nEwbox {
    display: flex;
    gap: 8px;
}

.page32_nEwboxLT {
    width: 44%;
}

.page32_nEwboxRT {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page32box_image2 img {
    width: 213.84px;
    height: 345.07px;
    display: block;
}


.page32box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page32box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page32box_text3 {
    padding-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page32box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14.72px;
}




/*--- page33-area start ----*/
.page33-area {
    padding: 30px 0;
    background: #fff;
}

.page33_head {
    padding-bottom: 5px;
}

.page33_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page33_box {
    display: flex;
    gap: 25px;
}

.page33box_left {
    width: 43%;
}

.page33box_right {
    width: 57%;
}

.page33box_image1 img {
    width: 100%;
    display: block;
    height: 337.15px;
    margin: auto;
}

.page33box_text1 {
    padding-top: 25px;
    display: flex;
    justify-content: center;  
}

.page33box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page33_nEwbox {
    display: flex;
    gap: 25px;
    padding-top: 14px;
}

.page33_nEwboxLT {
    width: 43%;
}

.page33_nEwboxRT {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page33box_image2 img {
    width: 183.6px;
    height: 137.6px;
    display: block;
}


.page33box_image3 img {
    width: 204.48px;
    height: 345.79px;
    display: block;
    margin: auto;
}

.page33box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page33box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page33box_text3 {
    padding-bottom: 40px;
}

.page33box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14.72px;
}




/*--- page33-area start ----*/
.page34-area {
    padding: 30px 0;
    background: #fff;
}

.page34_head {
    padding-bottom: 5px;
}

.page34_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}

.page34_box {
    display: flex;
    gap: 8px;
}

.page34box_left {
    width: 43%;
}

.page34box_right {
    width: 57%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.page34box_image1 img {
    width: 100%;
    display: block;
    height: 352.28px;
    margin: auto;
}

.page34box_text1 {
    display: flex;
    justify-content: center;  
}

.page34box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page34_nEwbox {
    display: flex;
    gap: 8px;
    padding-top: 4px;
}

.page34_nEwboxLT {
    width: 43%;
}

.page34_nEwboxRT {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page34box_image2 img {
    width: 136.08px;
    height: 134.72px;
    display: block;
}


.page34box_image3 img {
    width: 100%;
    height: 344.35px;
    display: block;
    margin: auto;
}

.page34box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.page34box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page34box_text3 {
   padding-top: 11px;
}

.page34box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14.72px;
}



.page34box_image4 img {
    width: 100%;
    height: 173.62px;
    display: block;
    margin: auto;
}



/*--- page35-area start ----*/
.page35-area {
    padding: 30px 0;
    background: #fff;
}

.page35_head {
    padding-bottom: 5px;
}

.page35_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page35_box {
    display: flex;
    gap: 6px;
}

.page35box_left {
    width: 45%;
}

.page35box_right {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page35box_image1 img {
    width: 100%;
    display: block;
    height: 391.18px;
    margin: auto;
}

.page35box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page35_nEwbox {
    display: flex;
    gap: 8px;
    padding-top: 5px;
}

.page35_nEwboxLT {
    width: 44%;
}

.page35_nEwboxRT {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page35box_image2 img {
    width: 199.44px;
    height: 315.54px;
    display: block;
    margin: auto;
}


.page35box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page35box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


/*--- page36-area start ----*/
.page36-area {
    padding: 30px 0;
    background: #fff;
}

.page36_head {
    padding-bottom: 5px;
}

.page36_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page36_box {
    display: flex;
    gap: 15px;
    align-items: end;
}

.page36box_left {
    width: 45%;
}

.page36box_right {
    width: 55%;
}

.page36box_image1 img {
    width: 100%;
    display: block;
    height: 391.18px;
    margin: auto;
}


.page36box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}


.page36box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page36box_image2 img {
    width: 140.4px;
    height: 139.76px;
    display: block;
}


.page36_nEwbox {
    padding: 0 20px;
    padding-top: 20px;
}

.page36box_image3 img {
    width: 100%;
    height: 291.76px;
    display: block;
}

.page36box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}


/*--- page37-area start ----*/
.page37-area {
    padding: 30px 0;
    background: #fff;
}

.page37_head {
    padding-bottom: 5px;
}

.page37_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23.81px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page37_box {
    display: flex;
    gap: 15px;
}

.page37box_left {
    width: 50%;
}

.page37box_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page37box_image1 img {
    width: 100%;
    display: block;
    height: 417.84px;
    margin: auto;
}


.page37box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}


.page37box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page37box_text2 {
    padding-top: 30px;
    padding-left: 40px;
}

.page37box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


/*--- page38-area start ----*/
.page38-area {
    padding: 30px 0;
    background: #fff;
}

.page38_head {
    padding-bottom: 5px;
}

.page38_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page38_box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.page38box_left {
    width: 35%;
}

.page38box_right {
    width: 55%;
}

.page38box_image1 img {
    width: 100%;
    display: block;
    height: 288.88px;
    margin: auto;
}


.page38box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}


.page38box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page38box_image2 img {
    width: 143.28px;
    display: block;
    height: 123.91px;
}


.page38_innerbox {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin-top: -86px;
    margin-bottom: -90px;
}

.page38box_image3 img {
    width: 174.24px;
    display: block;
    height: 261.51px;
}


.page38box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}



.page38_nEwbox {
    display: flex;
    align-items: end;
    gap: 40px;
}

.page38_nEwboxLT {
    width: 35%;
}

.page38_nEwboxRT {
    width: 55%;
}


.page38box_image3 img {
    width: 100%;
    display: block;
    height: 274.47px;
    margin: auto;
}

.page38box_text3 {
    padding-left: 30px;
    padding-bottom: 25px;
}

.page38box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page38box_text4 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}


/*--- page39-area start ----*/
.page39-area {
    padding: 30px 0;
    background: #fff;
}

.page39_box {
    display: flex;
    gap: 5px;
    align-items: center;
}

.page39box_left {
    width: 33.33%;
}

.page39box_inner {
     width: 33.33%;   
}

.page39box_right {
    width: 33.33%;
}

.page39box_image1 img {
    width: 100%;
    display: block;
    height: 288.88px;
    margin: auto;
}


.page39box_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.page39box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page39box_image2 img {
    width: 96.48px;
    display: block;
    height: 98.696px;
    margin-bottom: 42px;
}

.page39_innerbox {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 15px;
    margin-top: -66px;
    margin-bottom: -66px;
}


.page39box_image3 img {
    width: 182.16px;
    display: block;
    height: 154.17px;
}

.page39box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page39box_image4 img {
    width: 176.4px;
    display: block;
    height: 300.41px;
}


.page39_nEwbox {
    display: flex;
    align-items: end;
    gap: 40px;
}

.page39_nEwboxLT {
    width: 35%;
}

.page39_nEwboxRT {
    width: 55%;
}


.page39box_image5 img {
    width: 100%;
    display: block;
    height: 280.96px;
}

.page39box_image6 img {
    width: 230.4px;
    display: block;
    height: 70.6px;
}


.page39box_text3 {
    padding-bottom: 5px;
    padding-top: 10px;
}

.page39box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

/*--- page40-area start ----*/
.page40-area {
    padding: 30px 0;
    background: #fff;
}

.page40_box {
    display: flex;
    gap: 10px;
    align-items: end;
}

.page40box_left {
    width: 40%;
}

.page40box_right {
    width: 60%;
}

.page40box_image1 img {
    width: 100%;
    display: block;
    height: 290.32px;
    margin: auto;
}

.page40box_text1 {
    padding-bottom: 10px;
}

.page40box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
    font-style: italic;
}

.page40box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}



.page40_nEwbox {
    display: flex;
    gap: 10px;
    padding-top: 30px;
}

.page40_nEwboxLT {
    width: 40%;
}

.page40_nEwboxRT {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page40box_image2 img {
    width: 162px;
    display: block;
    height: 288.16px;
    margin: auto;
    margin-right: 0;
}

.page40box_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14.72px;
    text-align: right;
    padding-right: 3px;
    padding-top: 8px;
}

.page40box_text4 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}



/*--- page41-area start ----*/
.page41-area {
    padding: 30px 0;
    background: #fff;
}

.page41_head {
    padding-bottom: 5px;
}

.page41_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}


.page41box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page41box_image1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding-bottom: 5px;
}



.page41box_image2 img {
    width: 95%;
    display: block;
    margin: auto;
}

.page41box_image2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}







/*--- page42-area start ----*/
.page42-area {
    padding: 30px 0;
    background: #fff;
}

.page42_head {
    padding-bottom: 5px;
}

.page42_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 25px;
}

.page42_box {
    display: flex;
    gap: 5px;
    align-items: end;
}

.page42box_left {
    width: 60%;
}

.page42box_right {
    width: 40%;
}

.page42box_image1 img {
    width: 100%;
    display: block;
    height: 287.44px;
    margin: auto;
}

.page42box_image2 img {
    width: 100%;
    display: block;
    height: 151.29px;
    margin: auto;
}

.page42box_text1 {
    width: 150px;
    margin: auto;  
}

.page42box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}

.page42box_text1 h3 span {
    padding-left: 42px;
}

.page42box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
}

.page42box_image3 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 6px;
}


/*--- page43-area start ----*/
.page43-area {
    padding: 30px 0;
    background: #fff;
}

.page43_head {
    padding-bottom: 5px;
}

.page43_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 25px;
}

.page43_box {
    display: flex;
    gap: 15px;
}

.page43box_left {
    width: 50%;
}

.page43box_right {
    width: 50%;
}

.page43box_image1 img {
    width: 100%;
    display: block;
    height: 287.44px;
    margin: auto;
}

.page43box_image2 img {
    width: 100%;
    display: block;
    height: 151.29px;
    margin: auto;
}

.page43box_text1 {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-top: 20px;
}

.page43box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}


.page43nEwbox {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 25px;
}

.page43box_image2 img {
    width: 248.4px;
    height: 237.73px;
    display: block;
}

.page43box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    line-height: 21px;
}



/*--- page44-area start ----*/
.page44-area {
    padding: 30px 0;
    background: #fff;
}

.page44_head {
    padding-bottom: 5px;
}

.page44_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 15px;
}

.page44box_image1 img {
    width: 401.04px;
    display: block;
    margin: auto;
}

.page44box_image2 {
    margin-top: -10px;
    position: relative;
    z-index: 99;
}

.page44box_image2 img {
    width: 287.28px;
    display: block;
    height: 146.96px;
    margin: auto;
    margin-right: 0px;
}

.page44box_image3 img {
    width: 431.28px;
    display: block;
    margin-top: -102px;
}

.page44box_image3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    line-height: 14px;
    padding-top: 8px;
    padding-left: 5px;
}





/*--- page45-area start ----*/
.page45-area {
    padding: 30px 0;
    background: #fff;
}

.page45_head {
    padding-bottom: 5px;
}

.page45_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36.05px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}


.page45box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}





/*--- page46-area start ----*/
.page46-area {
    padding: 30px 0;
    background: #fff;
}

.page46_head {
    padding-bottom: 5px;
}

.page46_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36.5px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 25px;
}

.page46_box {
    display: flex;
    gap: 15px;
}

.page46box_left {
    width: 70%;
}

.page46box_right {
    width: 30%;
}

.page46box_imgGroup1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.page46box_image1 img {
    width: 100%;
    display: block;
    height: 234.85px;
}

.page46box_imgGroup2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 5px;
}

.page46box_image2 img {
    display: block;
    height: 134px;
}


.page46box_image3 img {
    width: 100%;
    display: block;
    height: 370px;
    margin: auto;
}

.page46box_image7 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 10px;
}


/*--- page47-area start ----*/
.page47-area {
    padding: 30px 0;
    background: #fff;
}

.page47_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36.5px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page47_box {
    display: flex;
    gap: 5px;
    padding-top: 20px;
}

.page47box_left {
    width: 50%;
}

.page47box_right {
    width: 50%;
}

.page47box_image1 img {
    width: 100%;
    display: block;
    height: 286px;
}


.page47box_right p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    text-align: center;

}




/*--- page48-area start ----*/
.page48-area {
    padding: 30px 0;
    background: #fff;
}

.page48_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page48_box {
    display: flex;
    gap: 5px;
    padding-top: 20px;
}

.page48box_left {
    width: 50%;
}

.page48box_right {
    width: 50%;
}

.page48box_image1 img {
    width: 100%;
    display: block;
    height: 286px;
}

.page48box_image2 img {
    width: 100%;
    display: block;
    height: 100px;
}


.page48box_text1 {
    padding-top: 10px;
    padding-left: 10px;    
}

.page48box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 18px;
}

.page48box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;

}

.page48_nEwbox {
    display: flex;
    gap: 5px;
}

.page48_nEwboxLT {
    width: 30%;
}

.page48_nEwboxRT {
    width: 70%;
    position: relative;
    margin-top: -30px;
}

.page48box_image3 img {
    width: 111.6px;
    display: block;
    margin: auto;
    height: 345.79px;
}


.page48box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page48box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;

}

.page48box_image4 img {
    width: 300.96px;
    display: block;
    margin: auto;
    height: 192.35px;
    margin-right: 0px;
    margin-bottom: -43px;
    position: relative;
    z-index: 99;
}

.page48box_image5 img {
    width: 100%;
    display: block;
}

/*--- page49-area start ----*/
.page49-area {
    padding: 30px 0;
    background: #fff;
}

.page49_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page49_box {
    display: flex;
    gap: 5px;
    padding-top: 20px;
}

.page49box_left {
    width: 45%;
}

.page49box_right {
    width: 55%;
}

.page49box_image1 img {
    width: 100%;
    display: block;
    height: 304.01px;
}

.page49box_image2 img {
    width: 100%;
    display: block;
    height: 304.01px;
}

.page49_nEwbox {
    width: 287.28px;
    display: block;
    margin: auto;
    padding-top: 10px;
}

.page49box_image3 img {
    width: 100%;
    display: block;
}

.page49box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 400;
    text-align: right;

}



/*--- page50-area start ----*/
.page50-area {
    padding: 30px 0;
    background: #fff;
}

.page50_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 8px;
}

.page50box_image1 img {
    width: 390.96px;
    display: block;
    margin: auto;
}

.page50box_image2 img {
    width: 487.44px;
    display: block;
    margin: auto;
    margin-top: 8px;
}


/*--- page51-area start ----*/
.page51-area {
    padding: 30px 0;
    background: #fff;
}

.page51_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 8px;
}


.page51box_grop1 {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}


.page51box_image1 img {
    width: 299.52px;
    display: block;
    margin: auto;
}

.page51box_image2 img {
    width: 144px;
    display: block;
    margin: auto;
    margin-top: 8px;
}

.page51_text {
    padding-top: 15px;
}

.page51_text h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-align: center;
}


.page51box_image3 img {
    width: 336.96px;
    display: block;
    margin: auto;
}


/*--- page52-area start ----*/
.page52-area {
    padding: 30px 0;
    background: #fff;
}

.page52_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 8px;
}

.page52_box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    padding-top: 35px;
}

.page52_boxLT {
    width: 50%;
}

.page52_boxRT {
    width: 50%;
}

.page52box_image1 img {
    width: 100%;
    height: 214.68px;
    display: block;
    margin: auto;
}


.page52_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 700;
    line-height: 14px;
}

.page52_text p span {
    font-style: italic;
}

.page52box_grop {
    display: flex;
    align-items: center;
    gap: 2px;
}

.page52box_gropLT {
    width: 50%;
}

.page52box_gropRT {
    width: 50%;
}

.page52box_image2 img {
    width: 100%;
    height: 280.96px;
    display: block;
    margin: auto;
}





/*--- page53-area start ----*/
.page53-area {
    padding: 30px 0;
    background: #fff;
}

.page53_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 15px;
}


.page53box_grop1 {
    display: flex;
    align-items: center;
    gap: 1px;
}

.page53box_grop1 img {
    width: 100%;
    height: 235px;
    display: block;
}


.page53box_image1 img {
    width: 45.36px;
    height: 57.632px;
    display: block;
    margin: auto;
    margin-right: 182px;
    margin-top: -43px;
}


.page53box_grop {
    display: flex;
    align-items: center;
    gap: 2px;
    padding-bottom: 15px;
}

.page53box_gropLT {
    width: 50%;
}

.page53box_gropRT {
    width: 50%;
}

.page53box_image2 img {
    width: 100%;
    height: 168.57px;
    display: block;
    margin: auto;
}


.page53box_image3 img {
    width: 112.32px;
    height: 35px;
    display: block;
    margin: auto;
    margin-top: -28px;
    margin-bottom: -10px;
    position: relative;
}

.page53box_image4 img {
    width: 496.8px;
    display: block;
    margin: auto;
}

.page53_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    font-weight: 700;
    line-height: 14px;
    padding-top: 16px;
}



/*--- page54-area start ----*/
.page54-area {
    padding: 30px 0;
    background: #fff;
}

.page54_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 130px;
}


.page54box_grop1 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page54box_grop1 img {
    width: 100%;
    height: 432.24px;
    display: block;
}


/*--- page55-area start ----*/
.page55-area {
    padding: 30px 0;
    background: #fff;
}

.page55_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 20px;
}


.page55box_grop1 {
    display: flex;
    align-items: start;
    gap: 5px;
    justify-content: space-between;
}

.page55box_groplt img {
    width: 272.16px;
    height: 324.9px;
    display: block;
}

.page55box_gropRT img {
    width: 268.56px;
    height: 282.4px;
    display: block;
}



.page55box_grop2 {
    display: flex;
    gap: 10px;
}

.page55box_image1 img {
    width: 229.68px;
    display: block;
    margin-top: 30px;
}

.page55box_image2 img {
    width: 274.32px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

.page55box_image3 img {
    width: 290.88px;
    display: block;
}


/*--- page56-area start ----*/
.page56-area {
    padding: 30px 0;
    background: #fff;
}

.page56_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page56_head p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    margin: 0;
    font-weight: 400;
    text-align: center;

}

.page56_box {
    display: flex;
    gap: 5px;
    padding-top: 20px;
}

.page56box_left {
    width: 60%;
}

.page56box_right {
    width: 40%;
}

.page56box_image1 img {
    width: 100%;
    display: block;
}

.page56box_image2 img {
    width: 100%;
    display: block; 
}


.page56box_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 8px;
}

.page56box_image3 img {
    width: 226.8px;
    display: block; 
}


.page56box_image4 img {
    width: 276.48px;
    display: block; 
}



/*--- page57-area start ----*/
.page57-area {
    padding: 30px 0;
    background: #fff;
}

.page57_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page57_box {
    display: flex;
    gap: 25px;
    padding-top: 20px;
}

.page57box_left {
    width: 55%;
}

.page57box_right {
    width: 45%;
}

.page57box_image1 img {
    width: 100%;
    height: 223px;
    display: block;
    margin-bottom: 10px;
}

.page57box_image2 img {
    width: 164.16px;
    display: block;
    margin: auto;
}

.page57box_image3 img {
    width: 243.36px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page57box_image4 img {
    width: 252px;
    display: block;
    margin: auto;
}



/*--- page58-area start ----*/
.page58-area {
    padding: 30px 0;
    background: #fff;
}

.page58_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 20px;
}

.page58_boxgroup {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.page58box_image1 img {
    width: 279.36px;
    display: block;
}

.page58box_image2 img {
    width: 62.64px;
    display: block;
    margin-right: 4px;
}

.page58box_image3 img {
    width: 204.48px;
    display: block;
}



.page58_box {
    display: flex;
    gap: 5px;
    padding-top: 10px;
    align-items: center;
}

.page58box_left {
    width: 35%;
}

.page58box_right {
    width: 65%;
}

.page58box_image4 img {
    width: 100%;
    display: block;
}

.page58box_image5 img {
    width: 100%;
    height: 290.32px;
    display: block;
}



/*--- page59-area start ----*/
.page59-area {
    padding: 30px 0;
    background: #fff;
}

.page59_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 20px;
}

.page59_box {
    display: flex;
    gap: 1px;
    padding-top: 10px;
    margin-bottom: -10px;
}

.page59box_left {
    width: 60%;
}

.page59box_right {
    width: 40%;
}

.page59box_image1 img {
    width: 239.76px;
    height: 179.38px;
    display: block;
    margin: auto;
}

.page59box_group {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    padding-top: 8px;
}

.page59box_image2 img {
    width: 139.68px;
    height: 139.76px;
    display: block;
}

.page59box_image3 img {
    width: 155.52px;
    height: 190.91px;
    display: block;
}

.page59box_image4 img {
    width: 212.4px;
    display: block;
    margin: auto;
}

.page59box_image5 img {
    width: 224.64px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.page59box_image6 img {
    width: 174.24px;
    display: block;
    margin: auto;
    margin-top: 5px;
    position: relative;
    z-index: 9999;
}



.page59box_nEwpart {
    display: flex;
    position: relative;
    z-index: 99;
}

.page59box_nEwLT {
    width: 50%;
}

.page59box_nEwRT {
    width: 50%;
}

.page59box_image7 img {
    max-width: 100%;
    display: block;
}


/*--- page60-area start ----*/
.page60-area {
    padding: 30px 0;
    background: #fff;
}

.page60_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 20px;
}

.page60_box {
    display: flex;
    gap: 1px;
    padding-top: 10px;
    margin-bottom: -10px;
}

.page60box_left {
    width: 50%;
}

.page60box_right {
    width: 50%;
}

.page60box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page60box_nEwpart {
    display: flex;
    position: relative;
    gap: 30px;
    padding-top: 8px;
    align-items: center;
}

.page60box_nEwLT {
    width: 40%;
}

.page60box_nEwRT {
    width: 60%;
}

.page60box_image2 img {
    width: 164.16px;
    display: block;
    margin: auto;
}

.page60box_image3 img {
    width: 100%;
    display: block;
}

.page60_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 400;
    padding-top: 20px;
}


/*--- page61-area start ----*/
.page61-area {
    padding: 30px 0;
    background: #fff;
}

.page61_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.page61_box {
    display: flex;
    gap: 1px;
    padding-top: 10px;
    margin-bottom: -10px;
}

.page61box_left {
    width: 50%;
}

.page61box_right {
    width: 50%;
}

.page61box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page61box_nEwpart {
    display: flex;
    position: relative;
    gap: 0px;
    align-items: center;
}

.page61box_nEwLT {
    width: 45%;
}

.page61box_nEwRT {
    width: 55%;
}

.page61box_image2 img {
    width: 100%;
    display: block;
}

.page61box_image3 img {
    width: 262.8px;
    display: block;
    margin: auto;
    margin-right: 0px;
}

.page61box_image4 img {
    width: 308.16px;
    display: block;
    margin: auto;
    margin-right: 0px;
    margin-top: 5px;
}

.page61box_downpart {
    display: flex;
    position: relative;
    gap: 6px;
    align-items: center;
}

.page61box_downLT {
    width: 55%;
}

.page61box_downRT {
    width: 45%;
}

.page61box_image5 img {
    width: 100%;
    display: block;
}

.page61box_image6 img {
    width: 100%;
    display: block;
}



/*--- page62-area start ----*/
.page62-area {
    padding: 30px 0;
    background: #fff;
}

.page62_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}

.page62_box {
    display: flex;
    gap: 6px;
}

.page62box_left {
    width: 50%;
}

.page62box_right {
    width: 50%;
}

.page62box_image1 img {
    width: 270.72px;
    display: block;
    margin: auto;
}

.page62box_image2 img {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.page62box_image3 img {
    width: 230.4px;
    display: block;
    margin: auto;
    margin-bottom: -10px;
    position: relative;
    z-index: 999;
}

.page62box_image4 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page62box_image5 img {
    width: 449.28px;
    display: block;
    margin: auto;
    margin-top: 4px;
}



/*--- page63-area start ----*/
.page63-area {
    padding: 30px 0;
    background: #fff;
}

.page63_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline;
}

.page63box_image1 img {
    width: 509px;
    display: block;
    margin: auto;
}

.page63box_image2 img {
    width: 449.28px;
    display: block;
    margin: auto;
    margin-top: 15px;
}



/*--- page64-area start ----*/
.page64-area {
    padding: 30px 0;
    background: #fff;
}

.page64_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page64_box {
    display: flex;
    gap: 15px;
}

.page64box_left {
    width: 35%;
}

.page64box_inner {
    width: 30%;
}

.page64box_right {
    width: 35%;
    display: flex;
    align-items: end;
}

.page64box_image1 img {
    width: 111.6px;
    height: 109.5px;
    display: block;
}

.page64box_image2 img {
    width: 111.6px;
    height: 111.66px;
    display: block;
    margin: auto;
    margin-right: 0;
    margin-top: 40px;
}

.page64box_image3 img {
    width: 163.44px;
    display: block;
    margin: auto;
}

.page64box_image4 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page64_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 15px;
}


.page64box_image5 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 4px;
}

.page64box_image5 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
    padding: 0 15px;
}



/*--- page65-area start ----*/
.page65-area {
    padding: 30px 0;
    background: #fff;
}


.page65_box {
    display: flex;
    gap: 15px;
    align-items: end;
}

.page65box_left {
    width: 60%;
}

.page65box_right {
    width: 40%;
}


.page65box_group {
    display: flex;
    align-items: center;
}

.page65box_groupLT {
    width: 54%;
}

.page65box_groupRT {
    width: 46%;
}

.page65_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
}

.page65box_image1 img {
    width: 112.32px;
    height: 100.14px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page65box_image2 img {
    width: 146.16px;
    height: 132.55px;
    display: block;
    margin: auto;
    margin-right: 0;
    margin-top: 40px;
}


.page65box_image3 img {
    width: 280.08px;
    display: block;
    margin: auto;
}

.page65box_image4 img {
    width: 190.8px;
    display: block;
    margin: auto;
}

.page65box_nEwpart {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.page65box_nEwLT {
    width: 60%;
    padding-top: 15px;
}

.page65box_nEwRT {
    width: 40%;
}

.page65box_nEwgroup {
    display: flex;
}

.page65box_nEwgroupLT {
    width: 50%;
}

.page65box_nEwgroupRT {
    width: 50%;
}

.page65box_image5 img {
    width: 110.16px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page65box_image6 img {
    width: 100%;
    display: block;
}

.page65_text1 {
    padding-top: 30px;
}

.page65_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
}


/*--- page66-area start ----*/
.page66-area {
    padding: 30px 0;
    background: #fff;
}

.page66_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page66_box {
    display: flex;
    gap: 6px;
}

.page66box_left {
    width: 70%;
}

.page66box_right {
    width: 30%;
}

.page66box_group {
    display: flex;
    gap: 5px;
}

.page66box_groupLT {
    width: 50%;
}

.page66box_groupRT {
    width: 50%;
}

.page66box_image1 img {
    width: 100%;
    height: 552.55px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page66box_image2 img {
    width: 100%;
    height: 327.06px;
    display: block;
    margin: auto;
}

.page66box_image3 img {
    width: 100%;
    height: 328.51px;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.page66_text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}

.page66_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    margin: 0;
    font-weight: 400;
}





/*--- page67-area start ----*/
.page67-area {
    padding: 30px 0;
    background: #fff;
}

.page67_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page67box_left {
    width: 55%;
}

.page67box_right {
    width: 45%;
}

.page67_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
}

.page67box_image1 img {
    width: 174px;
    display: block;
    margin: auto;
    height: 350px;
}

.page67box_nEwpart {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page67box_nEwLT {
    width: 55%;
}

.page67box_nEwRT {
    width: 45%;
}

.page67box_nEwgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.page67_text1 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
}

.page67_text2 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
}

.page67_text3 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
    padding-top: 25px;
}

.page67box_image2 img {
    width: 100.8px;
    height: 101.58px;
    display: block;
}

.page67box_image3 img {
    width: 184px;
    display: block;
    margin: auto;
    height: 352px;
}


/*--- page68-area start ----*/
.page68-area {
    padding: 30px 0;
    background: #fff;
}

.page68_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page68box_left {
    width: 60%;
}

.page68box_right {
    width: 40%;
}

.page68_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page68_text p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    font-weight: 700;
}

.page68box_nEwgroup {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.page68box_image2 img {
    width: 110.88px;
    height: 113.82px;
    display: block;
}

.page68box_image4 img {
    width: 110.88px;
    display: block;
    margin: auto;
    height: 104.46px;
    margin-top: 20px;
}

.page68box_image1 img {
    width: 174px;
    display: block;
    margin: auto;
    height: 350px;
}


.page68box_image3 img {
    width: 184px;
    display: block;
    margin: auto;
    height: 352px;
}


.page68box_image5 img {
    width: 182.16px;
    display: block;
    margin: auto;
}



/*--- page69-area start ----*/
.page69-area {
    padding: 30px 0;
    background: #fff;
}


.page69_head {
    padding-bottom: 30px;
}

.page69_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page69_head p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    max-width: 470px;
    margin: auto;
}



.page69_box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page69box_left {
    width: 33.33%;
}

.page69box_inner {
    width: 33.33%;
}

.page69box_right {
    width: 33.33%;
}





.page69_text1 {
   padding-bottom: 150px;
}

.page69_text1 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 15.86px;
    margin: 0;
    font-weight: 700;
}

.page69_text2 {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 180px;
}

.page69_text2 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 15.86px;
    margin: 0;
    font-weight: 700;
}

.page69box_image1 img {
    width: 100%;
    display: block;
    height: 588.57px;
}

.page69box_image2 img {
    width: 100%;
    display: block;
}


/*--- page70-area start ----*/
.page70-area {
    padding: 30px 0;
    background: #fff;
}


.page70_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page70_box {
    display: flex;
    gap: 5px;
}

.page70box_left {
    width: 30%;
}

.page70box_inner {
    width: 40%;
    padding-top: 15px;
}

.page70box_right {
    width: 30%;
}


.page70_text1 {
    display: flex;
    justify-content: right;
    margin-top: -42px;
}

.page70_text1 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

.page70_text1 p span {
    padding-top: 10px;
}



.page70_text2 {
    padding-top: 15px;
}

.page70_text2 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

.page70box_image1 img {
    width: 100%;
    display: block;
    height: 387.58px;
}

.page70box_image2 img {
    width: 118.08px;
    display: block;
}

.page70box_image3 img {
    width: 142.56px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.page70box_image5 img {
    width: 493.2px;
    display: block;
    margin: auto;
}





/*--- page71-area start ----*/
.page71-area {
    padding: 30px 0;
    background: #fff;
}


.page71_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page71_tpbox {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page71_tpboxLT {
    width: 28%;
}

.page71_tpboxRT {
    width: 72%;
}

.page71box_image1 img {
    width: 100%;
    display: block;
}

.page71box_image2 img {
    width: 100%;
    display: block;
}

.page71_box {
    display: flex;
    gap: 1px;
}

.page71box_left {
    width: 28%;
}

.page71box_inner1 {
    width: 20%;
}

.page71box_inner2 {
    width: 30%;
}

.page71box_right {
    width: 20%;
}

.page71box_image3 img {
    width: 100%;
    height: 337.87px;
    display: block;
}

.page71box_image4 img {
    width: 92.16px;
    display: block;
    margin: auto;
}

.page71box_image5 img {
    width: 100%;
    height: 337.87px;
    display: block;
}

.page71box_image6 img {
    width: 92.16px;
    display: block;
    margin: auto;
}

.page71_text1 {
    display: flex;
    justify-content: center;
}

.page71_text1 p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    padding-top: 25px;
}


/*--- page72-area start ----*/
.page72-area {
    padding: 30px 0;
    background: #fff;
}

.page72_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page72_tpbox {
    display: flex;
    gap: 15px;
    align-items: center;
}

.page72_tpboxLT {
    width: 30%;
}

.page72_tpboxNR {
    width: 33.33%;
}

.page72_tpboxRT {
    width: 33.36%;
}

.page72box_image1 img {
    width: 100%;
    display: block;
}

.page72_box {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.page72box_left {
    width: 33.33%;
}

.page72box_inner1 {
    width: 33.33%;
    padding-top: 25px;
}

.page72box_right {
    width: 33.33%;
}

.page72box_image2 img {
    width: 100%;
    display: block;
}

.page72box_image3 img {
    width: 100%;
    display: block;
}

.page72box_image4 img {
    width: 128.16px;
    display: block;
    margin: auto;
    margin-right: -24px;
    position: relative;
    margin-top: 94px;
}

.page72box_image5 img {
    width: 100%;
    display: block;
    margin-top: -22px;
}



/*--- page73-area start ----*/
.page73-area {
    padding: 30px 0;
    background: #fff;
}

.page73_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page73box_image1 img {
    width: 164.16px;
    display: block;
}

.page73_tpbox {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
}

.page73_tpboxLT {
    width: 25%;
}

.page73_tpboxNR {
    width: 25%;
}

.page73_tpboxRT {
    width: 25%;
}

.page73box_image2 img {
    width: 100%;
    height: 444.49px;
    display: block;
}

/*--- page74-area start ----*/
.page74-area {
    padding: 30px 0;
    background: #fff;
}

.page74_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page74_tpbox {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-top: 6px;
    justify-content: center;
    padding-bottom: 10px;
}

.page74box_image1 img {
   width: 175.68px;
   display: block;
   margin: auto;
}

.page74box_image2 img {
   width: 87.12px;
   display: block;
   margin: auto;
}

.page74box_image3 img {
   width: 129.6px;
   display: block;
   margin: auto;
}


.page74box_image4 img {
    width: 476.64px;
    display: block;
    margin: auto;
}




/*--- page75-area start ----*/
.page75-area {
    padding: 30px 0;
    background: #fff;
}

.page75_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page75_tpbox {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-top: 6px;
    justify-content: center;
    padding-bottom: 10px;
}


.page75_tpboxLT {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page75_tpboxRT {
    display: flex;
    align-items: center;
    gap: 5px;
}


.page75box_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

.page75box_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    font-weight: 400;
    margin: 0;   
}

.page75box_image1 img {
   width: 110.88px;
   display: block;
}

.page75box_image2 img {
   width: 110.16px;
   display: block;
   margin: auto;
}



.page75_imggroup {
    display: flex;
    gap: 8px;
    padding-left: 33px;
}

.page75box_image3 img {
   width: 190.8px;
   height: 190px;
   display: block;
   margin: auto;
}

.page75box_image4 img {
   width: 205.92px;
   height: 190px;
   display: block;
   margin: auto;
}



.page75_box {
    display: flex;
    gap: 15px;
    padding-top: 15px;
}

.page75_boxRT {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page75box_image5 img {
   width: 211.68px;
   height: 213.96px;
   display: block;
   margin: auto;
}

.page75box_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.page75box_text2 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

.page75box_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.82px;
    font-weight: 400;
    margin: 0;   
}

.page75box_image6 img {
   width: 172.08px;
   height: 324.18px;
   display: block;
   margin: auto;
}

.page75_boxLT {
    padding-top: 15px;
}


/*--- page76-area start ----*/
.page76-area {
    padding: 30px 0;
    background: #fff;
}

.page76_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page76_tpbox {
    display: flex;
    align-items: center;
    gap: 8px;
}


.page76_tpboxLT {
   width: 72%;
}

.page76_tpboxRT {
   width: 28%;
}

.page76box_image1 img {
   width: 100%;
   display: block;
}

.page76box_image2 img {
   width: 100%;
   display: block;
}

.page76box_image3 img {
   width: 100%;
   display: block;
}

.page76box_image4 img {
   width: 100%;
   display: block;
   margin: 20px 0;
}

.page76box_image5 img {
   width: 100%;
   display: block;
}

.page76_imggroup {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 55px;
}

.page76box_image6 img {
    width: 139.68px;
    display: block;
    margin: auto;
}

.page76box_image7 img {
    width: 306.72px;
    display: block;
    margin: auto;
}




/*--- page77-area start ----*/
.page77-area {
    padding: 30px 0;
    background: #fff;
}

.page77_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page77_imggroup {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
}

.page77box_image1 img {
    width: 168.48px;
    display: block;
}

.page77box_image2 img {
    width: 144.72px;
    display: block;    
}

.page77box_image3 img {
    width: 142.56px;
    display: block;
    margin-left: 25px; 
}

.page77_imggroupinner {
    display: flex;
    gap: 10px;
}

.page77box_image4 img {
    width: 69.84px;
    display: block;
    position: relative;
    z-index: 99;
}


.page77box_image5 img {
    width: 392.4px;
    display: block;
    margin-left: 50px;
}


.page77_box {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: right;
    margin-top: -19px;
}

.page77box_image6 img {
    width: 149.76px;
    display: block;
}


.page77box_image7 img {
    width: 127.44px;
    display: block;
    margin: auto;
}

.page77box_image8 img {
    width: 164.16px;
    display: block;
    margin: auto;
}

.page77box_image9 img {
    width: 190.8px;
    display: block;
    margin: auto;
}




/*--- page78-area start ----*/
.page78-area {
    padding: 30px 0;
    background: #fff;
}

.page78_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}


.page78box_image1 img {
    width: 523.912px;
    display: block;
    margin: auto;
}

.page78_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;  
}


/*--- page79-area start ----*/
.page79-area {
    padding: 30px 0;
    background: #fff;
}

.page79_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page79_box {
    display: flex;
    justify-content: center;
    gap: 110px;
}

.page79_boxLT {
    width: 190.08px;
}

.page79_boxRT {
    width: 190.08px;
}

.page79box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page79box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page79_text {
   display: flex;
   align-items: center;
   justify-content: center;
}

.page79_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;  
}


/*--- page80-area start ----*/
.page80-area {
    padding: 30px 0;
    background: #fff;
}

.page80_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page80_box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page80_boxLT {
    width: 25%;
}

.page80_boxNR {
    width: 25%;
}

.page80_boxRT {
    width: 25%;
}

.page80box_image1 img {
    width: 100%;
    height: 314.82px;
    display: block;
    margin: auto;
}

.page80box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}
.page80_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 4px;
    font-style: italic;
    text-align: center; 
}



.page80_nEwbox {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    align-items: center;
}

.page80_nEwboxLT {
    width: 35%;
}

.page80_nEwboxRT {
    width: 65%;
}

.page80_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page80_nEwboxGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 5px;
}

.page80box_image2 img {
    width: 100%;
    display: block;
}

.page80box_image3 img {
    width: 100%;
    display: block;
}


.page80box_image4 img {
    width: 100%;
    display: block;
}



/*--- page81-area start ----*/
.page81-area {
    padding: 30px 0;
    background: #fff;
}

.page81_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page81_box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page81_boxLT {
    width: 25%;
}

.page81_boxNR {
    width: 25%;
}

.page81_boxRT {
    width: 25%;
}

.page81box_image1 img {
    width: 100%;
    height: 314.82px;
    display: block;
    margin: auto;
}


.page81_text {
    display: flex;
    justify-content: center;
}

.page81_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 4px;
}

.page81_nEwbox {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: right;
    padding-right: 56px;
    margin-top: -20px;
}

.page81_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page81_nEwboxGroup {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    justify-content: right;
}

.page81box_image2 img {
    width: 113.04px;
    display: block;
    margin-top: 10px;
}

.page81box_image3 img {
    width: 85.68px;
    display: block;
}

.page81_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}


/*--- page82-area start ----*/
.page82-area {
    padding: 30px 0;
    background: #fff;
}

.page82_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page82_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page82_boxLT {
    width: 33.33%;
}

.page82_boxNR {
    width: 33.33%;
}

.page82_boxRT {
    width: 33.33%;
}

.page82box_image1 img {
    width: 100%;
    height: 466px;
    display: block;
    margin: auto;
}

.page82_text {
  padding-top: 15px;
}

.page82_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page82_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page82_text {
    display: flex;
    justify-content: center;
}






/*--- page83-area start ----*/
.page83-area {
    padding: 30px 0;
    background: #fff;
}

.page83_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page83_box {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.page83_boxLT {
    width: 33.33%;
}

.page83_boxNR {
    width: 33.33%;
}

.page83_boxRT {
    width: 33.33%;
}

.page83box_image1 img {
    width: 100%;
    height: 466px;
    display: block;
    margin: auto;
}

.page83_text {
  padding-top: 15px;
}

.page83_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page83_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page83_text {
    display: flex;
    justify-content: center;
}




/*--- page84-area start ----*/
.page84-area {
    padding: 30px 0;
    background: #fff;
}

.page84_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page84_box {
    display: flex;
    justify-content: center;
    gap: 45px;
}

.page84_boxLT {
    width: 70%;
}

.page84_boxRT {
    width: 30%;
}

.page84_boxgroupPT {
    display: flex;
    gap: 5px;
}

.page84box_image1 img {
    width: 100%;
    height: 432.24px;
    display: block;
    margin: auto;
}

.page84box_image2 img {
    width: 125.28px;
    display: block;
}

.page84box_image3 img {
    width: 100%;
    height: 388.3px;
    display: block;
    margin: auto;
}

.page84box_image4 img {
    width: 118.8px;
    display: block;
    margin: auto;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page84_text {
    display: flex;
    justify-content: center;
}

.page84_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page84_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page84_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}



/*--- page85-area start ----*/
.page85-area {
    padding: 30px 0;
    background: #fff;
}

.page85_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page85_boxLT {
    width: 33.33%;
}

.page85_boxNR {
    width: 33.33%;
}

.page85_boxRT {
    width: 33.33%;
}

.page85box_image1 img {
    width: 100%;
    height: 466px;
    display: block;
    margin: auto;
}

.page85_text {
  padding-top: 15px;
}

.page85_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
}

.page85_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page85_text {
    display: flex;
    justify-content: center;
}

.page85_downbox {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 15px;
    align-items: end;
}

.page85_downboxLT {
    width: 70%;
}

.page85_downboxRT {
    width: 30%;
}

.page85_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}

.page85box_image2 img {
    width: 124.56px;
    display: block;
    margin: auto;
}


/*--- page86-area start ----*/
.page86-area {
    padding: 30px 0;
    background: #fff;
}

.page86_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page86_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page86_boxLT {
    width: 25%;
}

.page86_boxNR {
    width: 25%;
}

.page86_boxRT {
    width: 25%;
}

.page86box_image1 img {
    width: 100%;
    height: 355.88px;
    display: block;
    margin: auto;
}

.page86_text {
  padding-top: 15px;
}

.page86_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
}

.page86_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page86_text {
    display: flex;
    justify-content: center;
}



/*--- page87-area start ----*/
.page87-area {
    padding: 30px 0;
    background: #fff;
}

.page87-area .container {
    padding: 0 0px;
}

.page87_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page87box_image1 img {
    width: 100%;
    height: 355.88px;
    display: block;
    margin: auto;
}

.page87_text {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}

.page87_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page87_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
    text-align: center;
}



/*--- page88-area start ----*/
.page88-area {
    padding: 30px 0;
    background: #fff;
}

.page88_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}

.page88_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page88_boxLT {
    width: 33.33%;
}

.page88_boxNR {
    width: 33.33%;
}

.page88_boxRT {
    width: 33.33%;
}

.page88box_image1 img {
    width: 100%;
    height: 596.5px;
    display: block;
    margin: auto;
}

.page88box_image2 img {
    width: 100%;
    height: 548.95px;
    display: block;
    margin: auto;
}

.page88box_image3 img {
    width: 100%;
    height: 453.86px;
    display: block;
    margin: auto;
}


.page88box_image4 img {
    width: 173px;
    display: block;
    margin: auto;
    margin-top: 20px;
    position: relative;
    left: -53px;
}

.page88_text {
  padding-top: 15px;
}

.page88_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
}

.page88_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page88_text {
    display: flex;
    justify-content: center;
}



/*--- page89-area start ----*/
.page89-area {
    padding: 30px 0;
    background: #fff;
}


.page89_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page89_boxLT {
    width: 30%;
}

.page89_boxNR {
    width: 30%;
}

.page89_boxRT {
    width: 40%;
}

.page89_hdtext h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 20px;
}



.page89box_image1 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}

.page89box_image2 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}

.page89box_image3 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}


.page89_text {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}

.page89_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.86px;
    font-weight: 400;
    margin: 0;
}



/*--- page90-area start ----*/
.page90-area {
    padding: 30px 0;
    background: #fff;
}

.page90_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 25px;
    text-decoration: underline;
}

.page90_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page90_boxLT {
    width: 25%;
}

.page90_boxNR {
    width: 25%;
}

.page90_boxRT {
    width: 50%;
}

.page90box_image1 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}

.page90box_image2 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}

.page90box_image3 img {
    width: 100%;
    height: 431.52px;
    display: block;
    margin: auto;
}

.page90box_image4 img {
    width: 260.64px;
    display: block;
    margin: auto;
    margin-top: 5px;
}


.page90_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page90_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page90_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}



/*--- page91-area start ----*/
.page91-area {
    padding: 30px 0;
    background: #fff;
}

.page91_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: right;
    margin-right: -73px;
}


.page91_head1 h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: underline;
}


.page91_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page91_boxLT {
    width: 30%;
}

.page91_boxNR {
    width: 40%;
    padding-top: 52px;
}

.page91_boxRT {
    width: 30%;
    padding-top: 25px;
}

.page91box_image1 img {
    width: 100%;
    height: 497.8px;
    display: block;
    margin: auto;
}

.page91box_image2 img {
    width: 100%;
    height: 497.8px;
    display: block;
    margin: auto;
}

.page91box_image3 img {
    width: 100%;
    height: 460.34px;
    display: block;
    margin: auto;
}



.page91_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page91_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page91_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}



/*--- page92-area start ----*/
.page92-area {
    padding: 30px 0;
    background: #fff;
}

.page92_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 25px;
    text-decoration: underline;
    text-align: center;
}


.page92_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page92_boxLT {
    width: 33.33%;
}

.page92_boxNR {
    width: 33.33%;
}

.page92_boxRT {
    width: 33.33%;
}

.page92box_image1 img {
    width: 100%;
    height: 499.96px;
    display: block;
    margin: auto;
}

.page92_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page92_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page92_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}




/*--- page93-area start ----*/
.page93-area {
    padding: 30px 0;
    background: #fff;
}

.page93_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page93_boxLT {
    width: 30%;
}

.page93_boxNR {
    width: 33.33%;
}

.page93_boxRT {
    width: 36%;
}

.page93box_image1 img {
    width: 100%;
    height: 499.96px;
    display: block;
    margin: auto;
}

.page93_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page93_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page93_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}



/*--- page94-area start ----*/
.page94-area {
    padding: 30px 0;
    background: #fff;
}

.page94_box {
    display: flex;
    justify-content: center;
    gap: 115px;
}


.page94_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}


.page94_boxLT {
    width: 50%;
}

.page94_boxRT {
    width: 50%;
}

.page94box_image1 img {
    width: 100%;
    height: 499.96px;
    display: block;
    margin: auto;
}

.page94_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page94_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page94_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


.page94box_image2 img {
    width: 145.32px;
    display: block;
    margin-top: -173px;
    margin-left: -117px;
}





/*--- page95-area start ----*/
.page95-area {
    padding: 30px 0;
    background: #fff;
}


.page95_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}


.page95_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page95_boxLT {
    width: 25%;
}

.page95_boxNR {
    width: 25%;
}

.page95_boxRT {
    width: 25%;
}

.page95box_image1 img {
    width: 100%;
    height: 371.01px;
    display: block;
    margin: auto;
}

.page95_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page95_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page95_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


.page95_group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page95_groupLT {
    display: flex;
    align-items: center;
    gap: 15px;    
}


.page95box_image2 img {
    width: 68.4px;
    height: 230.53px;
    display: block;
    margin: auto;
}


.page95_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}




/*--- page96-area start ----*/
.page96-area {
    padding: 30px 0;
    background: #fff;
}


.page96_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}


.page96_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page96_boxLT {
    width: 25%;
}

.page96_boxNR {
    width: 25%;
}

.page96_boxRT {
    width: 25%;
}

.page96box_image1 img {
    width: 100%;
    height: 371.01px;
    display: block;
    margin: auto;
}

.page96_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page96_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page96_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}

.page96_boxNRlt {
    padding-right: 15px;
}

.page96_boxNRrt {
   padding-left: 15px;
}


.page96_group_part {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between; 
}


.page96_group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page96_groupLT {
    display: flex;
    align-items: center;
    gap: 15px;    
}


.page96box_image2 img {
    width: 99.36px;
    height: 291.04px;
    display: block;
    margin: auto;
}

.page96box_image3 img {
    width: 185.76px;
    height: 284.56px;
    display: block;
    margin: auto;
}


.page96_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}



/*--- page97-area start ----*/
.page97-area {
    padding: 30px 0;
    background: #fff;
}

.page97_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}


.page97box_image1 img {
    width: 432px;
    display: block;
    margin: auto;
}

.page97_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page97_boxLT {
    width: 77%;
}

.page97_boxRT {
    width: 22%;
}

.page97_boxNRlt {
    padding-right: 15px;
}

.page97_boxNRrt {
   padding-left: 15px;
}

.page97_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 12px;
    margin-bottom: -6px;
    padding-left: 30px;
}


.page97_group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page97box_image2 img {
    width: 282.96px;
    height: 109.5px;
    display: block;
    margin: auto;
}

.page97box_image3 img {
    width: 113.76px;
    height: 165.69px;
    display: block;
    margin: auto;
}

.page97box_image4 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page97_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
    text-align: center;
}




/*--- page98-area start ----*/
.page98-area {
    padding: 30px 0;
    background: #fff;
}


.page98_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}


.page98_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page98_boxLT {
    width: 33.33%;
}

.page98_boxNR {
    width: 33.33%;
}

.page98_boxRT {
    width: 33.33%;
}

.page98box_image1 img {
    width: 100%;
    height: 502.12px;
    display: block;
    margin: auto;
}

.page98_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page98_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page98_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}



/*--- page99-area start ----*/
.page99-area {
    padding: 30px 0;
    background: #fff;
}


.page99_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page99_boxLT {
    width: 33.33%;
}

.page99_boxNR {
    width: 33.33%;
}

.page99_boxRT {
    width: 33.33%;
}

.page99box_image1 img {
    width: 100%;
    height: 430px;
    display: block;
    margin: auto;
}

.page99_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page99_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page99_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}

.page99box_image2 {
    padding-bottom: 50px;
}

.page99box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page99box_image2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
    text-align: center;   
}


.page99box_image3 img {
    width: 118.8px;
    height: 431.52px;
    display: block;
    margin: auto;
    margin-right: 0px;
}


.page99_text1 {
    margin-top: -102px;
    margin-left: -50px;
}

.page99_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
}

.page99_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}



/*--- page100-area start ----*/
.page100-area {
    padding: 30px 0;
    background: #fff;
}


.page100_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page100_boxLT {
    width: 33.33%;
    padding-top: 53px;
}

.page100_boxNR {
    width: 33.33%;
}

.page100_boxRT {
    width: 33.33%;
}

.page100box_image2 img {
    width: 100%;
    height: 499.96px;
    display: block;
    margin: auto;
}



.page100box_image1 img {
    width: 100%;
    height: 553.99px;
    display: block;
    margin: auto;
}

.page100_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page100_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page100_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}

.page100_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}




/*--- page101-area start ----*/
.page101-area {
    padding: 30px 0;
    background: #fff;
}

.page101_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}

.page101_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page101_boxLT {
    width: 33.33%;
}

.page101_boxNR {
    width: 33.33%;
}

.page101_boxRT {
    width: 33.33%;
}

.page101box_image2 img {
    width: 100%;
    height: 553.99px;
    display: block;
    margin: auto;
}

.page101box_image1 img {
    width: 100%;
    height: 504.28px;
    display: block;
    margin: auto;
}

.page101_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page101_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page101_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
}

.page101_text1 h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}


/*--- page102-area start ----*/
.page102-area {
    padding: 30px 0;
    background: #fff;
}

.page102_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 28px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.page102_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page102_boxLT {
    width: 40%;
}

.page102_boxRT {
    width: 60%;
}


.page102box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page102_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
}

.page102box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}






/*--- page103-area start ----*/
.page103-area {
    padding: 30px 0;
    background: #fff;
}

.page103_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}

.page103_box {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page103_boxLT {
    width: 30%;
}

.page103_boxNR {
    width: 36%;
}

.page103_boxRT {
    width: 30%;
}

.page103box_image1 img {
    width: 100%;
    height: 504.28px;
    display: block;
    margin: auto;
}

.page103_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page103_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page103box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}


/*--- page104-area start ----*/
.page104-area {
    padding: 30px 0;
    background: #fff;
}

.page104_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}

.page104_box {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.page104_boxLT {
    width: 50%;
}

.page104_boxRT {
    width: 50%;
}

.page104box_image1 img {
    width: 100%;
    height: 504.28px;
    display: block;
    margin: auto;
}

.page104_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page104_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page104_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


/*--- page105-area start ----*/
.page105-area {
    padding: 30px 0;
    background: #fff;
}


.page105_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page105_boxLT {
    width: 35%;
}

.page105_boxNR {
    width: 25%;
    padding-top: 100px;
}

.page105_boxRT {
    width: 40%;
}

.page105_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page105_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
}

.page105_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


.page105box_image1 img {
    width: 100%;
    height: 565.5201px;
    display: block;
    margin: auto;
}

.page105box_image3 img {
    width: 100%;
    height: 651.25px;
    display: block;
    margin: auto;
}

.page105box_image2 img {
    width: 100%;
    height: 103.74px;
    display: block;
    margin: auto;
    margin-bottom: 200px;
}

/*--- page106-area start ----*/
.page106-area {
    padding: 30px 0;
    background: #fff;
}

.page106_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 40px;
    text-decoration: underline;
    text-align: center;
}

.page106_box {
    display: flex;
    justify-content: center;
    gap: 2px;
}

.page106_boxLT {
    width: 33.33%;
}

.page106_boxNR {
    width: 33.33%;
}

.page106_boxRT {
      width: 33.33%;
}

.page106box_image1 img {
    width: 100%;
    height: 467px;
    display: block;
    margin: auto;
}

.page106_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page106_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page106_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


/*--- page107-area start ----*/
.page107-area {
    padding: 30px 0;
    background: #fff;
}

.page107_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 40px;
    text-decoration: underline;
    text-align: center;
}

.page107_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.page107_boxLT {
    width: 50%;
}

.page107_boxRT {
    width: 50%;
}

.page107box_image1 img {
    width: 100%;
    height: 543.91px;
    display: block;
    margin: auto;
}

.page107_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page107_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page107_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}


/*--- page108-area start ----*/
.page108-area {
    padding: 30px 0;
    background: #fff;
}

.page108_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 40px;
    text-decoration: underline;
    text-align: center;
}

.page108_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page108_boxLT {
    width: 33.33%;
}

.page108_boxNR {
    width: 33.33%;

}

.page108_boxRT {
    width: 33.33%;

}

.page108box_image1 img {
    width: 100%;
    height: 543.91px;
    display: block;
    margin: auto;
}

.page108_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page108_text h3 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page108_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    padding-top: 15px;
}

.page108_text h5 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

.page108_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.8px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

/*--- page109-area start ----*/
.page109-area {
    padding: 30px 0;
    background: #fff;
}

.page109_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 10px;
    text-decoration: underline;
    text-align: center;
}

.page109_box {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.page109_boxLT {
    width: 65%;
}

.page109_boxRT {
    width: 35%;

}

.page109box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page109box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page109_nEwbox {
    display: flex;
    align-items: end;
    gap: 6px;
    margin-top: -31px;
}

.page109box_image3 img {
    width: 145px;
    height: 407.75px;
    display: block;
    margin: auto;
}

.page109box_image4 img {
    width: 156.96px;
    height: 370.29px;
    display: block;
    margin: auto;
    margin-left: 25px;
}

/*--- page110-area start ----*/
.page110-area {
    padding: 30px 0;
    background: #fff;
}

.page110_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
    text-decoration: underline;
    text-align: center;
}

.page110_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page110_boxitem {
    width: 20%;
}

.page110box_image1 img {
    width: 100%;
    height: 353px;
    display: block;
    margin: auto;
}

.page110_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page110_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page110_grouppart {
    display: flex;
    gap: 18px;
    padding-top: 8px;
}

.page110box_image2 img {
    width: 90px;
    height: 293.21px;
    display: block;
    margin: auto;
}

.page110box_image3 img {
    width: 91px;
    display: block;
    margin: auto;
}


/*--- page111-area start ----*/
.page111-area {
    padding: 30px 0;
    background: #fff;
}

.page111_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    padding: 30px 0;
}

.page111box_image1 img {
    width: 190.8px;
    display: block;
    margin: auto;
}

.page111box_image2 img {
    width: 543.6px;
    display: block;
    margin: auto;
}


/*--- page112-area start ----*/
.page112-area {
    padding: 30px 0;
    background: #fff;
}

.page112_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
    text-decoration: underline;
    text-align: center;
}


.page112box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page112_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    padding-top: 15px;
}

.page112_boxLT {
    width: 65%;
}

.page112_boxRT {
    width: 35%;
}

.page112_innerhd p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    padding-bottom: 0px;
    padding-right: 41px;
}

.page112_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page112box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page112_downbox {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: -8px;
}

.page112box_image3 img {
    width: 72px;
    height: 72px;
}

.page112_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;   
}


/*--- page113-area start ----*/
.page113-area {
    padding: 30px 0;
    background: #fff;
}

.page113_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
    text-decoration: underline;
    text-align: center;
}


.page113box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page113_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.page113_boxLT {
    width: 65%;
}

.page113_boxRT {
    width: 35%;
}

.page113_innerhd p {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    padding-bottom: 0px;
    padding-right: 41px;
}

.page113_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
}

.page113box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}



.page113_groupbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;

}

.page113box_image2 img {
    width: 115.92px;
    height: 113.82px;
    display: block;
    margin: auto;
}

.page113box_image3 img {
    width: 124.56px;
    height: 115.27px;
    display: block;
    margin: auto;
}

.page113box_image4 img {
    width: 162px;
    display: block;
    margin: auto;
}

.page113_downbox {
    padding-top: 8px;
}

.page113_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;   
}


/*--- page114-area start ----*/
.page114-area {
    padding: 30px 0;
    background: #fff;
}

.page114_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page114_mainbox {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page114_mainboxLT {
    width: 25%;
}

.page114_mainboxRT {
    width: 75%;
}



.page114box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.page114_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.page114_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    font-weight: 400;
    margin: 0;
}

.page114_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
}

.page114_boxLT {
    width: 70%;
}

.page114_boxRT {
    width: 30%;
}


.page114_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page114_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 8px;
    font-weight: 400;
    margin: 0;
}

.page114box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page114box_image7 img {
    width: 342px;
    display: block;
    margin: auto;
}



/*--- page115-area start ----*/
.page115-area {
    padding: 30px 0;
    background: #fff;
}

.page115_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}



.page115_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.page115_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    font-weight: 400;
    margin: 0;
}

.page115_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 7px;
}

.page115_boxLT {
    width: 55%;
}

.page115_boxRT {
    width: 45%;
}

.page115_text1 {
    display: flex;
    justify-content: center;
}

.page115_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.86px;
    font-weight: 400;
    margin: 0;
}


.page115_tptextimgPT {
   display: flex;
   align-items: center;
}

.page115_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.86px;
    font-weight: 400;
    margin: 0;
}

.page115box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page115box_image2 img {
    width: 95.76px;
    display: block;
    margin: auto;
    position: relative;
    top: 20px;
    left: -19px;
}

.page115_downbox {
    display: flex;
    gap: 20px;
    padding-top: 20px;
}

.page115_downboxLT {
    width: 50%;
}

.page115_downboxRT {
    width: 50%;
}


.page115box_image3 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page115box_image4 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.page115_text3 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    font-weight: 400;
    margin: 0;
}



/*--- page116-area start ----*/
.page116-area {
    padding: 30px 0;
    background: #fff;
}

.page116_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 25px;
}

.page116_toppart {
    padding-bottom: 20px;
}

.page116box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page116_text1 {
    padding-bottom: 20px;
}

.page116_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
}

.page116_boxpt {
    display: flex;
    align-items: center; 
}

.page116_boxitem {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page116_text2 {
    display: flex;
    justify-content: center;
}

.page116_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
}

.page116box_image2 img {
    width: 66.24px;
    height: 182.98px;
    display: block;
    margin: auto;
}

.page116box_image3 img {
    width: 76.32px;
    height: 198.83px;
    display: block;
    margin: auto;
}


.page116box_image4 img {
    width: 95.76px;
    height: 200.99px;
    display: block;
    margin: auto;
}


.page116box_image5 img {
    width: 86.4px;
    height: 199.55px;
    display: block;
    margin: auto;
}


/*--- page117-area start ----*/
.page117-area {
    padding: 30px 0;
    background: #fff;
}

.page117_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}



.page117_text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.page117_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10.1px;
    font-weight: 400;
    margin: 0;
}

.page117_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 7px;
}

.page117_boxLT {
    width: 80%;
}

.page117_boxRT {
    width: 20%;
}

.page117_text1 {
    display: flex;
    justify-content: center;
}

.page117_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 15.86px;
    font-weight: 400;
    margin: 0;
}

.page117box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page117_nEwbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 7px;
}

.page117_nEwboxLT {
    width: 55%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page117_nEwboxRT {
    width: 45%;
}


.page117box_image3 img {
    width: 170.64px;
    display: block;
    margin: auto;
}

.page117box_image4 img {
    width: 118.8px;
    display: block;
    margin: auto;
}


.page117box_image5 img {
    width: 108px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page117_text2 {
   margin-top: -41px;    
}

.page117_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
}


.page117_text2 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}


.page117box_image6 img {
    width: 475.92px;
    display: block;
}


.page117box_downgroup {
    display: flex;
    align-items: start;
    gap: 14px;
    justify-content: right;
    padding-top: 8px;
}

.page117box_image7 img {
    width: 101.52px;
    display: block;
}

.page117box_image8 img {
    width: 101.52px;
    display: block;
}

.page117box_image9 img {
    width: 287.28px;
    display: block;
}



/*--- page118-area start ----*/
.page118-area {
    padding: 30px 0;
    background: #fff;
}

.page118_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}


.page118_toppart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 10px;
}

.page118box_image1 img {
    width: 172.8px;
}

.page118box_image2 img {
    width: 302.4px;
}

.page118_NRbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 10px;
}

.page118_NRboxLT {
    width: 50%;
}

.page118_NRboxRT {
    width: 50%;
}

.page118box_image3 img {
    width: 100%;
    display: block;
}


.page118_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
}

.page118_downbox {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
}

.page118box_image4 img {
    width: 100%;
    display: block;
}

.page118_downboxLT {
    width: 80%;
}

.page118_downboxRT {
    width: 20%;
}

.page118_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
}

.page118_text2 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.24px;
    font-weight: 400;
    margin: 0;
    padding-top: 12px;
}


/*--- page119-area start ----*/
.page119-area {
    padding: 30px 0;
    background: #fff;
}

.page119_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page119_part {
    position: relative;
}


.page119_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 7px;
}

.page119_boxLT {
    width: 60%;
}

.page119_boxRT {
    width: 40%;
}


.page119_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}
.page119box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page119box_image6 img {
    width: 181.44px;
    display: block;
    margin: auto;
    margin-right: 0px;
}


.page119_nEwbox {
    position: absolute;
    top: 285px;
    right: 0;
}

.page119box_image7 img {
    width: 109.44px;
    display: block;
    margin: auto;
}


.page119_text2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.page119_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page119_text2 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}


/*--- page120-area start ----*/
.page120-area {
    padding: 30px 0;
    background: #fff;
}

.page120_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page120_part {
    position: relative;
}

.page120_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 20px;
}

.page120_boxLT {
    width: 70%;
}

.page120_boxRT {
    width: 30%;
}

.page120_text1 {
    display: flex;
    justify-content: center;
}

.page120_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}
.page120box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page120box_image6 img {
    width: 115.2px;
    display: block;
    margin-bottom: -54px;
}

/*--- page121-area start ----*/
.page121-area {
    padding: 30px 0;
    background: #fff;
}

.page121_head h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 23px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}

.page121_part {
    position: relative;
}

.page121_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 20px;
    position: relative;
}

.page121_boxLT {
    width: 60%;
}

.page121_boxRT {
    width: 40%;
}

.page121_text1 {
    display: flex;
    justify-content: right;
}

.page121_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page121_text1 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.page121box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page121_groupbox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.page121box_image4 img {
    width: 113.8px;
    height: 216.12px;
    position: absolute;
    top: 53px;
}

.page121box_image5 img {
    width: 118.8px;
}

.page121box_image6 img {
    width: 111.6px;
}

.page121box_image7 img {
    width: 234px;
}


/*--- page122-area start ----*/
.page122-area {
    padding: 30px 0;
    background: #fff;
}

.page122_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page122_head span {
    width: 52px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page122_box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page122_box1img img {
    max-width: 100%;
    display: block;
}

.page122_box1text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding-left: 138px;
}

.page122_box1left {
    width: 60%;
}

.page122_box1right {
    width: 40%;
}


.page122_box2left {
    width: 60%;
}

.page122_box2right {
    width: 40%;
}

.page122_box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.page122_box2img img {
    max-width: 100%;
    display: block;
}

.page122_box2text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding-left: 138px;
}

.page122_head2 h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page122_head2 span {
    width: 130px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page122_head2 {
    padding-bottom: 40px;
}

.page122_part2 {
    padding-top: 60px;
}

.page122_box3left {
    width: 50%;
}

.page122_box3right {
    width: 50%;
    display: flex;
    align-items: center;
}

.page122_box3img img {
    max-width: 100%;
    display: block;
}

.page122_box3img {
    margin-left: 15px;
    margin-bottom: 5px;
}

.page122_box3img2 img {
    max-width: 100%;
    height: 165.69px;
    display: block;
}

.page122_box3img2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    text-align: center; 
    padding-top: 5px;
}

.page122_box3TT1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
}

.page122_box3TT2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-left: 10px;
}

.page122_box3TT1 {
    padding-bottom: 25px;
}

.page122_box3TT2 {
    padding-top: 25px;
}

.page122_box3 {
    display: flex;
    gap: 5px;
}

.page122_box3TTimg img {
    max-width: 100%;
    height: 91px;
    display: block;
}

.page122_box3TTright {
    width: 50%;
    margin-top: -19px;
}

.page122_box3TTleft {
    width: 50%;
}

.page122_box3TTLT_img img {
    max-width: 100%;
    display: block;
}

/*--- page123-area start ----*/
.page123-area {
    padding: 30px 0;
    background-color: #fff;
}

.page123_headbg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page123_box1 {
    display: flex;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.page123_box1left {
    width: 60%;
}

.page123_box1right {
    width: 40%;
}

.page123_box1leftimg img {
    max-width: 100%;
    display: block;
}

.page123_box1righttext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-left: 100px;
    padding-top: 10px;
}

.page123_box2 {
    display: flex;
    align-items: center;
}

.page123_box2left {
    width: 70%;
}

.page123_box2right {
    width: 30%;
}

.page123_box2leftimg img {
    max-width: 100%;
    display: block;
}

.page123_box2righttext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-left: 56px;
    padding-top: 10px;
}

.page123_box2_head h2 {
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page123_box2_head span {
    width: 52px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page123_box2_head {
    padding-bottom: 10px;
}

.page123_box3 {
    display: flex;
    padding-top: 5px;
}

.page123_box3left {
    width: 30%;
    padding-top: 25px;
}

.page123_box3right {
    width: 70%;
}

.page123_box3leftimg img {
  max-width: 100%;
  height: 87.169px;
  display: block;
  margin: auto;
}

.page123_box3rightimg img {
  max-width: 100%;
  height: 208.92px;
  display: block;
}

/*--- page123-area start ----*/
.page124-area {
    padding: 30px 0;
    background-color: #fff;
}

.page124_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page124_head span {
    width: 63px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page124_box1 {
    display: flex;
    align-items: end;
    margin-top: -25px;
}

.page124_box1itme1 {
    width: 60%;
}

.page124_box1itme2 {
    width: 15%;
}

.page124_box1itme3 {
    width: 25%;
}

.page124_box1itme1img img {
    max-width: 100%;
    display: block;
    padding-left: 10px;
}

.page124_box1itme3img img {
    max-width: 100%;
    display: block;
}

.page124_box1itme2text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: -115px;
    padding-left: 5px;
}

.page124_box1itme2text p span {
    font-family: "calibri-italic";
}

.page124box1text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 5px;
}

.page124_box2 {
    display: flex;
}

.page124_box2left {
    width: 50%;
    padding-left: 5px;
}

.page124_box2right {
    width: 50%;
    display: flex;
}

.page124box2_LTimages1 img {
    max-width: 100%;
    display: block;
    padding-right: 5px;   
}

.page124box2_LTimages1 {
    padding-bottom: 5px;
}

.page124box2_LTimages2 img {
    max-width: 100%;
    display: block;
   
}
.page124box2_LTimages3 img {
    max-width: 100%;
    display: block;   
}

.page124box2_RTimages1 img {
    max-width: 100%;
    height: 79.965px;
    display: block;
    margin: auto;
}

.page124box2_RTimages2 img {
    max-width: 100%;
    height: 69.879px;
    display: block;  
}

.page124box2_RTimages2 {
      padding-left: 8px;
    margin-top: 45px;
}

.page124box2RT_text p {
    color: #000;
    font-size: 12px;
    font-weight: 400;   
}

.page124box2RT_text {
    padding-bottom: 42px; 
    padding-left: 30px;
}

.page124box2RT_text:nth-child(3) {
    padding-bottom: 0;
}

.page124box2RT_text p span {
    font-family: "calibri-italic";
}

.page124box2RT_box1 {
    width: 40%;
}

.page124box2RT_box2 {
    width: 60%;
}

.page124box2RT_TTimg img {
    max-width: 100%;
    display: block;
}

.page124box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page124box3_head span {
    width: 53px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page124_box3img img {
    max-width: 100%;
    display: block;
}

.page124_box3text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 150px;
}

.page124box3_main {
    display: flex;
    align-items: center;
}

.page124_box3left {
    width: 50%;
}

.page124_box3rihgt {
    width: 50%;
}

.page124_box3 {
    margin-top: -28px;
}

.page124box2_LTimages2 {
    padding-bottom: 5px;
}


/*--- page125-area start ----*/
.page125-area {
    padding: 30px 0;
    background-color: #fff;
}

.page125_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page125_head span {
    width: 255px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page125_head img {
    max-width: 100%;
    height: 248.54px;
    display: block;
    margin: auto;
}

.page125_box {
    display: flex;
    padding-top: 5px;
    align-items: center;
}

.page125box_LTimg img {
    max-width: 100%;
    display: block;
}

.page125box_LTimg {
    padding-bottom: 5px;
}

.page125box_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 23px;  
}

.page125box_left {
    width: 70%;
}

.page125box_right {
    width: 30%;
}

.page125_box2 {
    display: flex;
    align-items: center;
}

.page125box2_LTimg img {
    max-width: 100%;
    display: block;
}

.page125box2_LTimg {
    padding-bottom: 10px;
}

.page125box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 23px;  
}

.page125box2_left {
    width: 65%;
    padding-left: 10px;
}

.page125box2_right {
    width: 35%;
}

.page125_box3 {
    display: flex;
    align-items: center;
}

.page125box3_LTimg img {
    max-width: 100%;
    display: block;
}

.page125box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 23px; 
}

.page125box3_left {
    width: 70%;
}

.page125box3_right {
    width: 30%;
}

/*--- page126-area start ----*/
.page126-area {
    padding: 30px 0;
    background-color: #fff;
}

.page126_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page126_head span {
    width: 105px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page126_box {
    display: flex;
    padding-top: 5px;
    align-items: center;
}

.page126box_LTimg img {
    max-width: 100%;
    display: block;
    padding-right: 10px;
}

.page126box_LTimg {
    padding-bottom: 8px;
}

.page126box_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 50px;  
}

.page126box_RTtext p span {
    font-family: "calibri-italic";
}

.page126box_left {
    width: 65%;
    padding-left: 20px;
}

.page126box_right {
    width: 35%;
}

.page126_box2 {
    display: flex;
    align-items: center;
}

.page126box2_LTimg img {
    max-width: 100%;
    display: block;
}

.page126box2_LTimg {
    padding-bottom: 8px;
}

.page126box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 50px;  
}

.page126box2_left {
    width: 65%;
    padding-left: 20px;
}

.page126box2_right {
    width: 35%;
}

.page126_box3 {
    display: flex;
    align-items: center;
}

.page126box3_LTimg img {
    max-width: 100%;
    display: block;
    padding-right: 10px;
}

.page126box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 50px; 
}

.page126box3_left {
    width: 65%;
    padding-left: 20px;
}

.page126box3_right {
    width: 35%;
}

.page126box4_left {
    width: 65%;
}

.page126box4_right {
    width: 35%;
}

.page126_box4 {
    display: flex;
    align-items: center;
}

.page126box4_LTimg img {
    max-width: 100%;
    display: block;
    padding-left: 20px;
}

.page126box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 50px; 
}

.page126box3_LTimg {
    padding-bottom: 5px;
}

.page126_box5 {
    display: flex;
}

.page126box5_left {
    width: 60%;
}

.page126box5_right {
    width: 40%;
}

.page126box5_LTimg img {
    max-width: 100%;
    display: block;
}

.page126box5_RTimg img {
    max-width: 100%;
    height: 135px;
    display: block;
    margin-left: 43px;
    margin-top: -15px;
}

.page126box5_RTimg2 img {
    width: 238px;
    height: 80px;
    display: block;
    margin-left: -17px;
}

/*--- page127-area start ----*/
.page127-area {
    padding: 30px 0;
    background-color: #fff;
}

.page127_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page127_head span {
    width: 67px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page127_head img {
    max-width: 100%;
    height: 248.54px;
    display: block;
    margin: auto;
}

.page127_box {
    display: flex;
    align-items: center;
}

.page127box_LTimg img {
    max-width: 100%;
    display: block;
}

.page127box_LTimg {
    padding-bottom: 5px;
}

.page127box_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding-left: 95px;
    margin-top: -15px; 
}

.page127box_left {
    width: 65%;
}

.page127box_right {
    width: 35%;
}

.page127_box2 {
    display: flex;
    align-items: center;
}

.page127box2_LTimg img {
    max-width: 100%;
    display: block;
}

.page127box2_LTimg {
    padding-bottom: 5px;
}

.page127box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 75px;  
}

.page127box2_left {
    width: 70%;
}

.page127box2_right {
    width: 30%;
}

.page127_box3 {
    display: flex;
    align-items: center;
}

.page127box3_LTimg img {
    max-width: 100%;
    display: block;
}

.page127box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 75px; 
}

.page127box3_left {
    width: 65%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.page127box3_right {
    width: 35%;
}

.page127_head2 h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page127_head2 span {
    width: 65px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page127_box4 {
    display: flex;
    align-items: center;
}

.page127box4_LTimg img {
    max-width: 100%;
    display: block;
}

.page127box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 25px; 
}

.page127box4_left {
    width: 65%;
}

.page127box4_right {
    width: 35%;
}

/*--- page128-area start ----*/
.page128-area {
    padding: 30px 0;
    background-color: #fff;
}

.page128_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page128_head span {
    width: 67px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page128_box1 {
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.page128box1_LTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 150px;
}

.page128box1_RTimg img {
    max-width: 100%;
    height: 165px;
    display: block;
    margin: auto;
}

.page128box1_left {
    width: 50%;
}

.page128box1_right {
    width: 50%;
}

.page128_head2 h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page128_head2 span {
    width: 92px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page128_head2 {
    margin-bottom: 30px;
}

.page128_box2 {
    display: flex;
}

.page128box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 10px;
}

.page128box2_LTimg img {
    max-width: 100%;
    height: 150px;
    display: block;
}

.page128box2_left {
    width: 70%;
}

.page128box2_right {
    width: 30%;
    padding-left: 40px;
}

.page128box2_RTtext img {
    max-width: 100%;
    height: 97px;
    display: block;
    margin: auto;
}

.page128_head3 h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page128_head3 span {
    width: 65px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page128_head3 {
    margin-bottom: 10px;
}

.page128_box3 {
    display: flex;
}

.page128box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 5px;
}


.page128box3_LTimg img {
    max-width: 100%;
    height: 154px;
    display: block;
}

.page128box3_left {
    width: 75%;
}

.page128box3_right {
    width: 25%;
}


.page128mainbox3 {
    padding-top: 15px;
}

.page128_box4 {
    display: flex;
    padding-top: 3px;
}

.page128box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 13px;
}

.page128box4_LTimg img {
    max-width: 100%;
    height: 155px;
    display: block;
}

.page128box4_left {
    width: 55%;
}

.page128box4_right {
    width: 45%;
}

/*--- page129-area start ----*/
.page129-area {
    padding: 30px 0;
    background-color: #fff;
}

.page129_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page129_head span {
    width: 162px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page129_box {
    display: flex;
    padding-top: 5px;
    align-items: center;
}

.page129box_LTimg img {
    max-width: 100%;
    display: block;
    padding-right: 10px;
}

.page129box_LTimg {
    padding-bottom: 15px;
}

.page129box_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 40px;  
}


.page129box_left {
    width: 70%;
}

.page129box_right {
    width: 30%;
}

.page129_box2 {
    display: flex;
    align-items: center;
}

.page129box2_LTimg img {
    max-width: 100%;
    display: block;
}

.page129box2_LTimg {
    padding-bottom: 5px;
    padding-left: 10px;
}

.page129box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    padding-left: 50px;  
}

.page129box2_left {
    width: 70%;
}

.page129box2_right {
    width: 30%;
}

.page129_box3 {
    display: flex;
    align-items: center;
}

.page129box3_LTimg img {
    max-width: 100%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

.page129box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;  
    padding-left: 50px; 
}

.page129box3_RTtext p span {
    font-family: "calibri-italic";
}

.page129box3_left {
    width: 70%;
}

.page129box3_right {
    width: 30%;
}

.page129_box5 {
    display: flex;
}

.page129box5_left {
    width: 60%;
}

.page129box5_right {
    width: 40%;
}

.page129box5_LTimg img {
    max-width: 100%;
    height: 176.5px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page129box5_LTimg p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    padding-left: 54px;
    padding-top: 2px;  
}

.page129box5_RTimg img {
    max-width: 100%;
    height: 229.78px;
    display: block;
    padding-left: 48px;
    margin-top: -25px;
}

/*--- page130-area start ----*/
.page130-area {
    padding: 30px 0;
    background-color: #fff;
}

.page130_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page130_head span {
    width: 194px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page130_box1 {
    display: flex;
}

.page130box1_left {
    width: 50%;
}

.page130box1_image1 img {
    max-width: 100%;
    display: block;
}

.page130box1_LTpart {
    display: flex;
}

.page130box1_image2 img {
    width: 172px;
    display: block;
    margin-top: -4px;
}

.page130box1_image3 img {
    width: 150px;
    display: block;
}

.page130box1_right {
    width: 50%;
    display: flex;
}

.page130box1_RTitme1 {
    width: 35%;
}

.page130box1_RTitme2 {
    width: 35%;
}

.page130box1_RTitme3 {
    width: 30%;
}

.page130box1_RTitme1 img {
    max-width: 100%;
    height: 125px;
    display: block;
    margin-top: 84px;
}

.page130box1_RTitme2 img {
    max-width: 100%;
    height: 285px;
    display: block;
}

.page130box1_RTitme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-top: 85px;
    padding-bottom: 25px;
}

.page130box1_RTitme3 p:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

.page130_box2 {
    display: flex;
}

.page130box2_left {
    width: 30%;
}

.page130box2_lefttext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.page130box2_lefttext p span {
    font-family: "calibri-bold";
}

.page130box2_right {
    width: 70%;
}

.page130box2RT_part {
    display: flex;
    padding-top: 5px;
}


.page130box2RT_itme1 {
    width: 45%;
}

.page130box2RT_itme2 {
    width: 35%;
}

.page130box2RT_itme3 {
    width: 20%;
}

.page130box2RT_image1 img {
    max-width: 100%;
    height: 79px;
    display: block;
    margin: auto;
}

.page130box2RT_image2 img {
    max-width: 100%;
    height: 72px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.page130box2RT_itme2 img {
    max-width: 100%;
    height: 220px;
    display: block;
}

.page130box2RT_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-top: 50px;
    padding-bottom: 25px;
}

.page130box2RT_itme3 p:last-child {
    padding-top: 0;
    padding-bottom: 0;
}

.page130_box3 {
    display: flex;
}

.page130box3_left {
    width: 70%;
    padding-bottom: 2px;
}

.page130box3_right {
    width: 30%;
}

.page130box3_iamge1 img {
    max-width: 100%;
    display: block;
    margin-left: 25px;
    margin-top: 3px;
}

.page130box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 47px;
}

.page130box3_text p span {
   font-family: "calibri-italic";
}

.page130_box4 {
    display: flex;
    align-items: center;
}

.page130box4_left {
    width: 70%;
    padding-bottom: 1px;
}

.page130box4_right {
    width: 30%;
}

.page130box4_iamge1 img {
    max-width: 100%;
    display: block;
    margin-left: 0px;
}


.page130box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 5px;
}

.page130box4_text p span {
   font-family: "calibri-italic";
}

/*--- page131-area start ----*/
.page131-area {
    padding: 30px 0;
    background-color: #fff;
}

.page131_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page131_head span {
    width: 67px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 3px;
}

.page131_box1 {
    display: flex;
    align-items: center;
}

.page131box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 128px;
}

.page131box1_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page131box1_left {
    width: 60%;
}

.page131box1_right {
    width: 40%;
}

.page131_box2 {
    display: flex;
    align-items: center;
}

.page131box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 65px;
}

.page131box2_RTtext p span {
    font-size: 7px;
}

.page131box2_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page131box2_left {
    width: 60%;
    padding: 0 5px;
}

.page131box2_right {
    width: 40%;
}

.page131_head3 h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page131_head3 span {
    width: 80px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 3px;
}

.page131_box3 {
    display: flex;
    align-items: center;
}

.page131box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 116px;
}

.page131box3_LTimg img {
    max-width: 100%;
    display: block;
}

.page131box3_left {
    width: 60%;
}

.page131box3_right {
    width: 40%;
}

.page131_box4 {
    display: flex;
    align-items: center;
}

.page131box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 116px;
}

.page131box4_LTimg img {
    max-width: 100%;
    display: block;
}

.page131box4_left {
    width: 60%;
    padding-right: 15px;
}

.page131box4_right {
    width: 40%;
}

.page131_box5 {
    display: flex;
    align-items: center;
}

.page131box5_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 116px;
}

.page131box5_LTimg img {
    max-width: 100%;
    display: block;
}

.page131box5_left {
    width: 60%;
}

.page131box5_right {
    width: 40%;
}

.page131box6_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 5px;
}

/*--- page132-area start ----*/
.page132-area {
    padding: 30px 0;
    background-color: #fff;
}

.page132_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page132_head span {
    width: 80px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 3px;
}

.page132_box1 {
    display: flex;
    align-items: center;
}

.page132box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 70px;
}

.page132box1_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box1_left {
    width: 65%;
}

.page132box1_right {
    width: 35%;
}

.page132_box2 {
    display: flex;
    align-items: center;
}

.page132box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 70px;
}


.page132box2_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box2_left {
    width: 65%;
    padding: 0 5px;
    padding-bottom: 3px;
}

.page132box2_right {
    width: 35%;
}


.page132_box3 {
    display: flex;
    align-items: center;
}

.page132box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 70px;
}

.page132box3_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box3_left {
    width: 65%;
    padding-left: 5px;
    padding-bottom: 3px;
}

.page132box3_right {
    width: 35%;
}

.page132_box4 {
    display: flex;
    align-items: center;
}

.page132box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 70px;
}


.page132box4_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box4_left {
    width: 65%;
    padding: 0 10px;
    padding-bottom: 8px;
}

.page132box4_right {
    width: 35%;
}

.page132_box5 {
    display: flex;
    align-items: center;
}

.page132box5_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 70px;
}


.page132box5_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box5_left {
    width: 65%;
    padding-bottom: 5px;
}

.page132box5_right {
    width: 35%;
}

.page132_box6 {
    display: flex;
    align-items: center;
}

.page132box6_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 90px;
}


.page132box6_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page132box6_left {
    width: 65%;
    padding-right: 10px;
}

.page132box6_right {
    width: 35%;
}

/*--- page133-area start ----*/
.page133-area {
    padding: 30px 0;
    background-color: #fff;
}

.page133_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page133_head span {
    width: 80px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}

.page133_box1 {
    display: flex;
    align-items: center;
}

.page133box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 163px;
}

.page133box1_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box1_left {
    width: 55%;
    padding-bottom: 3px;
}

.page133box1_right {
    width: 45%;
}

.page133_box2 {
    display: flex;
    align-items: center;
}

.page133box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 25px;
}


.page133box2_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box2_left {
    width: 60%;
    padding-bottom: 3px;
}

.page133box2_right {
    width: 40%;
    display: flex;
    align-items: center;
}

.page133box2_RTiamge {
    width: 50%;
}

.page133box2_RTiamge img {
    max-width: 100%;
    height: 85px;
    display: block;
    margin-left: 15px;
}

.page133box2_RTtext{
    width: 50%;
}

.page133_box3 {
    display: flex;
    align-items: center;
}

.page133box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 107px;
}

.page133box3_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box3_left {
    width: 65%;
    padding-bottom: 3px;
}

.page133box3_right {
    width: 35%;
}

.page133_box4 {
    display: flex;
    align-items: center;
}

.page133box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 135px;
}

.page133box4_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box4_left {
    width: 60%;
    padding-bottom: 8px;
}

.page133box4_right {
    width: 40%;
}

.page133_box5 {
    display: flex;
    align-items: center;
}

.page133box5_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 135px;
}

.page133box5_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box5_left {
    width: 60%;
    padding: 0 10px;
    padding-bottom: 5px;
}

.page133box5_right {
    width: 40%;
}

.page133_box6 {
    display: flex;
    align-items: center;
}

.page133box6_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 135px;
}


.page133box6_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page133box6_left {
    width: 60%;
}

.page133box6_right {
    width: 40%;
}

/*--- page134-area start ----*/
.page134-area {
    padding: 30px 0;
    background-color: #fff;
}

.page134_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page134_head span {
    width: 180px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 6px;
}


.page134_box1 {
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.page134box1_left {
    width: 75%
}

.page134box1_right {
    width: 25%
}

.page134box1LT_image img {
    max-width: 100%;
    display: block;
}

.page134box1RT_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 25px;
}

.page134_box2 {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.page134box2_left {
    width: 60%
}

.page134box2_right {
    width: 40%
}

.page134box2LT_image img {
    max-width: 100%;
    height: 480.51px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page134box2RT_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 55px;
}

.page134box2RT_text h6 {
    font-family: "calibri-bold";
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding-left: 55px;
    padding-bottom: 10px;
}

/*--- page135-area start ----*/
.page135-area {
    padding: 30px 0;
    background-color: #fff;
}

.page135_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page135_head span {
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page135_box1 {
    display: flex;
    align-items: center;
}

.page135box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 105px;
}

.page135box1_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page135box1_left {
    width: 55%;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 15px;
}

.page135box1_right {
    width: 45%;
}

.page135_box2 {
    display: flex;
    align-items: center;
}

.page135box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 25px;
}

.page135box2_RTtext p span {
    font-size: 7px;
}

.page135box2_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page135box2_left {
    width: 55%;
    padding-bottom: 2px;
}

.page135box2_right {
    width: 45%;
    display: flex;
    align-items: center;
}

.page135box2_RTiamge {
    width: 30%;
}

.page135box2_RTiamge img {
    max-width: 100%;
    height: 59px;
    display: block;
    margin-left: 15px;
}

.page135box2_RTtext{
    width: 70%;
}

.page135_box3 {
    display: flex;
    align-items: center;
}

.page135box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 107px;
}

.page135box3_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page135box3_left {
    width: 55%;
    padding-bottom: 3px;
}

.page135box3_right {
    width: 45%;
}

.page135_box4 {
    display: flex;
    align-items: center;
}

.page135-left {
    width: 40%;
}

.page135-right {
    width: 60%;
}

.page135_LTimage img {
    max-width: 100%;
    height: 348.31px;
    display: block;
    margin-top: -3px;
}

.page135-RTimage img {
    max-width: 100%;
    height: 227px;
    display: block;
}

/*--- page136-area start ----*/
.page136-area {
    padding: 30px 0;
    background-color: #fff;
}

.page136box1_LThead h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.page136box1_LThead span {
    width: 47px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page136_box1 {
    display: flex;    
}

.page136box1_left {
    width: 50%;
}

.page136box1_right {
    width: 50%;
}

.page136box1_LTpart {
    display: flex;
}

.page136box1_LTimage img {
    max-width: 100%;
    height: 135px;
    display: block;
}

.page136box1_LTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.page136box1_RThead {
    margin-left: 60px;
}

.page136box1_RThead h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.page136box1_RThead span {
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page136box1_RTpart {
    display: flex;
}

.page136box1_RTimage img {
    max-width: 100%;
    height: 135px;
    display: block;
}

.page136box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 50px;
    text-align: right;
}

.page136box2_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page136box2_head  span {
    width: 67px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page136_box2 {
    display: flex;
}

.page136box2_left {
    width: 75%;
}

.page136box2_right {
    width: 25%;
}

.page136box2_LTiamge img {
    max-width: 100%;
    display: block;
}

.page136box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 36px;
    padding-top: 25px;
}

.page136box3_head {
    background-color: #4f4745;
}

.page136box3_head h2 {
    font-family: "calibri-regular";
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
    text-align: center;
}

.page136box3_itme img {
    max-width: 100%;
    display: block;
}


/*--- page137-area start ----*/
.page137-area {
    padding: 30px 0;
    background-color: #fff;
}

.page137_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page137_head span {
    width: 317px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page137_box1 {
    display: flex;
}

.page137box1_left {
    width: 50%;
    display: flex;
    margin-top: -30px;
}

.page137box1_LTimage1 {
    width: 40%;
}

.page137box1_LTitme {
    margin-top: 50px;
    width: 60%;
}

.page137box1_LTimage1 img {
    max-width: 100%;
    height: 294px;
    display: block;
}

.page137box1_LTimage2 img {
    max-width: 100%;
    height: 199px;
    display: block;
    margin-left: 2px;
}

.page137box1_LTimage3 img {
    max-width: 100%;
    height: 53px;
    display: block;
    margin-left: 14px;
}

.page137box1_RTpart {
    display: flex;
    align-items: end;
}

.page137box1RT_itme1 {
    width: 35%;
}

.page137box1RT_itme2 {
    width: 65%;
}

.page137box1RT_itme1 h2 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.page137box1RT_itme2 img {
    width: 108px;
    height: 184.42px;
    display: block;
}

.page137box1_RTtext h2 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400; 
    padding-bottom: 5px;
}

.page137box1_RTtext h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    padding-bottom: 25px;
}

.page137box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400; 
}

.page137box1_right {
    width: 50%;
    margin-top: -4px;
}


.page137box2_text {
    padding-top: 8px;
}
.page137box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;  
}

.page137_box3 {
    display: flex;
    padding-top: 10px;
}

.page137box3_left {
    width: 35%;
}

.page137box3_right {
    width: 65%;
}

.page137box3_images1 img {
    max-width: 100%;
    display: block;
}


.page137box3_images2 img {
    max-width: 100%;
    height: 276px;
    display: block;
}


/*--- page138-area start ----*/
.page138-area {
    padding: 30px 0;
    background-color: #fff;
}

.page138_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page138_head span {
    width: 87px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 20px;
}

.page138_box1 {
    display: flex;
    align-items: center;
}

.page138box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 15px;
}

.page138box1_LTimg img {
    max-width: 100%;
    height: 174px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

.page138box1_left {
    width: 70%;
}

.page138box1_right {
    width: 30%;
}

.page138_box2 {
    display: flex;
    align-items: center;
}

.page138box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 15px;
}


.page138box2_LTimg img {
    max-width: 100%;
    height: 145px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.page138box2_left {
    width: 70%;
}

.page138box2_right {
    width: 30%;
}

.page138_box3 {
    display: flex;
    align-items: center;
}

.page138box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 22px;
}

.page138box3_LTimg img {
    max-width: 100%;
    height: 157px;
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

.page138box3_left {
    width: 70%;
}

.page138box3_right {
    width: 30%;
}

.page138_box4 {
    display: flex;
    align-items: center;
}

.page138box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 22px;
}

.page138box4_LTimg img {
    max-width: 100%;
    height: 152px;
    display: block;
    margin: auto;
}

.page138box4_left {
    width: 70%;
}

.page138box4_right {
    width: 30%;
}

/*--- page139-area start ----*/
.page139-area {
    padding: 30px 0;
    background-color: #fff;
}

.page139_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page139_head span {
    width: 87px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 20px;
}

.page139_box1 {
    display: flex;
    align-items: center;
}

.page139box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 88px;
}

.page139box1_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.page139box1_left {
    width: 70%;
}

.page139box1_right {
    width: 30%;
}

.page139_box2 {
    display: flex;
    align-items: center;
}

.page139box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 88px;
}

.page139box2_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 35px;
}

.page139box2_left {
    width: 70%;
}

.page139box2_right {
    width: 30%;
}


.page139_box3 {
    display: flex;
    align-items: center;
}

.page139box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 8px;
}


.page139box3_RTtext p span {
    font-family: "calibri-italic";
}

.page139box4_RTtext p span {
    font-family: "calibri-italic";
}

.page139box3_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 35px;
}

.page139box3_left {
    width: 70%;
}

.page139box3_right {
    width: 30%;
}

.page139_box4 {
    display: flex;
}

.page139box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 8px;
    margin-top: 25px;
}

.page139box4_LTimg img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page139box4_left {
    width: 70%;
}

.page139box4_right {
    width: 30%;
}


.page139box4_RTtextimg img {
    max-width: 100%;
    height: 109px;
    display: block;
}

.page139box4_RTtextimg p {
    font-family: "calibri-bold";
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.page139box4_RTtextimg {
    margin-left: 83px;
    margin-top: -200px;
}


/*--- page140-area start ----*/
.page140-area {
    padding: 30px 0;
    background-color: #fff;
}

.page140_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page140_head span {
    width: 240px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 20px;
}

.page140_box1 {
    display: flex;
    align-items: end;
}


.page140box1_itme1 {
    width: 20%;
}

.page140box1_itme2 {
    width: 20%;
}

.page140box1_itme3 {
    width: 20%;
}


.page140box1_itme4 {
    width: 40%;
    margin-top: 114px;
}


.page140box1_itme1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 10px;
}

.page140box1_itme1 p span {
      font-family: "calibri-italic";  
}

.page140box1_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 10px;
}

.page140box1_itme2 p span {
      font-family: "calibri-italic";  
}


.page140box1_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-top: 10px;
}

.page140box1_itme3 p span {
      font-family: "calibri-italic";  
}


.page140box1_itme4 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 8px;
    margin-left: 75px;
}

.page140box1_itme4 p span {
      font-family: "calibri-italic"; 
}


.page140box1_itme1 img {
    width: 105px;
    height: 224px;
    display: block;
}


.page140box1_itme2 img {
    width: 102px;
    height: 224px;
    display: block;
}

.page140box1_itme3 img {
    width: 109px;
    height: 224px;
    display: block;
}

.page140box1_itme4 img {
    max-width: 100%;
    display: block;
}

.page140_box2 {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.page140box2_left {
    width: 55%;
}

.page140box2_right {
    width: 45%;
}

.page140box2_LTimage img {
    max-width: 100%;
    height: 237px;
    display: block;
}


.page140box2_RTimage img {
    max-width: 100%;
    height: 370px;
    display: block;
}

/*--- page141-area start ----*/
.page141-area {
    padding: 30px 0;
    background-color: #fff;
}

.page141_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page141_head span {
    width: 240px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 4px;
}

.page141_box1 {
    display: flex;
    align-items: center;
}

.page141box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page141box1_LTimg img {
    width: 275px;
    height: 96px;
    display: block;
    margin-bottom: 8px;
    margin-left: 20px;
}

.page141box1_left {
    width: 70%;
}

.page141box1_right {
    width: 30%;
}

.page141_box2 {
    display: flex;
    align-items: center;
}

.page141box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page141box2_LTimg img {
    width: 259px;
    height: 106px;
    display: block;
    margin-bottom: 4px;
    margin-left: 28px;
}

.page141box2_left {
    width: 70%;
}

.page141box2_right {
    width: 30%;
}

.page141_box3 {
    display: flex;
    align-items: center;
}

.page141box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}

.page141box3_RTtext p span {
    font-family: "calibri-italic";
}

.page141box3_RTtext h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 7px;
    font-weight: 400;
}

.page141box3_LTimg img {
    width: 270px;
    height: 107px;
    display: block;
    margin-bottom: 8px;
    margin-left: 20px;
}

.page141box3_left {
    width: 70%;
}

.page141box3_right {
    width: 30%;
}

.page141_box4 {
    display: flex;
    align-items: center;
}

.page141box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page141box4_RTtext p span {
    font-family: "calibri-italic";
}

.page141box4_RTtext h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 7px;
    font-weight: 400;
}

.page141box4_LTimg img {
    width: 272px;
    height: 110px;
    display: block;
    margin-bottom: 3px;
    margin-left: 20px;
}

.page141box4_left {
    width: 70%;
}

.page141box4_right {
    width: 30%;
}

.page141_box5 {
    display: flex;
    align-items: center;
}

.page141box5_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page141box5_RTtext p span {
    font-family: "calibri-italic";
}

.page141box5_LTimg img {
    width: 278px;
    height: 110px;
    display: block;
    margin-bottom: 15px;
    margin-left: 20px;
}

.page141box5_left {
    width: 70%;
}

.page141box5_right {
    width: 30%;
}

.page141_box6 {
    display: flex;
    align-items: center;
}

.page141box6_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    padding-bottom: 10px;
}

.page141box6_RTtext h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
}

.page141box6_LTimg img {
    width: 312px;
    height: 113px;
    display: block;
}

.page141box6_left {
    width: 70%;
}

.page141box6_right {
    width: 30%;
}

/*--- page142-area start ----*/
.page142-area {
    padding: 30px 0;
    background-color: #fff;
}

.page142_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page142_head span {
    width: 240px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 25px;
}


.page142_box1 {
    display: flex;
}

.page142box1_left {
    width: 50%;
}

.page142box1_right {
    width: 50%;
    padding-top: 120px;
}

.page142box1_LTiamge p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 15px;
    padding-left: 96px;
}

.page142box1_LTiamge img {
    width: 202px;
    height: 525px;
    display: block;
    margin: auto;
}

.page142box1_RTitme1 img {
   width: 157px;
   height: 175px;
   display: block;
   margin: auto;
}

.page142box1_RTitme2 img {
   width: 250px;
   height: 107px;
   display: block;
   margin: auto;
}

.page142box1_RTitme1 h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page142box1_RTitme1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 95px;
    padding-bottom: 15px;
}

.page142box1_RTitme1 p span {
    font-family: "calibri-italic";
}

.page142box1_RTitme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 95px;
    padding-top: 10px;
}

/*--- page143-area start ----*/
.page143-area {
    padding: 30px 0;
    background-color: #fff;
}

.page143_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page143_head span {
    width: 87px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page143box1_iamge img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page143box1_iamge p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 32px;
    padding-top: 5px;
}

.page143_box2 {
    display: flex;
    padding-top: 20px;
}

.page143box2_left {
    width: 50%;
}

.page143box2_right {
    width: 50%;
}

.page143box2_image img {
    max-width: 100%;
    display: block;
}

.page143box2_text h2 {
    font-family: "calibri-bold";
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding-left: 10px;
}

.page143box2_text h2 span {
    font-family: "calibri-italic";
    font-weight: 400;
}

/*--- page144-area start ----*/
.page144-area {
    padding: 30px 0;
    background-color: #fff;
}

.page144_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page144_head span {
    width: 87px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page144_box1 {
    display: flex;
    padding-top: 20px;
    align-items: center;
}

.page144box1_left {
    width: 60%;
}

.page144box1_right {
    width: 40%;
}

.page144box1_image img {
    width: 320px;
    height: 202px;
    display: block;
}

.page144box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.page144box1_text p span {
    font-family: "calibri-bold"; 
}

.page144_box2 {
    display: flex;
    align-items: center;
}

.page144box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page144box2_iamge img {
    width: 303px;
    height: 117px;
    display: block;
}

.page144box2_left {
    width: 70%;
}

.page144box2_right {
    width: 30%;
}

.page144box_image img {
    width: 336px;
    height: 109px;
    display: block;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 5px;
}

.page144_box4 {
    display: flex;
    align-items: center;
}

.page144box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page144box4_iamge img {
    width: 296px;
    height: 115px;
    display: block;
}

.page144box4_left {
    width: 70%;
}

.page144box4_right {
    width: 30%;
}

.page144_box5 {
    display: flex;
    align-items: center;
}

.page144box5_itme1 {
    width: 60%;
}

.page144box5_itme2 {
    width: 20%;
}

.page144box5_itme3 {
    width: 20%;
}

.page144box5_itme1 img {
    width: 284px;
    height: 129px;
    display: block;
    margin-top: -1px;
}

.page144box5_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.page144box5_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
}

.page144box5_itme3 img {
    width: 78px;
    height: 39px;
    display: block;
    margin: auto;
}

/*--- page145-area start ----*/
.page145-area {
    padding: 30px 0;
    background-color: #fff;
}

.page145_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page145_head span {
    width: 60px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page145_box1 {
    display: flex;
}

.page145box1_left {
    width: 40%;
}

.page145box1_right {
    width: 60%;
}

.page145box1_LTimage img {
    width: 217px;
    height: 185px;
    display: block;
}

.page145box1RT_part {
    display: flex;
    align-items: center;
}

.page145box1_RTitme1 {
    width: 70%;
}

.page145box1_RTitme2 {
    width: 30%;
}

.page145box1_RTitme1 img {
   width: 222px;
   height: 87px;
   display: block;
}

.page145box1_RTitme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 11px;
}

.page145box1RT_part2 {
    display: flex;
    align-items: center;
}

.page145box1_RTitme3 {
    width: 70%;
}

.page145box1_RTitme4 {
    width: 30%;
}

.page145box1_RTitme3 img {
    width: 222px;
    height: 94px;
    display: block;
    margin-top: 2px;
}

.page145box1_RTitme4 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 11px;
}

.page145_box2 {
    display: flex;
    padding-top: 15px;
}

.page145box2_left {
    width: 40%;
}

.page145box2_right {
    width: 60%;
}

.page145box2_LTimage img {
    width: 217px;
    height: 185px;
    display: block;
}

.page145box2RT_part {
    display: flex;
    align-items: center;
}

.page145box2_RTitme1 {
    width: 70%;
}

.page145box2_RTitme2 {
    width: 30%;
}

.page145box2_RTitme1 img {
   width: 222px;
   height: 95px;
   display: block;
}

.page145box2_RTitme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 11px;
}

.page145box2RT_part2 {
    display: flex;
    align-items: center;
}

.page145box2_RTitme3 {
    width: 70%;
}

.page145box2_RTitme4 {
    width: 30%;
}

.page145box2_RTitme3 img {
    width: 222px;
    height: 90px;
    display: block;
    margin-top: 4px;
}

.page145box2_RTitme4 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 11px;
}

.page145box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page145box3_head span {
    width: 50px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page145_box3 {
    display: flex;
}

.page145box3_left {
    width: 55%;
}
.page145box3_right {
    width: 45%;
    display: flex;
    align-items: center;
}

.page145box3_LTpart {
    display: flex;
}

.page145box3_LTimag img {
    width: 290px;
    height: 122px;
    display: block;
    margin-bottom: 2px;
}

.page145box3_LTitme1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 10px;
    padding-top: 5px;
}

.page145box3_LTitme2 img {
    width: 186px;
    height: 131px;
    display: block;
}

.page145box3_RTimage img {
    width: 121px;
    height: 255px;
    display: block;
    margin: auto;
    margin-right: 5px;
}

.page145box3_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 4px;
}

.page145box3_RTimage {
    width: 60%;
}

.page145box3_RTtext {
    width: 40%;
}

.page145box3_LTitme1 {
    width: 40%;
}

.page145box3_LTitme2 {
    width: 60%;
}

.page145box3_head {
    padding-top: 15px;
}

/*--- page146-area start ----*/
.page146-area {
    padding: 30px 0;
    background-color: #fff;
}

.page146_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page146_head span {
    width: 60px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page146_box1 {
    display: flex;
}

.page146box1_left {
    width: 60%;
}

.page146box1_right {
    width: 40%;
    margin-top: -25px;
}

.page146box1_LTimage1 img {
   width: 322px;
   height: 208px;
   display: block;
}

.page146box1_LTimage2 img {
    width: 208px;
    height: 111px;
    display: block;
    margin: auto;
    margin-right: 30px;
    margin-top: 10px;
}

.page146box1_RTimage img {
    width: 184px;
    height: 246px;
    display: block;
}

.page146box1_RTimage p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 10px;
    padding-left: 20px;
}

.page146box2_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page146box2_head span {
    width: 50px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 8px;
}

.page146box2_head {
    padding-top: 10px;
}

.page146_box2 {
    display: flex;
    align-items: center;
}

.page146box2_itme1 {
    width: 60%;
}

.page146box2_itme2 {
    width: 20%;
}

.page146box2_itme3 {
    width: 20%;
}

.page146box2_itme1 img {
    width: 330px;
   height: 122px;
   display: block;
}

.page146box2_itme2 img {
   width: 100px;
   height: 95px;
   display: block;
}

.page146box2_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page146box2_itme3 p span {
    font-family: "calibri-italic";
}

.page146box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page146box3_head span {
    width: 85px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 10px;
}

.page146_box3 {
    display: flex;
    align-items: center;
}

.page146box3_itme1 {
    width: 70%;
}

.page146box3_itme2 {
    width: 30%;
}

.page146box3_itme1 img {
  width: 359px;
   height: 143px;
   display: block;
}

.page146box3_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

/*--- page147-area start ----*/
.page147-area {
    padding: 30px 0;
    background-color: #fff;
}

.page147_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page147_head span {
    width: 85px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page147_head {
    padding-bottom: 15px;
}

.page147_box1 {
    display: flex;
    align-items: center;
}

.page147box1_left {
    width: 70%;
}

.page147box1_right {
    width: 30%;
}

.page147box1_image img {
    width: 345px;
    height: 132px;
    display: block;
    margin-bottom: 3px;
}

.page147box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page147_box2 {
    display: flex;
    align-items: center;
}

.page147box2_left {
    width: 70%;
}

.page147box2_right {
    width: 30%;
}

.page147box2_image img {
    width: 340px;
    height: 139px;
    display: block;
    margin-left: 4px;
    margin-bottom: 2px;
}

.page147box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page147_box3 {
    display: flex;
    align-items: center;
}

.page147box3_left {
    width: 70%;
}

.page147box3_right {
    width: 30%;
}

.page147box3_image img {
    width: 345px;
    height: 118px;
    display: block;
    margin-bottom: 4px;
}

.page147box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page147_box4 {
    display: flex;
    align-items: center;
}

.page147box4_left {
    width: 70%;
}

.page147box4_right {
    width: 30%;
}

.page147box4_image img {
    width: 330px;
    height: 133px;
    display: block;
    margin-bottom: 4px;
    margin-left: 8px;
}

.page147box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page147_box5 {
    display: flex;
    align-items: center;
}

.page147box5_left {
    width: 70%;
}

.page147box5_right {
    width: 30%;
}

.page147box5_image img {
    width: 362px;
    height: 128px;
    display: block;
}

.page147box5_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

/*--- page148-area start ----*/
.page148-area {
    padding: 30px 0;
    background-color: #fff;
}

.page148_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page148_head span {
    width: 305px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page148_head {
    padding-bottom: 5px;
}

.page148_box1 {
    display: flex;
    align-items: center;
}

.page148box1_left {
    width: 50%;
}

.page148box1_right {
    width: 50%;
}

.page148box1_image img {
    width: 216px;
    height: 94px;
    display: block;
    margin-bottom: 3px;
    margin-left: 12px;
}

.page148box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 95px;
}

.page148_box2 {
    display: flex;
}

.page148box2_left {
    width: 50%;
}

.page148box2_right {
    width: 50%;
}

.page148box2_image img {
    width: 241px;
    height: 94px;
    display: block;
    margin-bottom: 3px;
}

.page148box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 95px;
}

.page148_box3 {
    display: flex;
}

.page148box2_time1 {
    width: 48%;
}

.page148box2_time2 {
    width: 25%;
}

.page148box2_time3 {
    width: 27%;
}

.page148box2_time1 img {
    width: 236px;
    height: 89px;
    display: block;
}

.page148box2_time2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}

.page148box2_time2 p span {
    font-family: "calibri-italic";
}

.page148box2_time3 img {
    width: 137px;
    height: 83px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page148_box4 {
    display: flex
}

.page148box4_left {
    width: 55%;
}

.page148box4_right {
    width: 45%;
}

.page148box4_LTimage img {
    width: 276px;
    height: 184px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page148box4_RTimage img {
    width: 246px;
    height: 191px;
    display: block;
}

.page148_box5 {
    display: flex;
}

.page148box5_left {
    width: 55%;    
}

.page148box5_right {
    width: 45%;    
}

.page148box5_iamge img {
    width: 285px;
    height: 200px;
    display: block;
}

.page148box5_iamge p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 5px;
    padding-left: 15px;
}

.page148box5_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 10px;
}

.page148_box6 img {
    width: 89px;
    height: 144px;
    display: block;
    margin-top: -395px;
}

/*--- page149-area start ----*/
.page149-area {
    padding: 30px 0;
    background-color: #fff;
}

.page149_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page149_head span {
    width: 80px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page149_head {
    padding-bottom: 15px;
}

.page149_box1 {
    display: flex;
    align-items: center;
}

.page149box1_left {
    width: 65%;
}

.page149box1_right {
    width: 35%;
}

.page149box1_image img {
    width: 330px;
    height: 130px;
    display: block;
    margin-bottom: 2px;
}

.page149box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page149box1_text p span {
    font-family: "calibri-italic";
}

.page149_box2 {
    display: flex;
    align-items: center;
}

.page149box2_left {
    width: 65%;
}

.page149box2_right {
    width: 35%;
}

.page149box2_image img {
    width: 331px;
    height: 144px;
    display: block;
    margin-bottom: 2px;
}

.page149box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page149_box3 {
    display: flex;
    align-items: center;
}

.page149box3_left {
    width: 65%;
}

.page149box3_right {
    width: 35%;
}

.page149box3_image img {
    width: 334px;
    height: 143px;
    display: block;
    margin-bottom: 2px;
}

.page149box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page149box3_text p span {
    font-family: "calibri-italic";
}

.page149_box4 {
    display: flex;
    align-items: center;
}

.page149box4_left {
    width: 65%;
}

.page149box4_right {
    width: 35%;
}

.page149box4_image img {
    width: 338px;
    height: 137px;
    display: block;
}

.page149box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}


.page149_box5 {
    display: flex;
    align-items: center;
}

.page149box5_itme1 {
    width: 50%;
}

.page149box5_itme2 {
    width: 25%;
}

.page149box5_itme3 {
    width: 25%;
}

.page149box5_itme1 img {
    width: 200px;
    height: 131px;
    display: block;
    margin: auto;
}

.page149box5_itme1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;  
    padding-top: 5px; 
}

.page149box5_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;  
}

.page149box5_itme3 img {
    width: 105px;
    height: 92px;
    display: block;
}

/*--- page150-area start ----*/
.page150-area {
    padding: 30px 0;
    background-color: #fff;
}

.page150_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page150_head span {
    width: 82px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page150_head {
    padding-bottom: 15px;
}

.page150_box1 {
    display: flex;
    align-items: center;
}

.page150box1_left {
    width: 75%;
}

.page150box1_right {
    width: 25%;
}

.page150box1_image img {
    width: 357px;
    height: 161px;
    display: block;
    margin-bottom: 10px;
}

.page150box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page150_box2 {
    display: flex;
    align-items: center;
}

.page150box2_left {
    width: 75%;
}

.page150box2_right {
    width: 25%;
}

.page150box2_image img {
    width: 357px;
    height: 159px;
    display: block;
    margin-bottom: 10px;
}

.page150box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page150_box3 {
    display: flex;
    align-items: center;
}

.page150box3_left {
    width: 75%;
}

.page150box3_right {
    width: 25%;
}

.page150box3_image img {
    width: 380px;
    height: 167px;
    display: block;
    margin-bottom: 10px;
}

.page150box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page150_box4 {
    display: flex;
    align-items: center;
}

.page150box4_left {
    width: 75%;
}

.page150box4_right {
    width: 25%;
}

.page150box4_image img {
    width: 381px;
    height: 157px;
    display: block;
}

.page150box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page150box4_text p span {
    font-family: "calibri-italic";
}

/*--- page151-area start ----*/
.page151-area {
    padding: 30px 0;
    background-color: #fff;
}

.page151_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page151_head span {
    width: 82px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page151_head {
    padding-bottom: 10px;
}

.page151_box1 {
    display: flex;
    align-items: end;
}

.page151box1_left {
    width: 60%;
}

.page151box1_right {
    width: 40%;
}

.page151box1_LTimage img {
    width: 213px;
    height: 111px;
    display: block;
    margin: auto;
}

.page151box1_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 30px;
}

.page151_box2 {
    display: flex;
    align-items: center;
}

.page151box2_left {
    width: 70%;
}

.page151box2_right {
    width: 30%;
}

.page151box2_LTimage img {
    width: 297px;
    height: 130px;
    display: block;
    margin-top: 3px;
}

.page151box2_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page151_box3 {
    display: flex;
    align-items: center;
}

.page151box3_left {
    width: 55%;
}

.page151box3_right {
    width: 45%;
}

.page151box3_left img {
    width: 209px;
    height: 93px;
    display: block;
    margin: auto;
    margin-right: 10px;
}

.page151box3_right img {
    width: 110px;
    height: 170px;
    display: block;
    margin-left: 15px;
}

.page151_box4 {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.page151box4_left {
    width: 70%;
}

.page151box4_right {
    width: 30%;
}

.page151box4_LTimage img {
    width: 312px;
    height: 132px;
    display: block;
    margin-bottom: 5px;
}

.page151box4_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.page151_box5 {
    display: flex;
    align-items: center;
}

.page151box5_left {
    width: 70%;
}

.page151box5_right {
    width: 30%;
}

.page151box5_LTimage img {
    width: 313px;
    height: 137px;
    display: block;
}

.page151box5_RTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

/*--- page152-area start ----*/
.page152-area {
    padding: 30px 0;
    background-color: #fff;
}

.page152_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page152_head span {
    width: 158px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page152_head {
    padding-bottom: 15px;
}

.page152_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.page152box1_left {
    width: 75%;
}

.page152box1_right {
    width: 25%;
}

.page152box1_image img {
    width: 367px;
    height: 122px;
    display: block;
}

.page152box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page152box1_text p span {
    font-family: "calibri-italic";
}

.page152_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page152box2_left {
    width: 75%;
}

.page152box2_right {
    width: 25%;
}

.page152box2_image img {
    width: 362px;
    height: 139px;
    display: block;
}

.page152box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page152box2_text p span {
    font-family: "calibri-italic";
}

.page152box2_text h6 {
    font-family: "calibri-regular";
    color: #000;
    font-size: 7px;
    font-weight: 400;
    line-height: 14px;
}

.page152_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page152box3_left {
    width: 75%;
}

.page152box3_right {
    width: 25%;
}

.page152box3_image img {
    width: 362px;
    height: 154px;
    display: block;
}

.page152box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page152_box4 {
    display: flex;
    align-items: center;
}

.page152box4_left {
    width: 75%;
}

.page152box4_right {
    width: 25%;
}

.page152box4_image img {
    width: 329px;
    height: 147px;
    display: block;
    margin-left: 17px;
}

.page152box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page152_box5 {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.page152box5_left {
    width: 25%;
}

.page152box5_right {
    width: 75%;
}

.page152box5_left img {
    width: 76px;
    height: 75px;
    display: block;
    margin-left: 10px;
}

.page152box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

/*--- page153-area start ----*/
.page153-area {
    padding: 30px 0;
    background-color: #fff;
}

.page153_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page153_head span {
    width: 70px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page153_box1 {
    display: flex;
    align-items: center;
    padding-top: 4px;
}

.page153box1_itme1 {
    width: 50%;
}

.page153box1_itme2 {
    width: 12%;
}

.page153box1_itme3 {
    width: 12%;
}

.page153box1_itme4 {
    width: 26%;
}

.page153box1_itme1 img {
    width: 264px;
    height: 98px;
    display: block;
}

.page153box1_itme2 img {
    width: 54px;
    height: 53px;
    display: block;
}

.page153box1_itme3 img {
    width: 56px;
    height: 56px;
    display: block;
}

.page153box1_itme4 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153_box2 {
    display: flex;
    align-items: center;
}

.page153box2_itme1 {
    width: 50%;
}

.page153box2_itme2 {
    width: 24%;
}

.page153box2_itme3 {
    width: 26%;
}

.page153box2_itme1 img {
    width: 264px;
    height: 104px;
    display: block;
}

.page153box2_itme2 img {
    width: 94px;
    height: 93px;
    display: block;
    margin: auto;
}

.page153box2_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page153box3_head span {
    width: 70px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page153box3_head {
    padding-bottom: 10px;
}

.page153_box3 {
    display: flex;
}

.page153box3_left {
    width: 23%;
}

.page153box3_right {
    width: 77%;
}

.page153box3_LTimage1 img {
   width: 105px;
   height: 107px;
   display: block;
}

.page153box3_LTimage1 {
    padding-bottom: 20px;
}

.page153box3_LTimage2 img {
   width: 110px;
   height: 304px;
   display: block;
}

.page153box3_RTpat1 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page153box3_RTimage1 {
    width: 70%;
}

.page153box3_RTtext1 {
    width: 30%;
}

.page153box3_RTimage1 img {
    width: 270px;
    height: 108px;
    display: block;
}

.page153box3_RTtext1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153box3_RTpat2 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page153box3_RTimage2 {
    width: 70%;
}

.page153box3_RTtext2 {
    width: 30%;
}

.page153box3_RTimage2 img {
    width: 275px;
    height: 90px;
    display: block;
}

.page153box3_RTtext2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153box3_RTtext2 p span {
    font-family: "calibri-italic";
}

.page153box3_RTpat3 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page153box3_RTimage3 {
    width: 70%;
}

.page153box3_RTtext3 {
    width: 30%;
}

.page153box3_RTimage3 img {
    width: 280px;
    height: 108px;
    display: block;
}

.page153box3_RTtext3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153box3_RTpat4 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page153box3_RTimage4 {
    width: 70%;
}

.page153box3_RTtext4 {
    width: 30%;
}

.page153box3_RTimage4 img {
    width: 281px;
    height: 110px;
    display: block;
}

.page153box3_RTtext4 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page153box3_RTtext4 p span {
    font-family: "calibri-italic";
}

/*--- page154-area start ----*/
.page154-area {
    padding: 30px 0;
    background-color: #fff;
}

.page154_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page154_head span {
    width: 65px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page154_head {
    padding-bottom: 10px;
}

.page154_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page154box1_left {
    width: 70%;
}

.page154box1_right {
    width: 30%;
}

.page154box1_image img {
    width: 297px;
    height: 113px;
    display: block;
}

.page154box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page154box1_text p span {
    font-family: "calibri-italic";
}

.page154_box2 {
    display: flex;
    align-items: center;
}

.page154box2_left {
    width: 70%;
}

.page154box2_right {
    width: 30%;
}

.page154box2_image img {
    width: 311px;
    height: 115px;
    display: block;
}

.page154box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page154box3_part {
    padding-top: 10px;
}

.page154box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page154box3_head  span {
    width: 50px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page154_box3 {
    display: flex;
    align-items: center;
}

.page154box3_left {
    width: 70%;
}

.page154box3_right {
    width: 30%;
}

.page154box3_image img {
    width: 350px;
    height: 118px;
    display: block;
}

.page154box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page154box4_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page154box4_head  span {
    width: 64px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
    margin-bottom: 5px;
}

.page154_box4 {
    display: flex;
    align-items: center;
}

.page154box4_itme1 {
    width: 58%;
}

.page154box4_itme2 {
    width: 13%;
}

.page154box4_itme3 {
    width: 27%;
}

.page154box4_itme1 img {
    width: 315px;
    height: 118px;
    display: block;
}

.page154box4_itme2 img {
    width: 60px;
    height: 60px;
    display: block;
}

.page154box4_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;  
}

.page154_box5 {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.page154box5_itme1 {
    width: 70%;
}

.page154box5_itme2 {
    width: 30%;
}

.page154box5_itme1 img {
    width: 313px;
    height: 123px;
    display: block;
}

.page154box5_itme2 img {
    width: 60px;
    height: 60px;
    display: block;
}

.page154box5_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;   
}

/*--- page155-area start ----*/
.page155-area {
    padding: 30px 0;
    background-color: #fff;
}

.page155_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page155_head span {
    width: 63px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page155_head {
    padding-bottom: 10px;
}

.page155_box1 {
    display: flex;
    align-items: center;
}

.page155box1_left {
    width: 70%;
}

.page155box1_right {
    width: 30%;
}

.page155box1_image img {
    width: 365px;
    height: 137px;
    display: block;
}

.page155box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page155box2_part {
    padding-top: 25px;
}

.page155box2_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page155box2_head span {
    width: 75px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page155box2_head {
    padding-bottom: 10px;
}

.page155_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page155box2_left {
    width: 70%;
}

.page155box2_right {
    width: 30%;
}

.page155box2_image img {
    width: 360px;
    height: 137px;
    display: block;
}

.page155box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page155_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page155box3_left {
    width: 70%;
}

.page155box3_right {
    width: 30%;
}

.page155box3_image img {
    width: 358px;
    height: 151px;
    display: block;
}

.page155box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page155_box4 {
    display: flex;
    align-items: center;
}

.page155box4_left {
    width: 70%;
}

.page155box4_right {
    width: 30%;
}

.page155box4_image img {
    width: 358px;
    height: 126px;
    display: block;
}

.page155box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

/*--- page156-area start ----*/
.page156-area {
    padding: 30px 0;
    background-color: #fff;
}

.page156_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page156_head span {
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page156_head {
    padding-bottom: 10px;
}

.page156_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.page156box1_left {
    width: 72%;
}

.page156box1_right {
    width: 28%;
}

.page156box1_image img {
    width: 365px;
    height: 141px;
    display: block;
}

.page156box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page156_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page156box2_left {
    width: 72%;
}

.page156box2_right {
    width: 28%;
}

.page156box2_image img {
    width: 361px;
    height: 142px;
    display: block;
}

.page156box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}

.page156_box3 {
    padding-top: 15px;
}

.page156box3-image img {
    width: 550px;
    height: 350px;
    display: block;
}


/*--- page157-area start ----*/
.page157-area {
    padding: 30px 0;
    background-color: #fff;
}

.page157_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page157_box1 {
    display: flex;
    align-items: center;
    gap: 65px;
    padding-top: 15px;
}

.page157box1_left img {
    width: 220px;
    height: 226px;
    display: block;
}

.page157box1_right img {
    width: 133px;
    height: 125px;
    display: block;
}


.page157box2_image img {
    width: 539px;
    height: 430px;
    display: block;
    margin-top: 10px;
}

/*--- page158-area start ----*/
.page158-area {
    padding: 30px 0;
    background-color: #fff;
}

.page158_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page158_head span {
    width: 268px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page158_head {
    padding-bottom: 15px;
}

.page158_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page158box1_left {
    width: 70%;
}

.page158box1_right {
    width: 30%;
}

.page158box1_image img {
    width: 354px;
    height: 133px;
    display: block;
}

.page158box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page158_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page158box2_left {
    width: 70%;
}

.page158box2_right {
    width: 30%;
}

.page158box2_image img {
    width: 354px;
    height: 139px;
    display: block;
}

.page158box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page158_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page158box3_left {
    width: 70%;
}

.page158box3_right {
    width: 30%;
}

.page158box3_image img {
    width: 362px;
    height: 133px;
    display: block;
}

.page158box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page158_box4 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page158box4_left {
    width: 70%;
}

.page158box4_right {
    width: 30%;
}

.page158box4_image img {
    width: 361px;
    height: 133px;
    display: block;
}

.page158box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page158_box5 {
    display: flex;
    align-items: center;
}

.page158box5_left {
    width: 70%;
}

.page158box5_right {
    width: 30%;
}

.page158box5_image img {
    width: 354px;
    height: 130px;
    display: block;
}

.page158box5_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

/*--- page159-area start ----*/
.page159-area {
    padding: 30px 0;
    background-color: #fff;
}

.page159_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page159_head span {
    width: 268px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page159_head {
    padding-bottom: 15px;
}

.page159_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page159box1_left {
    width: 70%;
}

.page159box1_right {
    width: 30%;
}

.page159box1_image img {
    width: 341px;
    height: 125px;
    display: block;
}

.page159box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page159_box2 {
    display: flex;
    align-items: center;
}

.page159box2_left {
    width: 70%;
}

.page159box2_right {
    width: 30%;
}

.page159box2_image img {
    width: 341px;
    height: 123px;
    display: block;
}

.page159box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page159_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page159box3_left {
    width: 70%;
}

.page159box3_right {
    width: 30%;
}

.page159box3_image img {
    width: 334px;
    height: 131px;
    display: block;
}

.page159box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page159_box4 {
    display: flex;
    align-items: center;
}

.page159box4_left {
    width: 70%;
}

.page159box4_right {
    width: 30%;
}

.page159box4_image img {
    width: 334px;
    height: 130px;
    display: block;
}

.page159box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page159box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page159box3_head span {
    width: 240px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page159box3_head {
    padding-bottom: 20px;
}

.page159box3_part {
    padding-top: 25px;
}


.page159box4_text p span {
    font-size: 7px;
}


.page159box3_text p span {
    font-size: 7px;
}

/*--- page160-area start ----*/
.page160-area {
    padding: 30px 0;
    background-color: #fff;
}

.page160_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page160_head span {
    width: 240px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page160_head {
    padding-bottom: 15px;
}

.page160_box1 {
    display: flex;
    align-items: center;
}

.page160box1_left {
    width: 70%;
}

.page160box1_right {
    width: 30%;
}

.page160box1_image img {
    width: 290px;
    height: 127px;
    display: block;
    margin-bottom: 3px;
    margin-left: 10px;
}

.page160box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page160_box2 {
    display: flex;
    align-items: center;
}

.page160box2_left {
    width: 70%;
}

.page160box2_right {
    width: 30%;
}

.page160box2_image img {
    width: 316px;
    height: 119px;
    display: block;
    margin-bottom: 2px;
}

.page160box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page160_box3 {
    display: flex;
    align-items: center;
}

.page160box3_left {
    width: 70%;
}

.page160box3_right {
    width: 30%;
}

.page160box3_image img {
    width: 291px;
    height: 122px;
    display: block;
    margin-bottom: 4px;
}

.page160box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page160_box4 {
    display: flex;
    align-items: center;
}

.page160box4_left {
    width: 70%;
}

.page160box4_right {
    width: 30%;
}

.page160box4_image img {
    width: 322px;
    height: 118px;
    display: block;
    margin-bottom: 4px;
}

.page160box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page160_box5 {
    display: flex;
}

.page160box5_itme1 {
    width: 50%;
}

.page160box5_itme2 {
    width: 30%;
}

.page160box5_itme3 {
    width: 20%;
}

.page160box5_itme1 img {
    width: 275px;
    height: 200px;
    display: block;
}

.page160box5_itme2 img {
    width: 76px;
    height: 72px;
    display: block;
    margin-left: 50px;
    margin-top: -10px;
}

.page160box5_itme2 h6 {
    font-family: "calibri-bold";
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page160box5_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 52px; 
}

.page160box5_itme3 img {
    width: 94px;
    height: 252px;
    display: block;
    margin: auto;
    margin-right: 0;
    margin-top: -52px;
}

/*--- page161-area start ----*/
.page161-area {
    padding: 30px 0;
    background-color: #fff;
}

.page161_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page161_head span {
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page161_box1 {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.page161box1_itme1 {
    width: 35%;
}


.page161box1_itme2 {
    width: 33%;
}

.page161box1_itme3 {
    width: 32%;
}

.page161box1_itme1 img {
    width: 166px;
    height: 214px;
    display: block;
}

.page161box1_itme2 img {
    width: 83px;
    height: 205px;
    display: block;
}

.page161box1_itme3 img {
    width: 151px;
    height: 229px;
    display: block;
}

.page161box1_IMpart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.page161box1_IMtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;  
}

.page161_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.page161box2_itme1 {
    width: 50%;
}

.page161box2_itme2 {
    width: 25%;
}

.page161box2_itme3 {
    width: 25%;
}

.page161box2_itme1 img {
    width: 270px;
    height: 98px;
    display: block;
}

.page161box2_itme2 img {
    width: 138px;
    height: 66px;
    display: block;
}


.page161box2_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 8px;  
}

.page161_box3 {
    display: flex;
    align-items: center;
}

.page161box3_itme1 {
    width: 50%;
}

.page161box3_itme2 {
    width: 25%;
}

.page161box3_itme3 {
    width: 25%;
}

.page161box3_itme1 img {
    width: 275px;
    height: 111px;
    display: block;
}

.page161box3_itme2 img {
    width: 138px;
    height: 69px;
    display: block;
}

.page161box3_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 12px; 
}

.page161box3_itme3 p span {
    font-family: "calibri-italic";
}

.page161_box4 {
    display: flex;
    align-items: center;
}

.page161box4_itme1 {
    width: 60%;
}

.page161box4_itme2 {
    width: 15%;
}

.page161box4_itme3 {
    width: 25%;
}

.page161box4_itme1 img {
    width: 324px;
    height: 124px;
    display: block;
}

.page161box4_itme2 img {
    width: 76px;
    height: 74px;
    display: block;
    margin-top: 50px;
}

.page161box4_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 12px; 
}

.page161_box5 {
    display: flex;
    align-items: center;
}

.page161box5_itme1 {
    width: 70%;
}

.page161box5_itme3 {
    width: 30%;
}

.page161box5_itme1 img {
    width: 324px;
    height: 124px;
    display: block;
}

.page161box5_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 40px;
}

/*--- page162-area start ----*/
.page162-area {
    padding: 30px 0;
    background-color: #fff;
}

.page162_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page162_head span {
    width: 66px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page162_head {
    padding-bottom: 15px;
}

.page162_box1 {
    display: flex;
    align-items: center;
}

.page162box1_left {
    width: 70%;
}

.page162box1_right {
    width: 30%;
}

.page162box1_image img {
    width: 337px;
    height: 132px;
    display: block;
}

.page162box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page162_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page162box2_left {
    width: 70%;
}

.page162box2_right {
    width: 30%;
}

.page162box2_image img {
    width: 337px;
    height: 131px;
    display: block;
}

.page162box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page162_box3 {
    display: flex;
    align-items: center;
}

.page162box3_left {
    width: 70%;
}

.page162box3_right {
    width: 30%;
}

.page162box3_image img {
    width: 336px;
    height: 120px;
    display: block;
}

.page162box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page162_box4 {
    display: flex;
    align-items: center;
}

.page162box4_left {
    width: 70%;
}

.page162box4_right {
    width: 30%;
}

.page162box4_image img {
    width: 336px;
    height: 121px;
    display: block;
}

.page162box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page162_box5 {
    display: flex;
    align-items: center;
}

.page162box5_left {
    width: 70%;
}

.page162box5_right {
    width: 30%;
}

.page162box5_image img {
    width: 338px;
    height: 128px;
    display: block;
}

.page162box5_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page162box2_text img {
    width: 55px;
    height: 55px;
    display: block;
    margin-left: -44px;
    margin-top: 15px;
}

.page162box4_text img {
    width: 65px;
    height: 65px;
    display: block;
    margin-left: -46px;
    margin-top: 10px;
}

/*--- page163-area start ----*/
.page163-area {
    padding: 30px 0;
    background-color: #fff;
}

.page163_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page163_head span {
    width: 66px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page163_head {
    padding-bottom: 15px;
}

.page163_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page163box1_left {
    width: 70%;
}

.page163box1_right {
    width: 30%;
}

.page163box1_image img {
    width: 353px;
    height: 135px;
    display: block;
}

.page163box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page163_box2 {
    display: flex;
    align-items: center;
}

.page163box2_left {
    width: 70%;
}

.page163box2_right {
    width: 30%;
}

.page163box2_image img {
    width: 351px;
    height: 121px;
    display: block;
}

.page163box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page163_box3 {
    display: flex;
    padding-top: 10px;
}

.page163box3_left {
    width: 55%;
}

.page163box3_right {
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: -33px;
}

.page163box3RT_itme1 {
    width: 45%;
}

.page163box3RT_itme2 {
    width: 55%;
}

.page163box3LT_image img {
    width: 303px;
    height: 188px;
    display: block;
}

.page163box3RT_itme1 img {
    width: 102px;
    height: 147px;
    display: block;
}

.page163box3RT_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page163box3RT_itme2 p span {
    font-family: "calibri-italic";
}

.page163_box4 {
    display: flex;
    padding-top: 5px;
}

.page163box4_left {
    width: 60%;
}

.page163box4_right {
    width: 40%;
}

.page163box4_image1 img {
    width: 296px;
    height: 106px;
    display: block;
    margin-left: 10px;
}

.page163box4_image1 {
    padding-bottom: 2px;
}

.page163box4_image2 img {
    width: 246px;
    height: 103px;
    display: block;
    margin: auto;
}

.page163box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 15px;
}

/*--- page164-area start ----*/
.page164-area {
    padding: 30px 0;
    background-color: #fff;
}

.page164_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page164_head span {
    width: 57px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page164_head {
    padding-bottom: 15px;
}

.page164_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.page164box1_left {
    width: 70%;
}

.page164box1_right {
    width: 30%;
}

.page164box1_image img {
    width: 339px;
    height: 129px;
    display: block;
}

.page164box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page164_box2 {
    display: flex;
    align-items: center;
}

.page164box2_left {
    width: 70%;
}

.page164box2_right {
    width: 30%;
}

.page164box2_image img {
    width: 333px;
    height: 116px;
    display: block;
}

.page164box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page164_box3 {
    padding-top: 25px;
}

.page164box3_image img {
    width: 555px;
    height: 325px;
    display: block;
}

/*--- page165-area start ----*/
.page165-area {
    padding: 30px 0;
    background-color: #fff;
}

.page165_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.page165_head span {
    width: 60px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page165_head {
    padding-bottom: 15px;
}

.page165_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

.page165box1_itme1 {
    width: 50%;
}

.page165box1_itme2 {
    width: 25%;
}

.page165box1_itme3 {
    width: 25%;
}

.page165box1_itme1 img {
    width: 265px;
    height: 119px;
    display: block;
}

.page165box1_itme2 img {
    width: 135px;
    height: 85px;
    display: block;
}

.page165box1_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 15px;
}

.page165_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 3px;
}

.page165box2_left {
    width: 70%;
}

.page165box2_right {
    width: 30%;
}

.page165box2_image img {
    width: 344px;
    height: 121px;
    display: block;
}

.page165box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page165_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.page165box3_left {
    width: 70%;
}

.page165box3_right {
    width: 30%;
}

.page165box3_image img {
    width: 338px;
    height: 135px;
    display: block;
}

.page165box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page165box3_text p span {
    font-size: 7px;
}

.page165_box4 {
    display: flex;
    align-items: center;
}

.page165box4_left {
    width: 70%;
}

.page165box4_right {
    width: 30%;
}

.page165box4_image img {
    width: 332px;
    height: 115px;
    display: block;
}

.page165box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.page165_box5 {
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.page165box5_itme1 {
    width: 17%;
}

.page165box5_itme2 {
    width: 53%;
}

.page165box5_itme3 {
    width: 30%;
}

.page165box5_image1 img {
    width: 78px;
    height: 66px;
    display: block;
}

.page165box5_image1 {
    padding-bottom: 10px;
}

.page165box5_image2 img {
    width: 79px;
    height: 79px;
    display: block;
}

.page165box5_itme2 img {
    width: 288px;
    height: 191px;
    display: block;
}

.page165box5_itme3 img {
    width: 132px;
    height: 76px;
    display: block;
}

.page165box5_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 25px;
}

/*--- page166-area start ----*/
.page166-area {
    padding: 30px 0;
    background-color: #fff;
}

.page166_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page166_head span {
    width: 80px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page166_box1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page166box1_left img {
    width: 149px;
    height: 216px;
    display: block;
}

.page166box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page166box2_image img {
    width: 552px;
    height: 329px;
    display: block;
}

.page166_box2 {
    padding-top: 40px;
}

/*--- page166-area start ----*/
.page167-area {
    padding: 30px 0;
    background-color: #fff;
}

.page167_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page167_head span {
    width: 55px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page167_box1 {
    display: flex;
    align-items: center;
}

.page167box1_left {
    width: 70%;
}
.page167box1_right {
    width: 30%;
}

.page167box1_left img {
    width: 382px;
    height: 149px;
    display: block;
}

.page167box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 20px;
}

.page167_box2 {
    display: flex;
    padding-top: 15px;
    gap: 15px;
}

.page167box2_left img {
    width: 105px;
    height: 103px;
    display: block;
    margin-top: 45px;
}

.page167box2_right img {
    width: 365px;
    height: 254px;
    display: block;
}


.page167box3_part {
    padding-top: 15px;
}

.page167box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page167box3_head span {
    width: 65px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}


.page167_box3 {
    display: flex;
    align-items: center;
    gap: 262px;
}


.page167box3_left img {
    width: 135px;
    height: 163px;
    display: block;
}


.page167box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}


.page167box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 20px; 
    padding-top: 20px;
}

/*--- page168-area start ----*/
.page168-area {
    padding: 30px 0;
    background-color: #fff;
}

.page168_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page168_head span {
    width: 98px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page168_head {
    padding-bottom: 15px;
}

.page168_box1 {
    display: flex;
    padding-bottom: 5px;
}

.page168box1_left {
    width: 70%;
}

.page168box1_right {
    width: 30%;
}

.page168box1_image img {
    width: 365px;
    height: 151px;
    display: block;
}

.page168box1_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page168_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page168box2_left {
    width: 70%;
}

.page168box2_right {
    width: 30%;
}

.page168box2_image img {
    width: 365px;
    height: 149px;
    display: block;
}

.page168box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page168_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page168box3_left {
    width: 70%;
}

.page168box3_right {
    width: 30%;
}

.page168box3_image img {
    width: 360px;
    height: 167px;
    display: block;
}

.page168box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page168_box4 {
    display: flex;
    align-items: center;
}

.page168box4_left {
    width: 70%;
}

.page168box4_right {
    width: 30%;
}

.page168box4_image img {
    width: 360px;
    height: 162px;
    display: block;

}

.page168box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page168box1_text img {
    width: 69px;
    height: 69px;
    display: block;
    margin-top: 10px;
}

/*--- page169-area start ----*/
.page169-area {
    padding: 30px 0;
    background-color: #fff;
}

.page169_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page169_head span {
    width: 98px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page169_head {
  padding-bottom: 20px;
}

.page169_box1 {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-bottom: 15px;
}

.page169box1_left img {
    width: 435px;
    height: 151px;
    display: block;
}

.page169box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page169_box2 {
    display: flex;
    align-items: center;
    gap: 42px;
    padding-bottom: 15px;
}

.page169box2_left img {
    width: 425px;
    height: 182px;
    display: block;
}

.page169box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page169_box3 {
    display: flex;
    align-items: center;
    gap: 42px;
}

.page169box3_left img {
    width: 409px;
    height: 158px;
    display: block;
}

.page169box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page169box4_image img {
    width: 181px;
    height: 132px;
    display: block;
    margin: auto;
}

/*--- page170-area start ----*/
.page170-area {
    padding: 30px 0;
    background-color: #fff;
}

.page170_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page170_head span {
    width: 98px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page170_head {
  padding-bottom: 20px;
}

.page170_box1 {
    display: flex;
    align-items: center;
    gap: 70px;
    padding-bottom: 50px;
}

.page170box1_left img {
    width: 375px;
    height: 139px;
    display: block;
}

.page170box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page170_box2 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page170box2_left img {
    width: 375px;
    height: 158px;
    display: block;
}

.page170box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page170_box3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 50px;
}

.page170box3_left img {
    width: 288px;
    height: 280px;
    display: block;
}


.page170box3_right img {
    width: 258px;
    height: 200px;
    display: block;
}

/*--- page171-area start ----*/
.page171-area {
    padding: 30px 0;
    background-color: #fff;
}

.page171_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page171_head span {
    width: 68px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page171_box1 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page171box1_left {
    width: 20%;
}

.page171box1_right {
    width: 80%;
}

.page171box1_left img {
    width: 108px;
    height: 100px;
    display: block;
}

.page171box1_RTpart {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page171box1_RTitme1 img {
    width: 280px;
    height: 118px;
    display: block;
}

.page171box1_RTitme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;   
}

.page171box2_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page171box2_head span {
    width: 96px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page171box2_image img {
    width: 336px;
    height: 217px;
    display: block;
    margin: auto;
}

.page171_box3 {
    display: flex;
    align-items: center;
}

.page171box3_left {
    width: 70%;
}

.page171box3_right {
    width: 30%;
}

.page171box3_left img {
    width: 312px;
    height: 119px;
    display: block;
}

.page171box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page171_box4 {
    display: flex;
    align-items: center;
}

.page171box4_left {
    width: 70%;
}

.page171box4_right {
    width: 30%;
}

.page171box4_left img {
    width: 312px;
    height: 119px;
    display: block;
}

.page171box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page171_box5 {
    display: flex;
    align-items: center;
}

.page171box5_left {
    width: 70%;
}

.page171box5_right {
    width: 30%;
}

.page171box5_left img {
    width: 274px;
    height: 121px;
    display: block;
    margin: auto;
    margin-right: 80px;
}

.page171box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

/*--- page172-area start ----*/
.page172-area {
    padding: 30px 0;
    background-color: #fff;
}

.page172_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page172_head span {
    width: 90px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page172_box1 {
    display: flex;
    align-items: center;
}

.page172box1_left {
    width: 70%;
}

.page172box1_right {
    width: 30%;
}

.page172box1_left img {
    width: 268px;
    height: 120px;
    display: block;
}

.page172box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;   
}

.page172_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.page172box2_left {
    width: 70%;
}

.page172box2_right {
    width: 30%;
}

.page172box2_left img {
    width: 271px;
    height: 104px;
    display: block;
}

.page172box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;   
}

.page172_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.page172box3_left {
    width: 70%;
}

.page172box3_right {
    width: 30%;
}

.page172box3_left img {
    width: 295px;
    height: 110px;
    display: block;
}

.page172box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page172box3_right p span {
    font-family: "calibri-italic";
}

.page172_box4 {
    display: flex;
    align-items: center;
}

.page172box4_left {
    width: 70%;
}

.page172box4_right {
    width: 30%;
}

.page172box4_left img {
    width: 297px;
    height: 108px;
    display: block;
}

.page172box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page172_box5 {
    display: flex;
    align-items: center;
}

.page172box5_left {
    width: 70%;
}

.page172box5_right {
    width: 30%;
}

.page172box5_left img {
    width: 295px;
    height: 115px;
    display: block;
}

.page172box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;   
}

.page172box5_right p span {
    font-family: "calibri-italic";
}

.page172_box6 {
    display: flex;
    gap: 33px;
}

.page172box6_left p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-left: 5px;
    padding-top: 5px;
}

.page172box6_right img {
    width: 221px;
    height: 147px;
    display: block;
}

/*--- page173-area start ----*/
.page173-area {
    padding: 30px 0;
    background-color: #fff;
}

.page173_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page173_head span {
    width: 90px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page173_head {
    padding-bottom: 15px;
}

.page173_box1 {
    display: flex;
    align-items: center;
    gap: 25px;
}

.page173box1_left img {
    width: 384px;
    height: 147px;
    display: block;
}

.page173box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
}

.page173_box2 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.page173box2_left img {
    width: 215px;
    height: 216px;
    display: block;
}

.page173box2_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page173box2_RTimte1 img {
    width: 174px;
    height: 512px;
    display: block;
}

.page173box2_RTimte2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px; 
    padding-bottom: 15px;
}

.page173box2_RTimte2 p:last-child {
    padding-bottom: 0;
}

/*--- page174-area start ----*/
.page174-area {
    padding: 30px 0;
    background-color: #fff;
}

.page174_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page174_head span {
    width: 338px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page174_head {
    padding-bottom: 15px;
}

.page174_box1 {
    display: flex;    
}


.page174box1_left {
    width: 60%;
}

.page174box1_right {
    width: 40%;
    display: flex;  
    gap: 5px;  
}

.page174box1_left img {
    width: 330px;
    height: 303px;
    display: block;
}

.page174box1_left p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;  
}

.page174box1_RTimte1 img {
    width: 110px;
    height: 314px;
    display: block;
}

.page174box1_RTimte2 img {
    width: 105px;
    height: 306px;
    display: block;
}

.page174_box2 {
    display: flex;
    padding-top: 10px;
    align-items: center;
}

.page174box2_left {
    width: 25%;
}

.page174box2_right {
    width: 75%;
}

.page174box2_left img {
    width: 117px;
    height: 237px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page174box2_RTitme1 img {
    width: 171px;
    height: 172px;
    display: block;
}

.page174box2_RTitme2 img {
    width: 169px;
    height: 172px;
    display: block;
}

.page174box2RT_part {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-bottom: 5px;
}

.page174box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    padding-right: 50px;
}

.page174_box3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    padding-top: 10px;
}

/*--- page175-area start ----*/
.page175-area {
    padding: 30px 0;
    background-color: #fff;
}

.page175_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page175_head span {
    width: 125px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page175_head {
    padding-bottom: 10px;
}

.page175_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page175box1_left {
    width: 70%;
}

.page175box1_right {
    width: 30%;
}

.page175box1_left img {
    width: 292px;
    height: 109px;
    display: block;
}

.page175box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;  
}

.page175_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

.page175box2_left {
    width: 70%;
}

.page175box2_right {
    width: 30%;
}

.page175box2_left img {
    width: 289px;
    height: 124px;
    display: block;
}

.page175box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;   
}

.page175_box3 {
    display: flex;
    align-items: center;
}

.page175box3_left {
    width: 70%;
}

.page175box3_right {
    width: 30%;
}

.page175box3_left img {
    width: 289px;
    height: 113px;
    display: block;
}

.page175box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;   
}

.page175_box4 {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.page175box4_itme1 img {
    width: 241px;
    height: 197px;
    display: block;
}

.page175box4_itme2 img {
    width: 104px;
    height: 96px;
    display: block;
}

.page175box4_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400; 
    text-align: center;
}

.page175box4_itme3 img {
    width: 188px;
    height: 181px;
    display: block;
}

.page175box4_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 9px;
    font-weight: 400; 
    text-align: center;
}

.page175_box5 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    line-height: 14px;
    padding-top: 10px;
}

/*--- page176-area start ----*/
.page176-area {
    padding: 30px 0;
    background-color: #fff;
}

.page176_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page176_head span {
    width: 53px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page176_box1 {
    display: flex;
    gap: 30px;
}

.page176box1_left img {
    width: 110px;
    height: 156px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.page176box1_left p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400; 
    line-height: 12px;
    padding-left: 10px;
}

.page176box1_left p span {
    font-family: "calibri-italic";
}


.page176box1_right img {
    width: 350px;
    height: 226px;
    display: block;
}

.page176_box2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400; 
    line-height: 12px;
    padding-top: 10px;
}

.page176box3_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page176box3_head span {
    width: 110px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page176box3_head {
    padding-bottom: 5px;
}

.page176box3_part {
    padding-top: 20px;
}

.page176_box3 {
    display: flex;
    align-items: center;
}

.page176box3_left {
    width: 70%;
}

.page176box3_right {
    width: 30%;
}

.page176box3_left img {
    width: 291px;
    height: 105px;
    display: block;
}

.page176box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page176box3_right p span {
    font-family: "calibri-italic";
}

.page176_box4 {
    display: flex;
    align-items: center;
}

.page176box4_left {
    width: 70%;
}

.page176box4_right {
    width: 30%;
}

.page176box4_left img {
    width: 291px;
    height: 105px;
    display: block;
}

.page176box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page176_box5 {
    display: flex;
    align-items: center;
}

.page176box5_left {
    width: 70%;
}

.page176box5_right {
    width: 30%;
}

.page176box5_left img {
    width: 291px;
    height: 105px;
    display: block;
}

.page176box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page176box5_right p span {
    font-family: "calibri-italic";
}

/*--- page177-area start ----*/
.page177-area {
    padding: 30px 0;
    background-color: #fff;
}

.page177_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page177_head span {
    width: 110px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page177_box1 {
    display: flex;
    align-items: center;
}

.page177box1_left {
    width: 70%;
}

.page177box1_right {
    width: 30%;
}

.page177box1_left img {
    width: 295px;
    height: 102px;
    display: block;
}

.page177box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page177_box2 {
    display: flex;
    align-items: center;
}

.page177box2_left {
    width: 70%;
}

.page177box2_right {
    width: 30%;
}

.page177box2_left img {
    width: 271px;
    height: 104px;
    display: block;
}

.page177box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page177_box3 {
    display: flex;
    justify-content: center;
}

.page177box3_left img {
    width: 383px;
    height: 195px;
    display: block;
}

.page177box3_RTitme1 img {
    width: 91px;
    height: 90px;
    display: block;
}

.page177box3_RTitme1 {
   padding-bottom: 2px;
}

.page177box3_RTitme2 img {
    width: 90px;
    height: 91px;
    display: block;
}

.page177_box4 {
    display: flex;
    align-items: center;
}

.page177box4_left {
    width: 70%;
}

.page177box4_right {
    width: 30%;
}

.page177box4_left img {
    width: 249px;
    height: 100px;
    display: block;
}

.page177box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page177_box5 {
    display: flex;
    align-items: center;
}

.page177box5_left {
    width: 70%;
}

.page177box5_right {
    width: 30%;
}

.page177box5_left img {
    width: 259px;
    height: 92px;
    display: block;
}

.page177box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page177_box6 {
    display: flex;
    align-items: center;
}

.page177box6_itme1 {
    width: 50%;
}

.page177box6_itme2 {
    width: 20%;
}

.page177box6_itme3 {
    width: 30%;
}

.page177box6_itme1 img {
    width: 261px;
    height: 94px;
    display: block;
}

.page177box6_itme2 img {
    width: 67px;
    height: 63px;
    display: block;
}

.page177box6_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page177_box7 img {
    width: 182px;
    height: 39px;
    display: block;
    margin-top: -327px;
    margin-left: 37px;
}

/*--- page178-area start ----*/
.page178-area {
    padding: 30px 0;
    background-color: #fff;
}

.page178_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page178_head span {
    width: 40px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page178_head {
    padding-bottom: 4px;
}

.page178_box1 {
    display: flex; 
    gap: 50px;   
}

.page178box1_left img {
    width: 341px;
    height: 132px;
    display: block;
}

.page178box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page178box1_right img {
    width: 70px;
    height: 90px;
    display: block;
    margin: auto;
    margin-right: 3px;
    margin-top: -12px;
}

.page178box2_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page178box2_head span {
    width: 92px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page178box2_head {
    padding-bottom: 4px;
}

.page178_box2 {
    display: flex; 
    gap: 50px;
    align-items: center;   
}

.page178box2_left img {
    width: 367px;
    height: 141px;
    display: block;
}

.page178box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page178box3_images img {
    width: 450px;
    height: 283px;
    display: block;
    margin: auto;
}

.page178box3_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
    padding-top: 5px;
}

.page178box3_text p span {
    font-family: "calibri-bold";
}

/*--- page179-area start ----*/
.page179-area {
    padding: 30px 0;
    background-color: #fff;
}

.page179_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page179_head span {
    width: 90px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page179_box1 {
    display: flex;
    align-items: center;
}

.page179box1_left {
    width: 70%;
}

.page179box1_right {
    width: 30%;
}

.page179box1_left img  {
    width: 282px;
    height: 119px;
    display: block;
}

.page179box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page179_box2 {
    display: flex;
    align-items: center;
}

.page179box2_itme1 {
    width: 52%;
}

.page179box2_itme2 {
    width: 33%;
}

.page179box2_itme3 {
    width: 15%;
}

.page179box2_itme1 img {
    width: 287px;
    height: 182px;
    display: block;
}

.page179box2_image1 img {
    width: 77px;
    height: 77px;
    display: block;
}

.page179box2_image1 {
    padding-bottom: 5px;
}

.page179box2_image2 img {
    width: 77px;
    height: 79px;
    display: block;
}

.page179box2_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 13px;
    font-weight: 400; 
    line-height: 16px;
    padding-left: 40px;
}

.page179_box3 {
    display: flex;
    gap: 5px;
}

.page179box3_itme1 img {
    width: 306px;
    height: 115px;
    display: block;
}

.page179box3_itme2 img {
    width: 72px;
    height: 71px;
    display: block;
    margin-top: 45px;
}

.page179box3_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page179box3_itme3 p span {
    font-family: "calibri-italic";
}

.page179_box4 {
    display: flex;
    gap: 85px;
}

.page179box4_itme1 img {
    width: 306px;
    height: 113px;
    display: block;
}

.page179box4_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page179_box5 {
    display: flex; 
    align-items: center;   
    gap: 10px;
}

.page179box5_left img {
    width: 277px;
    height: 163px;
    display: block;
}

.page179box5_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400; 
    line-height: 14px;
}

.page179box5_right p span {
    font-family: "calibri-bold";
}

/*--- page180-area start ----*/
.page180-area {
    padding: 30px 0;
    background-color: #fff;
}

.page180_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page180_head span {
    width: 90px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page180_head {
    padding-bottom: 5px;
}

.page180_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page180box1_left {
    width: 70%;
}

.page180box1_right {
    width: 30%;
}

.page180box1_left img  {
    width: 316px;
    height: 110px;
    display: block;
}

.page180box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 55px;
}

.page180_box3 {
    display: flex;
    gap: 5px;
    padding-bottom: 2px;
}

.page180box3_itme1 img {
    width: 298px;
    height: 115px;
    display: block;
}

.page180box3_itme2 img {
    width: 107px;
    height: 111px;
    display: block;
    margin-top: -25px;
    margin-left: 20px;
}

.page180box3_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 8px;
}
.page180_box4 {
    display: flex;
    gap: 85px;
}

.page180box4_itme1 img {
    width: 316px;
    height: 125px;
    display: block;
}

.page180box4_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 50px;
}

.page180_box5 {
    padding-top: 5px;
}


.page180box5_image img {
    width: 547px;
    height: 282px;
    display: block;
}

/*--- page181-area start ----*/
.page181-area {
    padding: 30px 0;
    background-color: #fff;
}

.page181_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page181_head span {
    width: 90px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page181_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.page181box1_left {
    width: 70%;
}

.page181box1_right {
    width: 30%;
}

.page181box1_left img {
    width: 345px;
    height: 134px;
    display: block;
}

.page181box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 25px;
}

.page181_box2 {
    display: flex;
    align-items: center;
}

.page181box2_left {
    width: 70%;
}

.page181box2_right {
    width: 30%;
}

.page181box2_left img {
    width: 347px;
    height: 123px;
    display: block;
}

.page181box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 25px;
}

.page181_box3 {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}


.page181box3_left {
    width: 70%;
}

.page181box3_right {
    width: 30%;
}

.page181box3_left img {
    width: 337px;
    height: 141px;
    display: block;
}

.page181box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 25px;
}

.page181_box4 {
    display: flex;
    align-items: center;
}

.page181box4_left {
    width: 70%;
}

.page181box4_right {
    width: 30%;
}

.page181box4_left img {
    width: 333px;
    height: 130px;
    display: block;
}

.page181box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 25px;
}


.page181_box5 {
    display: flex;
    align-items: center;
}

.page181box5_itme1 img {
    width: 326px;
    height: 116px;
    display: block;
}

.page181box5_itme2 img {
    width: 78px;
    height: 77px;
    display: block;
    margin-left: 16px;
    margin-top: -100px;
}

.page181box5_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

/*--- page182-area start ----*/
.page182-area {
    padding: 30px 0;
    background-color: #fff;
}

.page182_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page182_head {
    padding-bottom: 5px;
}

.page182_head span {
    width: 75px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page182_box1 {
    display: flex;
}

.page182box1_left {
    width: 40%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page182box1_right {
    width: 60%;
}

.page182box1_LTimage img {
    width: 119px;
    height: 309px;
    display: block;
}

.page182box1_LTtext p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page182box1_LTtext p span {
    font-family: "calibri-italic";
}


.page182box1_RTpart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
}

.page182box1_RTleft img {
    width: 142px;
    height: 179px;
    display: block;
}

.page182box1_RTright p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page182box1_RTimage {
    display: flex;
    gap: 9px;
    padding-top: 29px;
}

.page182box1_RTitme1 img {
    width: 73px;
    height: 74px;
    display: block;
}

.page182box1_RTitme2 img {
    width: 125px;
    height: 80px;
    display: block;
}

.page182box1_RTitme3 img {
    width: 115px;
    height: 78px;
    display: block;
}

.page182_box2 {
    display: flex;
    padding-top: 50px;
}

.page182box2_left img {
    width: 314px;
    height: 214px;
    display: block;
    margin-top: -20px;
}

.page182box2_right img {
    width: 232px;
    height: 289px;
    display: block;
}

/*--- page183-area start ----*/
.page183-area {
    padding: 30px 0;
    background-color: #fff;
}

.page183_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page183_head {
    padding-bottom: 5px;
}

.page183_head span {
    width: 75px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page183_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.page183box1_left {
    width: 70%;
}

.page183box1_right {
    width: 30%;
}

.page183box1_left img {
    width: 316px;
    height: 125px;
    display: block;
}

.page183box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page183_box2 {
    display: flex;
    align-items: center;
}

.page183box2_left {
    width: 70%;
}

.page183box2_right {
    width: 30%;
}

.page183box2_left img {
    width: 320px;
    height: 133px;
    display: block;
}

.page183box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page183_box3 {
    display: flex;
    align-items: center;
}

.page183box3_left {
    width: 70%;
}

.page183box3_right {
    width: 30%;
}

.page183box3_left img {
    width: 320px;
    height: 131px;
    display: block;
}

.page183box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page183_box4 {
    display: flex;
    align-items: center;
}

.page183box4_left {
    width: 70%;
}

.page183box4_right {
    width: 30%;
}

.page183box4_left img {
    width: 320px;
    height: 126px;
    display: block;
}

.page183box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page183_box5 img {
    width: 223px;
    height: 176px;
    display: block;
    margin: auto;
}
/*--- page184-area start ----*/
.page184-area {
    padding: 30px 0;
    background-color: #fff;
}

.page184_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page184_head span {
    width: 80px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page184_head {
    padding-bottom: 10px;
}

.page184box1_image img {
    width: 283px;
    height: 131px;
    display: block;
}

.page184_box2 {
    display: flex;
}

.page184box2_itme1 img {
    width: 292px;
    height: 124px;
    display: block;
}

.page184box2_itme2 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-top: -30px;
    padding-left: 7px;
}

.page184box2_itme3 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.page184box2_image img {
    width: 95px;
    height: 130px;
    display: block;
}

.page184box2_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;   
}

.page184_box3 {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: -16px;
}

.page184box3_left img {
    width: 267px;
    height: 127px;
    display: block;
    margin-left: 25px;
}

.page184box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page184_box4 {
    padding-top: 4px;
}

.page184_box4 img {
    width: 469px;
    height: 303px;
    display: block;
}

/*--- page185-area start ----*/
.page185-area {
    padding: 30px 0;
    background-color: #fff;
}

.page185_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page185_head span {
    width: 60px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page185_head {
    padding-bottom: 20px;
}

.page185_box1 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.page185box1_left img {
    width: 387px;
    height: 145px;
    display: block;
}

.page185box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page185_box2 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
}

.page185box2_left img {
    width: 348px;
    height: 457px;
    display: block;
}

.page185box2_left p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.page185box2_right img {
    width: 138px;
    height: 134px;
    display: block;
}

/*--- page186-area start ----*/
.page186-area {
    padding: 30px 0;
    background-color: #fff;
}

.page186_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page186_head span {
    width: 80px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page186_head {
    padding-bottom: 25px;
}

.page186_box1 {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.page186box1_left {
    width: 70%;
}

.page186box1_right {
    width: 30%;
}

.page186box1_left img {
    width: 383px;
    height: 140px;
    display: block;
}

.page186box1_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 45px;
}

.page186box1_right img {
    width: 154px;
    height: 74px;
    display: block;
    margin: auto;
}

.page186_box2 {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

.page186box2_left {
    width: 70%;
}

.page186box2_right {
    width: 30%;
}

.page186box2_left img {
    width: 383px;
    height: 140px;
    display: block;
}

.page186box2_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 45px;
}

.page186_box3 {
    display: flex;
    align-items: center;
}

.page186box3_left {
    width: 70%;
}

.page186box3_right {
    width: 30%;
}

.page186box3_left img {
    width: 383px;
    height: 140px;
    display: block;
}

.page186box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 45px;
}

.page186_box4 img {
    width: 383px;
    height: 239px;
    display: block;
    margin: auto;
}

/*--- page187-area start ----*/
.page187-area {
    padding: 30px 0;
    background-color: #fff;
}

.page187_head h2 {   
    font-family: "calibri-bold";
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.page187_head span {
    width: 285px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: auto;
    margin-top: -2px;
}

.page187_head {
    padding-bottom: 20px;
}

.page187_box1 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page187_box1 p span {
    font-family: "calibri-bold";
}

.page187_box2 {
    display: flex;
    padding-top: 15px;
}

.page187box2_left img {
    width: 275px;
    height: 182px;
    display: block;
}

.page187box2_right img {
    width: 275px;
    height: 182px;
    display: block;
}

.page187box2_image img {
    width: 72px;
    height: 72px;
    display: block;
    margin-top: -70px;
    margin-left: 250px;
}

.page187_box3 {
    display: flex;
    align-items: center;
    padding-top: 25px;
    gap: 10px;
}

.page187box3_left img {
    width: 313px;
    height: 198px;
    display: block;
}

.page187box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page187box3_right p span {
    font-family: "calibri-bold";
}

.page187_box4 {
    display: flex;
    gap: 37px;
    padding-top: 5px;
}

.page187box4_left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page187box4_image img {
    width: 233px;
    height: 162px;
    display: block;
}

.page187box4_text p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.page187box4_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}

.page187box4_right img {
    width: 218px;
    height: 169px;
    display: block;
}

.page187box4_right {
    margin-top: -40px;
}

/*--- page188-area start ----*/
.page188-area {
    padding: 30px 0;
    background-color: #fff;
}

.page188_box1 {
    display: flex;
    align-items: end;
}

.page188box1_itme1 img {
    width: 219px;
    height: 144px;
    display: block;
}

.page188box1_itme2 img {
    width: 107px;
    height: 123px;
    display: block;
}

.page188box1_itme3 p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 10px;
}

.page188box1  {
    font-family: "calibri-bold";
    text-decoration: underline;
}

.page188box12 {
   font-family: "calibri-bold";
}

.page188_box2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 7px;
}

.page188box2_itme1 img {
    width: 121px;
    height: 308px;
    display: block;
}

.page188box2_itme2 img {
    width: 234px;
    height: 312px;
    display: block;
}

.page188box2_itme3 img {
    width: 119px;
    height: 310px;
    display: block;
}

.page188_box3 {
    display: flex;
    gap: 55px;
    padding-left: 45px;
    padding-top: 5px;
}

.page188box3_left img {
    width: 69px;
    height: 216px;
    display: block;
}

.page188box3_right img {
    width: 301px;
    height: 196px;
    display: block;
}

.page188box3_right p {
    font-family: "calibri-regular";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

/*--- page189-area start ----*/
.page189-area {
    padding: 30px 0;
    background-color: #fff;
}

.page189_box1 {
    display: flex;
    gap: 10px;
}

.page189box1_left {
    width: 50%;
}

.page189box1_right {
    width: 50%;
}

.page189box1_left img {
    width: 275px;
    height: 349px;
    display: block;
}

.page189box1_image img {
    width: 257px;
    height: 200px;
    display: block;
}

.page189box1_RTpart {
    display: flex;
}

.page189box1_RTimage img {
    width: 115px;
    height: 228px;
    display: block;
}

.page189box1_RTitme1 img {
    width: 139px;
    height: 57px;
    display: block;
}

.page189box1_RTitme1 {
    padding-bottom: 5px;
}

.page189box1_RTitme2 img {
    width: 140px;
    height: 95px;
    display: block;
}

.page189box1_RTimagept {
    padding-top: 15px;
}

.page189_box2 {
    display: flex;
}

.page189box2_left {
    width: 40%;
    display: flex;
    gap: 5px;
}

.page189box2_right {
    width: 60%;
    display: flex;
    gap: 4px;
}

.page189box2_LTimage1 img {
    width: 108px;
    height: 240px;
    display: block;
}

.page189box2_LTimage2 img {
    width: 92px;
    height: 242px;
    display: block;
}


.page189box2RT_leftitme1 img {
    width: 89px;
    height: 118px;
    display: block;
    margin-top: -69px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.page189box2RT_leftitme2 img {
    width: 154px;
    height: 72px;
    display: block;
    margin-bottom: 5px;
}

.page189box2RT_leftitme3 img {
    width: 174px;
    height: 78px;
    display: block;
}


.page189box2RT_rightitme1 img {
    width: 120px;
    height: 187px;
    display: block;
    margin: auto;
    margin-top: -45px;
    margin-bottom: 5px;
}

.page189box2RT_rightitme2 img {
    width: 149px;
    height: 84px;
    display: block;
}

/*--- page191-area start ----*/
.page191-area {
    padding: 30px 0;
    background-color: #fff;
}
.page190_box1 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 15px;
}
.page190box1_itme1 img {
    width: 133px;
    height: 127px;
    display: block;
}

.page190_box2 img {
    width: 184px;
    height: 95px;
    display: block;
    margin: auto;
    margin-top: -14px;
}

.page191_box1 {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.page191box1_left img {
    width: 270px;
    height: 169px;
    display: block;
}

.page191box1_right img {
    width: 270px;
    height: 169px;
    display: block;
}



/*--- page192-area start ----*/
.page192-area {
    padding: 30px 0;
    background: #fff;
}

.page192_part {
    position: relative;
}

.page192_box {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.page192_boxLT {
    width: 50%;
}

.page192_boxRT {
    width: 50%;
}


.page192box_image1 img {
    width: 249.12px;
    display: block;
    margin: auto;
}

.page192_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.page192box_image2 img {
    width: 192.24px;
    display: block;
    margin: auto;
}

.page192box_image3 img {
    width: 241.2px;
    display: block;
    margin: auto;
}

.page192box_image4 img {
    width: 254.88px;
    display: block;
    margin: auto;
}


.page192_groupbox {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 28px;
    margin-top: -22px;
}


.page192box_image6 img {
    width: 111.6px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.page192box_image6 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;  
}

.page192box_image7 img {
    width: 288px;
}


/*--- page193-area start ----*/
.page193-area {
    padding: 30px 0;
    background: #fff;
}

.page193_part {
    position: relative;
}

.page193_box {
    display: flex;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.page193_boxLT {
    width: 69%;
}

.page193_boxRT {
    width: 31%;
}


.page193_groupbox {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.page193_groupboxLT {
    width: 50%;
}

.page193_groupboxRT {
    width: 50%;
}


.page193box_image1 img {
    width: 165px;
    height: 162.81px;
    display: block;
    margin: auto;
    margin-right: 0px;
}

.page193box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page193box_image3 img {
    width: 100%;
    display: block;
    margin: auto;
    height: 122px;
    margin-top: 5px;
}

.page193box_image4 img {
    width: 100%;
    display: block;
    margin-top: 4px;
}

.page193box_image5 img {
    width: 100%;
    display: block;
    margin-top: 5px;
}


.page193box_image6 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 6px;
}

.page193box_image7 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 6px;
}

.page193box_image8 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 12px;
}

.page193box_image9 img {
    width: 90%;
    display: block;
    margin: auto;
    margin-right: 0;
}


/*--- page194-area start ----*/
.page194-area {
    padding: 30px 0;
    background: #fff;
}

.page194_part {
    position: relative;
}

.page194box_image1 img {
    width: 431.28px;
    display: block;
    margin: auto;
}


.page194_box {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 8px;
}

.page194_boxLT {
    width: 50%;
}

.page194_boxRT {
    width: 50%;
}

.page194box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page194box_image3 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.page194box_image4 img {
    width: 100%;
    display: block;
    margin: auto;
}

/*--- page195-area start ----*/
.page195-area {
    padding: 30px 0;
    background: #fff;
}

.page195_part {
    position: relative;
}

.page195_box {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-top: 8px;
}

.page195_boxLT {
    width: 50%;
}

.page195_boxRT {
    width: 50%;
}

.page195box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page195box_image3 img {
    width: 450px;
    display: block;
    margin: auto;
    margin-top: 20px;
}


.page195_text {
    padding-top: 20px;
}

.page195_text h2 {
    font-family: "calibri-bold";
    color: #000000;
    font-size: 48px;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 5px;
}

.page195_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    max-width: 475px;
    margin: auto;  
}


/*--- page196-area start ----*/
.page196-area {
    padding: 30px 0;
    background: #fff;
}


.page196_box {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page196_boxitem {
    width: 25%;
}

.page196box_image1 img {
    width: 100%;
    height: 353px;
    display: block;
    margin: auto;
}

.page196_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page196_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page196_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.page196_grouppart {
    display: flex;
    gap: 15px;
    padding-top: 0px;
}

.page196_groupLT {
    width: 50%;
}

.page196_groupRT {
    width: 50%;
    display: flex;
    gap: 15px;
}

.page196box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page196box_image3 img {
    width: 194.4px;
    display: block;
    margin: auto;
}

.page196_text2 {
    padding: 10px 0;
}

.page196_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.02px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


.page196_group {
    width: 50%;
}

.page196box_image4 img {
    width: 100%;
    height: 270.87px;
    display: block;
    margin: auto;
}


/*--- page197-area start ----*/
.page197-area {
    padding: 30px 0;
    background: #fff;
}

.page197_box {
    display: flex;
    justify-content: center;
    gap: 0px;
}

.page197_boxitem {
    width: 25%;
}

.page197_boxitem1 {
    padding-right: 4px;
}

.page197_boxitem2 {
    padding-right: 15px;
    padding-left: 4px;  
}

.page197_boxitem3 {
    padding-left: 15px;     
}

.page197box_image1 img {
    width: 100%;
    height: 270px;
    display: block;
    margin: auto;
}

.page197box_image5 img {
    width: 85.68px;
    display: block;
    margin: auto;
}


.page197_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page197_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}

.page197_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.page197_grouppart {
    display: flex;
    gap: 15px;
    padding-top: 0px;
}

.page197_groupLT {
    width: 50%;
    display: flex;
    gap: 15px;
}

.page197_groupRT {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page197box_image2 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page197box_image3 img {
    width: 194.4px;
    display: block;
    margin: auto;
}

.page197_text2 {
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.page197_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.02px;
    font-weight: 400;
    margin: 0;
}


.page197_group {
    width: 50%;
}

.page197box_image4 img {
    width: 100%;
    height: 286px;
    display: block;
    margin: auto;
}


.page197box_image8 img {
    width: 144.72px;
    display: block;
    margin: auto;
}


/*--- page198-area start ----*/
.page198-area {
    padding: 30px 0;
    background: #fff;
}

.page198_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: end;
    padding-bottom: 25px;
}

.page198_boxLT {
    width: 30%;
}

.page198_boxRT {
    width: 70%;
}

.page198_textimgbox {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}

.page198_textimgLT {
    width: 40%;
}

.page198_textimgRT {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.page198box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page198_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 13.7px;
    font-weight: 400;
    margin: 0;
}

.page198box_image2 img {
    width: 125.28px;
    display: block;
    margin: auto;
}


.page198box_image3 img {
    width: 65.52px;
    display: block;
    margin: auto;
}

.page198box_image4 img {
    width: 324.72px;
    display: block;
    margin: auto;
}


.page198_nEWgroup {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page198_nEWgroupLT {
    width: 75%;
}

.page198_nEWgroupRT {
    width: 25%;
}

.page198_text2 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.02px;
    font-weight: 400;
    margin: 0;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 8px;
}

.page198box_image5 img {
    width: 100%;
    display: block;
    margin: auto;
}


/*--- page199-area start ----*/
.page199-area {
    padding: 30px 0;
    background: #fff;
}

.page199_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page199_boxitem {
    width: 25%;
}

.page199box_image1 img {
    width: 100%;
    height: 288px;
    display: block;
    margin: auto;
}


.page199_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.page199_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}


/*--- page200-area start ----*/
.page200-area {
    padding: 30px 0;
    background: #fff;
}

.page200_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page200_boxitem {
    width: 25%;
}

.page200box_image1 img {
    width: 100%;
    height: 288px;
    display: block;
    margin: auto;
}


.page200_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.page200_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}


.page200_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}


.page200_text1 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 2px;

}

.page200_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}


.page200_text1 h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.page200box_image9 img {
    width: 57.6px;
}

.page200box_image10 img {
    width: 54.72px;
    position: absolute;
    right: -16px;
    top: 0;
}



/*--- page201-area start ----*/
.page201-area {
    padding: 30px 0;
    background: #fff;
}

.page201_box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.page201_boxitem {
    width: 25%;
}

.page201box_image1 img {
    width: 100%;
    height: 288px;
    display: block;
    margin: auto;
}


.page201_text {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}

.page201_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    font-weight: 400;
    margin: 0;
}


.page201_text h6 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}


.page201_nEwbox {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page201_nEwboxLT {
    width: 30%;
}

.page201_nEwboxRT{
    width: 70%;
}


.page201box_image6 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page201_text1 p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding-top: 5px;
}

/*--- page202-area start ----*/
.page202-area {
    padding: 30px 0;
    background: #fff;
}

.page202_box {
    display: flex;
    gap: 10px;
    align-items: end;
}

.page202_boxLT {
    width: 70%;
}

.page202_boxRT {
    width: 30%;
}

.page202box_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}


.page202boxs_image2 img {
    width: 100%;
    display: block;
    margin: auto;
    height: 190px;
}

.page202_boxs {
    display: flex;
    gap: 10px;
    align-items: end;
}

.page202_boxsLT {
    width: 65%;
}

.page202_boxsRT {
    width: 35%;
}

.page202boxs_image1 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page202_nEwbox {
    display: flex;
    gap: 0px;
}

.page202_nEwboxLT {
    width: 45%;
}

.page202_nEwboxRT{
    width: 55%;
}


.page202box_image5 img {
    width: 100%;
    display: block;
    margin: auto;
}

.page202box_image6 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

.page202box_image7 img {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

/*--- page203-area start ----*/
.page203-area {
    padding: 30px 0;
    background: #fff;
}


.page203_head h2 {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 18.2px;
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.page203_text {
    padding-top: 60px;
}

.page203_text p {
    font-family: "calibri-regular";
    color: #000000;
    font-size: 12.27px;
    margin: 0;
    padding-bottom: 10px;    
}

.page203_text p a {
    color: #0563C1;
}
