@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*container*/
@media screen and (min-width:1400px) {
  #sec-wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (max-width:1399px) {
  #sec-wrapper {
    max-width: 90vw;
    margin: 0 auto;
  }
}

@media screen and (max-width:1200px) {
  #sec-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
}

@media screen and (max-width:992px) {
  #sec-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
}

@media screen and (max-width:767px) {
  #sec-wrapper {
    max-width: 100%;
    margin: 0 25px;
  }
}

@media screen and (max-width:540px) {
  #sec-wrapper {
    max-width: 100%;
    margin: 0 15px;
  }
}

.cmp-container__backgroundImage--enabled {
  margin: 0 !important;
}
/*global styles */
:root {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #fff;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

body,

button,

input,

select,

optgroup,

textarea {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #373A36;
  margin: 0;
}

b {
  font-family: inherit;
}

.header {
  font-size: 32px;
}

.ft-28 {
  font-size: 28px;
  line-height: 34px;
}

.ft-24 {
  font-size: 24px;
  line-height: 34px;
}

.ft-22 {
  font-size: 22px;
}

.ft-16 {
  font-size: 16px;
}

.ft-14 {
  font-size: 14px;
}

.ft-12 {
  font-size: 12px;
}

.clr-blue {
  color: #44A0E5;
}

.clr-drk-blue {
  color: #003865;
}

.clr-blck {
  color: #003865;
}

.clr-grey {
  color: #003865;
}

.text-center {
  text-align: center;
}

#national-content {
  padding: 45px 0 50px;
}

#bridging .cmp-text {
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
}

button.request-more-button {
  background: #44A0E5;
  border-radius: 100px;
  width: 264px;
  line-height: 16px;
  transition: ease 0.3s;
  transform: scale(1);
}

button.request-more-button:hover {
  transform: scale(1.02);
}

button.request-more-button a {
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  padding: 14px 0;
  display: inline-block;
}

button.request-more-button a:hover {
  text-decoration: none;
}

#mnth-cnt {
  padding: 12px 0 16px !important;
}

#ast-text p:not(:last-child) {
  padding-bottom: 10px;
}

#guideline-section {
  background: #F7F7F7;
  padding: 40px 0 38px;
}

.brd-txt-btm {
  border-bottom: 1px solid #003865;
}

h2.sub-heading {
  padding-bottom: 18px;
  margin-bottom: 20px;
  line-height: 30px;
}

ul.list {
  list-style: none;
}

ul.list li {
  background: #fff;
  padding: 19px 20px 20px 60px;
  position: relative;
}

ul.list li:before {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  position: absolute;
  top: 3px;
  left: 13px;
  color: #003865;
}

ul.list li:not(:last-child) {
  margin-bottom: 20px;
}

ul.list li:nth-child(1):before {
  content: '1';
}

ul.list li:nth-child(2):before {
  content: '2';
}

ul.list li:nth-child(3):before {
  content: '3';
}

span.sub-head-text {
  display: block;
  color: #44A0E5;
  padding-bottom: 9px;
  font-weight: 700;
}

span.lt-cnt {
  display: block;
  padding-bottom: 10px;
}

#bridging-logo-section {
  padding: 50px 0 30px;
}

#bridging-logo-section {
  padding: 50px 0;
}

ul.list-arrw li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 17px;
}

span.text-hglght {
  font-weight: 700;
  color: #44A0E5;
}

ul.list-arrw li:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  left: 0;
  top: 2px;
  border-top: 15px solid #44A0E5;
  position: absolute;
  transform: rotate(-90deg);
}

ul.list-arrw li:last-child {
  margin-bottom: 27px;
}

span.italic {
  font-style: italic;
  letter-spacing: 0.1px;
}

#brands-container {
  /*background: #F7F7F7;*/
  padding: 30px 0;
}

.logo-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
}

.center-logo {
  grid-column: 2 / span 2;
  justify-self: center;
}

#banner-content {
  width: 51%;
  margin: 55px 0 31px auto;
  position: relative;
  padding: 0px 50px;
}

h1.banner-heading {
  font-size: 77px;
  line-height: 68px;
  margin: 53px 6px 58px;
  font-family: "Open Sans", sans-serif;
  color: #003865;
}

div#banner-content:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  opacity: 0.45;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  right: 0;
}

#hero-banner .cmp-container__backgroundImage--enabled {
  margin: 0;
}

h1.banner-heading span.text-hglght {
  display: inline;
}

.access-sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 29px;
  flex-wrap: wrap;
}

.access-sec .column {
  max-width: 570.5px;
  width: 100%;
  background: rgb(68 160 229 / 11%);
  display: flex;
  padding: 20px;
  gap: 15px;
}

.access-sec .column img.image {
  width: 29%;
}

#access-section {
  padding: 50px 0 40px;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footnotes {
  padding: 80px 0 0;
}

.footnotes p a {
  color: #2E2E2E;
  text-decoration: underline;
}

.footnotes p a:hover {
  text-decoration: none;
}

.footnotes p:nth-child(1) {
  padding-bottom: 20px;
}

.footnotes p {
  font-size: 12px;
  line-height: 16px;
}

button.acess-button {
  background: #003865;
  width: 132px;
  border-radius: 100px;
  color: #fff;
  transition: ease 0.3s;
  transform: scale(1);
}

button.acess-button:hover {
  transform: scale(1.02);
}

button.acess-button a {
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  font-size: 16px;
  padding: 14px 0;
  display: inline-block;
  font-weight: 700;
}

.logo-container img {
  box-shadow: 0px 3px 8px #00000029;
}

.logo-container img:last-child {
  /*max-width: 47.5%;*/
}

.text-content h2.ft-22.clr-drk-blue {
  font-weight: 500;
}

.text-content p {
  padding-top: 7px;
}

#footer {
  background: #003865;
  padding: 38px 0;
}

.footer-left {
  width: 80%;
}

ul.foot-links {
  display: inline-flex;
  color: #fff;
  gap: 14px;
}

ul.foot-links li a {
  color: #44A0E5;
  font-size: 13px;
  line-height: 23px;
  position: relative;
  padding-right: 23px;
  display: inline-block;
}

p.copy-right {
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -20px;
}

ul.foot-links li {
  position: relative;
}

ul.foot-links li:after::not(:last-child) {
  position: absolute;
  content: '|';
  right: 0;
  color: #ffff;
}

ul.foot-links li:not(:last-child) a:after {
  position: absolute;
  content: '|';
  right: 0;
  color: #fff;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
}

ul.foot-links li a:not(:last-child) {
  padding-right: 29px;
}

ul.foot-links li a {
  text-decoration: underline;
}

ul.foot-links li a:hover {
  text-decoration: none;
}

#dsp-dsk-none {
  display: none;
}

.dsp-mb-none {
  display: block;
}

/*error css start */
.error-text {
  max-width: 1100px;
  margin: 10vh auto;
}

.error-head {
  color: #003865;
  font-size: calc(14px + 1.4vw);
  line-height: 125%;
  text-align: center;
  margin: 0 5% 0;
  font-weight: 700;
  font-family: "Montserrat",sans-serif;
}

.error-subhead {
  color: #1F1D1D;
  font-size: calc(12px + 0.6vw);
  line-height: 137%;
  text-align: center;
  margin: 4% 5% 5%;
  font-family: "Montserrat",sans-serif;
}

.return-home-btn {
  text-align: center;
}

.return-home-btn a {
  background: #003865;
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  padding: 20px 40px;
  font-size: calc(16px + 0.6vw);
  text-decoration: none !important;
}

.return-home-btn a:hover {
  background: #44A0E5;
}

/*//errror css end */


@media(max-width:1800px) {
  h1.banner-heading {
    font-size: 64px;
    line-height: 68px;
    margin: 10% 12px;
  }

  #banner-content {
    width: 43%;
    margin: 2% 0 3% auto;
  }
}

@media (max-width:1400px) {
  h1.banner-heading {
    font-size: 58px;
    line-height: 62px;
    margin: 5% 0 5% 9px;
  }

  #banner-content {
    width: 35%;
    margin: 3% 0 3% auto;
  }

  .logo-container img:last-child {
    /*max-width: 47.5%;*/
  }
}

@media (max-width:1300px) {
    .access-sec .column {
        max-width: 100%;
        width: 48%;
    }
    
    .text-content p br {
        display: none;
    }
}

@media (max-width:1200px) {
  .flex {
    gap: 10px;
    justify-content: space-between;
  }
  
  .text-content p {
    margin-bottom: 15px;  
  }
}

@media (min-width:767px) and (max-width:1200px) {
  #hero-banner .cmp-container__backgroundImage--enabled {
    margin: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: clamp(9.75rem, 0.9722rem + 18.287vw, 14.6875rem);
  }
}

@media (min-width:992px) and (max-width:1200px) {
  h1.banner-heading {
    font-size: 45px;
    line-height: 47px;
  }

  #banner-content {
    width: 38%;
    margin-top: clamp(1.375rem, -2.5rem + 6.25vw, 2.1875rem);
  }

  div#banner-content:before {
    border-radius: 29px;
  }

  h1.banner-heading {
    font-size: 45px;
    line-height: 47px;
    margin: 3% 0;
  }

  .ft-28 {
    font-size: 22px;
    line-height: 27px;
  }

  .ft-24 {
    font-size: 18px;
  }
}

@media (min-width:767px) and (max-width:991px) {
  
  h1.banner-heading {
    font-size: 33px;
    line-height: 32px;
    margin: 6% 0%;
  }

  #banner-content {
    width: 40%;
    margin: 2.5% 0 2% auto;
    position: relative;
    padding: 0px 32px;
    margin-top: clamp(1.125rem, -1.6732rem + 5.8296vw, 1.9375rem);
  }

  div#banner-content:before {
    border-radius: 17px;
  }

  .ft-28 {
    font-size: 22px;
    line-height: 25px;
  }

  .ft-24 {
    font-size: 18px;
    line-height: 31px;
  }

  body, button, input, select, optgroup, textarea {
    font-size: 14px;
    line-height: 20px;
  }

  button.request-more-button a {
    padding: 11px 0;
    font-size: 12px;
  }

  ul.list li:before {
    font-size: 40px;
  }

  h2.sub-heading {
    line-height: 24px;
  }

  .ft-22 {
    font-size: 16px;
  }

  .text-content p {
    padding-top: 0;
  }

  .footnotes {
    padding: 40px 0 0;
  }

  ul.foot-links li a {
    font-size: 12px;
  }

  p.copy-right {
    font-size: 12px;
  }

  .footer-bottom img {
    max-width: 153px;
  }

  .footer-bottom {
    margin-top: 0;
  }

  button.acess-button a {
    font-size: 14px;
    padding: 10px 0;
  }

  .logo-container img:last-child {
    /*width: 48%;*/
  }

  button.request-more-button {
    width: 280px;
  }
}

@media (max-width:767px) {
  #hero-banner .cmp-container__backgroundImage--enabled {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: clamp(16.625rem, -0.1055rem + 63.5838vw, 30.375rem);
    position: relative;
  }

  #banner-content {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 49%;
    transform: translateX(-50%);
    content: '';
    overflow: hidden;
  }

  div#banner-content:before {
    display: none;
  }

  h1.banner-heading {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 2%;
    margin-bottom: clamp(1.25rem, -1.5354rem + 10.7649vw, 3.625rem);
    letter-spacing: 0px;
  }

  .text-content p {
    padding-right: 24px;
  }

  #dsp-dsk-none {
    display: block;
  }

  .dsp-mb-none {
    display: none;
  }

  #national-content {
    padding: 24px 0 30px;
  }

  .ft-24 {
    font-size: 18px;
    line-height: 34px;
  }

  .ft-28 {
    font-size: 26px;
    line-height: 32px;
  }

  .flex h1.ft-28.clr-blue {
    margin-top: -6px;
    padding-right: 10px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  #mnth-cnt {
    padding: 9px 0 18px !important;
  }

  #ast-text p:not(:last-child) {
    padding-bottom: 13px;
  }

  #ast-text p {
    line-height: 21px;
  }

  button.request-more-button {
    margin-top: 32px;
    width: auto;
  }

  button.request-more-button a {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 9px;
  }

  h2.sub-heading {
    font-size: 22px;
    line-height: 28px;
  }

  #guideline-section {
    padding: 26px 0 30px;
  }

  h2.sub-heading {
    padding-bottom: 14px;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }

  ul.list li:before {
    font-size: 40px;
    top: 4px;
    left: 8px;
  }

  ul.list li {
    padding: 17px 10px 20px 42px;
    line-height: 19px;
  }

  span.sub-head-text {
    padding-bottom: 6px;
  }

  span.dsp-inl {
    display: inline-block;
  }

  span.lt-cnt {
    padding-bottom: 5px;
  }

  #bridging-logo-section {
    padding: 30px 0;
  }

  ul.list-arrw li:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: -2px;
    top: 2px;
    border-top: 10px solid #44A0E5;
  }

  ul.list-arrw li:last-child {
    margin-bottom: 7px;
  }

  span.italic {
    letter-spacing: -0.3px;
  }

  ul.foot-links {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
  }

  ul.list-arrw {
    margin-top: 5px;
  }

  ul.list-arrw li {
    padding-left: 17px;
    margin-bottom: 6px;
  }

  .logo-container img {
    margin: 0 auto;
  }

  .logo-container {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    text-align: center;
    grid-gap: 20px;
  }

  .logo-container img:last-child {
    /*max-width: 100%;*/
  }

  .center-logo {
    grid-column: 2 / span 1;
  }

  .access-sec {
    flex-direction: column;
    gap: 15px;
  }

  .access-sec .column {
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .ft-22 {
    font-size: 20px;
    line-height: 22px;
  }

  button.acess-button a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    padding: 13px 0;
  }

  #access-section {
    padding: 30px 0 27px;
  }

  .access-sec .column img.image {
    width: 35.5%;
  }

  button.acess-button {
    width: 115px;
  }

  .footnotes p {
    font-size: 10px;
    line-height: 15px;
  }

  .footnotes {
    padding: 45px 0 0;
  }

  .footnotes p:nth-child(1) {
    padding-bottom: 10px;
  }

  ul.foot-links li a {
    color: #44A0E5;
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  p.copy-right {
    text-align: center;
    font-size: 12px;
    padding: 0 23px;
    line-height: 16px;
  }

  .footer-bottom {
    margin-top: 16px;
    gap: 18px;
  }

  .footer-bottom img {
    max-width: 106px;
  }

  #footer {
    padding: 27px 0;
  }

  ul.foot-links li a {
    text-decoration: none;
  }

  ul.foot-links li {
    line-height: 12px;
  }

  ul.foot-links li a:hover {
    text-decoration: underline;
  }
}

@media (max-width:540px) {
  .logo-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .logo-container img:last-child {
    /*max-width: 100%;*/
  }

  .center-logo {
    grid-column: 1 / span 1;
  }

  button.acess-button {
    width: 130px;
  }
}

@media (max-width:420px) {
  h1.banner-heading {
    margin-bottom: 5%;
  }

  #hero-banner .cmp-container__backgroundImage--enabled {
    min-height: clamp(13.0625rem, 1.6625rem + 57vw, 16.625rem);
  }
}
