.gr-rules-wrap{
  font-family:Manrope,Inter,Arial,sans-serif;
  color:#111827;
  width:100%;
  box-sizing:border-box;
  margin:0;
  padding:42px 0 48px;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}
.gr-rules-heading{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:22px;
  font-weight:600;
  line-height:1.3;
  color:#111827;
  margin:0 0 34px;
  letter-spacing:-.01em;
}
.gr-rules-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:72px;
  max-width:1120px;
  width:100%;
}
.gr-rules-column{min-width:0;}
.gr-rules-subtitle{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:16px;
  font-weight:600;
  line-height:1.35;
  color:#111827;
  margin:0 0 7px;
  display:block;
}
.gr-rules-section-icon{
  width:24px;
  height:24px;
  color:#111827;
  display:block;
  margin:0 0 18px;
}
.gr-rules-section-icon svg{
  width:24px;
  height:24px;
  display:block;
  stroke-width:1.75;
}
.gr-rules-column p{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:1.42;
  color:#6b7280;
  margin:0 0 2px;
}
.gr-rules-column p:last-child{margin-bottom:0;}
.gr-rules-column .gr-rules-note{
  font-size:12px;
  color:#8b8f98;
  line-height:1.4;
  margin-top:6px;
}
.gr-rules-note a{
  color:#6b7280;
  text-decoration:underline;
  text-underline-offset:2px;
}
.gr-rules-note a:hover{color:#111827;}
@media(max-width:1024px){
  .gr-rules-grid{gap:38px;}
}
@media(max-width:767px){
  .gr-rules-wrap{
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
    padding:28px 0 0;
  }
  .gr-rules-heading{
    font-size:22px;
    font-weight:600;
    line-height:1.25;
    color:#111827;
    margin-bottom:22px;
    letter-spacing:-.01em;
  }
  .gr-rules-grid{
    display:block;
    max-width:none;
  }
  .gr-rules-column{
    position:relative;
    display:grid;
    grid-template-columns:36px minmax(0,1fr) 18px;
    column-gap:18px;
    padding:19px 0;
    border-bottom:1px solid #e5e7eb;
  }
  .gr-rules-column:last-child{
    border-bottom:0;
  }
  .gr-rules-column::after{
    content:"";
    grid-column:3;
    grid-row:1 / span 6;
    align-self:center;
    width:10px;
    height:10px;
    border-top:2px solid #9ca3af;
    border-right:2px solid #9ca3af;
    transform:rotate(45deg);
  }
  .gr-rules-subtitle{
    display:contents;
    margin:0;
  }
  .gr-rules-section-icon{
    grid-column:1;
    grid-row:1 / span 6;
    align-self:start;
    width:28px;
    height:28px;
    color:#111827;
    margin:0;
  }
  .gr-rules-section-icon svg{
    width:28px;
    height:28px;
    stroke-width:1.8;
  }
  .gr-rules-subtitle span:last-child{
    grid-column:2;
    font-size:16px;
    font-weight:600;
    line-height:1.32;
    color:#111827;
    margin:0 0 8px;
  }
  .gr-rules-column p{
    grid-column:2;
    font-size:14px;
    line-height:1.43;
    color:#6b7280;
    margin:0 0 3px;
  }
  .gr-rules-column .gr-rules-note{
    grid-column:2;
    font-size:12px;
    line-height:1.38;
    color:#9ca3af;
    margin-top:5px;
  }
  .gr-rules-note a{color:#6b7280;}
}
