<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* === Red Barn Media Group - Global Styles - Krooswyk 2024 === */
body {
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal;
    color: #333333;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0d1954;
}

.roboto {
    font-family: "Roboto", sans-serif !important;
      font-style: normal;
}
.montserrat {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.fs-7 {
    font-size: 0.85rem;
}

/* === Menu Styles :: BEGIN === */
.menu-container {
    background: #fff;
    transition-duration: 0.25s;
}

.menu-container.shrink-menu {
    background: #fff;
    transition-duration: 0.25s;
}

.kpha-menu-top-row .col-auto p {
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-duration: 0.25s;
}

.shrink-menu .kpha-menu-top-row .col-auto p {
    font-size: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition-duration: 0.25s;
}

.kpha-menu-top-row p a {
    text-decoration: none;
    color: #fff;
}

.navbar-nav .nav-link {
    color: #0d1954 !important;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-style: normal;
    transition-duration: 0.25s;
}

.shrink-menu .navbar-nav .nav-link {
    transition-duration: 0.25s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
    color: #0083cb !important;
}

/* .dropdown-menu {
    background: rgba(255,255,255,0.85);
} */

li.nav-item.dropdown ul.dropdown-menu li.nav-item a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.dropdown-item {}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fffef8 !important;
    color: black;
}

.dropdown-item:active {
    color: #0083cb !important;
    background-color: #ccc !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropend .dropdown-item::after {
    display: none;
}

.dropdown-menu li {
    position: relative;
}

.menu-container a.kpha-logo-place {
    display: none;
}

.menu-container a.kpha-xxl-logo-place img.kpha-logo {
    width: 250px;
    height: 125px;
    transition-duration: 0.25s;
} 

.menu-container.shrink-menu a.kpha-xxl-logo-place img.kpha-logo {
    width: 200px;
    height: 100px;
    transition-duration: 0.25s;
}

.menu-container .kpha-menu-row {
    padding-top:1rem;
    padding-bottom:1rem;
}
.menu-container.shrink-menu .kpha-menu-row {
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.menu-container .kpha-number-schedule-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-duration: 0.25s;
}
.menu-container.shrink-menu .kpha-number-schedule-row {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    transition-duration: 0.25s;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
    padding: 0.75rem 1.25rem !important;
    font-size: 1rem !important;
    font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-style: normal;
    transition-duration: 0.25s;
    border-width: 2px;
    border-radius: 0.3125rem;
}

.btn.menu-btn {
    padding: 0.35rem 0.5rem !important;
    font-size: 0.85rem !important;
}

.btn.btn-sm {
    padding: 0.75rem 1rem !important;
    font-size: 0.85rem !important;
}

.btn.btn-lg {
    padding: 1rem 1.5rem !important;
    font-size: 1.25rem !important;
}

.btn.btn-xl {
    padding: 1.25rem 1.75rem !important;
    font-size: 1.75rem !important;
}

.btn-info {
    color: #fffef8;
    background: #0083cb;
    border-color: #0083cb;
}

.btn-info:hover {
    color: #fffef8;
    background: #25b0fc;
    border-color: #0083cb;
}

.btn-outline-info {
    color: #0083cb;
    background: transparent;
    border-color: #0083cb;
}

.btn-outline-info:hover {
    color: #0d1954;
    background: #25b0fc;
    border-color: #0083cb;
}

.btn-success {
    color: #0d1954;
    background: #b0d807;
    border-color: #b0d807;
}

.btn-success:hover {
    color: #0d1954;
    background: #dafe3f;
    border-color: #b0d807;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-primary {
    color: #26588e !important
}

.text-primary.gradient {
    /* Fallback: Set a background color. */
    background-color: #26588e;

    /* Create the gradient. */
    background-image: linear-gradient(45deg, #26588e, #0083cb);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.bg-primary {
    background: #26588e !important;
}

.bg-primary.gradient {
    background: #26588e;
    background: linear-gradient(135deg, #26588e 10%, #0083cb 80%) !important;
}

.border-primary {
    border-color: #26588e !important
}

.text-info {
    color: #0083cb !important
}

.text-info.gradient {
    /* Fallback: Set a background color. */
    background-color: #0083cb;

    /* Create the gradient. */
    background-image: linear-gradient(45deg, #0083cb, #25b0fc);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.bg-info {
    background: #0083cb !important
}

.bg-info.gradient {
    background: #0083cb;
    background: linear-gradient(135deg, #0083cb 10%, #25b0fc 80%) !important;
}

.border-info {
    border-color: #0083cb !important
}

.text-success {
    color: #b0d807 !important
}

.text-success.gradient {
    /* Fallback: Set a background color. */
    background-color: #b0d807;

    /* Create the gradient. */
    background-image: linear-gradient(45deg, #b0d807, #dafe3f);

    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;

    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.bg-success {
    background: #b0d807 !important
}

.bg-success.gradient {
    background: #b0d807;
    background: linear-gradient(135deg, #b0d807 10%, #dafe3f 80%) !important;
}

.border-success {
    border-color: #b0d807 !important
}

.bg-dark {
    background: #0d1954 !important;
}
.bg-grey {
    background: #dedfe0;
}

.text-666 {
    color: #666 !important;
}

.text-platinum {
    color: #dcdcdc;
}

.text-gold {
    color: #ffd700;
}

.text-silver {
    color: #a9a9a9;
}

.text-bronze {
    color: #cd7f32;
}

/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {background: #0d1954;}

/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
.se-widget-iframe-container {
  display: block;
  height: 100%;
  left: -9999px;
  position: absolute;
  top: -9999px;
  transition: none;
  width: 100%;
  z-index: 2147483647;
}

.se-widget-iframe-container-static {
  height: auto;
  left: auto;
  position: static;
  top: auto;
  width: auto;
}

.se-widget-iframe {
  border: 0;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

ul.list-group {
    border-color: #26588e !important
}
ul.list-group li.list-group-item {
    color: #26588e !important;
    border-color: #26588e !important;
    font-weight: 700;
}
ul.list-group li.list-group-item i {
    color: #b0d807 !important
}
/* === Utility Styles :: END === */
@media (max-width:1600px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.85rem;
    }
}

@media (max-width:1400px) {
    nav.navbar {
        height: fit-content;
        transition-duration: 0.25s;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .shrink-menu nav.navbar {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        transition-duration: 0.25s;
    }

    .menu-container a.kpha-logo-place {
        display: block;
    }

    .menu-container a.kpha-logo-place img.kpha-logo {
        width: 200px;
        height: 100px;
        transition-duration: 0.25s;
    }

    .menu-container.shrink-menu a.kpha-logo-place img.kpha-logo {
        width: 180px;
        height: 90px;
        transition-duration: 0.25s;
    }

    .menu-container a.kpha-xxl-logo-place img.kpha-logo,
    .menu-container.shrink-menu a.kpha-xxl-logo-place img.kpha-logo {
        display: none;
    }

    .nav-fill .nav-item,
    .nav-fill&gt;.nav-link {
        flex: 1 1 auto;
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.35rem;
        transition-duration: 0.25s;
    }

    .shrink-menu .navbar-light .navbar-nav .nav-link {}

    .btn.menu-btn {
        font-size: 1rem !important;
    }

    .rotate-at-mobile {
        transform: rotate(90deg);
    }
}

@media (max-width:991px) {
    .menu-container {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-collapse {
        background-color: #fff !important;
        border-radius: 0.25rem;
        z-index: 1;
    }

    .shrink-menu .navbar-collapse {
        background-color: #fff !important;
        border-radius: 0.25rem;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .menu-container a.kpha-logo-place img.kpha-logo {
        width: 180px;
        height: 90px;
        transition-duration: 0.25s;
    }

    .menu-container.shrink-menu a.kpha-logo-place img.kpha-logo {
        width: 150px;
        height: 75px;
        transition-duration: 0.25s;
    }
}

@media (max-width:576px) {
    .menu-container a.kpha-logo-place img.kpha-logo {
        width: 150px;
        height: 75px;
        transition-duration: 0.25s;
    }
    
    .menu-container.shrink-menu a.kpha-logo-place img.kpha-logo {
        width: 100px;
        height: 50px;
        transition-duration: 0.25s;
    }
}

@media (max-width:500px) {}</pre></body></html>