.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.preloader-screen {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f8f6f4;
}

.preloader-center {
    display: block;
    position: relative;
    width: 50%;
    height: 50%;
    float: left;
    overflow: visible;
}

.preloader-container {
    color: #999999;
    width: 120px;
    height: 140px;
    position: absolute;
    right: -20px;
    bottom: 0px;
    display: block;
}

.preloader-image-container {
    width: 100%;
}

.preloader-image-container {
    width: 200px;
    height: 200px;
    position: relative;
}

.preloader-image {
    position: absolute;
    z-index: 7;
    display: block;
    width: 100%;
    height: 100%;
}

.preloader-filling-color {
    position: absolute;
    width: 198px;
    z-index: 6;
    display: block;
    bottom: 1px;
    Left: 1px;
    height: 198px;
    background-color: #dcdcdc;
}

.preloader-color {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    color: #f80000;
    z-index: 3434534;
}

.preloader-inner-color {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: #b69a64;
    margin-top: auto;
    height: 0%;
}

.preloader-color-boarder {
    width: 112px;
    height: 112px;
    margin: 4px;
}

.local-preloader-screen {
    left: 0px;
    right: 360px;
    top: 0px;
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #f8f6f4;
}
.type-buttons-colors {
  width: 100%;
  height: 100%;
}
.local-preloader-container {
    color: #999999;
    width: 120px;
    height: 40px;
    position: absolute;
    right: -60px;
    bottom: -20px;
    display: block;
}
.preloader-percentage {
    position: static;
    width: 200px;
    display: block;
    font-size: 26px;
    font-family: Magistral;
    src: url('/Magistral-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    text-align: center;
    line-height: 20px;
    color: #b69a64;
}
