.mtn-heading {
    font-family: "MTNBrighterSans-Bold", sans-serif
  }
  
  .mtn-button-text {
    font-family: "WorkSans-Regular", sans-serif;
    text-transform: uppercase
  }
  
  .mtn-subheading {
    font-family: "MTNBrighterSans-Regular", sans-serif
  }
  
  .mtn-page-title {
    font-family: "WorkSans-Bold", sans-serif;
    text-transform: uppercase
  }
  
  .mtn-body-text {
    font-family: "WorkSans-Regular", sans-serif
  }
  
  .mtn-button {
    border-radius: 24px;
    font-family: "WorkSans-Medium", sans-serif;
    text-transform: uppercase
  }
  
  .mtn-section {
    margin-right: auto;
    margin-left: auto
  }
  
  @media (max-width:860px) {
    .mtn-section {
      max-width: 90%
    }
  }
  
  .mtn-bold-text {
    font-family: "WorkSans-Bold", sans-serif
  }
  
  .internal-header-block {
    height: 180px;
    width: 100%;
    position: relative
  }
  
  .page-title-container {
    max-width: 1200px;
    width: 88%;
    margin-right: auto;
    margin-left: auto
  }
  
  .page-title-container .mtn-page-title {
    font-size: 64px;
    line-height: 64px;
    color: #202020;
    text-transform: capitalize
  }
  
  .breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0
  }
  
  .breadcrumb-container .breadcrumb {
    list-style: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px
  }
  
  .breadcrumb-container .breadcrumb-parent,
  .breadcrumb-container .breadcrumb-toplevel {
    text-decoration: none;
    border: solid 1px #E8E8E8;
    border-radius: 4px;
    color: #202020;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "WorkSans-Regular", sans-serif
  }
  
  .breadcrumb-container .breadcrumb-parent:hover,
  .breadcrumb-container .breadcrumb-toplevel:hover {
    background-color: #E8E8E8
  }
  
  .breadcrumb-container .active-page-breadcrumb {
    text-transform: uppercase;
    color: #202020;
    font-size: 14px;
    line-height: 125%;
    font-family: "WorkSans-Bold", sans-serif
  }
  
  .icon-card-section {
    max-width: 936px;
    margin-right: auto;
    margin-left: auto
  }
  
  .icon-card-content {
    width: 200px;
    margin-right: auto;
    margin-left: auto
  }
  
  .down-chevron {
    transform: rotate(270deg) !important;
    margin-right: 20px
  }

  @media (max-width:880px) {
    .hidden-sm {
      display: none
    }
  }
  
  @media (min-width:880px) {
    .hidden-lg {
      display: none
    }
  }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-1.25em)
    }
    100% {
      opacity: 1;
      transform: translateY(0)
    }
  }
  
  .site-footer {
    background: #110552;
    height: auto;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    padding-top: 95px;
    position: relative;
    box-sizing: border-box;
    margin-top: 100px;
    padding-bottom: 30px;
    z-index: 1
  }
  
  @media (max-width:1088px) {
    .site-footer {
      height: auto;
      padding: 60px 20px 110px 20px
    }
  }
  
  @media (max-width:768px) {
    .site-footer {
      padding: 60px 0px 110px 0px
    }
  }
  
  .site-footer .footer-container {
    width: 88%;
    max-width: 1200px;
    margin: 0px auto;
    position: relative
  }
  
  @media (min-width:1600px) {
    .site-footer .footer-container {
      width: 1416px
    }
  }
  
  @media (max-width:1365px) {
    .site-footer .footer-container {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      box-sizing: border-box
    }
  }
  
  @media (max-width:880px) {
    .site-footer .footer-container {
      padding-right: 15px;
      padding-left: 15px
    }
  }
  
  .site-footer .footer-container .top-footer-block {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    border-bottom: solid 1px #d5d4dc;
    display: flex;
    list-style: none;
    padding-right: 0
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block {
      padding-bottom: 10px;
      display: block
    }
  }
  
  .site-footer .footer-container .top-footer-block .contact-header {
    position: absolute;
    right: 0px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    align-items: center
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .contact-header {
      position: relative;
      border-bottom: solid 1px #d5d4dc;
      padding-bottom: 30px;
      margin-bottom: 30px
    }
  }
  
  .site-footer .footer-container .top-footer-block .contact-header .contact-us-text {
    color: #fff;
    font-family: "WorkSans-Bold", sans-serif;
    font-size: 16px;
    margin-right: 10px
  }
  
  .site-footer .footer-container .top-footer-block .other-sites-header {
    position: absolute;
    right: 180px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    align-items: center
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .other-sites-header {
      right: 0
    }
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .other-sites-header {
      position: relative;
      border-bottom: solid 1px #d5d4dc;
      padding-bottom: 30px;
      margin-bottom: 30px
    }
  }
  
  .site-footer .footer-container .top-footer-block .other-sites-header .contact-us-text {
    color: #fff;
    font-family: "WorkSans-Bold", sans-serif;
    font-size: 16px;
    margin-right: 15px;
    margin-left: 10px
  }
  
  .site-footer .footer-container .top-footer-block .other-sites-div,
  .site-footer .footer-container .top-footer-block .contact-div {
    display: none;
    gap: 100px;
    animation-name: fadeInDown;
    animation-duration: .5s
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .other-sites-div,
    .site-footer .footer-container .top-footer-block .contact-div {
      gap: 50px
    }
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list,
  .site-footer .footer-container .top-footer-block .contact-info-list {
    margin-top: 40px
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list li,
  .site-footer .footer-container .top-footer-block .contact-info-list li {
    list-style: none;
    color: #fff
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list li a,
  .site-footer .footer-container .top-footer-block .contact-info-list li a {
    color: #000;
    text-decoration: none;
    background-color: #fff
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list li img,
  .site-footer .footer-container .top-footer-block .contact-info-list li img {
    max-width: 20px;
    max-height: 20px
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list .contact-detail,
  .site-footer .footer-container .top-footer-block .contact-info-list .contact-detail {
    display: block
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list .contact-detail .contact-type,
  .site-footer .footer-container .top-footer-block .contact-info-list .contact-detail .contact-type {
    font-family: "WorkSans-Regular", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list .address-type,
  .site-footer .footer-container .top-footer-block .contact-info-list .address-type {
    font-family: "WorkSans-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 12px
  }
  
  .site-footer .footer-container .top-footer-block .footer-addresses-list p,
  .site-footer .footer-container .top-footer-block .contact-info-list p {
    font-size: 12px;
    font-family: "WorkSans-Regular", sans-serif
  }
  
  .site-footer .footer-container .top-footer-block .contact-info-list {
    padding-right: 0
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .contact-info-list {
      padding-right: 0
    }
  }
  
  .site-footer .footer-container .top-footer-block .contact-info-list li {
    display: flex;
    gap: 12px;
    align-items: center
  }
  
  .site-footer .footer-container .top-footer-block .contact-info-list li p {
    color: #202020;
    background-color: #E8E8E8;
    border-radius: 8px;
    font-family: "WorkSans-Bold", sans-serif;
    text-align: center;
    line-height: 24px
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .footer-addresses-list {
      padding-right: 0
    }
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list {
    padding-top: 40px;
    padding-right: 0
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .more-sites-list {
      width: 100%;
      flex-wrap: wrap
    }
  }
  
  @media (max-width:767px) {
    .site-footer .footer-container .top-footer-block .more-sites-list {
      width: 100%;
      flex-wrap: wrap
    }
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list li {
    margin-left: 45px;
    list-style: none
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .more-sites-list li {
      margin-left: 20px;
      margin-bottom: 20px
    }
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list li a {
    color: #fff;
    text-decoration: none;
    font-family: "WorkSans-Regular", sans-serif;
    font-size: 14px;
    transition: all .3s ease;
    text-transform: capitalize;
    position: relative;
    line-height: 125%
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list li a:after {
    content: '';
    right: 0;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    top: 25px;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list li a:hover {
    color: #ffffff;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .top-footer-block .more-sites-list li a:hover:after {
    width: 100%;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list {
    position: absolute;
    left: 0;
    display: flex;
    margin-top: 0
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .social-media-list {
      display: block;
      position: relative;
      left: revert;
      padding-right: 0
    }
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list li {
    margin-right: 20px;
    list-style: none
  }
  
  @media (max-width:860px) {
    .site-footer .footer-container .top-footer-block .social-media-list li {
      margin-right: 0px;
      margin-bottom: 25px
    }
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-family: "WorkSans-Bold", sans-serif;
    transition: all .3s ease;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list li a:after {
    content: '';
    right: 0;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    top: 25px;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list li a:hover {
    color: #fff;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .top-footer-block .social-media-list li a:hover:after {
    width: 100%;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .bottom-footer-block {
    width: 100%;
    position: relative
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list {
    padding-top: 40px;
    display: flex;
    padding-right: 0
  }
  
  @media (max-width:767px) {
    .site-footer .footer-container .bottom-footer-block .bottom-nav-list {
      width: 100%;
      flex-wrap: wrap
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list li {
    margin-left: 45px;
    list-style: none
  }
  
  @media (max-width:767px) {
    .site-footer .footer-container .bottom-footer-block .bottom-nav-list li {
      margin-left: 20px;
      margin-bottom: 20px
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list li a {
    color: #fff;
    text-decoration: none;
    font-family: "WorkSans-Regular", sans-serif;
    font-size: 14px;
    transition: all .3s ease;
    text-transform: capitalize;
    position: relative;
    line-height: 125%
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list li a:after {
    content: '';
    right: 0;
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #FFFFFF;
    top: 25px;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list li a:hover {
    color: #FFFFFF;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .bottom-footer-block .bottom-nav-list li a:hover:after {
    width: 100%;
    transition: all .3s ease
  }
  
  .site-footer .footer-container .bottom-footer-block .all-right {
    color: #fff;
    font-family: "WorkSans-Regular", sans-serif;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    align-content: center
  }
  
  .site-footer .footer-container .bottom-footer-block .all-right span {
    color: #fff;
    font-family: "WorkSans-Regular", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8px
  }
  
  @media (max-width:767px) {
    .site-footer .footer-container .bottom-footer-block .all-right {
      line-height: 22px
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container {
    left: 0;
    top: 75px;
    height: 45px;
    display: none;
    justify-content: flex-end;
    align-items: center
  }
  
  @media (max-width:870px) {
    .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container {
      position: relative;
      flex-direction: row-reverse;
      width: 280px
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-text-right {
    color: #ffffff;
    font-family: "MTNBrighterSans-Bold", sans-serif;
    font-style: italic;
    font-size: 18px;
    margin-top: 5px
  }
  
  @media (max-width:870px) {
    .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-text-right {
      margin-right: 30px
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-container {
    margin-right: 20px
  }
  
  @media (max-width:870px) {
    .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-container {
      margin-right: 0px
    }
  }
  
  @media (max-width:768px) {
    .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-container {
      position: relative
    }
  }
  
  .site-footer .footer-container .bottom-footer-block .footer-right-bottom-container .logo-container img {
    width: 80px
  }