
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: #5D4131 !important;
}
.section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--dark .form-a .form__input textarea, .section--dark .form-a .form__input select {
    background: #ffffff; 
}

.section--dark .component__subtitle, .section--dark .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .section--dark .stat__subtitle {
    color: #fff;
}
    h3.form__title.component__title {
        text-align: center !important;
}
.col-lg-12.col-sm-12.section__column-1.ple-column-padding.alias-fb1_fairbans {
    padding-top: 20px;
}

@media (max-width: 768px){
    .section--dark .cta__button.component__button--1, .section--dark .cta__button.component__button--1:hover {
    color: #fff;
    background-color: #5D4131;
    border: 2px solid #5D4131;
    text-decoration: none;
}
}
.cta-a .cta__links-wrapper {
    margin-bottom: 10px!important;
}

.alias-pcontent a{
    text-decoration: underline;

}

.small-title h4.form__caption.component__subtitle {
    font-size: 1rem;
}

.align-right{
    float: right;
    margin: 10px;
}

.align-left{
    float: left;
    margin: 10px;
}

.col-3-ul{
 column-count: 3;
}


          .flex-container {
            display: flex;
            flex-wrap: wrap;
          }
          .col20 {
            width: calc(19% - 4px);
            padding: 10px;
          }

          .col25 {
            width: calc(24.6% - 4px);
          }

          .col30 {
            width: 31%;
            padding: 10px;
          }

          .col70 {
            width: 69%;
            padding: 10px;
          }

          .col50 {
            width: 48%;
            padding: 10px;
          }

          .spaced {
            justify-content: space-between;
          }

          .flipped {
            flex-direction: row-reverse;
          }

          .a-center {
            justify-content: center;
          }

          @media screen and (max-width: 768px) {
            .col50,
            .col30,
            .col70,
            .col20,
            .col25 {
              width: 100%;
            }

            .alias-pcontent img {
              display: block;
              margin: auto;
              float: none !important;
            }
            .hide_mobile {
              display: none !important;
            }

            .align-left,
            .align-right,
            .align-center {
              display: block !important;
              margin: auto !important;
              float: none !important;
            }
            .section--inner.container.section--light.fix-hover {
              padding-top: 0px !important;
            }
            #ple_column-0 {
              padding-top: 10px !important;
              padding-bottom: 0 !important;
            }
            #ple_column-1 {
              padding-top: 0 !important;
              padding-bottom: 0 !important;
            }
            .section-overlap-container:has(
                .header-a,
                .header-b,
                .header-c,
                .header-d,
                .header-e,
                .header-f,
                .header-g,
                .header-h
              )
              .section__bg--light-4
              .section--inner::before {
              box-shadow: none;
            }
.col-3-ul{
 column-count: 1;
}


@media screen and (min-width: 992px) {
    #id_38e8d2ee-8147-58e7-97ce-c4a9696670f9 .section__column-1.ple-column-padding {
        padding-top: 20px;
        padding-bottom: 5px!important;
    }
}

.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: #5D4131 !important;
}

@media screen and (max-width: 767.98px) {
    #id_48a3e1e1-0ae6-5faa-87b4-c2601aabe864 .section__column-1.ple-column-padding {
        padding-top: 0px !important;
        padding-bottom: 84px;
    }
}

.ple-column-padding {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.section--dark .component__title {
font-family: "montserrat", Arial, sans-serif;
font-weight: 400;
font-size: 1.125rem;
line-height: 2rem;
font-style: normal;    
}

 .banner-mobile .banner__text-wrapper .banner__title {
  opacity: 1 !important;
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: translateY(32px);
}
.banner-mobile .banner__text-wrapper .banner__subtitle {
	opacity: 1 !important;
    transition-duration: .3s;
  transition-timing-function: ease;
  transform: translateY(32px);
  transition-delay: .2s;
}
.banner-mobile .banner__text-wrapper .banner__cta-wrapper {
  opacity: 1 !important;
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: translateY(0px);
  transition-delay: .2s;
}