.contactPage .textBlock:first-child {
  padding-top: 50px;
}
.contactPage .textBlock .buttons {
  text-align: left;
}
.textBlock {
  margin: 50px 0;
}
.textBlock.cookieBlock {
  padding-top: 50px;
}
.textBlock.pageHeader .text {
  margin-top: 30px;
  max-width: 960px;
}
.textBlock .smallTitle,
.textBlock .normalTitle {
  display: block;
  margin-bottom: 20px;
  max-width: 600px;
  width: 100%;
}
.textBlock .text h2,
.textBlock .text h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
.textBlock .text h2 strong,
.textBlock .text h3 strong,
.textBlock .text h2 b,
.textBlock .text h3 b {
  font-weight: 500;
  color: #b7b7b7;
}
.textBlock .text h2 {
  margin-top: 48px;
  border-left: 3px solid #ff7c26;
  padding-left: 0.3em;
}
.textBlock .text h3 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
}
.textBlock .text p {
  line-height: 24px;
  margin-bottom: 24px;
}
.textBlock .text p:last-child {
  margin-bottom: 0;
}
.textBlock .text table {
  margin-bottom: 24px;
}
.textBlock .text table:last-child {
  margin-bottom: 0;
}
.textBlock .text table th,
.textBlock .text table td {
  padding: 10px;
  text-align: left;
  background: rgba(0, 0, 0, 0.05);
}
.textBlock .text table th {
  background: rgba(0, 0, 0, 0.1);
}
.textBlock .text ol,
.textBlock .text ul {
  font-size: 16px;
  line-height: 24px;
  margin-left: 30px;
  margin-bottom: 24px;
}
.textBlock .text ol:last-child,
.textBlock .text ul:last-child {
  margin-bottom: 0;
}
.textBlock .text ol li,
.textBlock .text ul li {
  margin-bottom: 5px;
}
.textBlock .text ol li:last-child,
.textBlock .text ul li:last-child {
  margin-bottom: 0;
}
.textBlock .text a {
  color: #ff6500;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock .text a:hover {
  color: #282828;
}
.textBlock .CookieDeclaration a {
  color: #ff6500;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock .CookieDeclaration a:hover {
  color: #282828;
}
.textBlock .videoWrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.textBlock .videoWrapper:hover:before {
  background: rgba(0, 0, 0, 0.8);
}
.textBlock .videoWrapper:hover:after {
  height: calc(100% - 60px);
  left: 30px;
  position: absolute;
  top: 30px;
  width: calc(100% - 60px);
}
.textBlock .videoWrapper:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock .videoWrapper:after {
  content: "";
  height: calc(100% - 40px);
  left: 20px;
  position: absolute;
  top: 20px;
  width: calc(100% - 40px);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textBlock .videoWrapper .code {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 1;
  opacity: 0;
}
.textBlock .videoWrapper .innerWrapper {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.textBlock .videoWrapper .innerWrapper .icon {
  margin: 0 auto;
  width: 70px;
  margin-bottom: 20px;
}
.textBlock .videoWrapper .innerWrapper .icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.textBlock .videoWrapper .innerWrapper .icon svg polygon,
.textBlock .videoWrapper .innerWrapper .icon svg path,
.textBlock .videoWrapper .innerWrapper .icon svg rect {
  fill: #fff;
}
.textBlock .buttons {
  text-align: center;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .textBlock.pageHeader {
    margin-top: 50px !important;
  }
  .textBlock .text ol,
  .textBlock .text ul {
    font-size: 14px;
  }
  .textBlock .text table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: max-content;
    min-width: 100%;
  }
  .textBlock .videoWrapper {
    min-height: 300px;
  }
}
/*# sourceMappingURL=text_block.css.map */