/* override global index.css */
body.single-webinar .bg-black {
  background-color: #343741;
}

p {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.main-content ul {
  list-style: disc;
}

.bg-mobile {
  position: relative;
}
.bg-mobile::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-position: 25%;
  background-size: cover;
  object-fit: cover;
}

.page-title {
  font-size: calc(23px + 5 * (100vw - 375px) / (1920 - 375));
  line-height: calc(55px + 5 * (100vw - 375px) / (1920 - 375));
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}

.heading-headline {
  font-size: calc(43px + 2 * (100vw - 375px) / (1920 - 375));
  line-height: calc(53px + 2 * (100vw - 375px) / (1920 - 375));
  font-weight: 400;
  color: #FFF;
  --bs-heading-color: #FFF;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}

.full-width {
  display: none;
}
@media screen and (min-width: 992px) {
  .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    object-fit: cover;
    display: unset;
    max-width: unset;
    height: 100%;
  }
}

/* @media screen and (min-width: 992px) {
  .hero-content {
    position: absolute;
    z-index: 2;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
  }
} */

.col-right {
  padding-block: 3rem;
}
@media screen and (min-width: 992px) {
  .col-right.detach {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 80px;
  }
}


@media screen and (width: 992px) {
  .form {
    margin-inline: 1rem;
    margin-block: 1rem;
  }
}
.is-desktop .form {
  width: 350px;
  position: relative;
  transition: all 0.2s;
}

.is-desktop .form.detached {
  position: fixed;
  top: 20px;
}

.is-desktop .form.detached h3 {
  padding-top: 0;
  padding-bottom: 0;
}
/* ================= */
/* Overall Sections */
.gfc.our-model .container {
padding-left: 2.25rem !important;
padding-right: 2.25rem !important;
}
.neutral-100{
    background-color: #FAFAFB
}


@media screen and (min-width:1200px){
    .gfc.our-model h2{
        font-size: 48px;
    }
}

/* Hero section */
.gfc.our-model .hero-background {
    background-size: cover;
    background-position-x: 55%;
}

.gfc.our-model .container {
    padding: 75px 0;
}

.gfc.our-model .hero-background .container {
    padding: 30px 0px;
}
.gfc.our-model .hero-content h1 {
    font-size: 40px;
    line-height: normal;
}
.gfc.our-model .sub-heading {
    font-size: 18px;
}
@media screen and (min-width: 992px) {
 .gfc.our-model .container {
    padding: 100px 0px;
 }
 .gfc.our-model .hero-background .container {
    padding: 70px;
 }
    .gfc.our-model .hero-content h1 {
    font-size: 96px;
    }  
    .gfc.our-model .sub-heading {
        font-size: 24px;
    }
}
/* CTA Buttons */
.gfc.our-model .cta-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.gfc.our-model .btn {
    text-transform: none;
    font-weight: bold;
    margin: 0px;
}
.primary-orange-btn{
    background-color: #f47721;
    border:  3px solid #F47721;
    color: #FFF !important;
}
.secondary-orange-btn{
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF;
    color: #F47721 !important;
}
.secondary-teal-btn {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  color: #00AFAA !important;
}

.our-model .btn:hover {
    background-color: #FFFFFF;
    color: #343741 !important;
    border-color: #343741;
}
.equity-cta{
  margin-top: 2rem;
}
.tvf-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media Screen and (min-width: 767px) {
    .gfc.our-model .cta-container {
     flex-direction: row;
     justify-content: center;
     margin-bottom: 10px;
    }
}

/* Section One */
@media screen and (min-width: 768px) {
.gfc.our-model .section .row {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
}

.outsourced-revenue .container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 992px){
    .outsourced-revenue .container h2, .outsourced-revenue .container p  {
        width: 80%;
    }
}
/* Cards */

.card-tiles {
    display: flex;
    flex: row;
    gap: 15px;
    justify-content: space-evenly;
    margin-bottom: 2rem;
}

.card-tiles .card {
    background-color: #FFFFFF;
    padding: 15px;
    box-shadow: #797D82 0px 1px 4px;
    border-radius: 10px;
    width: 33%;
}
@media screen and (max-width:991px){
.card-tiles {
    flex-direction: column;
}
.card-tiles .card {
    width: 100%;
}
}
.card-tiles .card .card-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.card-title {
    font-size: 24px;
    font-weight: 600 !important;
    text-align: center;
}
.card-text {
    font-size: 16px;
    width: 100% !important;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .card-tiles {
        flex-direction: row;
    }
}
.impact-in-action ul{
  list-style-type: disc  ;
}
.impact-in-action li{
    margin-bottom: .5rem;
}
@media screen and (max-width: 991px){
 
}
.iii-cta {
    align-items: center;
    gap: 2rem;
}
.iii-cta, .equity-cta, .roundtable-cta {
    display: flex;
    justify-content: center;
}
.tvf .pros > p {
  font-size: 18px;
  font-weight: 600;
  box-shadow: #797D82 0px 1px 4px;
  border-radius: 10px;
  padding: 1.5rem;

}
@media screen and (max-width: 768px){
    .impact-in-action ul {
        margin-bottom: 2rem;
    }
    .iii-cta {
        flex-direction: column;
    }
}
@media screen and (max-width: 991px) {
   .flex {
    display: flex;
   }
    .reverse-flex {
        flex-direction: column-reverse;
    }
}
.roundtable-cards .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.roundtable-cards .card-text {
  font-style: italic !important;
  font-size: 20px;
  margin-bottom: 20px;
}
.roundtable-cards .participant .card-icon {
justify-content: flex-start;
}
.roundtable-cards .participant-title {
  font-size: 14px !important;
  line-height: normal;
}
.roundtable-cards .participant-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.roundtable .participant .row {
  display: flex;
}
.roundtable .participant .card-icon  img{
  height: 64px;
  width: 64px;
}
.roundtable .participant .participant-info {
  /* flex: 1 !important; */
}
.mar-bot-30 {
  margin-bottom: 30px !important;
}
.mar-bot-50{
  margin-bottom: 50px:
}
.redefine-growth .card-body {
  padding: 30px;
}
.redefine-growth .card-title {
  font-size: 30px;
}
.redefine-growth .card-text {
  font-size: 18px;
}
.redefine-growth .btn {
  min-width: 75% !important;
}
.redefine-growth .card-text {
  text-align: left !important;
}
.our-model .faq .accordion-question {
  font-size: 18px
}
.our-model .faq .accordion-header {
  border-bottom: 1px solid #D7D8D6;
}
.show-bullets {
  list-style-type: disc;
}
/*# sourceMappingURL=template_our_model.css.map */