.bg-color-extra-10.layout__region {
  color: white;
}

div[data-block-plugin-id] {
  scroll-margin: 2.5rem;
}

.o-header__end {
  justify-content: end !important;
}

.position-relative {
  position: relative;
}

.a-icon--player {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 5.625rem;
  height: 5.625rem;
  margin-top: -2.8125rem;
  margin-left: -2.8125rem;
  padding: 1.25rem;
  transition: all 0.4s ease-in-out;
  text-align: center;
  color: #007bff;
  border-radius: 50% 50%;
  background-color: rgb(0 123 255 / 0.7);
  font-size: 2.5rem;
  line-height: 5.625rem;
  fill: white;
}

@media (min-width: 1201px) {
  .t-page__side {
    display: none;
  }
}

@media (max-width: 769px) {
  .o-header__end {
    display: none;
  }
}

.t-page__side {
  width: 75% !important;
}

#youtube-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layout__region--content:not(:first-child) > .layout__region--content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media all and (min-width: 769px) {

.layout__region--content:not(:first-child) > .layout__region--content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}
  }
