<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.typed-cursor {
  color: #f7ab1e;
  /* Change cursor color */
}

.footer_subheader {
  text-decoration: none;
  color: whitesmoke;
}

.footer_subheader:hover {
  color: #f7ab1e;
  transition: 0.5s;
  text-decoration-color: #f7ab1e;
}

.footer_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 35px;
}

.site_footer h4 {
  font-weight: 600;
  color: whitesmoke;
}

.site_footer {
  background-color: rgb(46, 45, 45);
}

.site_footer a {
  font-size: 1rem;
}

.bg_cover {
  background: url("../images/quote/img/bg_cover.svg");
  background-position: center;
  background-repeat: no-repeat;
}

#hero-section-particles {
  position: relative;
  z-index: 1;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.iframe_style {
  display: none;
  visibility: hidden;
}

.get_max_width {
  max-width: 100%;
}

.get_max_height{
  height: 100%;
}

.get_z_top {
  z-index: 99;
}

.custom_display {
  display: flex;
  justify-content: center;
}

.custom_type_text_h {
  height: 12.5rem;
}

.custome_border_top_left {
  border-top-left-radius: 80px;
}

.custome_border_top_right {
  border-top-right-radius: 80px;
}

.custome_border_bottom_left {
  border-bottom-left-radius: 80px;
}

.custome_border_bottom_right {
  border-bottom-right-radius: 80px;
}

.zero_border{
  border:0;
}

.zero_border_radius{
  border-radius: 0px;
}

.pointer_style{
  cursor: pointer;
}
</pre></body></html>