<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&gt; Koma:
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
html{
  /* scroll-behavior: smooth; */
}

body{
   font-family: 'Arial, Helvetica', sans-serif;
}

  
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h2 {
  -webkit-animation: text 1s;
        animation: text 1s;
}

h4 {
  font-size: 18px;
  line-height: 1.375em;
  color: black;
  font-weight: 500; 
  margin-bottom: 10px;
}


.navbar{
   /* background: rgba(0 0 0 / 50%); */
  background: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg-b{
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); 
  background: #2E467F;
  opacity: 1;
}

.navbar i::before{
  color: white !important;
}

.navbar-toggler{
  border-color: white !important;
}

.container{
  max-width: 1100px !important;
}

.nav-link{
   letter-spacing: 0.03em;
  font-weight: 500;
  color: white !important;
}

.dropdown-menu {
  min-width: auto;
  padding: 0;
  overflow: hidden;
}

.dropdown-item{
  /* border-radius: 3px; */
}

.dropdown-item:hover{
  color: white;
  background: #2E467F;
}

.head{
  background-image: url('../images/topbanner.png');
  background-position: center;
  
  background-size: cover;
  min-height: 763px;
}


.top-banner{
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);

}

.top-banner img{
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.top-banner h2 {
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 550;
}

.top-banner h3 {
  font-size: 26px;
  font-weight: 400;
  color: white;
}

.top-banner p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.top-banner .d-btns{
  margin-top: 20px;
}

.submit{
  font-size: 16px;
  width: 70%;
}

.submit .form-control{
  max-width: 38em;
  background: transparent;
  color: #fff;
  border: 2px solid white;
  line-height: 18.75px;
  font-size: 16px;
  letter-spacing: 2px;
}

.submit .form-control::placeholder{
  color: #fff;
}

/*.submit1{
  font-size: 16px;
  width: 70%;
}

.submit1 .form-control{
  width: 70%;
  background: transparent;
  color: #fff;
  border: 2px solid white;
  line-height: 18.75px;
  font-size: 16px;
  letter-spacing: 2px;
}

.submit1 .form-control::placeholder{
  color: #fff;
}*/

.btn-check{
  background: transparent;
  border: 2px solid white;
  color: white;
  transition: 0.3s;
  width: 25%;
  font-weight: 500;
}

.btn-check:focus{
  outline: none;
}

.btn-check:hover{
  background: #fff;
  color: #2e5dae;
  font-weight: 500;
}


.modal-dialog{
  display: flex;
  align-items: center;
}


.modal-content{
  width: 70%;
  margin: auto;
}

.btn-close{
  position: absolute;
  right: 37px;
    top: 27px;
    height: 20px;
    width: 20px;
}

.btn-close:focus{
  outline: none;
}

.modal button{
  border: none;
  background: none;
}

.res p{
  font-size: 18px;
  line-height: 26.82px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 0;
}


.res,
.goal,
.reg-m h3,
.reg-ins h3,
.docs{
  margin-top: 130px;
}

.goal h3{
  font-weight: 700;
}

.goal p{
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: justify;
}

.goal input,
.contact-us input,
.contact-us textarea
{
  border: 1px solid #000 !important;
  border-radius: 10px !important;
}


.goal input,
.contact-us input
{
  height: 50px;
}

.reg-ins{
  margin-bottom: 64px;
}

.reg-ins img{
  width: 55px;
  height: 50px;
}

#group{
  height: 55px;
  width: 100px;
}

.docs img{
  height: 80px;
  width: 80px;
}

.docs span{
  margin-bottom: 8px;
}

.docs .wrapper{
  box-shadow: 0px 3.03837px 3.03837px rgba(0, 0, 0, 0.25);
  border-radius: 24.307px;
}

.wrapper{
  text-decoration: none;
  color: black;
  border-radius: 23px;
  padding: 1em 0;
  height: 100%;
  text-align: center;
}

.wrapper:hover{
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.dwnl{
  border-radius: 8px;
  background: #0E2F72;
  width: 70%;
  padding: 8px 12px;
  color: white;
  outline: none;
  border: none;
  margin-top: auto;
}

.dwnl:focus{
  border: none;
  outline: none;
}

.contact-us{
  margin: 64px 0;
}

&gt; Koma:
.reg-m .block {
   text-align: center;
   margin: 1em auto;
  text-decoration: none;
  color: black;
  /* padding: 15px; */
}
 
.footer{
  /* width: 85%; */
  background: #F4F4F4;
}

@media screen and (max-width: 1366px){

}

@media screen and (min-width: 1600px){

}

@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){

}


@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px) {

}


@media screen and (max-width: 576px) {

  .reg button{
    width: 100%;
  }

  .btn-check{
    width: 100%;
  }

  

  .img-div{
    margin-top: 45px;
  }

  .top-banner h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
  }
  
  .top-banner h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .submit input{
    width: 100% !important;
  }

  .submit1 input{
    width: 80% !important;
  }
  
  .top-banner&gt;div,
  .footer
  {
    
    width: 100%;
  }
  
  .top-banner{
    text-align: center;
  }
   
}


@media screen and (min-width: 1024px){
  .navbar-nav{
    margin-left: 75px;
  }

  .nav-link {
    margin-left: 15px;
  }  
}
  
.arrow{
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: 0.5s;
}
 
.right{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.up{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
 }

.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
 }


/* register */

.reg{
  margin-top: 70px;
  margin-bottom: 130px;
}


.reg h3{
  font-weight: 700;
}

.reg p{
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: justify;
}

.reg input
{
  border: 2px solid lightgrey !important;
  border-radius: unset;
}


.reg input
{  
  padding: 18px 8px;
}

.reg h3{
  padding-left: 15px;
  font-weight: 600;
  font-size: 24px;
}

.reg h6{
  font-size: 16px;
  padding-left: 15px;
}

.reg button{
  border-radius: unset;
}

.reg .col-lg-4{
  padding-right: 30px;
}

@media screen and (max-width: 576px) {

  .reg input{
    width: 100%;
  }
    .place-hol::placeholder{
    font-size: 12px;
  }

}


@media screen and (max-width: 788px) {

  .reg input{
    width: 100%;
  }

  .reg .col-lg-4 {
    padding: 0 15px;
  }
  img.mob-v{
    display: none;
  }

  .res, .goal, .reg-m h3, .reg-ins h3, .docs {
    margin-top: 75px;
}



}

/* ussd, ind, bus, faq */


.af img{
  height: 50px;
}

.ussd li{
  margin-top: 10px;
  list-style-type: decimal;
}

.ussd,
.ind,
.bus{
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 130px 0 130px 0;
  line-height: 27px;
}

.faq{
  font-size: 14px;
  margin: 130px 0 130px 0;
  line-height: 17px;
}

.faq h3{
  margin-bottom: 55px;
}

.faq .accordion{
  font-weight: 600;
}


.acd{
  border: solid;
  border-color: black;
  border-width: 1px 0 0 0;

}

.acd:last-child{
  border-bottom: 1px solid black;
}

.ussd h3,
.ind h3,
.bus h3{
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 70px;
}

.ind h4,
.bus h4{
  font-size: 22px;
  font-weight: 500;
}

.accordion{
  background: white;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  text-align: left;
}
 

.accordion:focus{
   outline: none;
}

.down{
  transform: rotate(
    45deg
  );
  -webkit-transform: rotate(
    45deg
  );
}

.accordion.active .arrow{
  transform: rotate(
    225deg
  );
  -webkit-transform: rotate(
    225deg
  );  
}
 
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.panel ul{
  font-size: 18px;
}

.panel li{
  list-style: none;
}

#tgroup {
  height: 60px;
  width: 100px;
  margin-bottom: 4px;
}

.mt-3{
    padding-left: 10px;
}

&gt; Koma:
.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

    
.btn-bb{
    display: flex;
    justify-content: center;
    }

.top-banner.align-items-center.flex-grow-1{
	display: grid;
}


.fa-download{
  padding-left: 10px !important;
}
.btn-primary{
  border-radius: 10px !important;
}
.flex-shrink-0{
  border-radius: 10px !important;
}


.feature{
  margin-bottom: 20px !important;
}
.h-102{
  height: 102%;
}
.h-70{
  height: 70%;
}

/*---Start Ð¡Ð¿Ð¾ÑÐ¾Ð± Ð¾Ð¿Ð»Ð°Ñ‚Ñ‹---*/
.swiper-button-next:after, .swiper-button-prev:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiIGZpbGw9IiNGMkZBRkYiLz48Y2lyY2xlIGN4PSIxOCIgY3k9IjE4IiByPSIxNy41IiBzdHJva2U9IiMwMDU0RkYiIHN0cm9rZS1vcGFjaXR5PSIuMiIvPjxwYXRoIGQ9Ik0xNi41IDEzLjQ0N2wtMS4xMjUgMS4xMjVMMTguODAzIDE4bC0zLjQyOCAzLjQyOCAxLjEyNSAxLjEyNUwyMS4wNTMgMTggMTYuNSAxMy40NDd6IiBmaWxsPSIjMDA1NEZGIi8+PC9zdmc+);
  opacity: 1!important;
}
.swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
  background-position: 50% 50%!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  content: ""!important;
  height: 100%!important;
  left: 0!important;
  position: absolute!important;
  top: 0!important;
  transition: all .3s ease;
  width: 100%!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none!important;
  text-transform: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}
.icon__header-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin: auto;
  max-width: 23.125rem;
  opacity: .5;
}
:root {
  --swiper-navigation-size: 44px;
}
.icon__header-text h4 {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.modal-close {
  cursor: pointer;
  font-size: 1.25rem;
  opacity: .3;
  position: absolute;
  right: 1.5625rem;
  top: 1.5625rem;
  transition: all .3s ease;
  z-index: 100;
}

[class*=" icon-"], [class^=icon-] {
  speak: never;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.icon-close:before {
  content: "\e900";
}

.modal-header {
  padding-top: 2.8125rem;
}

.modal-footer, .modal-header {
  display: flex;
  padding: 1.5625rem 1.5625rem 0;
}

.modal-header {
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.icon__header {
  width: 100%;
}

.align-items-center {
  align-items: center !important;
}

.icon__header-image {
  height: 5rem;
  margin-right: 0.625rem;
  position: relative;
  width: 5rem;
}

.modal-body, .modal-body a, .modal-body b, .modal-body p, .modal-body span, .modal-body strong {
  font-size: .875rem;
}

.modal-body {
  max-height: calc(100vh - 8.75rem);
  overflow-x: auto;
  padding: 0.625rem 1.875rem;
  position: relative;
}

.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.modal__slider {
  padding-bottom: 0.625rem;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.modal-body {
  scrollbar-width: none; /* Ð´Ð»Ñ Firefox */
  -ms-overflow-style: none; /* Ð´Ð»Ñ Edge */
}

.modal-body::-webkit-scrollbar {
  width: 0; /* Ð´Ð»Ñ Chrome Ð¸ Safari */
  display: none; /* Ð´Ð»Ñ Chrome Ð¸ Safari */
}
#footer{
  padding-top: 50px;
}
.index-page-payments-single {
  background: #f8f9fa;
  border-top: 0.0625rem solid rgba(0,0,0,.05);
  border-radius: 0.9rem;
  cursor: pointer;
  height: 16.3125rem;
  margin-top: 1.25rem;
  position: relative;
}
/*---End Ð¡Ð¿Ð¾ÑÐ¾Ð± Ð¾Ð¿Ð»Ð°Ñ‚Ñ‹---*/</pre></body></html>