ul, ol{text-align:left}
/***TOP BANNER***/
.section.top-banner {
    color:var(--white);
	padding-bottom:clamp(32px, 4%, 60px)
}
.top-banner .maintitle{
    margin-bottom:8px
}
.top-banner .subtitle{
    font-family:var(--font-family--body);
    font-weight:900;
    font-size:var(--font-size--big);
    line-height:1
}
.top-banner .sp-main {
    margin-bottom:8px;
	margin-top:8px
}
.top-banner .title-col hr{
    margin-bottom:32px;
    width:100%
}
.top-banner .badge-col{
    display:flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.top-banner .badge-col .btn-inn{
    display:flex;
}
.top-banner .badge-col .btn{
    flex-grow:1;
    line-height: 1.2;
    font-size: clamp(16px, 1.7vw, 21px);
}
.top-banner .badge-col .badge-inn{
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}
.top-banner .img-col{
    display:flex;
    flex-wrap:wrap;
    position:relative;
    align-items: flex-end;
    justify-content: center;
}
.top-banner .img-col picture{
    display:flex
}
.top-banner .review-cont{
    position:absolute;
    display: flex;
    align-items: center;
    bottom: 5%;
}
.top-banner .review-cont .img-inn{
    z-index:2;
    width: 50%;
}
.top-banner .review-cont .text-col{
    border-left:2px solid var(--white);
    padding:20px 0;
    margin-left: -10%;
    width: 80%;
}
.top-banner .review-cont .text-col p{
    background:linear-gradient(90deg, #000000E3 0%, #000000E6 76%, #00000000 100%);
    margin:0;
    padding: 14px 32px 14px 20%;
    font-size: clamp(14px, 1.6vw, 22px);
    text-wrap: balance;
    font-weight: 700;
    line-height: 1.2;
}
.top-banner .form-col{
    background-color:var(--white);
    box-shadow: 0px 0px 60px #0B0B6045;
    border-radius: 10px;
    width:100%;
}
.top-banner .form-col .title {
    margin-bottom:8px;
    color:var(--secondary);
	text-align:center
}
.top-banner .title .sp-title{
    color:var(--primary);
	display: block;
}
@media(min-width:1025px){
    .section.top-banner {
        padding-top:170px;
    }
    .top-banner .form-col{
        padding:32px 40px
    }
	.top-banner .btn-col {
		display:flex;
		align-items:center;
		gap:12px
	}
	.top-banner .btn-col .btn{
		white-space:nowrap
	}
}
@media(min-width:801px){
    .section.top-banner {
        background-image:url(/wp-content/uploads/2025/12/main-banner-ip.jpg);
        background-repeat:no-repeat;
        background-position:center;
    }
    .top-banner .title-col{
        width:50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .top-banner .form-col{
        width:45%;
        margin-left:auto;
		max-width:475px
    }
	.top-banner .badge-col .google{
		margin-right:12px
	}
}
@media(min-width:501px){
    .top-banner .review-cont .img-inn{
        margin-right: -10%;
        margin-left: -10%;
    }
}
@media(max-width:1024px){
    .section.top-banner {
        padding-top:clamp(32px, 4%, 72px);
    }
    .top-banner .badge-col{
        flex-wrap:wrap;
        justify-content:center;
    }
    .top-banner .form-col{
        padding: 32px 16px;
    }
    .top-banner .form-col .title{
        text-align:center
    }
    .top-banner .title .sp-title{
        display:block
    }
}
@media(max-width:1024px) and (min-width:801px){
    .top-banner .title-col{
        padding-bottom:8%
    }
}
@media(max-width:800px){
    .section.top-banner {
        background: linear-gradient(90deg,#0d2f72 0%, #040407 100%);
    }
    .top-banner .title-col{
        text-align:center
    }
    .top-banner .img-col{
        width:100%
    }
	.top-banner .review-cont{
        max-width:500px
    }
	.top-banner .btn-col .btn{
		margin-right:auto;
		margin-left:auto;
		flex-grow:1;
		width:100%;
		max-width:500px
	}
	.top-banner .badge-col{
		align-items:center
	}
	.top-banner .badge-col{
        margin-bottom:12px
    }
    .top-banner .badge-col .google{
        width:100%
    }
    .top-banner .badge-col .badge-inn{
        flex-wrap:wrap
    }
    .top-banner .badge-col a{
        width:20%
    }
}
@media(max-width:800px) and (min-width:501px){
    .top-banner .badge-col .btn-inn{
        width: calc(40% - 12px);
        max-width: 220px;
    }
    .top-banner .badge-col .badge-inn{
        width: calc(60% - 12px);
    }
}
@media(max-width:500px){
    .top-banner .img-col>picture{
        max-width:300px;
        width:100%
    }
    .top-banner .review-cont .text-col p{
        padding-left: 15%;
        padding-right: 8px;
    }
    .top-banner .badge-col .btn-inn,
    .top-banner .badge-col .badge-inn{
        width:100%
    }
    .top-banner .review-cont .img-inn{
        margin-right: -5%;
        margin-left: -5%;
    }
	.top-banner .col-5{
		width:100%;
	}
	.top-banner .col-5 legend{
		text-align:center
	}
	.top-banner .gfield_checkbox {
		flex-direction:row!important;
		justify-content:center;
	}
}
/*form*/
.top-banner .form-col .gfield:not(.col-5) legend,
.top-banner .form-col .gfield:not(.col-5) label{ 
    display:none
}
.top-banner form{
    display:flex!important;
    justify-content: space-between!important;
    gap: 12px!important;
    align-items: center!important;
}
.top-banner .gform-footer{
    margin:0!important;
	display:none
}
.top-banner .gform-body,
.top-banner .gform_fields{
    width:100%
}
.top-banner .gform-footer input:not(.gfield-choice-input){
    width:100%!important;
    background-color:var(--primary)!important;
    font-weight:700!important;
    font-size:clamp(16px, 1.7vw, 20px)!important;
    padding-top:8px!important;
    padding-bottom:8px!important
}
.top-banner input:not(.gfield-choice-input),
.top-banner textarea{
    border:1px solid var(--primary)!important;
    min-block-size: 1rem!important;
    min-height:47px!important
}
.top-banner input:not(.gfield-choice-input){
    max-height:47px!important;
}
.top-banner .gform_fields{
    display: flex!important;
    flex-wrap:wrap;
    gap: 12px!important;
    justify-content: space-between;
}
.top-banner .gform_fields .col-3,
.top-banner .gform_fields .col-4{
    width: 100%;
}
.top-banner .gform_fields .col-1,
.top-banner .gform_fields .col-2{
    width: calc(50% - 12px);
}
.top-banner input[type="submit"]{
    background-color:var(--primary)!important;
    font-weight:700!important;
    flex-grow:1!important
}
.top-banner #field_submit{
    flex-grow:1!important
}
@media(max-width:800px){
    .top-banner form{
        flex-wrap:wrap;
    }
    .top-banner .gform-footer{
        width:100%
    }
}
/***PROCESS***/
.section.process-sctn {
    padding-top:clamp(32px, 6%, 100px);
    padding-bottom:clamp(32px, 6%, 100px)
}
.process-sctn .title-col{
    width:100%;
    text-align:center;
    margin-bottom:32px
}
.process-sctn .maintitle{
    font-size:clamp(20px, 2.5vw, 30px);
    font-family:var(--font-family--body);
    font-weight:700;
    margin-bottom:8px;
    color:var(--secondary)
}
.process-sctn .title-col hr{
    width:40%;
    margin-bottom:20px
}
.process-sctn .subtitle{
    color:var(--secondary);
    font-weight:800;
}
.process-sctn .subtitle .sp-sub{
    display:block;
    font-size:clamp(24px, 3.6vw, 56px);
    margin-bottom:8px
}
.process-sctn .subtitle .sp-primary{
    color:var(--primary)
}
.process-sctn .subtitle .sp-sub-2{
    font-family:var(--font-family--body);
    font-size:clamp(18px, 2vw, 22px)
}
.process-sctn .title-col ul{
    margin:0;
    list-style:none;
    display:flex;
    justify-content:center;
    gap:20px
}
.process-sctn .title-col li{
    display:flex;
    gap:8px;
    font-weight: 900;
    color:var(--secondary);
    font-size:clamp(18px, 2vw, 22px);
    text-transform:uppercase;
    line-height:1.2;
}
.process-sctn .title-col svg{
    width:25px;
    height:24px;
    min-width:25px;
    fill:var(--primary);
}
.process-sctn .title-col li:last-child{
    position:relative;
}
.process-sctn .step-col{
    margin-bottom:32px
}
.process-sctn .step-col p:last-child{
    margin:0
}
.process-sctn .cta-col{
    background-color:var(--secondary);
    color:var(--white);
    padding:32px 42px;
    border-radius:15px;
    position:relative;
    margin-bottom:32px
}
.process-sctn .cta-title{
    font-family:var(--font-family--body);
    font-weight:700;
    font-size: clamp(18px, 2.5vw, 33px);
}
.process-sctn .sp-cta{
    font-weight:400;
    display: block;
}
.process-sctn .icon-col{
    position:absolute;
    background-color:transparent;
    right:-12%;
    top:30%;
    width:180px;
}
.process-sctn .icon-col img{
    margin:0
}
.process-sctn .cta-col .btn{
    font-size: clamp(20px, 3vw, 44px);
}
.process-sctn .step-title{
    display:flex;
    gap:20px;
    align-items:center;
    font-family:var(--font-family--body);
    font-weight:700;
    color:var(--secondary);
    margin-bottom:20px
}
.process-sctn .step-title .num{
    color:var(--primary);
    line-height:1;
    font-size:clamp(80px, 9vw, 122px)
}
.process-sctn .img-col img{
    width: 100%;
}
.process-sctn .img-col picture{
    display:flex;
    justify-content: center;
}
@media(min-width:801px){
    .process-sctn .section-wrap{
        justify-content:space-between
    }
    .process-sctn .img-col{
        width:40%;
        display:flex;
        align-items: flex-end;
        justify-content: center;
        padding-right:32px;
        padding-left:32px
    }
    .process-sctn .text-col{
        width:60%;
        display:flex;
        flex-direction:column;
        justify-content: center;
    }
    .process-sctn .text-col p:last-child{
        margin:0
    }
    .process-sctn .cta-col {
        width:45%;
        margin-right:auto
    }
    .process-sctn .step-col{
        width:48%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }
    .process-sctn .title-col li:last-child{
        width: 32%;
    }
    .process-sctn .img-col img{
        max-width: 368px;
    }
}
@media(min-width:501px){
    .process-sctn .title-col li:last-child:after{
        content:"";
        position:absolute;
        bottom:8px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(227, 53, 53, 1) 10%, rgba(227, 53, 53, 1) 90%, rgba(255, 255, 255, 0) 100%);
        height: 3px;
        width:300%;
        left:-300%;
    }
}
@media(max-width:800px) and (min-width:501px){
    .process-sctn .title-col li:last-child{
        width: 50%;
    }
    .process-sctn .step-col{
        width:calc(50% - 20px);
        padding:0 20px
    }
}
@media(max-width:800px){
    .process-sctn .img-col{
        order:3;
    }
    .process-sctn .img-col img{
        max-width:300px;
        width: 90%;
    }
    .process-sctn .text-col{
        text-align:center;
        order:2
    }
    .process-sctn .title-col{
        order:1
    }
    .process-sctn .cta-col{
        order:4;
        margin-bottom:62px
    }
    .process-sctn .step-col{
        order:5;
        flex-grow:1;
    }
    .process-sctn .icon-col{
        top:80%;
        transform:rotate(90deg);
        right:0
    }
    .process-sctn .step-5{
        margin:0
    }
}
@media(max-width:500px){
    .process-sctn .icon-col img{
        max-width: 152px;
    }
    .process-sctn .icon-col{
        right: -15%;
    }
    .process-sctn .title-col ul{
        flex-direction:column;
        max-width:400px;
        margin:0 auto;
    }
    .process-sctn .step-col p{
        text-align:center
    }
    .process-sctn .cta-col{
        padding-right:16px;
        padding-left:16px;
        text-align:center
    }
}
@media(max-width:350px){
    .process-sctn .icon-col{
        right: -90px;
    }
}
/***CTA***/
.section.cta-banner {
    padding-top:32px;
    padding-bottom:32px;
    background:linear-gradient(270deg, #841927 0%, #61203B 13%, #1C2D60 52%, #003370 100%);
    color:var(--white);
	z-index: 9;
}
.section.cta-banner::after {
    content: "";
    position: absolute;
    bottom: -3px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(227, 53, 53, 1) 10%, rgba(227, 53, 53, 1) 90%, rgba(255, 255, 255, 0) 100%);
    height: 3px;
    width: 100%;
    left: -20%;
}
.cta-banner .text-col{
    flex-grow:1;
    display:flex;
    align-items:center;
    width:fit-content;
}
.cta-banner .subtitle{
    font-weight:700;
    text-transform:uppercase;
    font-size:clamp(18px, 1.9vw, 21px);
    margin:0
}
.cta-banner .btn-col{
    display:flex;
    gap:8px;
    flex-grow:1;
    width:fit-content;
    flex-wrap: wrap;
}
.cta-banner .btn{
    font-size: clamp(22px, 2.4vw, 25px);
    flex-grow:1;
	font-family: var(--font-family--body);
    font-weight: 700;
}
@media(min-width:601px){
    .cta-banner .text-col{
        padding-right:20px;
    }
    .cta-banner .btn-col{
        justify-content: flex-end;
    }
	.cta-banner .btn{
		max-width:300px
	}
}
@media(max-width:1600px) and (min-width:601px){
    .cta-banner .text-col{
        width: 60%;
    }
    .cta-banner .btn-col{
        width: 40%;
    }
}
@media(max-width:600px){
    .cta-banner .subtitle{
        text-align:center;
        margin-bottom:8px
    }
    .cta-banner .btn-col{
        justify-content:center;
    }
}
/***WINS***/
.section.wins-sctn {
    padding-top:clamp(32px, 6%, 100px);
    padding-bottom:clamp(32px, 6%, 100px);
}
.wins-sctn .section-wrap{
        gap:40px
    }
.wins-sctn .title-col{
    text-align:center
}
.wins-sctn .maintitle {
    font-family:var(--font-family);
    color:var(--secondary);
    font-weight:700;
    font-size:clamp(26px, 3.3vw, 53px);
}
.wins-sctn .maintitle .sp-main{
    display:block;
    font-family:var(--font-family);
    font-weight:700;
    color:var(--primary)
}
.wins-sctn .win-col{
    background-color:var(--white);
    box-shadow: 0px 3px 40px #00000029;
    border-radius:15px;
    padding:32px;
    position: relative;
}
.wins-sctn .win-col p{
    margin:0;
    color:#515151
}
.wins-sctn .subtitle{
    color:var(--secondary);
    font-size:clamp(20px, 2.4vw, 28px)
}
.wins-sctn .win-col .result{
    color:var(--primary);
    font-family:var(--font-family--body);
    font-weight:900;
    text-transform:uppercase;
    line-height:1;
    margin:0;
    font-size: clamp(16px, 2vw, 21px);
    width: 240px;
    position: absolute;
    transform: rotate(347deg);
    right: -7%;
    top: 0;
    background-image:url(/wp-content/uploads/2025/12/border-01.svg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    text-align:center;
    height: 67px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:8px
}
@media(min-width:1501px){
    .wins-sctn .subtitle{
        width: 60%;
    }
}
@media(min-width:801px){
    .wins-sctn .section-wrap{
        justify-content:space-between;
    }
    .wins-sctn .title-col p{
        width:75%;
        margin-right:auto;
        margin-left:auto
    }
    .wins-sctn .win-col{
        width:calc(33% - 32px)
    }
}
@media(max-width:1500px){
    .wins-sctn .win-col{
        padding-top:90px
    }
    .wins-sctn .win-col .result{
        right:0;
        left:0;
        margin:auto;
    }
}
@media(max-width:800px){
    .wins-sctn .section-wrap{
        justify-content:space-evenly;
    }
}
@media(max-width:800px) and (min-width:501px){
    .wins-sctn .win-col{
        width:calc(50% - 32px)
    }
}
@media(max-width:500px){
    .wins-sctn .win-col{
        width:100%;
        text-align:center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .wins-sctn .win-col .result{
        transform: rotate(349deg);
    }
}
/***NEED***/
.section.need-sctn {
    background:linear-gradient(270deg, #E8E8E8 0%, #E9E9E9 67%, #fff 100%);
    padding-top:40px;
    padding-bottom:clamp(32px, 4%, 72px)
}
.need-sctn .title-col{
    width:100%;
    display:flex;
}
.need-sctn .title-col svg{
    max-width:200px;
    width:20%;
    height:auto
}
.need-sctn .text-col{
    position:relative
}
.need-sctn .maintitle{
    color:var(--secondary);
    font-family:var(--font-family--body);
    font-weight:700;
    margin:0
}
.need-sctn .cta-col{
    background-color:var(--secondary);
    color:var(--white);
    padding:40px;
    display:flex;
    align-items: center;
    align-self:center;
}
.need-sctn .cta-col .title{
    text-wrap:balance;
    margin:0;
    line-height:1.2;
}
@media(min-width:801px){
    .need-sctn .text-col{
        width:55%;
        padding-right:5%
    }
    .need-sctn .text-col p:last-child{
        margin:0
    }
    .need-sctn .cta-col{
        width:65%;
        margin-right:-20%;
    }
    .need-sctn .cta-col .title{
        width:60%
    }
    .need-sctn .text-col:after {
        content: "";
        position: absolute;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(227, 53, 53, 1) 10%, rgba(227, 53, 53, 1) 90%, rgba(255, 255, 255, 0) 100%);
        height: 120%;
        top:-10%;
        width:3px;
        right:0
    }
    .need-sctn .title-col{
        margin-bottom:52px;
        align-items: flex-end;
        gap: 32px;
    }
}
@media(max-width:800px){
    .need-sctn .title-col{
        margin-bottom:22px;
        flex-direction:column;
        gap:20px;
        text-align:center;
        align-items:center
    }
    .need-sctn .text-col{
        text-align:center;
        width:100%
    }
    .need-sctn .cta-col{
        width:100%;
        text-align:center;
        justify-content:center;
        padding:32px 16px
    }
}
/***WHY US***/
.section.whyus-sctn {
    padding-top:calc(3% + 32px);
    padding-bottom:calc(3% + 32px);
}
.whyus-sctn .section-wrap{
    background-color:#EFEFEF;
    max-width:1720px;
    border-radius:20px;
    padding:calc(5% + 32px) calc(3% + 16px)
}
.whyus-sctn .title-col{
    text-align:center;
    width:100%;
}
.whyus-sctn .maintitle{
    font-family:var(--font-family--body);
    font-weight:700;
    margin-bottom:8px;
    color:var(--secondary);
    font-size: clamp(21px, 2.7vw, 35px);
}
.whyus-sctn .subtitle{
    color:var(--primary);
    margin-bottom:5%
}
.whyus-sctn .title{
    color:var(--secondary);
    font-size:clamp(20px, 2.3vw, 30px)
}
.whyus-sctn .title-bars{
    display:flex;
    justify-content:center;
    gap:12px;
    align-items:center;
    width:100%
}
.whyus-sctn .title-bars::after{
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #e33535 10%, #e33535 90%, rgba(255, 255, 255, 0) 100%);
    display:block;
    min-width:20px;
    height:3px;
    width:20%
}
.whyus-sctn .title-bars::before{
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #e33535 10%, #e33535 90%, rgba(255, 255, 255, 0) 100%);
    display:block;
    min-width:20px;
    height:3px;
    width:20%
}
.whyus-sctn .sp-title{
    font-weight:700;
    font-size: clamp(16px, 1.7vw, 20px);
    color:var(--secondary);
}
.whyus-sctn .badge-col{
    display:flex;
    gap:8px;
    width:100%;
    justify-content:space-evenly;
	align-items: center;
}
.whyus-sctn .badge-col img{
    mix-blend-mode: darken;
}
.whyus-sctn .text-col ul{
    list-style:none;
    margin:0;
    padding:0;
    text-align:left
}
.whyus-sctn .text-col b{
    color:var(--primary)
}
@media(min-width:601px){
    .whyus-sctn .text-col{
        width:50%;
        padding-right:20px;
        padding-left:20px;
        padding-top:3%;
        padding-bottom:3%;
        position:relative;
        margin-bottom:3%
    }
    .whyus-sctn .text-col:nth-child(2)::after{
        content: "";
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #e33535 10%, #e33535 90%, rgba(255, 255, 255, 0) 100%);
        display:block;
        position:absolute;
        height:100%;
        width:3px;
        right:0;
        top:0
    }
}
@media(max-width:600px){
    .whyus-sctn .text-col {
        text-align:center;
        margin-top:20px
    }
	.whyus-sctn .badge-col{
        flex-wrap:wrap
    }
    .whyus-sctn .badge-col picture{
        width:30%
    }
}
/***DEFENSES***/
.section.defenses-sctn {
    padding-bottom:calc(3% + 32px)
}
.defenses-sctn .title-col{
    width:100%;
    text-align:center;
    max-width:1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 32px;
}
.defenses-sctn .maintitle {
    font-family: var(--font-family--body);
    font-weight: 700;
    color: var(--secondary);
    font-size: clamp(24px, 2.7vw, 35px);
}
.defenses-sctn .subtitle{
    color:var(--primary);
    margin-bottom:16px;
    font-size:clamp(18px, 2.4vw, 28px)
}
.defenses-sctn .title-inn{
    display:flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.defenses-sctn .inn{
    flex-grow:1
}
.defenses-sctn .title-inn .icon{
    background-color: var(--white);
    box-shadow: 0px 0px 25px #60606057;
    border-radius: 12px;
    padding:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:135px;
    height:142px
}
.defenses-sctn .cta-col{
    margin-top:20px;
    padding: 32px 16px;
    max-width:1190px;
    margin-right:auto;
    margin-left:auto;
    border: 2px solid #E14E4E;
    border-radius: 5px;
    text-align:center;
    width:100%
}
.defenses-sctn .cta-col p{
    color:var(--secondary);
    font-weight:700;
    margin:0;
    font-size:18px
}
.defenses-sctn .li-col{
    display:flex;
}
.defenses-sctn .li-col svg{
    width:23px;
    min-width:23px
}
.defenses-sctn .li-col b{
    color:var(--primary)
}
@media(min-width:601px){
    .defenses-sctn .section-wrap{
        justify-content:space-between
    }
    .defenses-sctn .list-col{
        width:48%;
    }
}
@media(max-width:800px){
    .defenses-sctn .title-inn .icon{
        width:100px;
        height:110px
    }
}
/***COMMON***/
.section.common-sctn {
    background:linear-gradient(270deg, #841927 0%, #61203B 13%, #1C2D60 52%, #003370 100%);
    padding-top:calc(32px + 3%);
    padding-bottom:calc(32px + 4%)
}
.common-sctn .title-col{
    width:100%;
    color:Var(--white);
    margin-bottom:3%
}
.common-sctn .maintitle {
    font-family: var(--font-family--body);
    font-weight: 700;
    font-size: clamp(24px, 2.7vw, 35px);
    margin-bottom:8px
}
.common-sctn .common-col {
    background-color:var(--white);
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 8px;
    padding:32px 16px;
    display:flex;
    flex-direction:column
}
.common-sctn .common-col .btn{
    border-radius:0;
    border-width:0;
    border-bottom-width:2px;
    color:var(--primary);
    font-family:var(--font-family--body);
    font-weight:700;
    padding-left:0;
    font-size:16px;
    margin-top:auto
}
.common-sctn .common-col .subtitle{
    color:var(--secondary);
    font-family:var(--font-family--body);
    font-size:22px
}
.common-sctn .sp-sub{
    color:var(--primary);
    display:block;
    font-weight:700;
    font-size: clamp(16px, 1.7vw, 20px);
}
.common-sctn .common-col p{
    margin:0
}
@media(min-width:1025px){
    .common-sctn .common-col{
        width:calc(25% - 32px)
    }
}
@media(max-width:1024px){
    .common-sctn .title-col{
        text-align:center
    }
}
@media(max-width:1024px) and (min-width:701px){
    .common-sctn .common-col{
        width:calc(33.33% - 32px)
    }
}
@media(min-width:501px){
    .common-sctn .section-wrap{
        justify-content:space-between;
        gap:32px
    }
}
@media(max-width:700px) and (min-width:501px){
    .common-sctn .common-col{
        width:calc(50% - 32px)
    }
}
@media(max-width:500px){
    .common-sctn .section-wrap{
        gap:20px
    }
    .common-sctn .common-col{
        width:100%
    }
}
/***PENALTIES***/
.section.penalties-sctn {
    padding-top: calc(32px + 3%);
    padding-bottom: calc(32px + 1%);
}
.penalties-sctn .title-col{
    text-align:center;
    margin-bottom:4%;
    width:100%
}
.penalties-sctn .maintitle {
    font-family: var(--font-family--body);
    font-weight: 700;
    color: var(--secondary);
    font-size: clamp(24px, 2.7vw, 35px);
}
.penalties-sctn .title-col p{
    max-width:1120px;
    margin:0 auto
}
.penalties-sctn .subtitle{
    color: var(--primary);
    font-size: clamp(18px, 2.4vw, 28px);
}
.penalties-sctn .li-col{
    display:flex;
    gap:4px
}
.penalties-sctn .li-col svg{
    min-width:23px;
    width:23px
}
.penalties-sctn .li-col b{
    color:var(--secondary)
}
.penalties-sctn hr{
    margin-bottom:32px
}
.penalties-sctn .text-col.text-2{
    border: 2px solid #E14E4E;
    border-radius: 15px;
    padding-right:5%;
    padding-left:5%;
    position:relative
}
.penalties-sctn .title-col:last-child p {
    color: var(--secondary);
    font-weight: 700;
    margin: 0 auto;
    font-size: 18px;
}
.penalties-sctn .text-col.text-2>svg{
    position:absolute;
    right:5%;
    top:-10%
}
@media(min-width:601px){
    .penalties-sctn .text-col{
        width:50%;
        padding:32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 32px;
    }
}
@media(max-width:950px) and (min-width:601px){
    .penalties-sctn .text-col.text-2>svg{
        right:0;
        width:70px;
        top: -5%
    }
}
@media(max-width:600px){
    .penalties-sctn .text-col.text-2>svg{
        width:80px;
        right:0
    }
    .penalties-sctn .text-col{
        padding-top:32px;
        padding-bottom:32px
    }
    .penalties-sctn .subtitle{
        text-align:center;
        margin-bottom:14px
    }
    .penalties-sctn .text-2{
        margin-bottom:32px
    }
}
/***REGISTRATION***/
.section.registration-sctn {
    padding-bottom:calc(2% + 32px)
}
.registration-sctn .img-col img,
.registration-sctn .img-col picture{
    margin:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.registration-sctn .maintitle {
    font-family: var(--font-family--body);
    font-weight: 700;
    color: var(--secondary);
    font-size: clamp(24px, 2.7vw, 35px);
    margin-bottom:8px
}
.registration-sctn .subtitle{
    color:var(--primary)
}
.registration-sctn ul{
    margin-left:20px
}
@media(min-width:601px){
    .registration-sctn .img-col{
        width:40%;
        display:flex;
    }
    .registration-sctn .img-col img,
    .registration-sctn .img-col picture{
        max-height:635px
    }
    .registration-sctn .text-col{
        padding-left:5%;
        width:60%;
        display:flex;
        flex-direction:column;
        justify-content: flex-end;
        padding-top:32px
    }
}
@media(max-width:600px){
    .registration-sctn .img-col img,
    .registration-sctn .img-col picture{
        max-height:405px
    }
    .registration-sctn .text-col{
        width:100%;
        text-align:center;
        padding-top:32px
    }
}
/***FAQ***/
.section.faq-sctn {
    padding-bottom: calc(3% + 32px);
}
.faq-sctn .maintitle {
    font-family: var(--font-family--body);
    font-weight: 700;
    color: var(--secondary);
    font-size: clamp(24px, 2.7vw, 36px);
    display:flex;
    gap:20px;
    align-items:center
}
.faq-sctn .maintitle::after{
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #e33535 10%, #e33535 90%, rgba(255, 255, 255, 0) 100%);
    display: block;
    min-width: 20px;
    height: 3px;
    width: 80%;
}
.faq-sctn .title-col{
    margin-bottom:3%
}
.faq-sctn details h4{
    margin:0;
    font-weight:700;
    color:var(--primary);
    font-size:16px
}
.faq-sctn summary::after{
    color:var(--primary)
}
@media(min-width:801px){
    .faq-sctn .section-wrap{
        justify-content:space-between
    }
    .faq-sctn .faq-col{
        width:calc(50% - 20px)
    }
    .faq-sctn .maintitle::after{
        margin-right:-30%
    }
}
@media(max-width:800px){
    .faq-sctn .faq-col{
        width:100%
    }
    .faq-sctn .maintitle{
        flex-direction:column;
        gap:8px
    }
    .faq-sctn .title-col{
        text-align:center
    }
}