.tp-parent-container {
  width: 1000px;
  max-width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden; }
  .tp-parent-container .tp-container {
    transition: padding-bottom 230ms ease-in-out;
    -webkit-transition: padding-bottom 230ms ease-in-out;
    -o-transition: padding-bottom 230ms ease-in-out; }
    .tp-parent-container .tp-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .tp-parent-container .tp-loading-container {
    font-size: 20px;
    color: #000;
    background-color: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.tp-placeholder {
  opacity: 0;
  position: relative;
  background-color: #07213b;
  border: 2px solid #c2a44f;
  border-radius: 5px;
  font-family: 'Rubik', sans-serif;
  text-align: center;
  width: 100%;
  font-weight: 200;
  top: 0;
  font-size: 18px;
  color: #fff;
  z-index: 999999;
  padding-bottom: 61%;
  transition: opacity 150ms ease-in-out 50ms; }
  .tp-placeholder > div {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    .tp-placeholder > div > p {
      margin: 20px; }
      .tp-placeholder > div > p > span {
        opacity: 0; }
        .tp-placeholder > div > p > span:first-child {
          animation: tp-dots 1500ms ease-in-out infinite forwards; }
        .tp-placeholder > div > p > span:nth-child(2) {
          animation: tp-dots 1500ms 500ms ease-in-out infinite forwards; }
        .tp-placeholder > div > p > span:last-child {
          animation: tp-dots 1500ms 1000ms ease-in-out infinite forwards; }
    .tp-placeholder > div > .placeholder-images {
      display: flex;
      justify-content: center;
      align-items: center; }
      .tp-placeholder > div > .placeholder-images > span {
        margin: 0 5px;
        color: #C2A34F;
        filter: brightness(0.6); }
      .tp-placeholder > div > .placeholder-images > svg {
        width: 80px;
        height: 80px;
        fill: #C2A34F;
        filter: brightness(0.6); }
        .tp-placeholder > div > .placeholder-images > svg:first-child {
          animation: tp-spin 2400ms ease-in-out infinite forwards; }
        .tp-placeholder > div > .placeholder-images > svg:nth-child(3) {
          animation: tp-spin 2400ms 800ms ease-in-out infinite forwards; }
        .tp-placeholder > div > .placeholder-images > svg:last-child {
          animation: tp-spin 2400ms 1600ms ease-in-out infinite forwards; }

.tp-show-embed {
  animation: tp-show-embed 150ms ease-in-out forwards; }

.tp-hide-placeholder {
  animation: tp-hide-placeholder 150ms ease-in-out forwards; }

@-webkit-keyframes tp-spin {
  0% {
    filter: brightness(1); }
  20%, 100% {
    transform: rotateY(180deg); }
  50%, 100% {
    filter: brightness(0.6); } }
@-webkit-keyframes tp-dots {
  0% {
    opacity: 0; }
  50%, 100% {
    opacity: 1; } }
@-webkit-keyframes tp-show-embed {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes tp-hide-placeholder {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tp-placeholder > div > .placeholder-images > svg {
    width: 60px;
    height: 60px; } }
@media only screen and (max-width: 768px) {
  .tp-placeholder > div > p {
    position: absolute;
    top: 40px;
    margin: 0; } }
@media only screen and (max-width: 479px) {
  .tp-placeholder {
    padding-bottom: 161%; } }

/*# sourceMappingURL=embed_code.css.map */
