<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* custom */

header {
  border-bottom: 1px solid #199BD7;
  padding: 8px;
  box-shadow: 0px 0px 10px #0000004d;
}
header div .form-select {
  font-size: 14px;
}
header div .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #CED4DA;
}
header div p {
  font-size: 14px;
  margin-bottom: 8px !important;
}
.login-page {
    font-size: 14px;
    color: #000;
}
.login-page .logo-wrap {
    width: fit-content;
}
.login-page .logo-wrap img {
    height: 180px;
    width: auto;
}
.login-page .logo-wrap a {
    color: #000;
    text-align:center;
}
.login-page .discription p {
    margin-bottom: 16px;
    line-height: 18px;
    text-align: justify;
}
.login-page .login-title {
    font-size: 16px;
    color: #64748B;
}
.login-page .login-btn {
    background-color: #990400;
    color: #fff;
    border: 0px;
    padding: 12px;
    border-radius: 8px;
}
.login-page .divider div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #64748B;
    background-color: #fff;
    font-size: 16px;
}
.login-page form {
    margin-top: 30px;
}
.login-page form label {
    color: #64748B;
}
.login-page form input {
    border: 2px solid #B4BFCD;
    border-radius: 8px;
}
.login-page form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #B4BFCD;
}
.login-page .mobile-container {
    width: 297px;
    height: auto;
}
.login-page .mobile-container .slider-container {
  position: absolute;
  height: calc(100% - 186px);
  width: calc(100% - 36px);
  top: 114px;
  z-index: -1;
  left: 18px;
}
.login-page .mobile-container .slider-container .slick-list {
  height: 420px;
}
.login-page .mobile-container .slider-container .mobile-img img {
  object-fit: cover;
  height: 420px;
}
.login-page .notificatio {
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 4px #0000004d;
  padding: 5px;
  display:none;
}
.login-page .notificatio .image-border {
  padding: 2px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(90deg,#f31463 0%,#ff9500 70.31%);
  margin-bottom: 5px;
}
.login-page .notificatio .image-border .noti_img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #fff;
}
.login-page .notificatio .noti_text {
  font-size: 10px;
  color: #000;
  margin: 0 18px;
  line-height: 11px;
}.login-page .noti_1 {
  position: absolute;
  top: 118px;
  left: -52px;
  /*animation: noti_1 5s infinite ease-in-out;*/
  animation-delay: 5s;
}
.login-page .noti_2 {
  position: absolute;
  top: 186px;
  right: -46px;
  /*animation: noti_1 10s infinite ease-in-out;*/
  animation-delay: 10s;
}
.login-page .noti_3 {
  position: absolute;
  top: 420px;
  left: -52px;
  /*animation: noti_1 15s infinite ease-in-out;*/
  animation-delay: 15s;
}
.login-page .noti_4 {
  position: absolute;
  top: 368px;
  right: -46px;
  /*animation: noti_1 20s infinite ease-in-out;*/
  animation-delay: 20s;
}
@keyframes noti_1 {
  0%   {
    transform: scale(1);
    opacity: 0;
  }
  10%  {
    transform: scale(1);
    opacity: 1;
  }
  55%  {
    transform: scale(1);
  }
  60%   {
    transform: scale(0.9);
  }
  65%   {
    transform: scale(1);
  }
  66%   {
    transform: scale(0);
  }
  100%   {
    transform: scale(0);
  }
}

.mobile-title {
  font-size: 24px;
  margin: 35px;
  font-weight: 800;
  margin-top: 20px;
}

.login-page .landscap-mobile-container {
  width: 100%;
  height: auto;
}
.login-page .landscap-mobile-container .slider-container {
  position: absolute;
  height: calc(100% - 25%);
  width: calc(100% - 20%);
  top: 20%;
  z-index: -1;
  left: 12%;
  overflow: hidden;
}
.login-page .landscap-mobile-container .slider-container .slick-list {
height: 210px;
}
.login-page .landscap-mobile-container .slider-container .mobile-img img {
object-fit: cover;
height: 210px;
}
footer {
  background-color: #E5E5E5;
  padding: 30px;
}
footer ul {
  gap: 42px;
  font-size: 14px;
}
footer ul li a {
  color: #191919;
}
footer ul li a:hover {
  color: #000000;
}
.desktop-logo {
  display: flex !important;
}
.mobile-logo {
  display: none !important;
}
.login-below-link {
  text-align: center;
  color: #000;
  font-size: 12px;
}
.login-below-link a{
  color: #1da1f2;
  text-decoration: none;
}
.login-below-link a:hover{
  color: #5bbcf9;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #990400;
  border-color: #990400;
  opacity: .75;
}
.job-descriptions-box{
  top: 0;
  margin: 0 auto;
  left: 20px;
  right: auto;
  transform: translateY(10px);
}
.job-descriptions-box ol{
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  
}
.job-descriptions-box ol li{
  margin-bottom: 10px;
  font-weight: 700;
  line-height: normal;
  margin-left: 35px;
  position: relative;
  font-size: 9px;
}
.job-descriptions-box ol li:nth-child(even){
  color: #18abfb;
}
.job-descriptions-box ol li:before{
  content: url('../assets/black-circle.png');
  position: absolute;
  left: -10px;
  top: -0px;
}
.job-descriptions-box ol li:nth-child(even):before{
  content: url('../assets/lightblue-circle.png');
}
.max-500{
  max-width: 494px;
}
.ml-55 {
  margin-left: 55px;
}
#section {
  width: 100%;
  margin-bottom: 20px;
}

.moretext {
  display: none;
}
.moreless-button{
  display: block;
  text-align: right;
}

/* New additions - Jun 2022 */
.social-list-header {
  margin-left: 20px;
}

.social-list-header * {
  font-style: normal !important;
}
.social-list-header a {
  text-decoration: none;
  color: #1da1f2
}
.modal-backdrop.show {
  opacity: .9;
  background-color: #fff;
}
.modal-dialog {
  box-shadow: 0px 27px 30px -20px rgba(0,0,0,0.6);
  margin-top: 10vh;
}

h5#exampleModalLabel {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.modal-body input[type="email"] {
  width: 100%;
  border: 2px solid #B4BFCD;
  border-radius: 8px;
  margin-bottom:10px;
}
.modal-body input[type="email"]:focus {
  outline: none;
  box-shadow: none;
  border-color: #B4BFCD;
}
.modal-body label {
  font-weight: bold;
  color: #121212;
  margin-bottom: 6px;
}

.modal-body input[type="submit"] {
  background-color: #990400;
  color: #fff;
  border: 0px;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.modal-body p {
  margin-bottom: 16px;
  line-height: 22px;
  text-align: justify;
  font-size: 100%;
}

.custom-btn {
  background-color: #990400;
  color: #fff;
  border: 0px;
  padding: 12px;
  border-radius: 8px;
  margin: 0 5px;
}

.overlay {
  position: fixed;
  left: 0;
  top:0; 
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.age-consent {
  background: #121212;
  z-index: 9999;
}
.age-consent-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width:95vw;
  padding-bottom: 15px;
}
.age-consent-wrapper .headline {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.age-consent-wrapper .buttons-wrap {
  margin-top: 20px;
}
.age-consent-wrapper .buttons-wrap a {
  display: inline-block;
  margin-bottom: 15px;
}
.age-consent-wrapper p {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  text-align: justify;
}
.loading-screen {
  background: #fff;
  text-align: center;
}
.loading-screen img {
  margin-bottom: 20px;
  width: 10vw;
  max-width: 160px;
}
.loading-screen p {
  font-weight: bold;
  font-size: 18px;
}
.under-phone-text {
  font-size: 9pt;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .login-page .noti_1 {
    left: 0px;
  }
  .login-page .noti_2 {
    right: 0px;
  }
  .login-page .noti_3 {
    left: 0px;
  }
  .login-page .noti_4 {
    right: 0px;
    top:300px;
  }
}

@media (max-width: 767.98px) {
  .mobile-title {
    font-size: 18px;
    margin: 35px 20px;
  }
  footer {
    background-color: #E5E5E5;
    padding: 10px;
  }
  footer ul {
    flex-direction: column;
    gap: 15px;
  }
  .desktop-logo {
    display: none !important;
  }
  .mobile-logo {
    display: flex !important;
  }
.job-descriptions-box{
  height: 123px;
  overflow-y: auto;
}
}
@media (max-width: 1200px) {
  .ml-55{
    margin-left: 0px;
  }

  .max-500 {
    max-width: 100%;
  }
  
  .job-descriptions-box{
    height: 90%;
    overflow-y: auto;
  }
  /* width */
  .job-descriptions-box::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  .job-descriptions-box::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  
  /* Handle */
  .job-descriptions-box::-webkit-scrollbar-thumb {
    background: #888; 
  }

  /* Handle on hover */
  .job-descriptions-box::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
}
</pre></body></html>