h1,h2,h3{
	line-height: 145%;
}
footer,.o-footer{
	margin-top: 0 !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.mb-10 {
    margin-bottom: 40px !important;
}
.pb-3\.75.lg\:col-span-4.lg\:col-start-3 button svg{
  pointer-events: none;
}
.mobOrder .h-fit:nth-child(6) a:nth-child(5){
  display: none !important;
}
.fs_16{
  font-size:16px;
}
.blocks div:nth-last-child(2).bg-block.text-block.theme-block-light{
  display: none;
}
@media (max-width: 1023px){
  .mobStyle{
    display: flex;
  }
  .pcStyle{
  	display: none;
  }
  .moreTitle{
	  font-family: SuisseIntl, sans-serif;
		font-size: 13px;
		font-weight: 400;
		line-height: 145%;
		text-transform: none;
		margin-top: 20px;
		text-align: left !important;
  }
  .mobOrder{
    display: flex;
    flex-direction: column;
  }
  .mobOrder .h-fit a .w-full{
    display: flex;
    justify-content: space-between;
  }
	.mobOrder .h-fit:nth-child(1) a:first-child .w-full,
	.mobOrder .h-fit:nth-child(2) a:first-child .w-full,
	.mobOrder .h-fit:nth-child(3) a:first-child .w-full{
	  display: none;
	}
	.mobOrder .h-fit:nth-child(4){
		order: 4;
	}
	.mobOrder .h-fit:nth-child(5){
		order: 1;
	}
	.mobOrder .h-fit:nth-child(6){
		order: 2;
	}
	.mobOrder .h-fit:nth-child(7){
		order: 3;
	}
	.mobOrder .h-fit:nth-child(8){
		order: 5;
	}
	.mobLeft{
    text-align: left !important;
  }
  .px-375 {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media (min-width: 375px){
	.container{
		max-width: 100%;
	}
}
@media (min-width: 1024px){
  .mobStyle{
    display: none;
  }
  .pcStyle{
    display: flex;
  }
  .lg\:block {
    display: block !important;
  }
  .px-375{
    padding-left:0;
    padding-right:0;
  }
  .lg\:grid{
  	display: grid !important;
  }
}
@media (min-width: 1366px){
  /* .container {
    max-width: 100%;
  } */
  .cms-page .blocks .hidden{
    display: grid !important;
  }
}