<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');

/* VARS */

.bg-light {
    background: #f6fbfd;
}

.bg-main {
    background: #90caa8;
}

.bg-secondary {
    background: #8dc29f;
}

.color-main {
    color: #90caa8;
}

.color-cta {
    color: #547c80;
}

.color-cta:hover {
    color: #90caa8;
}

.color-secondary {
    color: #8dc29f;
}

.color-text {
    color: #646666;
}

.color-white {
    color: #fff;
}

/* GENERAL */

body {
    color: #646666;
}

.btn {
    border: none;
    border-radius: 0;
}

.btn-primary {
    background: #90caa8;
    color: #547c80;
    text-transform: uppercase;
    font-weight: 600;
    padding: .375rem 1.35rem;
}

.btn-primary:hover {
    background: #93D0D5;
    color: #fff;
}

.btn-ghost {
    background: white;
    color: #547c80;
}

.btn-link {
    padding-left: 0;
    color: #93d0d4;
    font-weight: 600;
}

.btn-link:hover {
    color: #8dc29f;
}

.btn i {
    font-size: 0.7rem;
    margin-left: 0.7rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #93d0d4;
    font-weight: 600;
}

.title-secondary {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    position: relative;
}

.title-deco::after {
    content: "";
    position: absolute;
    display: block;
    width: 39px;
    height: 16px;
    background: url('/img/wavy.png') no-repeat scroll center center transparent;
    background-size: cover;
    bottom: -20px;
    left: 0;
}

/* topbannr */
.socials-list .nav-link {
    padding: 0.5rem 0.4rem;
}

.searchinput {
    display: none;
}

.searchinput.visible {
    display: flex;
}

/* header */

.header {
    position: absolute;
    width: 100%;
    padding: 1rem 0;
    z-index: 3;
}

.top-banner .container,
.header .container {
    max-width: 1300px;
}

.top-banner .form-control {
    height: auto;
    font-size: 0.9rem;
    padding: .275rem .75rem;
}

.input-group-append .btn {
    background: #90caa8;
    color: #547c80;
}

.navbar-brand__logo {
    max-width: 140px;
}

.navbar-light .navbar-nav .nav-link {
    color: #547c80;
    padding: 0.5rem 2.1rem;
}

.jumbo {
    min-height: calc(100vh - 48px);
    background: url('/img/header.jpg') no-repeat scroll center center transparent;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.jumbo-container {
    position: relative;
    z-index: 3;
}

.jumbo::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    height: 50vh;
    display: block;
    z-index: 2;
    background: url('/img/jumbo-wave.svg') no-repeat scroll left bottom transparent;
    background-size: 100% auto;
}

.jumbo::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50vh;
    display: block;
    z-index: 1;
    background: url('/img/waves.svg') no-repeat scroll center top transparent;
    background-size: 100% auto;
    transform: translate(0, 81%);
}

.jumbo-container {
    padding: 1rem;
    text-align: center;
}

.jumbo-title {
    color: #fff;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.down-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    width: 40px;
    height: auto;
}

/* homepage */

.home-section {
    position: relative;
    z-index: 2;
    padding: 5.18rem 0;
}

.partners {
    margin: 2rem -15px 0;
}

.partner-link {
    padding: 0 15px;
    margin-bottom: 1.875rem;
    display: block;
}

.partner-img {
    border-radius: 8px;
}

.section-partner {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.section-partner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/img/blue-wave.png') no-repeat scroll center center transparent;
    background-size: auto 100%;
    left: 0;
    bottom: -50%;
    z-index: -1;
}


/* card */

.card .title-secondary {
    margin-bottom: 1.4rem;
}

.card {
    border: none;
    margin-bottom: 1.875rem;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
}

.card-date {
    color: #6a9ca1;
    font-size: 0.875rem;
}

.card-link {
    color: #93d0d4;
}

.card-link:hover {
    color: #8dc29f;
}

/* FOOter */

.footer {
    border-top: 2px solid #8bced4;
    padding: 2rem 0;
}

.footer .partner-link {
    padding: 0 7px;
}

.copyrights {
    color: #6a9ca1;
}

.copyrights-link {
    color: #6a9ca1;
    text-decoration: underline;
    white-space: nowrap;
}

.copyrights-link:hover {
    color: #646666;
}

/* form */


/* timeline */

#timeline {
  position: relative;
}

.post-timeline .entry {
  position: relative;
  margin-bottom: 50px;
}
.post-timeline .posts-md .entry, .post-timeline .posts-sm .entry {
  margin-bottom: 0;
}
.post-timeline .entry::after {
  content: '';
  position: relative;
  height: 2px;
  margin-top: 50px;
  background-color: whitesmoke;
}

.post-timeline .card-entry {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.post-timeline .card-entry-in {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.post-timeline .card-entry-in h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 5px;
}
.post-timeline .card-entry-in h2.title-secondary {
  color: #93d0d4;  
}
.post-timeline .card-entry-in h2.title-deco {
  margin-bottom: 2rem;
}
.post-timeline .card-entry-in p:last-child {
  margin-bottom: 0;
}
.post-timeline.post-grid .entry {
  margin-bottom: 30px;
}
.post-timeline .entry-timeline {
  display: none;
}

@media (min-width: 992px) {
  .timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 1px dashed #cccccc;
    height: 100%;
    transform: translateX(-50%);
  }

  .post-timeline .entry-timeline {
    display: block;
    position: absolute;
    border: 2px solid #cccccc;
    background-color: #FFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 1.75rem;
    font-weight: bold;
    color: #AAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .post-timeline .entry-timeline .timeline-divider {
    position: absolute;
    top: 4px;
    left: auto;
    right: 15px;
    width: 70px;
    height: 0;
    border-top: 1px dashed #cccccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .post-timeline .entry:not(.entry-date-section) {
    padding-right: 85px;
  }

  .post-timeline .entry.alt:not(.entry-date-section) {
    padding-right: inherit;
    padding-left: 85px;
  }

  .post-timeline .alt .entry-timeline {
    right: auto;
    left: -6px;
  }

  .post-timeline .alt .entry-timeline .timeline-divider {
    left: 15px;
    right: auto;
  }

  .post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
  }

  .post-timeline .entry:hover .entry-timeline,
  .post-timeline .entry:hover .timeline-divider {
    border-color: #8dc29f;
    color: #8dc29f;
  }
  .post-timeline .entry:hover .card-entry {
    border-color: #8dc29f;
  }
}
#timeline .entry.entry-date-section {
  margin: 50px 0 80px;
  text-align: center;
}

#timeline .entry.entry-date-section:first-child {
  margin-top: 0;
}

#timeline .entry.entry-date-section span {
  display: inline-block;
  width: 250px;
  background-color: #FFF;
  border: 2px solid #eeeeee;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* responsive */

@media only screen and (max-width:992px) {
    .header {
        z-index: 9;
    }
    .navbar-nav {
        background: #fff;        
    }
}

@media only screen and (max-width:1200px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5rem 1rem;

        font-size: 0.9rem;
    }
}</pre></body></html>