*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

ul {
  list-style: none;
}

a{
  text-decoration: none;
}

.container {
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.header{
  background: #fff;
}

.header__bottom{
  background: linear-gradient( #fff, #b7dd85);
}


.header__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 78px; */
  padding-top: 60px;
  padding-bottom: 10px;
}

.header__bottom-inner{
  display: flex;
  justify-content: space-evenly;
}

.logo__img{
  margin-top: -45px;
}


.slidecontainer{
  background: url('../images/Frame\ 57.png');
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  object-fit: cover;
}

.slider{
  width: 100%;
  height: 27px;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #F5FFCA 43.24%, #1FC994 98.35%);
  border-radius: 6px;
  margin-bottom: 11px;

}

.slider::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 50px;
  height: 45px;
  background: radial-gradient(90.2% 90.2% at 50% 50%, #F5FFCA 22.4%, #32CE99 100%);
  box-shadow: -4px 6px 11px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.slider-btn{
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  width: 100%;
  background: #FFAB00;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
  padding: 20px 130px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.slider-date{
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.slider-text{
  font-weight: 500;
font-size: 29px;
line-height: 30px;
color: #fff;
padding-bottom: 36px;
}

.slider__money{
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.slider-stroke{
  padding-right: 27px;
  padding-left: 27px;
}

.slider-num, .slider-symbol{
  font-weight: 700;
font-size: 49px;
line-height: 30px;
color: #fff;
}

.euro{
  padding-left: 25px;
}


.menu__btn{
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.menu__btn span{
  display: block;
  height: 4px;
  width: 55%;
  background-color: #353535;
  position: absolute;
  right: 0;
  top: 14px;
  border-radius: 10px;
}

.modal-wrap__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.menu__btn::after,
.menu__btn::before{
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #353535;
  left: 0;
  border-radius: 10px;
}

.menu__btn::before{
  top: 0;
}

.menu__btn::after{
  bottom: 0;
}

.menu__list{
  display: flex;
  /* margin-bottom: -10px; */
}

.menu__list-item + .menu__list-item{
  margin-left: 24px;
}

.menu__list-item-contacts{
  margin-right: 20px;
}

.menu__list-link{
  color: #2F281E;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 8px;
}

.menu__list-link:hover{
  text-decoration: underline;
}

.user-nav{
  margin-left: 52px;
  margin-right: 13px;
}

.user-nav__link{
  font-size: 16px;
  color: #54BD95;
  line-height: 24px;
  font-weight: 600;
  padding: 11px 23px;
  border: 2px solid #54BD95;
  border-radius: 10px;
  text-decoration: none;
}

.slidecontainer {
  width: 100%; 
}

.header__bottom{
  margin-top:0px;
  padding-top: 50px;
  padding-bottom: 140px;
}

.header__bottom-title{
  font-weight: 700;
  font-size: 70px;
  line-height: 90px;
  color: #191A15;
  margin-bottom: 11px;
}

.header__bottom-title span {
  color: #81C747;
}

.header__bottom-img{
  margin-bottom: 30px;
  font-weight: 500;
font-size: 18px;
line-height: 30px;
}

.header__bottom-slidecontainer{
  position: relative;
}

/* .header__bottom-slidecontainer::after{
  position: absolute;
  content: '';
  background-image: url(../images/coins.svg);
  width: 311px;
  height: 231px;
  /* z-index: 1000; */
  /* top: -134px;
  right: -52px;
} */ 

.steps h1{
  font-size: 50px;
  line-height: 61px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 99px;
}


.steps span {
  color: #81C747;
}

.steps__item-title{
  font-weight: 700;
font-size: 20px;
line-height: 180%;
color: #81C747;
}

.steps__item-num{
  font-weight: 700;
font-size: 59.3px;
line-height: 72px;
color: #81C747;
padding-right: 20px;
padding-left: 0;
}

.steps__inner{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.steps__item-top{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.steps__item-top--1{
  margin-right: 2px;
}

.steps__item-top--3{
  margin-right:38px ;
}

.steps__item{
  /* margin-right: 120px; */
  width: 232px;
  height: 196px;
}

.steps__item-text{
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #1a1a1a;
}

.steps__item hr {
  margin-bottom: 40px;
  width: 100%;
}


.legal-info h1{
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  margin-bottom: 51px;
}

.legal-info span {
  color: #81C747;
}

.legal-info p {
  font-weight: 600;
font-size: 18px;
line-height: 180%;
color: #1a1a1a;
margin-bottom: 10px;
}

/* .legal-more{
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #1a1a1a;
}

.legal-more--active{
  display: block;
} */

.legal-info__btn{
  display: none;
  font-size: 16px;
  color: #81C747;
  background-color: transparent;
  line-height: 24px;
  font-weight: 600;
  padding: 11px 23px;
  border: 2px solid #81C747;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
}

.advantages{
  background: linear-gradient(124.28deg, #67B639 29.73%, #A7DF5C 86.43%);
}

.advantages__inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.advantages__list-item{
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
}

.advantages__list-item::before{
  content: '';
  left: 0;
  position: absolute;
  background-image: url('../images/checked.svg');
  width: 32px;
  height: 32px;
}

.advantages__inner h2{
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #fff;
  margin-bottom: 50px;
}


.footer{
  background: linear-gradient(124.28deg, #67B639 29.73%, #A7DF5C 86.43%);
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-menu__list{
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  gap: 15px;
}

.footer-menu{
  display: flex;
  justify-content: space-between;
}

.footer__top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
  padding-top: 95px;
}

.footer__list-link{
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}

/* .footer-menu__list-item + .footer-menu__list-item{ 
  margin-left: 24px; 
} */

.footer__hr{
  margin-bottom: 40px;
}

.footer__copy{
  padding-top: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  padding-bottom: 100px;
}

.footer__bottom-text{
  color: #fff;
  font-weight: 500;
font-size: 16px;
line-height: 30px;
text-align: center;
padding-bottom: 45px;
}

.footer-logo__img{
  margin-top: -58px;
}

/* privacy styles */

.main-content{
  margin-top: 25px;
  box-sizing: inherit;
  margin-bottom: 45px;
  color: #000;
}

.privacy-container{
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-policy__title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
}

.privacy-policy__text h1 {
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.privacy-policy__text h3{
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* .privacy-policy__text p {
  /* margin-bottom: 15px; */
/* } */ 

.privacy-policy__text ul li{
  list-style-type: disc;
}

.privacy-policy__text ol {
  list-style-type: number;
}

.privacy-policy__text li {
  margin-bottom: 7px;
}

.privacy-policy__text  {
 font-size: 18px;
}

/* cookies policy style  */

.cookies-policy {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  color: #000;
}

.cookies-policy a {
  color: #1cc995;
  text-decoration: none;
  word-break: break-all;
}

.cookies-policy p, .privacy-policy__text p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 8px;
  
}

.cookies-policy table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cookies-policy .wp-block-table {
  width: 100%;
  margin-bottom: 10px;
}

.cookies-policy .wp-block-table tr:last-child {
  border-bottom: 1px solid #434c55;
}

.cookies-policy .wp-block-table tr {
  display: flex;
  width: 100%;
}

table {
  width: 100%;
}

.cookies-policy .wp-block-table td {
  width: 50%;
  padding: 20px;
  border: 1px solid #434c55;
  border-bottom: none;
  font-weight: 400;
  vertical-align: top;
}

.cookies-policy ol li, .privacy-policy__text ol li {
  margin-left: 20px;
  list-style-type: number;
  margin-bottom: 10px;
}

.cookies-policy ul li, .privacy-policy__text ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy-policy__text ol ul{
  margin-top: 10px;
}

.privacy-policy__text ul li {
  list-style-type: disc;
}

/* .figure-test{
  white-space: nowrap;

}

.test{
  padding-right: 700px;
}

.figure-test td {
  width: 100%;
} */

/* offers  */

.info-wrap__text{
  text-align: center;
  margin-bottom: 16px;
}

.info-offerwall{
  padding-bottom: 20px;
  padding-top: 0px;
}

/* financial tips styles  */

.financial-main{
  display: flex;
  min-height: 100%;
    height: 100%;
    /* color: #1cc995;
    font-weight: 500; */
    cursor: pointer;
}

.financial-main__wraps{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
}

.financial-item{
  padding: 15px 15px 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}


.financial-item__img{
  height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.financial-item__title{
  font-size: 25px !important;
  color: #81C747;
  margin-top: 10px;
}

.financial-item__text{
  flex: 1;
    color: #272d2e;
}

.financial-data{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin-top: 20px;
    color: #272d2e;
}

.financial-data__right, .financial-data__views{
  display: flex;
    flex-wrap: wrap;
}

.financial-data__views-text{
  margin-left: 10px;
  margin-top: -2px
}

.popular-posts{
  margin-bottom: 50px;
}


.financial-data__likes{
  align-items: center;
}

.breadscrubs{
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  font-size: 17px;
}

.breadscrubs-link{
  color: rgba(0,0,0,.4);
  margin-right: 5px;
}

.read-more{
  color: #fff;
  padding: 20px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #81C747;
  cursor: pointer;
}

.financial-content p{
  margin-bottom: 15px;
}

.financial-content__title{
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
}

.popular-posts__title{
  font-size: 35px;
  font-weight: bold;
  /* margin-left: 5px; */
}

.financial-logo__img{
  display: block;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius:7px;
    margin-bottom: 30px;
}

.contacts{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.contacts__wrapper{
  display: flex;
  justify-content: space-between;
}

.contacts-form input, textarea{
  border: 0.5px solid rgb(191, 191, 191);
  border-radius: 8px;
  width: 100%;
  height: 40px;
  background: transparent;
  font-family: "Ubuntu Light";
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  padding: 20px 22px;
  font-size: 14px;
}

.contacts-form textarea{
  height: auto;
}

.contacts-form{
  margin-right: 50px;
}

.contacts-form label{
  font-size: 16px;
}

.contacts-title{
  font-size: 36px;
    color: #3ad2a2;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.contacts-btn{
  border-radius: 8px;
    background-color: #3ad2a2;
    width: 100%;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: "Ubuntu Medium";
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-bottom: 50px;
}

.contacts-text p {
  line-height: 24px;
    font-size: 16px;
    color: #444444;
    margin-bottom: 10px;
}

.contacts-mail{
  font-weight: 600;
    text-decoration: none;
    color: #3492E4;
}




@media(max-width: 1200px){
  .advantages__inner{
      flex-direction: column;
  }
  .header__bottom-inner{
      flex-direction: column-reverse;
      align-items: center;
  }
  .header__bottom-slidecontainer{
      margin-bottom: 30px;
  }
  .header__bottom-text{
      margin-bottom: 40px;
      text-align: center;
  }
  .financial-main__wraps{
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width: 800px) {
  .logo__img{
    width: 70px;
    margin-top: 0px;
  }
  .header__inner{
      display: block;
      padding-top: 29px;
  }
  .menu__list{
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      /* background-color: #fff; */
      text-align: center;
      transform: translateY(-200%);
      transition: transform 0.5s;
  }
  .menu__list--active{
      transform: translateY(0);
      transition: transform 0.5s;
      background-color:#fff;
      z-index: 30;
  }
  .menu__list-link{
      display: block;
      padding: 10px 0;
      font-size: 28px;
      padding-bottom: 40px;
  }
  .menu__list-item + .menu__list-item{
      margin-left: 0;
  }
  .menu__btn{
      display: block;
      position: absolute;
      right: 10px;
      top: 38px;
  }
  .user-nav{
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      padding-top: 30px;
      display: none;
  }
  .steps__inner{
     flex-direction: column;
  }
  .steps__item{
      margin-bottom: 77px;
  }
  .steps__item:last-child{
      margin-bottom: 10px;
  }
  section{
      margin-top: 65px;
      padding-bottom: 65px;
  }
  .advantages__info h2{
      text-align: center;
      font-size: 40px;
      line-height: 48px;
  }
  .advantages__img-item{
      width: 455px;
      height: 392px;
  }
  .advantages__list-item{
      white-space: normal;
      /* display: flex;
      flex-direction: column;
      /* flex-wrap: wrap;* */
  } 
  /* .legal-more{
    display: none;
  } */
  
.footer-menu__list-item {
    text-align: center;
}

.footer__top, .footer-menu__list {
    flex-direction: column;
}
.footer__list-link{
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}
.footer-menu__list-item + .footer-menu__list-item {
  margin-left: 0px;
}
.footer-logo__img {
  margin-bottom: 50px;

}
}

@media(max-width: 700px){
  .header__bottom-slidecontainer{
      width: 100%;
      height: 100%;
      margin-bottom: 0;
  }
  .slider-btn{
      margin-bottom: 20px;
      padding: 20px 90px;
  }
  .slider__money-max, .slider__money-min{
    font-size: 15px;
  }

  .header__bottom-text{
      margin-top: 30px;
      text-align: center;
  }
  .header__bottom-title{
      font-size: 50px;
  line-height: 60px;
  }
  .header__bottom-img{
      width: 284px;
      height: 26px;
  }
  .header__bottom-slidecontainer::after{
      width: 281px;
      height: 231px;
      top: -134px;
      right: -29px;
  }
  .cookies-policy .wp-block-table td {
    padding: 10px;
    font-size: 11px;
}
.financial-content__title{
  font-size: 39px;
  line-height: 46px;
}
.financial-content{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.contacts__wrapper{
  flex-direction: column;
}
.contacts-form{
  margin-right: 0;
}
}




@media(max-width: 620px){
  .footer__top,
  .footer-menu__list{
      flex-direction: column;
  };
  .footer__list-link{
      text-align: center;
  }
  .footer__bottom-text{
      font-size: 14px;
      text-align: center;
  }
  .footer__copy,
  .footer__top{
      padding-bottom: 5px;
  }
  .footer__hr{
    margin-bottom: 0;
  }
  .footer-logo__img{
      margin-bottom: 50px;
  }
  .legal-info__btn{
      display: block;
  }
  section{
      margin-top: 55px;
      padding-bottom: 55px;
  }

  .legal-info h1{
      margin-bottom: 20px;
  }
  .advantages__img-item{
      width: 385px;
      height: 352px;
  }
  .header__bottom{
      padding-bottom: 40px;
  }
  .header__bottom-text p {
    font-size: 14px;
  }
  .header__bottom-slidecontainer::after{
      display: none;
      width: 100%;
      height: 100%;
      top: -117px;
      right: -304px;
      background-repeat: no-repeat
  }
  .slider-btn{
      padding: 20px 90px;
  }
  .legal-info p{
      text-align: center;
  }
  .financial-main__wraps{
    grid-template-columns: 1fr;
    padding-top: 10px;
  }
  .financial-item{
    margin-bottom: 7px;
  }
  .breadscrubs{
    font-size: 11px;
    margin-bottom: 0px;
  }
}

@media(max-width: 590px){
  .slider-btn{
      padding: 7px 20px;
      font-size: 13px;
      margin-top: 30px;
  }
  .slider-text{
    font-size: 23px;
  }
  .slider-num, .slider-symbol{
      font-size: 23px;
      line-height: 30px;
  }
  .slider__money, .slider-date{
    margin-bottom: 6px;
    font-size: 14px;
  }
  .slider-stroke{
      padding: 0;
  }
  .footer-menu__list-item{
      text-align: center;
      
  }
  .footer__list-link{
      font-size: 18px;
      line-height: 30px;
      padding-bottom: 30px;
  }
  .footer-menu__list-item + .footer-menu__list-item {
      margin-left: 0px;
  }
  .steps h1{
      margin-bottom: 55px;
      font-size: 47px;
      line-height: 52px;
  }
  section{
      margin-top: 25px;
      padding-bottom: 25px;
      padding-top: 20px;
  }
  .header__bottom{
      margin-top: 0px;
  }
  .header__bottom-slidecontainer{
      margin-bottom: 10px;
      padding-left: 10px;
      padding-right: 10px;
  }
  .steps__item {
      margin-bottom: 35px;
  }
  .steps__item hr {
      margin-bottom: 15px;
  }
  .legal-info h1 {
      font-size: 47px;
      line-height: 52px;
  }
  .header__bottom-title {
      font-size: 30px;
      line-height: 42px;
  }
  .header__bottom-text{
      margin-top: 0;
  }
  .header__bottom-img{
      margin-bottom: 15px;
  }
  .cookies-policy, .main-content{
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .contacts-container{
    padding-top: 10px;
  }
  .privacy-policy__title{
    margin-bottom: 10px;
  }
  .info-offerwall h1 { 
    margin: 0 !important;
    margin-bottom: 10px !important; 
    margin-top: -5px !important;
  }
}

/* submit styles */

.loan-container{
  min-height: 55vh;
}

.loan-container h1 {
  color: #424953;
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
}

.loan-container .modal {
  width: 500px;
  margin: 0 auto 20px;
}

/* submit styles end */

@media(max-width: 400px) {
  .advantages__img-item {
    width: 320px;
    height: 320px;
  }
  .one-half a.button {
    line-height: normal;
    padding: 12px;
}
}

.biLibFormF3.modal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loan-container.extented-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55vh;
}

.waiting-message.modal-wrap{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.waiting-message__title{
  font-size: 30px;
}

.waiting-message__title,
.waiting-message__title-secondary,
.waiting-message__text{
  text-align: center;
}

.waiting-message__title-secondary,
.waiting-message__text span:nth-of-type(2){
  font-weight: 600;
}

/* PROGRESS BAR SECTION */

#progress-bar {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  #progress-bar {
    font-size: 15px;
  }
}

@media(min-width: 920px) {
  #progress-bar {
    max-width: 700px
  }
}

.header__progressbar-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}

.header__progressbar-line-cont {
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header__progressbar-line-cont {
    height: 7px;
    border-radius: 3.5px;
  }
}

.header__progressbar-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #b3dcb0;
  border-radius: 1.5px 0 0 1.5px
}

@media screen and (min-width: 768px) {
  .header__progressbar-line {
    height: 7px;
    border-radius: 3.5px 0 0 3.5px;
  }
}

.progressbar-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 20%;
  background: #3F892B;
  border-radius: 1.5px
}

@media screen and (min-width: 768px) {
  .progressbar-line {
    height: 7px;
    border-radius: 3.5px;
  }
}

.form__header{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.form__header .percent {
  font-weight: 600;
}

/* PROGRESS BAR SECTION END*/
