<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
}

body {
  padding-top: 54px;
  background-repeat: repeat;

}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.flex-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-container {
  flex: 1;
}

.fade-overlay-container {
  position: relative;
}

.fade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #526BF3B3;
  opacity: 0.7;
}

img.fixed-size {
  object-fit: cover;
  height: 100%;
  box-shadow: 0px 0px 5px grey;
  border: 4px solid white;
}

#contact ul {
  list-style-type: none;
}

.top-box {
  height: 100%;
  box-shadow: 0px 0px 5px grey;
  border-top: 8px solid #1293ff;
  background-color: white;
  color: #8f8f8f;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
  background-color: #1293ff;
}

.top-background-container {
  background-image: url("../images/bg-splash2.png");
  background-position: center;
}

.top-background-container2 {
  background-image: url("../images/bg-splash2.png");
  background-position: center;
}

.top-boxes {
  margin-top: 1em;
  justify-content: center;
  align-content: center;
}

img.icon-big {
  width: 70px;
  height: 70x;
  margin: 32px auto 0 auto;
}

.big-screen-icon-wrapper {
  display: none;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding-right: 96px;
}

.small-screen-icon-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
}

.small-screen-icon-wrapper &gt; span {
  flex: 1;
}


img.icon-small-inline, .small-icon-fill {
  width: 64px;
  height: 64px;
  margin: 0.5em;
}

.bg-blue {
  background-color: #1293ff !important;
}

.bg-contact {
  background-color: #dde6ed !important;
  width: 100%;
  margin-top: 2em;
}

.contact-card {
  display: flex;
  align-items: center;
}

.contact-card img {
  margin: 1em;
}

.contact-card &gt; div {
  flex: 1;
}

footer {
  font-size: 0.8em;
  width: 100%;
  padding: 2em;
}

.info-below-icon {
  color: white;
  font-size: 0.5em;
  text-align: left;
  line-height: 1.5em;
  padding: 1em 2em;
}

.ph-title-container {
  padding: 1em 0em;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ph-title-container &gt; img {
  width: 190px;
  height: auto;
}

.ph-title-container &gt; h1 {
  font-weight: bold;
  color: #000cfe;
  font-size: 2.5em;
  text-align: center;
}

.ph-jumbo {
  /*padding: 4rem 2rem;
  margin: 10em 6em;
  margin: 10em 0 15em 0;*/
  margin: 4em 0;
  opacity: 0.9;
  background-color: white;
}

.background-pattern {
  background-image: url("../images/pattern.png");
}

.carousel-container {
  margin: 2em 3%;
  padding: 1%;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.logo-container {
  background: white;
}

.above-jumbo {
  height:6em;
  display: none;
}

.below-jumbo {
  height:11em;
  display: none;
}

.small-screen-service-title {
  font-size: 0.8em;
}

@media screen and (max-width: 992px) {
  .scale-font {
    font-size: 0.9em;
  }
}

.anchor {
  margin-top:-54px;
  height: 54px;
  display: block;
  visibility: hidden;
  position: relative;
}

.carousel-item &gt; img {
  max-height: calc(100vh - 54px);
  vertical-align: middle;
}

#tilaajavastuu {
  height: 96px;
}

.info-below-icon button {
  margin: 16px 0 8px 0;
}

.col-lg-6, .col-lg-12{
    transition: all 200ms;
}

.contacts-top {
    background-color: white
}

.contact &gt; img {
    width: 32px;
    height: 32px;
    margin-right: 4px;
}

#top-contacts {
    background-color: white;
}

.contact-info {
    color:#1a69ad
}

.accordion .accordion-header {
  cursor: pointer;
  transition: 0.4s;
}

.accordion .accordion-header i {
  margin-left: 5px;
  transition: transform 0.4s;
}

.accordion .accordion-content {
  display: none;
  overflow: hidden;
}

.accordion.accordion-open-default .accordion-content {
  display: block;
  overflow: visible;
}

.accordion-header &gt; div &gt; i {
  padding-left: 16px;
  width: 1em;
}

.icon-container {
  flex-shrink: 0;
}

/* Contact Buttons Styles */
#top-contacts {
  padding: 10px 0;
  background-color: white;
  width: 100%;
}

#top-contacts a {
  text-decoration: none;
  color: white;
}

/* Common button styles */
.contact-button {
  border-radius: 25px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-flex;
  margin: 0 auto;
  color: white;
  font-weight: 600;
  align-items: center;
  box-sizing: border-box;
  width: auto;
  min-height: 50px;
  border: none;
  outline: none;
}

.email-button, .phone-button {
  background-color: rgb(18, 147, 255);
}

.whatsapp-button {
  background-color: #25D366;
}

/* Icon styling */
.contact-icon {
  font-size: 24px;
  margin-right: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-logo {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Text styling */
.contact-text {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
}

.contact-subtext {
  font-weight: 400;
  font-size: 14px;
  color: white;
  line-height: 1.2;
}

/* Mobile styles */
@media (max-width: 767.98px) {
  #top-contacts {
    flex-direction: column;
    align-items: center;
  }
  
  .email-container, .phone-container, .whatsapp-container {
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  
  .contact-button {
    width: 100%;
    justify-content: flex-start;
  }
  
  .phone-button .contact-subtext {
    font-size: 11px;
  }
  
  /* Reordering for mobile */
  .whatsapp-container {
    order: 1;
  }
  
  .email-container {
    order: 2;
  }
  
  .phone-container {
    order: 3;
  }
}

@media (min-width: 768px) {
  #top-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .email-container {
    flex: 1;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
  }
  
  .phone-container {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 5px;
    box-sizing: border-box;
  }
  
  .whatsapp-container {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0 5px;
    box-sizing: border-box;
  }
}

/* Fix for Chrome and other browsers - Extra compatibility */
.nav-scroller {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-y: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}

.contacts-top {
  background-color: white;
  padding: 0;
  border: none;
  box-shadow: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  border: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Email, phone, and WhatsApp container styles */
.email-container, .phone-container, .whatsapp-container {
  border: none;
  outline: none;
  box-shadow: none;
}

/* Fix for browser-specific rendering issues */
#top-contacts {
  border-top: none !important;
  border-bottom: none !important;
}

.bg--body {
  box-shadow: none !important;
  border: none !important;
}

/* Add spacing to ensure buttons don't touch edges */
@media (min-width: 768px) {
  .contact-button {
    margin: 5px auto;
  }
  
  .email-container, .phone-container, .whatsapp-container {
    margin: 0 5px;
  }
}

/* Reset styles to override any unwanted borders */
.nav-scroller, 
.contacts-top, 
#top-contacts, 
.container, 
.email-container, 
.phone-container, 
.whatsapp-container, 
.contact-button {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
}


/* Add a subtle bottom border to the entire contact area instead */
.contacts-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  margin-top: 5px;
}

/* Microsoft Edge specific fixes */
@supports (-ms-ime-align: auto) {
  .contact-button {
    display: -ms-flexbox;
    -ms-flex-align: center;
    width: 100%;
  }
  
  .email-container, .phone-container, .whatsapp-container {
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
  }
  
  .contact-icon, .whatsapp-logo {
    -ms-flex-negative: 0;
    margin-right: 12px;
  }
  
  .contact-text {
    -ms-flex: 1;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
  }
  
  #top-contacts {
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
  }
}

/* More aggressive fixes for Edge and other problematic browsers */
.nav-scroller {
  height: auto !important;
  min-height: 70px;
  overflow: visible !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ specific styles */
  .contact-button {
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
  
  .email-container, .phone-container, .whatsapp-container {
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
  
  #top-contacts {
    display: -ms-flexbox;
    -ms-flex-pack: distribute;
  }
}

/* Force all browsers to maintain alignment */
.email-container a, .phone-container a, .whatsapp-container a {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Use plain positioning for all contact buttons to avoid flexbox inconsistencies */
@media (min-width: 768px) {
  .email-container, .phone-container, .whatsapp-container {
    position: relative;
    float: left;
    width: 33.33%;
    text-align: center;
    max-width: none;
  }
  
  .email-container {
    text-align: left;
  }
  
  .whatsapp-container {
    text-align: right;
  }
  
  /* Clear the float */
  #top-contacts:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* Edge browser compatibility class */
.edge-compatible {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Additional Edge compatibility */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .edge-compatible {
    display: block !important;
  }
  
  .edge-compatible #top-contacts {
    width: 100%;
    display: table !important;
    table-layout: fixed;
  }
  
  .edge-compatible .email-container,
  .edge-compatible .phone-container,
  .edge-compatible .whatsapp-container {
    display: table-cell !important;
    vertical-align: middle;
    float: none !important;
  }
}

/* MS Edge specific rules */
@supports (-ms-ime-align: auto) {
  .edge-compatible {
    display: block !important;
  }
  
  .edge-compatible #top-contacts {
    width: 100%;
    display: table !important;
    table-layout: fixed;
  }
  
  .edge-compatible .email-container,
  .edge-compatible .phone-container,
  .edge-compatible .whatsapp-container {
    display: table-cell !important;
    vertical-align: middle;
    float: none !important;
  }
}

body[style*="padding-top"] {
  padding-top: 56px !important;
}</pre></body></html>