:root {
  --primary-color: #fed301;
  --dark-color: #252934;
  --white-color: rgba(255, 255, 255, 1); }


.row__footergrid {
  display: grid; }
  @media (min-width: 370px) {
    .row__footergrid {
      grid-template-columns: repeat(1, 50%) 1fr; } }
  @media (min-width: 992px) {
    .row__footergrid {
      grid-template-columns: repeat(4, 25%) 1fr; } }
  @media (min-width: 1200px) {
    .row__footergrid {
      grid-template-columns: repeat(4, 16.66667%) 33.33333%; } }
  .row__footergrid .col-i-6 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 1200px) {
      .row__footergrid .col-i-6 {
        border-bottom-width: 0px;
        margin-bottom: 0rem;
        padding-bottom: 0rem; } }
    @media (min-width: 1400px) {
      .row__footergrid .col-i-6 .light--border {
        padding-right: 2.5rem; } }
  .row__footergrid .col-i-xl-4 {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: -1; }
    @media (min-width: 992px) {
      .row__footergrid .col-i-xl-4 {
        grid-column-start: 1;
        grid-column-end: 3; } }
    @media (min-width: 1200px) {
      .row__footergrid .col-i-xl-4 {
        grid-area: unset; } }
        
 .webpage__footer__section {
  background-color: var(--primary-color);
  padding: 3rem 0rem; }
  @media (min-width: 768px) {
    .webpage__footer__section {
      padding-bottom: 0rem; } }

.custom__footer__link h4 {
  font-family: "adi-sans";
  font-weight: 700;
  margin-bottom: 0rem;
  color: var(--white-color);
  margin-bottom: 1rem;
  line-height: normal;
  font-size: .875rem;
  text-transform: uppercase; }

.custom__footer__link ul {
  padding-left: 0rem;
  margin: 0rem;
  list-style-type: none; }
  .custom__footer__link ul li {
    line-height: 1.5;
    margin-bottom: 0rem;
    color: var(--white-color);
    font-weight: 400;
    font-size: .75rem;
    text-decoration: none; }
    .custom__footer__link ul li a {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      line-height: normal;
      font-size: .75rem;
      text-decoration: none; }
      .custom__footer__link ul li a:hover {
        color: var(--dark-color); }
    .custom__footer__link ul li + li {
      margin-top: .45rem; }

.social--links ul {
  list-style-type: none;
  padding-left: 0rem;
  margin-bottom: 0rem;
  display: flex;
  align-items: center; }
  .social--links ul li {
    margin-bottom: 0rem;
    display: inline-block; }
    .social--links ul li + li {
      margin-left: 1.4rem; }
    .social--links ul li a {
      color: var(--white-color);
      font-size: .925rem; }
      .social--links ul li a:hover {
        color: var(--dark-color); }



.logo--lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  border-top: 1px solid #fff;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .logo--lists {
      margin-top: 0rem;
      border-top: 0px solid #fff;
      padding-top: 0rem;
      align-items: center; } }
  .logo--lists > * {
    flex-shrink: 0;
    margin-right: 1.5rem;
    display: inline-block;
    margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .footer__copyright {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid white; } }

.legal__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .legal__link {
      justify-content: flex-end; } }
  .legal__link > * {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 1rem; }
    @media (min-width: 1400px) {
      .legal__link > * {
        margin-right: 2rem; } }
    .legal__link > * a {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      outline: none;
      font-size: .75rem; }
      .legal__link > * a:hover {
        text-decoration: none;
        color: var(--dark-color); }
    .legal__link > * span {
      color: var(--white-color);
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      outline: none;
      font-size: .75rem; }


.request__footer__section {
  background-color: var(--dark-color);
  padding: 3rem 0rem;
  z-index: 1; }
  @media (min-width: 992px) {
    .request__footer__section {
      padding: 8rem 0rem; } }



.request__footer--title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 0rem;
  line-height: normal; }
  @media (min-width: 992px) {
    .request__footer--title {
      font-size: 1.5rem; } }

.request__footer--text {
  font-size: .9rem;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0rem;
  line-height: 1.4;
  margin-top: 1rem;
  height: auto; }