<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: 'Suisse';
  src: url("./fonts/suisse_bp_intl_light-webfont.woff2") format("woff2"), url("./fonts/suisse_bp_intl_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Athelas';
  src: url("./fonts/athelas-regular-webfont.woff2") format("woff2"), url("./fonts/athelas-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Athelas-Bold';
  src: url("./fonts/athelas-bold-webfont.woff2") format("woff2"), url("./fonts/athelas-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'poynter-oldstyle-display', serif;
  font-size: 14px;
  line-height: 1;
  color: #a6a7a1;
  background: #f6f6f8;
  padding-top: 92px; }

h3 {
  font-size: 30px;
  color: #000000; }

h4 {
  font-size: 18px; }

p {
  font-size: 18px;
  line-height: 1.2em; }

ul.clearstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

.container {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 15px; }
  @media (min-width: 1200px) {
    .container {
      padding: 30px 140px; } }
  .container.wide {
    max-width: 1810px; }

.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .site-header.fixed {
    background: #ffffff; }
  @media (min-width: 900px) {
    .site-header .container {
      padding-top: 40px;
      padding-bottom: 50px; } }
  .site-header .logo a {
    display: block;
    background: url("../img/otratex-logo.svg") no-repeat;
    width: 137px;
    height: 29px; }
    @media (min-width: 900px) {
      .site-header .logo a {
        width: 204px;
        height: 42px; } }
  .site-header .nav ul li {
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 900px) {
      .site-header .nav ul li {
        margin-bottom: 0;
        margin-right: 30px; } }
    @media (min-width: 900px) {
      .site-header .nav ul li:after {
        content: '/';
        font-size: 18px;
        color: #a6a7a1;
        position: absolute;
        top: 0px;
        right: -15px; } }
    .site-header .nav ul li:last-child {
      margin: 0; }
      .site-header .nav ul li:last-child:after {
        content: ''; }
    .site-header .nav ul li a {
      font-family: 'Suisse';
      font-size: 18px;
      color: #a6a7a1;
      text-transform: uppercase; }
  .site-header .nav {
    display: none;
    background: #ffffff;
    width: 300px;
    min-height: 100vh;
    padding-top: 145px;
    padding-left: 75px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999; }
    @media (min-width: 900px) {
      .site-header .nav {
        display: block;
        background: transparent;
        position: static;
        width: auto;
        min-height: auto;
        padding: 0; } }
    .site-header .nav ul {
      margin-bottom: 75px; }
      @media (min-width: 900px) {
        .site-header .nav ul {
          margin-bottom: 0; } }
  .site-header .nav-close {
    background: url("../img/nav-close.png") no-repeat;
    width: 16px;
    height: 17px;
    position: absolute;
    top: 45px;
    right: 35px; }
    @media (min-width: 900px) {
      .site-header .nav-close {
        display: none; } }
  .site-header .nav-bars {
    background: url("../img/nav-bars.png") no-repeat;
    width: 25px;
    height: 20px;
    cursor: pointer; }
    @media (min-width: 900px) {
      .site-header .nav-bars {
        display: none; } }
  @media (min-width: 900px) {
    .site-header .social-list {
      display: none; } }

.distributors-list,
.contact-list {
  margin-right: -15px;
  margin-left: -15px; }

.distributors-item,
.contact-item {
  max-width: 300px;
  margin: 0 auto 20px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 900px) {
    .distributors-item,
    .contact-item {
      max-width: none;
      margin: 0; } }

.distributors h3,
.contact h3 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #a6a7a1; }

.distributors h4,
.contact h4 {
  text-transform: uppercase;
  margin-bottom: 20px; }

.technology h3,
.applications h3 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #a6a7a1; }

.technology-list,
.applications-list {
  margin-bottom: 75px; }
  @media (min-width: 900px) {
    .technology-list,
    .applications-list {
      margin-right: -30px;
      margin-left: -30px; } }

.technology-item,
.applications-item {
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px; }
  .technology-item:last-child,
  .applications-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .technology-item,
    .applications-item {
      margin-bottom: 0; } }
  .technology-item-box,
  .applications-item-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 900px) {
      .technology-item-box,
      .applications-item-box {
        text-align: left; } }
    .technology-item-box:last-child,
    .applications-item-box:last-child {
      margin-bottom: 0; }
  .technology-item-image,
  .applications-item-image {
    margin-bottom: 25px; }
    .technology-item-image img,
    .applications-item-image img {
      display: inline-block; }
  .technology-item-details,
  .applications-item-details {
    max-width: 300px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      .technology-item-details,
      .applications-item-details {
        max-width: none; } }
  .technology-item h4,
  .applications-item h4 {
    font-size: 30px;
    margin-bottom: 15px; }
  @media (min-width: 900px) {
    .technology-item-box.image-last .technology-item-image,
    .applications-item-box.image-last .technology-item-image, .technology-item-box.image-last
    .applications-item-image,
    .applications-item-box.image-last
    .applications-item-image {
      order: 2;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .technology-item-box.image-last .technology-item-details,
    .applications-item-box.image-last .technology-item-details, .technology-item-box.image-last
    .applications-item-details,
    .applications-item-box.image-last
    .applications-item-details {
      margin-bottom: 25px; } }

.pro-tech .content-details {
  max-width: 300px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .pro-tech .content-details {
      max-width: none; } }

.site-footer {
  background: #ffffff; }
  .site-footer .container {
    padding-top: 20px;
    padding-bottom: 20px; }

.social-item {
  margin-right: 30px; }
  .social-item a {
    display: block;
    width: 30px;
    height: 30px; }
  .social-item-instagram a {
    background: url("../img/social-instagram.png") no-repeat; }
  .social-item-facebook a {
    background: url("../img/social-facebook.png") no-repeat; }
  .social-item-twitter a {
    background: url("../img/social-twitter.png") no-repeat; }

.arrow-up a {
  display: block;
  background: url("../img/arrow-up.png") no-repeat;
  width: 24px;
  height: 28px; }

.section-scroll-next {
  text-align: center;
  margin-top: 50px; }
  .section-scroll-next a {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-bottom: 30px; }
    @media (min-width: 900px) {
      .section-scroll-next a {
        font-size: 30px;
        padding-bottom: 60px; } }
    .section-scroll-next a:after {
      content: '';
      display: block;
      background: url("../img/arrow-down.png") no-repeat;
      background-size: 100%;
      width: 12px;
      height: 14px;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -6px; }
      @media (min-width: 900px) {
        .section-scroll-next a:after {
          width: 24px;
          height: 28px;
          margin-left: -12px; } }

.hero-slide,
.design-slide {
  position: relative; }
  .hero-slide img,
  .design-slide img {
    width: 100%;
    cursor: pointer; }

.hero-slide-caption,
.design-slide-caption {
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin-top: 40px; }
  @media (min-width: 900px) {
    .hero-slide-caption,
    .design-slide-caption {
      font-size: 63px;
      color: #ffffff;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      transform: translate(-50%, -50%);
      cursor: pointer; } }
  .hero-slide-caption span,
  .design-slide-caption span {
    font-family: poynter-oldstyle-display, serif;
    font-size: 18px;
    display: block;
    margin-top: 30px; }
    @media (min-width: 900px) {
      .hero-slide-caption span,
      .design-slide-caption span {
        font-size: 33px;
        line-height: 1.2em; } }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 100%;
  outline: none;
  background: #a6a7a1; }

.slick-dots li.slick-active button {
  background: #000000; }

.technology-video {
  position: relative;
  margin-bottom: 30px; }

.video-play {
  background: url("../img/video-play.svg") no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer; }

.video-play-thumbnail {
  background: url("../img/videoposter.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  cursor: pointer; }

.section-anchor {
  position: absolute;
  top: -89px; }
  @media (min-width: 900px) {
    .section-anchor {
      top: -132px; } }
</pre></body></html>