/* X1 */

#x1{
	padding: 30px 0px 40px 0px;
}

#x1 .container {
	max-width: 1100px;
}

#x1 .title {
	font-size: 42px;
	margin-bottom: 15px;
	text-align: left;
}

#x1 .d-flex {
    align-items: flex-start;
    justify-content: center;
}

#x1 .left-col {
    background: #ffffff;
    order: 1;
    margin-top: 20px;
    padding: 20px;
    width: 50%;
    margin-right: -40px;
    position: relative;
}

#x1 .right-col {
    text-align: left;
    order: 2;
    width: 50%;
}

#x1 ul{
    padding-left: 45px;
}

#x1 li {
    border-left: solid 10px #ffff00;
    margin-bottom: 20px;
	margin-left: 20px;
    padding-left: 15px;
    position: relative;
}

#x1 li:before{
    content: "";
    background: url(/wp-content/uploads/2025/09/np-icons.png) no-repeat 0 0;
    height: 53px;
    width: 60px;
    position: absolute;
    top: 0px;
    left: -75px;
}

#x1 li strong {
    display: block;
    font-size: 22px;
}

#x1 li:nth-child(2):before{
    background-position: 0px -98px;
    height: 60px;
}

#x1 li:nth-child(3):before{
    background-position: 0px -180px;
    height: 60px;
}

#x1 li:nth-child(4):before{
    background-position: 0px -263px;
    height: 60px;
}

#x1 li:nth-child(5):before{
    background-position: 0px -345px;
    height: 60px;
}

#x1 li:nth-child(6):before{
    background-position: 0px -450px;
    height: 60px;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	#x1 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	#x1 .title {
		font-size: 46px;
		max-width: 640px;
		margin: 0 auto 20px;
		text-align: center;
	}

	#x1 .left-col{
		order: 2;
		padding-left: 20px;
		width: 50%;
	}

	#x1 .right-col{
		order: 1;
		width: 50%;
	}
	
}
	
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	#x1 .d-flex{
		flex-direction: column;
	}

	#x1 .title {
		font-size: 42px;
		max-width: 640px;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	#x1 .left-col{
		order: 2;
		padding-top: 20px;
		padding-left: 0px;
		width: 100%;
	}

	#x1 .right-col{
		text-align: center;
		order: 1;
		width: 100%;
	}
	
}
	
@media screen and (max-width: 767px) {
	
	#x1{
		padding-bottom: 0px;
	}
	
	#x1 ul {
		padding-left: 20px;
	}
	
	#x1 li {
		border-left: solid 7px #ffff00;
		margin-bottom: 20px;
		margin-left: 15px;
		padding-left: 15px;
	}
	
	#x1 li:before {
		height: 42px;
		width: 30px;
		left: -50px;
		background-size: 30px auto;
	}
	
	#x1 li:nth-child(2):before{
		background-position: 0px -45px;
		height: 42px;
		width: 30px;
	}

	#x1 li:nth-child(3):before{
		background-position: 0px -82px;
		height: 42px;
		width: 30px;
	}

	#x1 li:nth-child(4):before{
		background-position: 0px -130px;
		height: 42px;
		width: 30px;
	}

	#x1 li:nth-child(5):before{
		background-position: 0px -160px;
		height: 42px;
		width: 30px;
	}

	#x1 li:nth-child(6):before{
		background-position: 0px -220px;
		height: 42px;
		width: 30px;
	}
	
	#x1 li strong{
		font-size: 18px;
	}
	
	#x1 .d-flex{
		flex-direction: column;
	}
	
	#x1 .left-col {
        width: 100%;
        margin: 0px auto;
		padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
	
	#x1 .title {
		font-size: 26px;
		max-width: 320px;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	#x1 .left-col{
		order: 2;
		padding-top: 20px;
		padding-left: 0px;
		width: 100%;
	}

	#x1 .right-col{
		text-align: center;
		order: 1;
		width: 100%;
	}

}

/* X2 */

#x2{
	
}

#x2 .header{
	margin-bottom: 20px;
	text-align: center;
}

#x2 .header .title {
	font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
}
#x2 .header p {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
}

	
@media screen and (max-width: 767px) {
	
	#x2 .header .title {
		font-size: 28px;
		max-width: 300px;
		margin: 0px auto 10px;
	}
	
	#x2 .header p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.5px;
		text-align: center;
		margin-bottom: 0px;
	}
	
}

/**/

.strip {
	margin-bottom: 35px;
}

.strip-wrap {
	background: #000;
	color: #fff;
	padding: 20px 20px 20px 70px;
	position: relative;
}

.strip-wrap:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 55%;
	background: #808080;
	left: 0;
	top: 0;
	border-left: 50px solid #808080;
	border-bottom: 50px solid #000;
}

.strip-wrap:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	background: #808080;
	left: 0;
	bottom: 0;
}

.strip:nth-child(even) .strip-wrap:before{
	border-left-color: #ca11bf;
}

.strip:nth-child(even) .strip-wrap:after{
	background: #ca11bf;
}

.blue-strip .strip-wrap:before,
.blue-strip .strip-wrap:after {
	background: #700878;
	border-left-color: #700878;
}

.strip-a {
	text-align: center;
	margin-bottom: 30px;
}

.strip-b h2 {
	text-align: center;
	margin-bottom: 30px;
}

.strip-b-a {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
	position: relative;
}

.plus-sign {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 3px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg stroke='currentColor' fill='%23fff' stroke-width='0' t='1551322312294' viewBox='0 0 1024 1024' version='1.1' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3c/defs%3e%3cpath d='M474 152m8 0l60 0q8 0 8 8l0 704q0 8-8 8l-60 0q-8 0-8-8l0-704q0-8 8-8Z'%3e%3c/path%3e%3cpath d='M168 474m8 0l672 0q8 0 8 8l0 60q0 8-8 8l-672 0q-8 0-8-8l0-60q0-8 8-8Z'%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

	.plus-sign.minus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg stroke='currentColor' fill='%23fff' stroke-width='0' viewBox='0 0 1024 1024' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z'%3e%3c/path%3e%3c/svg%3e");
}

.strip-b-b.hide {
	display: none;
}

.strip-b {
	flex-grow: 1;
}

.strip p {
	margin-bottom: 25px;
}

.strip .dot-list {
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
}

.strip .dot-list li {
	padding: 3px 0 3px 30px;
	position: relative;
}

.strip .dot-list li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
	position: absolute;
	left: 0;
	top: 10px;
}

.strip ol {
	margin: 0 0 40px;
	padding: 0 0 0 16px;
}

.strip ol li {
	padding: 5px;
}

@media (min-width: 992px) {
	.strip-wrap {
		display: flex;
		flex-wrap: nowrap;
		padding: 60px 40px 60px 120px;
	}

	.strip-a {
	  width: 300px;
	  flex-shrink: 0;
	  padding: 0 30px;
	}

	.strip-wrap:before {
	  border-left: 130px solid #808080;
	  border-bottom: 130px solid #000;
	}

	.strip-wrap:after {
	  width: 80px;
	}

	.strip h2 {
	  max-width: 310px;
	  text-align: left;
	}
}

@media (min-width: 1200px) {
	.strip h2 {
	  max-width: 90%;
	}
}

@media (min-width: 1400px) {
	.strip-a {
	  width: 370px;
	}
}

@media (max-width: 767px) {
	
	.strip-wrap {
        padding-left: 50px;
        padding-right: 40px;
    }
	
    .strip-b h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        padding-right: 20px;
    }
	
	.strip-b-a h3{
		font-size: 21px;
	}
	
	.strip-wrap{
		padding-left: 60px;
	}
	
	.strip-a {
		text-align: center;
		max-width: 200px;
		margin: 0px auto 30px;
	}
	
	.strip-b .plus-sign {
		right: -30px;
		top: 0px;
	}
	
}


  /* X11 */
  #x11 {
    background: #700878;
    color: #fff;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .x11-a {
    padding: 20px;
    border: 3px solid #fff;
    max-width: 595px;
    margin: 0 auto;
  }

  .x11-a p {
    font-size: 22px;
    max-width: 500px;
  }

  .x11-b {
    text-align: right;
    margin-right: -30px;
  }

  .x11-b p {
    background: #fff;
    color: #700878;
    font-size: 18px;
    text-align: right;
    padding: 5px 20px;
    display: inline-block;
  }

/* x3 */

#x3 .title{
	color: #ffffff;
	font-size: 42px;
	margin-bottom: 10px;
}

#x3 p{
	color: #ffffff;
}

#x3 li{
	color: #ffffff;
	font-style: italic;
	font-weight: 600;
}

#x3 .d-flex{
	background: #700878;
}

#x3 .inner-wrap{
	padding: 20px 40px 20px 40px;
	width: calc(100% - 565px);
}

#x3 .image{
	width: 565px
}

#x3 ul{
	margin-bottom: 20px;
}

#x3 li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}

#x3 li:before{
	content: "";
	background: #ffff00;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	
	#x3 .d-flex{
		flex-direction: column;
	}
	
	#x3 .inner-wrap {
		width: 100%;
	}
	
	#x3 .image {
		width: 100%;
		text-align: center;
	}
	
}

@media (max-width: 767px) {
	
	#x3 .d-flex{
		flex-direction: column;
	}
	
	#x3 .inner-wrap {
		padding: 20px;
		width: 100%;
	}
	
	#x3 .image {
		width: 100%;
		text-align: center;
	}
	
    #x3 .title {
        font-size: 21px;
        margin-bottom: 10px;
        text-align: center;
    }
	
	#x3 p {
		margin-bottom: 10px;
	}
	
	#x3 li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
}

/* X4 */

#x4{
	padding: 40px 0px 40px 0px;
}

#x4 .wrap{
	max-width: 660px;
    margin: 0px auto;
	position: relative;
}

#x4 .wrap:before{
	display: block;
	content: "";
    background: #ca11bf;
    height: 10px;
    width: 75%;
    transform: rotate(-90deg);
    position: absolute;
    left: -23.5%;
    top: 50%;
    z-index: -1;
}

#x4 .image{
	width: 177px;
}

#x4 .inner{
	padding-left: 15px;
	width: calc(100% - 177px);
}

#x4 .inner strong{
	font-family: "Futura Std Extra Bold Condensed";
	font-size: 27px;
}

#x4 .wrap > div{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#x4 .title {
    font-size: 42px;
    margin-bottom: 15px;
    text-align: center;
}

#x4 .container > p{
	text-align: center;
}

#x4 .num {
    color: #ca11bf;
    font-size: 42px;
    font-weight: 800;
}

#x4 .highlight{
    display: inline-block;
    background: #ca11bf;
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	color: #ffffff;
	font-weight: 800;
    font-size: 26px;
    padding: 12px 20px;    
}

@media (max-width: 767px) {
	
    #x4 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
	
	#x4 .wrap:before {
		height: 7px;
		width: 80%;
		left: -25.5%;
	}
	
	#x4 .title {
		font-size: 26px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#x4 .image {
		width: 100px;
	}
	
	#x4 .inner {
		padding-left: 15px;
		width: calc(100% - 100px);
	}
	
	#x4 .num {
		font-size: 26px;
	}
	
	#x4 .inner strong {
		font-size: 18px;
	}
	
	#x4 .container > p {
		text-align: left;
		font-size: 16px;
		padding-left: 95px;
		position: relative;
	}
	
	#x4 .highlight {
		font-size: 16px;
		padding: 5px 17px;
		position: absolute;
		left: 0;
		top: 5px;
	}
	
}

/**/

#x5{
	background: #f6f6f6;
	padding: 30px 0px;
}

#x5 .title{
	font-size: 42px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#x5 .container > p{
	text-align: center;
}

#x5 .d-flex{
	gap: 15px;
}

#x5 .column {
    background: #ca11bf;
    padding: 15px;
    width: 33.3%;
}

#x5 .column h3{
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
}

#x5 .column p{
	color: #ffffff;
}

#x5 .column img {
    display: block;
    margin: -15px -15px 15px -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
}

#x5 .container > h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 26px;
}

#x5 .container >  p{
	text-align: center;
}

#x5 .btn {
	display: table;
    background: #ffec1b;
    margin: 0px auto;
}

@media (max-width: 767px) {
	
	#x5 .title {
		font-size: 28px;
	}
	
    #x5 .d-flex {
        flex-direction: column;
        max-width: 320px;
        margin: 0px auto;
    }
	
	#x5 .column {
		padding: 15px;
		width: 100%;
	}
	
	#x5 .container > p {
        text-align: center;
        margin-bottom: 10px;
        font-size: 16px;
    }
	
	#x5 .column h3 {
		margin-bottom: 10px;
		text-align: center;
		font-size: 24px;
	}
	
	#x5 .container > h3 {
		text-align: center;
		margin-bottom: 10px;
		padding-top: 20px;
		font-size: 18px;
	}
	
}

/**/

#x6{
	
}

#x6 .container{
	background: #000000;
	max-width: 1050px;
	margin: 0px auto;
	padding: 0px;
}

#x6 .inner-wrap{
	padding: 30px;
}

#x6 .title{
	color: #ffffff;
	font-size: 42px;
	margin-bottom: 10px;
}

#x6 p{
	color: #ffffff;
}

#x6 ul{
	margin-left: 45px;
}

#x6 li {
    border-left: solid 6px #ffff00;
	color: #ffffff;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 15px;
    position: relative;
}

#x6 li:before {
    content: "";
    background: url(/wp-content/uploads/2025/09/np-icons-2.png) no-repeat 0 0;
    height: 53px;
    width: 60px;
    position: absolute;
    top: 0px;
    left: -75px;
}

#x6 li:nth-child(2):before {
    background-position: 0px -98px;
    height: 60px;
}

#x6 li strong{
	display: block;
}

@media (max-width: 767px) {
	
	#x6 li:before {
		background-size: cover;
		height: 35px;
		width: 30px;
		position: absolute;
		top: 0px;
		left: -45px;
	}
	
	#x6 li:nth-child(2):before {
        background-size: cover;
        height: 35px;
        width: 30px;
        position: absolute;
        top: 0px;
        left: -45px;
        background-position: 0px -55px;
    }
	
	#x6 .container {
		flex-direction: column;
	}
	
	#x6 .title {
		font-size: 26px;
		text-align: center;
		max-width: 290px;
		margin: 0px auto 10px auto;
	}
	
	#x6 .inner-wrap {
		padding: 30px 30px 10px 30px;
	}
	
	#x6 ul {
		margin-left: 35px;
	}
	
	#x6 li {
        border-left: solid 4px #ffff00;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-left: 15px;
        position: relative;
        font-size: 16px;
        line-height: 1.4em;
	}
	
    #x6 li strong {
        display: block;
        font-size: 18px;
    }

}

/**/

#x7{
	padding: 40px 0px;
}

#x7 .container{
	margin: 0px auto;
	max-width: 900px;
}

#x7 .container > p{
	display: table;
	border-bottom: solid 4px #ca11bf;
	margin: 0px auto;
	padding-bottom: 4px;
	text-align: center;
}

#x7 .title{
	font-size: 42px;
	text-align: center;
}

#x7 .d-flex{
	gap: 10px;
	margin-bottom: 20px;
}

#x7 .column{
	width: 33.3%;
}

#x7 .column img{
	display: block;
	margin: 0px auto;
}

#x7 .column h3{
	font-size: 24px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

#x7 .column p{
	line-height: 1.2em;
	text-align: center;
}

@media (max-width: 767px) {
	
	#x7 {
		padding: 20px 0px;
	}
	
	#x7 .title {
		font-size: 28px;
	}
	
	#x7 .d-flex {
		gap: 0;
		margin-bottom: 0px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#x7 .column {
		padding-bottom: 20px;
		width: calc(50% - 30px);
	}
	
	#x7 .column:nth-child(odd){
		margin-right: 30px;
	}
	
	#x7 .column h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	#x7 .container > p {
		font-size: 16px;
		line-height: 1.2em;
		text-align: center;
	}
	
}

/* X12 */

#x12{
	padding-top: 30px;
}

#x12 .container {
	max-width: 1100px;
}

#x12 .title {
	font-size: 42px;
	max-width: 780px;
	margin: 0 auto 20px;
	text-align: center;
}

#x12 .d-flex{
	align-items: center;
}

#x12 .left-col{
	order: 1;
	padding-right: 20px;
	width: 50%;
}

#x12 .right-col{
	order: 2;
	width: 50%;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	#x12 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	#x12 .title {
		font-size: 46px;
		max-width: 640px;
		margin: 0 auto 20px;
		text-align: center;
	}

	#x12 .left-col{
		order: 1;
		padding-left: 20px;
		width: 50%;
	}

	#x12 .right-col{
		order: 2;
		width: 50%;
	}
	
}
	
@media screen and (min-width: 768px) and (max-width: 991px) {
	
	#x12 .d-flex{
		flex-direction: column;
	}

	#x12 .title {
		font-size: 42px;
		max-width: 640px;
		margin: 0px auto 0px;
		text-align: center;
	}
	
	#x12 .left-col{
		order: 1;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 20px;
		width: 100%;
	}

	#x12 .right-col{
		text-align: center;
		order: 2;
		width: 100%;
	}
	
}
	
@media screen and (max-width: 767px) {
	
	#x12 .d-flex{
		flex-direction: column;
	}
	
	#x12 .title {
		font-size: 26px;
		max-width: 320px;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	#x12 .left-col{
		order: 2;
		padding-top: 20px;
		padding-right: 0px;
		width: 100%;
	}

	#x12 .right-col{
		order: 1;
		width: 100%;
	}

}

  /* X13 */
  .mention {
    background: #000000;
    color: #fff;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .mention-blue {
    background: #700878;
  }

  .mention:last-child {
    margin-bottom: 0;
  }

  .mention-a {
    padding: 20px 20px 40px;
    border: 3px solid #fff;
    max-width: 595px;
    margin: 0 auto;
    position: relative;
  }

  .mention-b {
    text-align: right;
    max-width: 65%;
    margin: -20px 20px 0 auto;
    position: relative;
  }

  .mention-b p {
    background: #fff;
    color: #700878;
    font-size: 18px;
    text-align: left;
    padding: 10px 20px;
    display: inline-block;
    word-break: break-word;
    line-height: 120%;
  }

  .mention-b-a span {
    display: block;
    font-size: 14px;
    padding-top: 10px;
  }

  .mention-b-a span a{
    color: #700878;
  }

  .mention-c {
    border-top: 3px solid #fff;
    max-width: 450px;
    margin: 30px auto 0;
    display: none;
  }

  .mention-c div {
    text-align: right;
    padding: 5px 40px 5px 5px;
    position: relative;
  }

  .mention-c div:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #fff;
    right: 10px;
    top: 17px;
  }

  @media (min-width: 768px) {
    .mention-b {
      max-width: 380px;
      margin: -20px 70px 30px auto;
    }
  }


@media (max-width: 767px) {
	
	.mention{
		margin-bottom: 20px;
	}
	
	.mention-b {
		text-align: right;
		max-width: 90%;
		margin: -20px 0 20px auto;
		position: relative;
	}
	
	.mention-b p {
		font-size: 12px;
		text-align: left;
		padding: 5px;
		letter-spacing: -0.5px;
	}
	
	.mention-b-a span a{
		display: block;
		padding-top: 5px;
	}
}


@media (max-width: 767px) {
	
	#faq{
		padding-top: 20px;
	}
	
	#faq h2 {
		font-size: 26px;
		margin: 0 auto 20px;
	}
	
}