<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
   .main-aim {
      padding-top: 140px;
   }
}

.main-aim{
   padding-top: 214px;
}

.list-items-box a.link-img:hover .overlay-figure {
   background: #B5B5B5 !important;
   opacity: .85 !important
}

.search-v2 .form-group.on i.icon-reset:hover,
.search-v2 select {
   color: #B5B5B5;
}

.corner-ribbon,
.notice-state,
.pace .pace-progress,
.search-v2 label span:before,
.search-v2 .submit {
   background:#B5B5B5;
}

.search-v2 .submit:hover {
   background: #595959;
   color: #fff;
}

figure figcaption .notice-state:after {
   border-top: 6px solid #B5B5B5
}

.header .logo-v2 {
   height: 60px;
   width: 60px;
   padding: 0;
}

.header .logo-v2 img {
   max-height: 60px;
}

#toggle i {
   color: #B5B5B5
}

.aim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*display:grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height:80px;
	background: #333;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	font-family: Montserrat;
    color: #ffffff;
}
.aim h3 {
   margin: 0;
   font-family: Montserrat;
   color: #fff;
   font-size: 1.3em;
   font-weight: 100;
   line-height: 1.3;
}

.aim h3,
.aim a {
   display: block;
}

.aim a:active,
.aim a {
   color:#ffe93b;
   margin-left: 10px;
   font-size: .95em;
   font-weight: 500;
}


.aim a:focus:hover,
.aim a:focus,
.aim a:hover {
   color:#fff;
   text-decoration: none;
}

.aim strong {
   font-weight: 300;
}

@media(min-width: 480px){
  .main-aim{
    padding-top: 176px;
  }
}


@media(min-width: 865px){
   .main-aim {
      padding-top: 143px;
   } 

   .aim {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: nowrap;
      flex-flow: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /*grid-template-columns: auto 1fr auto;*/
      min-height: 60px;
      padding: 20px 15px;
      line-height: 20px; 
   }
}

@media (min-width:992px) {
   .main-aim {
      padding-top: 160px;
   }
  
   .aim h3,
   .aim a {
      display: inline;
   }
     
   .search-v2 label span {
      border-bottom: 2px solid #B5B5B5;
   }

   .header .logo-v2 {
      height: 100px;
      width: 100px;
   }

   .header .logo-v2 img {
      max-height: 100px;
   }
}   

footer[role="contentinfo"] {
   background: #fff;
   color: #fff;
}

footer[role="contentinfo"] .btn {
   background :#B5B5B5;
   border-color: #B5B5B5 !important;
   color: #000;
}

footer[role="contentinfo"] .btn:hover {
   background :#fff;
   color: #B5B5B5
}

footer[role="contentinfo"] h3 {
   color: #000;
   font-size: 1.4em;
   margin: 0 0 5px 0;
   font-weight: 500;
   text-transform: none;
}

footer[role="contentinfo"] p {
   color: #999;
}

footer[role="contentinfo"] img {
   display: block;
   margin:15px auto 0 auto !important;
   display: table !important;
}

.bold-highlight {
   font-weight: 700!important;
}

.medium-highlight {
   font-weight: 500!important;
}

.rw-primary {
   color: #ffe93b;
}

.aim a#knowmore {
   color: #fff;
   font-size: 1em;
   display: inline-block;
}

.aim a#knowmore:hover,
.aim a#knowmore:active {
   color: #ffe93b;
}

.aim-btn {
   padding: 1em;
}

.aim-btn:hover,
.aim-btn:active {
   background-color: #ffe93b;
   color: #333333 !important;
}</pre></body></html>