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

a.header-cta-left {
    background-color: #fff;
    color: #0037c3;
    border: 1px #0037c3 solid;
    border-radius: 20px;
    padding: 9px 13px;
  }
  .meet_h3{
    font-size:2.5rem;
  }
  a.header-cta-right {
    background-color: #0037c3;
    color: #fff;
    border-radius: 40px;
    padding: 9px 13px;
  }
  a.header-cta-left:hover {
    border: 1px #0037c3 solid;
    color: #0037c3;
  }
  a.header-cta-right:hover {
    background-color: #0037c3;
    color: #fff;
  }
  a.header-cta-left2 {
    background-color: #fff;
    color: #026df1;
    border: 1px #026df1 solid;
    border-radius: 20px;
    padding: 9px 13px;
    font-weight: bold;
  }
  a.header-cta-right2 {
    background-color: #026df1;
    color: #fff;
    border-radius: 40px;
    padding: 9px 13px;
    font-weight: bold;
  }
  a.header-cta-left2:hover {
    border: 1px #026df1 solid;
    color: #026df1;
    font-weight: bold;
  }
  a.header-cta-right2:hover {
    background-color: #026df1;
    color: #fff;
  }
  .banner-content h1 {
    font-size: 4em;
    font-weight: 500;
    width: 80%;
    ;
  }
  .banner-content h2 {
    font-size: 36px;
    font-weight: 300;
  }
  .banner-content ul {
    list-style: none;
  }

  .banner-section2 {
    background-image: linear-gradient(#00b8ffde, #005effbf), url(../img/st_au/int_banner.jpg) !important;
    background-size: cover;
    min-height: 750px;
    background-position: 100%;
}
  .text-white {
    color: #fff;
  }
  .form-content {
    background-color: #fff;
    border-radius: 5px;
    /* box-shadow: 5px 5px 20px #ebebeb; */
  }
  .form-control {
    background-image: none;
    background-color: #f9f9f9;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    outline: none;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
    border: none;
    transition: all .15s cubic-bezier(.25, 0, .25, 1.75), opacity .1s linear;
  }
  h2.perks-title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold !important;
  }
  .fix-bottom {
    position: fixed;
    right: 0;
    background-color: #026df1;
    padding: 7px;
    bottom: 0;
  }
  .btn-submit {
    background: #15CD72;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
  }

  .highlight-sec .box {
    background-color: #fff;
    box-shadow: 5px 5px 25px #efefef;
    padding: 30px;
    border-radius: 14px;
}

  ul.no-list li {list-style: none;;}
  .whatsapp-wrapper {
    position: fixed;
    right: -1px;
    bottom: 11px;
    z-index: 999;
    background: #1ebea5;
    padding: 4px 28px 4px 18px;
  }
  .whatsapp-wrapper a {
    color: #fff;
  }
  .error {
    color: red;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  .banner-content ul li {
    background: none !important;
    font-size: 20px;
    padding: 0 !important;
  }
  a.header-cta-right {
    padding: 10px 34px !important;
    background-color: #00ffb8 !important;
    color: #000 !important;
  }

  .event-box {
    background-color: #ffffff;
    padding: 27px;
    color: #000;
    min-height: 313px;
}

.cont-sec h4 {color: #000;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 20px;
  word-wrap: break-word;}

  .cont-sec p {font-size: 16px;
    color: #444;
    font-weight: 400;
    line-height: 1.5;
    font-family: sans-serif;
    word-wrap: break-word;
  }

h4.city-event {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 12px;
}


  @media only screen and (max-width:500px) {
    .about-page {
      background-color: #f7faff;
      padding: 5px;
      padding-top: 2px !important;
      padding-bottom: 2px !important;
    }
    .meet_h3{
      font-size:1.5rem;
    }
    h1.s-head {
      font-size: 23px !important;
    }
    ul.s-list li {
      font-size: 20px !important;
    }
    .banner-section2 {
      background-size: cover;
      min-height: 200px !important;
      background-position: bottom;
    }

    .banner-content {margin-top:-25%;}
    .banner-content h1 {
      font-size: 2.5em;
      font-weight: 400;
     
    }
    .header-cta {
      font-size: 12px;
      font-weight: 600;
      color: #45536b;
    }
  }</pre></body></html>