* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#page-content-wrapper {
  background-color: #ffffff;
}
.content-wrapper {
  max-width: 1410px;
  margin: 0 auto;
  color: #333F48;
}
.content-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333F48;
  max-width: 1300px;
}
p.content-text.titlets {
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #00A7B5;
}
p.content-text.contentts {
  margin-bottom: 0 !important;
}
section#section-space {
  padding-top: 60px;
}
img#render-rhod {
  border-radius: 30px;
}
div#rhod-label {
  position: relative;
  bottom: 170px;
  left: 70px;
  max-width: 260px;
}
p#title-render {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.wp-block-video {
  margin: auto !important;
  max-width: 1400px !important;
  border-radius: 30px !important;
}
.wp-block-video video {
  border-radius: 30px;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}
section#video-section {
  padding: 0 0 70px;
}
@media screen and (min-width: 1px) and (max-width: 1400px) {
  section#video-section {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 900px) {
  div#rhod-label {
    visibility: hidden;
  }
  .rhode-white-space {
    height: 70px;
  }
  div#height-extra-large {
    height: 40px;
  }
  div#height-large {
    height: 20px;
  }
  div#height-medium {
    height: 10px;
  }
}
@media screen and (min-width: 901px) and (max-width: 9000px) {
  div#rhod-label {
    visibility: visible;
  }
  .rhode-white-space {
    height: 110px;
  }
  div#height-extra-large {
    height: 100px;
  }
  div#height-large {
    height: 40px;
  }
  div#height-medium {
    height: 20px;
  }
}
