<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-BTC {
  background-color: #fff;
  color: #000;
  font-family: "Lucas", sans-serif;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 80px;
}

.dp-BTC button {
  font-family: "Lucas", sans-serif;
}

.dp-BTC * {
  box-sizing: border-box;
}

/************/
/** HEADER **/
/************/

.dp-BTC-header {
  color: #000;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.dp-BTC-header__container {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #b6886b;
  background: linear-gradient(35deg, #b6886b 0%, #be967d 33.44%, rgba(190, 150, 125, 0) 100%),  lightgray 87.711px -52.497px / 100% 259.783% no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 240px;
}

.dp-BTC-header__container-txt {
  padding: 24px 48px;
  width: 100%;
  color: #712929;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.dp-BTC-header__KV-main {
  display: block;
  height: 100%;
}

.dp-BTC-header__KV-main img {
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.dp-BTC-header__traduc {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-transform: lowercase;
  position: absolute;
  right: 16px;
  bottom: 8px;
}

.dp-BTC-header__title {
  color: #712929;
  font-size: 76px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0.76px;
  position: relative;
  width: fit-content;
}

.dp-BTC-header__title &gt; span {
  position: relative;
}

.dp-BTC-header__title &gt; span &gt; span:first-of-type {
  font-size: 80px;
}

.dp-BTC-header__title &gt; span &gt; span:nth-of-type(2) {
  font-size: 56px;
}

.dp-BTC-header__title &gt; span &gt; span:nth-of-type(3) {
  font-size: 83px;
}

.dp-BTC-header__title &gt; span &gt; sup {
  font-size: 30px;
  font-weight: 400;
}

.dp-BTC-header__title::after {
  content: "";
  display: block;
  background: rgba(113, 41, 41, 0.15);
  width: 333px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-BTC-header__description {
  margin-top: 7px;
  padding: 10px 0;
  color: #712929;
  font-size: 20px;
  font-weight: 500;
  max-width: 422px;
  width: 100%;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .dp-BTC-header {
    padding-top: 0;
    max-width: 430px;
  }

  .dp-BTC-header__description {
    margin-top: 10px;
    padding: 0;
  }

  .dp-BTC-header__container-txt {
    padding: 24px;
  }

  .dp-BTC-header__title {
    font-size: 24px;
  }

  .dp-BTC-header__title &gt; span {
    margin-top: 8px;
    font-size: 21px;
  }
}

/*********************/
/** has offer block **/
/*********************/

.dp-BTC-header__has-offer {
  background-color: #f3eee6;
  height: 84px;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
  flex-direction: column;
  position: relative;
}

.dp-BTC[has-GC-offer="1"] .dp-BTC-header__has-offer {
  display: none;
}

.dp-BTC-header[has-offer="1"] {
  padding-top: 0;
}

.dp-BTC-header__has-offer-p1 {
  font-size: 18px;
  line-height: 22px;
}

.dp-BTC-header__has-offer-p2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.dp-BTC-header__has-offer-button {
  padding: 5px 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #3d8705;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 2px;
  box-shadow: 0px 1px 1px rgb(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 1px rgb(0, 0, 0, 0.3);
  font-family: "Lucas", sans-serif;
}

.dp-BTC-header__has-offer-link {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dp-BTC-header__has-offer {
    height: 129px;
    padding: 15px 0;
    align-items: center;
    text-align: center;
  }

  .dp-BTC-header__has-offer-link {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 996px) and (min-width: 768px) {
  .dp-BTC-header[has-offer="1"] .dp-BTC-header__container {
    margin-top: 20px;
  }
}
</pre></body></html>