<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: 'Open Sans', sans-serif;
}

.datepicker-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 3px #ccc;
}

.select2-container {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  color: #1a202c;
  border-width: 1px;
  border-color: unset;
  border-radius: 0.5rem;
}

.select2-container--open:not(.select2-container--below) {
  border: none;
}

.select2-selection {
  border: 0px !important;
}

.select2-selection__arrow {
  margin-top: 10px
}

.divAddSelect2&gt;.select2-container {
  width: 100% !important;
  margin-right: .5rem;
}

.tox-promotion,
.tox-statusbar__branding {
  display: none;
}

@media print {
  body {
    visibility: hidden;
  }

  @page {
    margin: 0.197in;
  }

  .to-print {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Arial;
  }

  .to-print-no-btn {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Arial;
  }

  .to-print-no-btn button {
    visibility: hidden;
  }
}

/*----------------------------------------*/
/*  4. Slider area
/*----------------------------------------*/

.single-slider {
  position: relative;
}

.slider-img img a img {
  width: 100%;
}

.slider-content h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  font-family: 'Rufina', serif;
  font-weight: 400;
}

.slider-content h2 {
  color: #333;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-family: 'Rufina', serif;
  font-weight: 400;
}

.slider-content h3 {
  color: #666;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-family: 'Rufina', serif;
  font-weight: 400;
}

.slider-content a {
  background: #f07c29 none repeat scroll 0 0;
  border: 2px solid #d6681b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 43px;
  padding: 10px 38px;
  text-transform: none;
  font-family: 'Rufina', serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 2px 2px 2px 2px #a8c0ba;
}

.slider-content a:hover {
  background: #333 none repeat scroll 0 0;
  border-color: #333;
  box-shadow: 2px 2px 2px 2px #a8c0ba;
  transition: all 300ms ease-in 0s;
}

.slider-content-2 h1 {
  font-size: 40px;
  text-transform: none;
}

.slider-content-2 h2 {
  color: #fff;
  font-size: 80px;
  text-transform: none;
}

.slider-active.owl-carousel .owl-nav .owl-prev {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out 0s;
  z-index: 9;
  line-height: 1;
}

.slider-active.owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  left: auto;
  right: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out 0s;
  z-index: 9;
  line-height: 1;
}

.slider-active.owl-carousel .owl-nav .owl-prev:hover,
.slider-active.owl-carousel .owl-nav .owl-next:hover {
  color: #f07c29;
}

.slider-active.owl-carousel .owl-dots .owl-dot span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50px;
  display: block;
  height: 10px;
  margin: 5px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  width: 10px;
}

.slider-active.owl-carousel .owl-dots .owl-dot.active span {
  background: #f07c29 none repeat scroll 0 0;
  width: 32px;
}

.slider-active.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.slider-active.owl-carousel .owl-dots {
  bottom: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.slider-area:hover .slider-active.owl-carousel .owl-dots {
  opacity: 1;
  visibility: visible;
}

.slider-area:hover .slider-active.owl-carousel .owl-nav .owl-prev,
.slider-area:hover .slider-active.owl-carousel .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
}

.owl-item .slider-animated-1 * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.home-2 .owl-item.active .slider-animated-1 a,
.home-5 .owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.home-2 .owl-item.active .slider-animated-1 p,
.home-5 .owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.owl-carousel .owl-stage-outer {
  height: 100%
}

.owl-item {
  height: 100%
}

.owl-stage {
  height: 100%
}

.single-slider {
  height: 100%;
}

.single-slider {
  position: relative;
  height: 339px;
  background-size: cover;
}

@media only screen and (max-width: 600px) {

  .single-slider {
    position: relative;
    height: auto !important;
    background-size: cover;
  }

}

.slider-content-3 h1 {
  color: #fff;
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin: 0;
  font-family: "Rufina", serif;
}

.slider-content-3 p span.sale1 {
  background: #eeb900 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 34px;
  margin-right: 10px;
  padding: 5px;
  vertical-align: top;
  font-family: "Rufina", serif;
}

.slider-content-3 p span.sale2 {
  color: #f07c29;
  display: inline-block;
  font-size: 34px;
  font-weight: 400;
  margin-top: 5px;
  padding-top: 4px;
  position: relative;
  vertical-align: top;
}

.slider-content-3 p span.sale2 strong {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  text-decoration: line-through;
  top: -15px;
  font-weight: 400;
}

.slider-content-3 a {
  border-bottom: 1px solid #fff;
  color: white;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  text-transform: inherit;
  transition: all 300ms ease-in 0s;
}

.slider-content-3 a:hover {
  border-bottom: 1px solid #ffb400;
  color: #ffb400;
}


.owl-item .slider-animated-1 * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.single-slider&gt;.container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-shadow-hover {
  position: relative;
}

.banner-shadow-hover::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-in 0s;
}

.banner-shadow-hover:hover::before {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7) inset;
  transition: all 300ms ease-in 0s;
}

#tabs .text-blue-600 {
  color: #000 !important;
}

#tabs .border-blue-600 {
  border-color: #f05252 !important;
  border-bottom-width: 3px;
}

#result-tab .border-blue-600 {
  border-color: #f05252 !important;
  border-bottom-width: 3px;
}

.text-active {
  color: #f05252
}

/* Ipad Pro*/
@media (min-width: 1024px) {
  .single-slider {
    position: relative;
    height: 339px;
    background-size: cover;
  }

  .single-slider&gt;img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .single-slider {
    position: relative;
    height: 295px;
    background-size: cover;
  }

  .single-slider&gt;img {
    height: 100%;
    object-fit: cover;
  }
}

.font-helvetica {
  font-family: 'Helvetica Neue';
}

.pdf {
  overflow-y: scroll;
  height: 70vh;
}</pre></body></html>