:root {
    --bs-light-border-subtle: #E3E6E9;
  }
  
  /** Breakpoints */
  /**
   * Set three breakpoints.
   * Bootstrap grid breakpoints are all min-width.
   */
  /**
   * Default bootstrap max-widths are:
   * $container-max-widths: (
   *  sm: 540px,
   *  md: 720px,
   *  lg: 960px,
   *  xl: 1140px,
   *  xxl: 1320px
   * );
   * All values are divisible by 12, we keep them to be inline with Bootstrap's
   * method.
   */
  :root {
    --oc-main-color: #00A2DD;
    --oc-main-hover-color: #1f75cb;
    --oc-title-color: #324545;
    --oc-text-color: #6F7680;
    --oc-dark-text-color: #666666;
    --oc-btn-radius: 4px;
    --oc-border-color: #E3E6E9;
    --oc-button-primary-color: #1f75cb;
    --oc-button-primary-color-2: #1068bf;
    --oc-button-secondary-bg-color: #EAECEE;
    --oc-button-secondary-txt-color: #363F4A;
    --oc-button-secondary-hover-color: #D0D4DA;
  }
  
  [data-bs-theme=dark] {
    --oc-title-color: #fff;
    --oc-text-color: #e9ecef;
    --oc-dark-text-color: #dee2e6;
    --oc-button-secondary-bg-color: #6F7680;
    --oc-button-secondary-txt-color: #fff;
    --oc-button-secondary-hover-color: #324545;
    --bs-gray-100: #343a40;
  }
  
  footer {
    margin: 40px 0 0;
    padding: 40px 0 80px;
  }
  @media (max-width: 1279.98px) {
    footer {
      background: var(--bs-gray-100);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      padding: 40px 0;
    }
  }
  
  .footer {
    position: relative;
  }
  .footer__bg {
    display: none;
  }
  @media (min-width: 1280px) {
    .footer__bg {
      display: block;
      position: absolute;
      z-index: 1;
      background: var(--bs-gray-100);
      left: -5%;
      top: -40px;
      width: 110%;
      height: calc(100% + 80px);
      border-radius: 0.375rem;
    }
  }
  .footer__container {
    position: relative;
    z-index: 1;
  }
  .footer .layout--fourcol-section > .layout__region {
    flex: 0 1 100%;
    margin-bottom: 40px;
  }
  @media (min-width: 768px) {
    .footer .layout--fourcol-section > .layout__region {
      flex: 0 1 20%;
      margin-bottom: 0;
      padding-right: 20px;
    }
  }
  .footer .layout--fourcol-section > .layout__region--first {
    margin-bottom: 50px;
  }
  @media (min-width: 768px) {
    .footer .layout--fourcol-section > .layout__region--first {
      flex: 0 1 40%;
      padding-right: 30px;
    }
  }
  .footer .branding-block {
    margin-bottom: 19px;
  }
  .footer p {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .footer a:not(.btn) {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.02em;
    color: var(--oc-dark-text-color);
    will-change: color;
    transition: color 0.1s;
  }
  .footer a:not(.btn):hover {
    text-decoration: underline;
  }
  .footer h3 {
    margin-bottom: 25px;
  }
  .footer h3 a:not(.btn) {
    font-weight: 600;
    line-height: 1.375;
    color: var(--oc-title-color);
  }
  .footer h3 a:not(.btn):hover {
    text-decoration: underline;
  }
  .footer__info {
    max-width: 360px;
  }
  .footer__info p {
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--oc-dark-text-color);
  }
  .footer__info .btn {
    margin-top: 15px;
    padding: 0.25rem 0.5rem;
  }
  @media (min-width: 768px) {
    .footer__info .btn {
      margin-bottom: 0;
    }
  }
  
  .sub-footer {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: var(--oc-dark-text-color);
  }
  @media (min-width: 768px) {
    .sub-footer {
      font-size: 1rem;
    }
  }
  .sub-footer p {
    margin: 0;
  }
  .sub-footer > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  @media (min-width: 768px) {
    .sub-footer > div {
      flex-direction: row;
      justify-content: space-between;
    }
  }
  @media (min-width: 768px) {
    .sub-footer > div > div,
  .sub-footer > div > nav {
      width: 50%;
    }
  }
  .sub-footer .nav-link {
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: var(--oc-dark-text-color);
  }
  .sub-footer .nav-link:hover {
    text-decoration: underline;
  }
  
  .menu--footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  @media (min-width: 768px) {
    .menu--footer {
      flex-direction: row;
      justify-content: flex-end;
    }
  }
  /*# sourceMappingURL=footer.css.map */