<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0e3e9b;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #af9453;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar-logo {
  width: 175px;
  margin-left: 5%;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.simple-container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-thin {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-thin.footer {
  margin-bottom: 0px;
  background-color: #0e3e9b;
}

.section-thin.part-blue-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#0e3e9b), color-stop(40%, #fff), color-stop(46%, #757575), to(#fff));
  background-image: linear-gradient(90deg, #0e3e9b, #fff 40%, #757575 46%, #fff);
}

.paragraph {
  font-family: 'EB Garamond', sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
}

.paragraph.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.paragraph.white.contact-us {
  font-size: 22px;
  line-height: 40px;
}

.paragraph.footer-text {
  font-size: 16px;
  line-height: 25px;
}

.paragraph.daliatex-blue {
  color: #0e3e9b;
  letter-spacing: 1px;
  text-transform: none;
}

.paragraph.daliatex-blue.smaller {
  font-size: 16px;
}

.paragraph.daliatex-blue.bigger {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph.daliatex-blue.daliatex-gold {
  color: #af9453;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column.footer-cta {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-column.address {
  width: 25%;
}

.footer-column.contact {
  width: 30%;
}

.footer-column.cta {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-cta-container {
  width: 60%;
  margin-top: -10px;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 17px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #0e3e9b;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  white-space: break-spaces;
}

.main-button:hover {
  border-color: #0e3e9b;
  background-color: #fff;
  color: #0e3e9b;
}

.main-button.footer-button {
  width: 100%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}

.main-button.contact-us {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-block-image-container {
  width: 40%;
  background-image: url('../images/daliatex-5_edited.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.main-block-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 50px 100px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  margin-bottom: 50px;
  font-family: Merriweather, serif;
  color: #0e3e9b;
  font-weight: 400;
}

.part-blue-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 25vw;
  height: 100%;
  background-color: #0e3e9b;
}

.section-separator {
  height: 100px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #0e3e9b;
  font-size: 16px;
}

.nav-link.w--current {
  color: #af9453;
}

.center-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e3e9b;
  text-align: center;
  text-transform: uppercase;
}

.center-text.contact-us {
  padding-right: 5%;
  padding-left: 10%;
}

.heading-1 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #0e3e9b;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 10px;
}

.heading-1.less-spacing {
  letter-spacing: 2px;
}

.panels-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.panel.product-panel {
  width: 45%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
}

.panel-image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: url('../images/rsz_daliatex-43.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-image-container.woven-fabric {
  background-image: url('../images/Uf-43.jpg');
}

.panel-image-container.yarn {
  background-image: url('../images/daliatex-26.jpg');
}

.panel-image-container.warp-knit {
  background-image: url('../images/Uf-38.jpg');
}

.panel-image-container.circular-knit {
  background-image: url('../images/rsz_daliatex-40.jpg');
}

.panel-image-container.urase-prima {
  background-image: url('../images/daliatex-5_edited.jpg');
}

.panel-image-container.indachi-prima {
  background-image: url('../images/daliatex-57.jpg');
}

.panel-image-container.intermoda-kusuma {
  background-image: url('../images/daliatex-19.jpg');
}

.panel-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-3 {
  font-family: 'EB Garamond', sans-serif;
  color: #0e3e9b;
  font-weight: 400;
  letter-spacing: 2px;
}

.facilities-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.facilities-block.flip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.facilities-image-container {
  width: 35vw;
  background-image: url('../images/rsz_daliatex-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.facilities-image-container.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e3e9b;
  background-image: none;
  text-align: center;
}

.facilities-image-container.contact-us-image {
  background-image: url('../images/daliatex-7.jpg');
}

.facilities-image-container._2 {
  background-image: url('../images/daliatex-44_edited.jpg');
}

.facilities-text-container {
  width: 60%;
  padding: 50px 10%;
  background-color: #fbfbfb;
}

.facilities-text-container.flip {
  text-align: right;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-item {
  overflow: hidden;
  width: 30%;
  height: 30vw;
  margin-top: 20px;
  margin-bottom: 50px;
}

.gallery-image {
  width: 30vw;
  height: 30vw;
  background-image: url('../images/daliatex-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image._1 {
  background-image: url('../images/daliatex-5_edited.jpg');
}

.gallery-image._3 {
  background-image: url('../images/daliatex-33.jpg');
}

.gallery-image._6 {
  background-image: url('../images/daliatex-3.jpg');
}

.gallery-image._5 {
  background-image: url('../images/daliatex-9.jpg');
}

.gallery-image._4 {
  background-image: url('../images/daliatex-35.jpg');
}

.gallery-image-container {
  overflow: hidden;
  width: 100%;
}

.text-fields-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #000 #000 #0e3e9b #0e3e9b;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #0e3e9b;
  font-size: 16px;
  line-height: 25px;
}

.text-field:focus {
  border-bottom-color: #af9453;
}

.text-field::-webkit-input-placeholder {
  color: rgba(14, 62, 155, 0.53);
}

.text-field:-ms-input-placeholder {
  color: rgba(14, 62, 155, 0.53);
}

.text-field::-ms-input-placeholder {
  color: rgba(14, 62, 155, 0.53);
}

.text-field::placeholder {
  color: rgba(14, 62, 155, 0.53);
}

.text-field.divide {
  width: 45%;
  min-height: 30px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-area {
  min-height: 200px;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #0e3e9b;
  background-color: #fbfbfb;
}

.error-message {
  padding: 20px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
}

.instagram {
  width: 60%;
}

.facebook {
  width: 60%;
}

.pinterest {
  width: 60%;
}

@media (max-width: 991px) {
  .main-block-image-container {
    width: 50%;
  }
  .main-block-text-container {
    width: 50%;
    padding-bottom: 20px;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }
  .nav-link.w--current {
    color: #af9453;
  }
  .menu-button {
    z-index: 5;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #af9453;
  }
  .panels-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .panel {
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .panel-image-container {
    width: 150px;
    height: 150px;
  }
  .facilities-text-container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .simple-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .simple-container.footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-column.address {
    width: 50%;
  }
  .footer-column.contact {
    width: 50%;
  }
  .footer-column.cta {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social-icon {
    width: 40px;
  }
  .footer-cta-container {
    margin-top: 0px;
  }
  .main-block {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-block-image-container {
    padding-top: 100%;
    padding-left: 100%;
  }
  .main-block-text-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-2 {
    margin-bottom: 20px;
  }
  .part-blue-bg {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 30%;
  }
  .section-separator {
    display: none;
  }
  .nav-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .nav-link {
    width: 50%;
  }
  .center-text {
    padding-right: 10%;
    padding-left: 10%;
  }
  .panels-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .panel.product-panel {
    padding-right: 15px;
    padding-left: 15px;
  }
  .facilities-block.contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facilities-image-container.contact-us {
    width: 100vw;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .facilities-text-container {
    width: 100%;
  }
  .gallery-container {
    margin-top: -30px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .gallery-item {
    width: 45vw;
    height: 45vw;
    margin-bottom: 20px;
  }
  .gallery-image {
    width: 45vw;
    height: 45vw;
  }
}

@media (max-width: 479px) {
  .footer-column {
    margin-top: 20px;
  }
  .footer-column.address {
    width: 100%;
    margin-top: 0px;
  }
  .footer-column.contact {
    width: 100%;
  }
  .social-icon {
    width: 40px;
  }
  .footer-cta-container {
    width: 100%;
  }
  .main-block-text-container {
    padding: 10px 0px;
  }
  .part-blue-bg {
    height: 15%;
  }
  .center-text {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .center-text.contact-us {
    padding-right: 0%;
    padding-left: 0%;
  }
  .panel {
    width: 100%;
  }
  .panel.product-panel {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .panel-image-container {
    width: 200px;
    height: 200px;
  }
  .facilities-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facilities-block.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .facilities-image-container {
    width: 100%;
    height: 500px;
  }
  .facilities-image-container.contact-us {
    height: 250px;
  }
  .facilities-text-container {
    width: 100%;
    padding: 20px;
  }
  .facilities-text-container.flip {
    text-align: left;
  }
  .gallery-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-item {
    width: 80vw;
    height: 80vw;
  }
  .gallery-image {
    width: 80vw;
    height: 80vw;
  }
  .heading-4 {
    font-size: 14px;
    letter-spacing: 3px;
  }
}

</pre></body></html>