{# dinamyc page styles #}
.hubdb-dynamic{
  margin-bottom: 50px;
}
.hubdb-dynamic__back{
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
  font-size: 14px;
  pointer-events: auto;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1000px;
}
.hubdb-dynamic__back-button{
  font-weight: bold;
  pointer-events: auto;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
  box-sizing: border-box;
  color: inherit;
  margin-top: 0;
  line-height: 2;
  margin-bottom: 0;
}
.hubdb-dynamic__back-button:hover .hubdb-dynamic__back-button__arrow-left{
  border: solid rgb(1, 91, 151);
  border-width: 0 2px 2px 0;
  transition: all .4s ease-in-out;
}
.hubdb-dynamic__back-button__arrow-left{
  font-weight: 400;
  pointer-events: auto;
  text-align: left;
  line-height: 2;
  box-sizing: border-box;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  font-size: 1.8em;
  margin-right: 10px;
  color: white;
  -webkit-transform: rotate(135deg);
  transition: all .4s ease-in-out;
}
.hubdb-dynamic__wrapper{
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
  pointer-events: auto;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1.39px 1.39px 4.96px rgb(0 0 0 / 20%);
  max-width: 1000px;
  background-color: white;
  border-radius: 6px;
  padding: 0;
}
.hubdb-dynamic__video{
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
  pointer-events: auto;
  box-sizing: border-box;

}
.hubdb-dynamic__video iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.hubdb-dynamic__content{
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #2c2c2c;
  pointer-events: auto;
  box-sizing: border-box;
  padding: 60px;
  width: 70%;
}
.hubdb-dynamic__content__duration{
  color: grey;
  font-size: 1em;
  margin-bottom: 30px;
}
.hubdb-dynamic__content__description{
  margin-bottom: 30px;
}
.hubdb-dynamic__content__cta-link a{
  font-weight: bold;
}
.hubdb-dynamic__content__wrappers{
  margin-left: -30px;
}