@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("fonts/avenir/Avenir-Roman.eot");
  src: url("fonts/avenir/Avenir-Roman.woff") format("woff"), url("fonts/avenir/Avenir-Roman.ttf") format("truetype"), url("fonts/avenir/Avenir-Roman.svg#Avenir-Roman") format("svg"), url("fonts/avenir/Avenir-Roman.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

section.partner-types-row .partner-types-header {
  width: 35%;
  margin: auto;
  text-align: center;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: normal;
  color: #222222;
}

section.partner-types-row .partner-types-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs {
  width: 65%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs {
    width: 70%;
  }
}


section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab {
  flex-grow: 1;
  cursor: pointer;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: normal;
  color: #838383;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab {
    font-size: 14px;
  }
}

@media only screen and (max-width: 624px) {
  section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab {
    font-size: 12px;
  }
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab .border-bottom {
  margin-top: 10px;
  height: 3px;
  width: 100%;
  align-self: start;
  background-color: #FFF2E6;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab.active {
  color: #FC5E02;
  cursor: default;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tabs .tab.active .border-bottom {
  background-color: #FC5E02;
  height: 3px;
  width: 100%;
  transition: background-color 0.5s ease-in-out;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content {
  width: 90%;
  margin: auto;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single {
  border-radius: 4px;
  display: none;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single.active {
  display: block;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
  color: #222222;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-cta .dummy-grow {
  flex-grow: 1;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-grid .ptt-grid-block {
  padding: 40px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #FEFEFF;
  border: 0.5px solid rgba(205, 208, 213, 0.5);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-grid .ptt-grid-block .ptt-gb-image {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 45px;
}

section.partner-types-row .partner-types-content .partner-types-tabs-row .partner-types-tab-content .tab-single .ptt-grid .ptt-grid-block .ptt-gb-name {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: normal;
  color: #222222;
}

@media only screen and (max-width: 1024px) {
  section.partner-types-row .partner-types-header {
    font-size: 18px;
    line-height: 32px;
  }
  section.partner-types-row .partner-types-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  section.partner-types-row .partner-types-content .partner-types-image img {
    width: 100%;
  }
  section.partner-types-row .partner-types-content .partner-types-tabs {
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 0));
  }
  section.partner-types-row .partner-types-content .tab-single {
    padding: 0px !important;
  }
}
/*# sourceMappingURL=partners.css.map */