.container-custom-page{
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
}

.container-custom-page .img_logo{
  max-width: 240px;
  margin:60px auto;
}
#block-proplan-loyalty-theme-content{
  background-color: #000000;
  color: #ffffff;
}
.container-custom-page h1{
  text-align: center;
  font: normal normal normal 36px/48px Red Hat Display;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
button.collapse-toggle{
  padding: 5px 0px;
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
button.collapse-toggle .region-title, button.collapse-toggle .families-title{
  width: 100%;
  font: normal normal normal 22px/29px Red Hat Display;
}
button.collapse-toggle[aria-expanded="true"]{
  border-bottom: unset;
}
button.collapse-toggle:focus{
  outline: unset;
}
button.collapse-toggle:focus-visible{
  outline: unset;
}
.collapse-content .row{
  margin: 10px 0px;
}
.mobile{
  display: none;
}
@media (max-width: 810px) {
  .desk{
    display: none;
  }
  .mobile{
    display: block;
  }
}
table{
  width: 100%;
  text-align: left;
}
table thead th{
  font: normal normal bold 13px/18px Red Hat Display;
  height: 40px;
}

table tbody tr{
  font: normal normal normal 13px/18px Red Hat Display;
  height: 40px;
}

button[aria-expanded="false"]:after{
  content:'';
  display: block;
  width: 18px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}

button[aria-expanded="true"]:after{
  content:'';
  display: block;
  width: 18px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.products-collapse-container{
  display: none;
  margin-top: 20px;
}

.products-collapse-container.active{
  display: block;
}

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

.products-header_btn {
  font: normal normal bold 22px/29px Red Hat Display;
  padding-bottom:20px;
  cursor: pointer;
}

.products-header_btn.active {
  border-bottom: 2px solid #FFD475;
  color: #FFD475;
}

@media (max-width: 810px) {
  .container-custom-page{
    padding-left: 20px;
    padding-right: 20px;
  }
  table tbody tr{
    height: 20px;
  }
  table.mobile tbody tr td:nth-child(1){
    text-align: left;
  }
  table.mobile tbody tr td:nth-child(2){
    text-align: right;
  }
  table tbody{
    width: 100%;
    display: inline-table;
  }
  table.mobile{
    padding-bottom: 30px;
  }
  .container-custom-page h1{
    font: normal normal normal 21px/27px Red Hat Display;
  }
  .products-header_btn{
    font: normal normal bold 20px/25px Red Hat Display;
    max-width: 115px;
    padding-bottom: 12px;
  }
}
