<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Public Sans";
  src: url("./fonts/PublicSans-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("./fonts/BeVietnamPro-Medium.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("./fonts/Poppins-Regular.ttf");
}

.photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 135px;
  z-index: 1;
}

.photo img {
  width: 100%;
}

.infoSection {
  position: relative;
  background: #FFF;
  min-height: 950px;
}

.infoSection .move {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 956px;
  padding: 66px 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(40, 37, 35, 0.1), 0px 2px 4px 0px rgba(40, 37, 35, 0.04);
          box-shadow: 0px 16px 32px -4px rgba(40, 37, 35, 0.1), 0px 2px 4px 0px rgba(40, 37, 35, 0.04);
  z-index: 5;
}

.infoSection .move .textCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 40px;
}

.infoSection .move .textCard h1 {
  color: #171923;
  text-align: center;
  font-family: "Public Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.infoSection .move .textCard .line {
  width: 56px;
  height: 2px;
  background: #718096;
  margin-bottom: 20px;
}

.last {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 40px 0px;
}

.last .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 94px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-radius: 6px;
  background: #F7F8F9;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.last .book h1 {
  color: #1A202C;
  text-align: center;
  font-family: "Public Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.last .book p {
  max-width: 761px;
  color: #2D3748;
  text-align: center;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.last .book a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #36B864;
  color: #FFF !important;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #36B864;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.last .book a:hover {
  border: 1px solid #268347;
  background: #268347;
}

.last .book a i {
  color: #FFF;
}

@media (max-width: 1024px) {
  .photo {
    display: none;
  }
  .infoSection {
    min-width: none;
    width: 100%;
  }
  .infoSection .move {
    position: relative;
    min-width: 0px;
    width: 100%;
    top: 0;
  }
}

@media (max-width: 768px) {
  .infoSection .move {
    padding: 33px 55px;
  }
  .last .book {
    padding: 47px 48px;
  }
}

@media (max-width: 480px) {
  .infoSection .move {
    padding: 17px 28px;
  }
  .last .book {
    margin-top: 30px;
    padding: 23px 24px;
  }
}</pre></body></html>