.my-custom-info .legal-text {
  padding: 25px 0 65px 0;
  font-size: 22px !important;
  line-height: 28px !important;
  color: rgb(9, 44, 116) !important;
  font-weight: bold;
  font-family: "Open-sans", sans-serif;
}
.my-custom-info .code {
  color: rgb(9, 44, 116) !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  font-family: "Open-sans", sans-serif;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#footer-outer a:not(.nectar-button) {
  color: #fff !important;
}

#footer-outer a:not(.nectar-button).black-link {
  color: #000 !important;
}

#footer-outer #copyright p {
  text-align: left;
}

.my-custom-footer {
  background-color: rgb(9, 44, 116);
  font-family: "Open-sans", sans-serif;
}
.my-custom-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.my-custom-footer__left {
  padding: 60px 0 60px;
  width: 33%;
  text-align: left;
}
.my-custom-footer__left--1 {
  padding-right: 25px;
}
.my-custom-footer__right {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -110px;
}
.my-custom-footer__right img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0 !important;
}
.my-custom-footer a {
  text-decoration: none;
}
.my-custom-footer a,
.my-custom-footer p {
  padding: 0;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #fff !important;
}

@media (max-width: 1399px) {
  .my-custom-footer__right {
    margin-top: -80px;
  }
}
@media (max-width: 992px) {
  .my-custom-footer__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .my-custom-footer__left {
    width: calc(50% - 10px);
  }
  .my-custom-footer__left--1 {
    padding-right: 0;
  }
  .my-custom-footer__right {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .my-custom-footer__content {
    padding: 30px 0 0;
  }
  .my-custom-footer__left {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .my-custom-footer__right {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  #footer-outer #copyright p {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .my-custom-info {
    padding: 25px;
  }
  .my-custom-info .legal-text {
    padding: 0;
  }
  .my-custom-footer {
    padding: 0 25px;
  }
  .my-custom-footer__left {
    text-align: justify;
  }
}/*# sourceMappingURL=style2.css.map */