.k-nav-logo .k-mobile-menu, .k-icon-list li .k-list-icon, .k-hist-pkt, .k-hist-pc, .k-hist-p, .k-log-logo {
  display: flex;
  align-items: center;
  justify-content: center; }

.k-hist-total, .k-hist-in, .k-hist-out {
  display: flex;
  align-items: center; }

.k-toborders, .k-log-panel {
  display: flex;
  justify-content: space-between;
  align-items: center; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, li {
  line-height: 1.2em !important;
  margin: 0; }

p {
  line-height: normal !important; }

ul, li {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, Arial, sans-serif; }

.clearfix {
  overflow: hidden; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0; }

.k-profile {
  background-color: #e7e8e8; }

.k-container {
  margin-top: 3rem;
  min-width: 320px; }

.k-content {
  min-height: 55rem; }

@media (max-width: 767px) {
  .k-container {
    margin-top: 10rem; }
  .k-content {
    min-height: 2rem; } }

.k-title {
  font-size: 2.5rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .k-title {
    font-size: 2.2rem; } }

.k-color-pri {
  color: #077b91 !important; }

.k-color-sec {
  color: #fe9600 !important; }

.k-color-prize {
  color: #f15175 !important; }

.k-color-white {
  color: #ffffff !important; }

.k-color-text {
  color: #414141 !important; }

.k-color-text2 {
  color: #929291 !important; }

.k-f500 {
  font-weight: 500 !important; }

.k-f600 {
  font-weight: 600 !important; }

.k-f700 {
  font-weight: 700 !important; }

.k-f900 {
  font-weight: 900 !important; }

.k-fs16s {
  font-size: 1.6rem !important; }

.k-fs18s {
  font-size: 1.8rem !important; }

.k-fs20s {
  font-size: 2rem !important; }

.k-fs22s {
  font-size: 2.2rem !important; }

.k-fs23s {
  font-size: 2.3rem !important; }

.k-fs25s {
  font-size: 2.5rem !important; }

.k-fs27s {
  font-size: 2.7rem !important; }

.k-fs40s {
  font-size: 4rem !important; }

.k-fs50s {
  font-size: 5rem !important;
  line-height: 1; }

.k-fs100s {
  font-size: 10rem !important;
  line-height: 1; }

.k-fs12m {
  font-size: 1.2rem !important; }

.k-fs20m {
  font-size: 2rem !important; }

.k-fs25m {
  font-size: 2.5rem !important; }

.k-fs27m {
  font-size: 2.7rem !important; }

.k-up {
  text-transform: uppercase !important; }

@media (max-width: 767px) {
  .k-fs25s {
    font-size: 2.2rem !important; }
  .k-fs100s {
    font-size: 8.5rem !important; }
  .k-fs12m {
    font-size: 1.4rem !important; }
  .k-fs20m {
    font-size: 2.4rem !important; }
  .k-fs25m {
    font-size: 3rem !important; } }

.k-alert {
  width: 100%;
  padding: .9rem 1rem .6rem 4rem;
  border-radius: 7px;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  margin: .5rem 0; }
  .k-alert-warn, .k-alert-succ, .k-alert-err, .k-alert-info {
    position: relative; }
    .k-alert-warn::before, .k-alert-succ::before, .k-alert-err::before, .k-alert-info::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 1.8rem;
      height: 1.8rem;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%); }
  .k-alert-warn {
    border: 1px solid #fe9600;
    background-color: rgba(254, 150, 0, 0.13);
    color: #fe9600; }
    .k-alert-warn::before {
      background: url(./../img/icon/warn.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .k-alert-succ {
    border: 1px solid #6dd400;
    background-color: rgba(109, 212, 0, 0.22);
    color: #6dd400; }
    .k-alert-succ::before {
      background: url(./../img/icon/succ.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .k-alert-err {
    border: 1px solid #e02020;
    background-color: rgba(254, 0, 0, 0.13);
    color: #e02020; }
    .k-alert-err::before {
      background: url(./../img/icon/err.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .k-alert-info {
    border: 1px solid #077b91;
    background-color: rgba(7, 123, 145, 0.14);
    color: #077b91; }
    .k-alert-info::before {
      background: url(./../img/icon/info.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.k-button-sec {
  display: inline-block;
  background-color: #fe9600;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff; }
  .k-button-sec:hover {
    background-color: #fe6d00;
    color: #ffffff; }

.k-button-pri {
  display: inline-block;
  background-color: #077b91;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff; }
  .k-button-pri:hover {
    background-color: #0e5461;
    color: #ffffff; }

.k-button-gre {
  display: inline-block;
  background-color: #e7e8e8;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  cursor: not-allowed !important; }

.k-button-icon {
  position: relative;
  text-align: left;
  padding: .9rem 4.5rem 1rem 1.5rem;
  min-width: 17.4rem;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 1.7rem; }
  .k-button-icon::after {
    position: absolute;
    content: url(./../img/icon/btn.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem; }

.k-button-filter {
  position: relative;
  text-align: left;
  padding: .9rem 4.5rem 1rem 1.5rem;
  min-width: 17.4rem;
  font-weight: 700;
  line-height: 1.15;
  border-radius: 1.7rem; }
  .k-button-filter::after {
    position: absolute;
    content: url(./../img/icon/filter.svg);
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem; }

.k-button-text {
  text-align: center;
  padding: .9rem 2.2rem;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 1.8rem;
  line-height: 1; }

.k-button-text-left {
  min-width: 13rem;
  padding: 1rem 2.2rem .9rem 2.2rem;
  border-radius: 1.8rem;
  border: 1px solid #fe9600;
  font-weight: 700;
  line-height: 1.15;
  text-align: left; }

.k-button-text-slim {
  text-align: center;
  padding: .7rem 2.2rem;
  font-weight: 400;
  border-radius: 1.7rem;
  line-height: 1.15; }

.k-button-color-text2 {
  border: 1px solid #929291;
  background-color: #ffffff;
  line-height: 1.15; }
  .k-button-color-text2:hover {
    background-color: #ededed; }

.k-button-color-pri {
  color: #077b91;
  border: 1px solid #077b91;
  background-color: #ffffff; }

.k-button-full-width {
  width: 100%;
  padding: 1.3rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px; }

@media (max-width: 767px) {
  .k-button-sec {
    min-width: 14.5rem; }
  .k-button-icon {
    position: relative;
    text-align: left; }
    .k-button-icon::after {
      top: 45%;
      height: 1.4rem; } }

.wcag-font-size,
.k-wcag-font-size {
  z-index: 999;
  padding: 5px 7px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  background-color: #ffffff;
  color: #077b91;
  font-family: "Lato";
  font-style: normal;
  line-height: 1;
  text-transform: uppercase; }
  .wcag-font-size .wcag-font-small,
  .wcag-font-size .wcag-font-regular,
  .wcag-font-size .wcag-font-medium,
  .k-wcag-font-size .wcag-font-small,
  .k-wcag-font-size .wcag-font-regular,
  .k-wcag-font-size .wcag-font-medium {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    font-weight: 700; }
  .wcag-font-size .wcag-font-small,
  .k-wcag-font-size .wcag-font-small {
    padding: 0 5px;
    font-size: 12px; }
  .wcag-font-size .wcag-font-regular,
  .k-wcag-font-size .wcag-font-regular {
    padding: 0 5px;
    font-size: 16px; }
  .wcag-font-size .wcag-font-medium,
  .k-wcag-font-size .wcag-font-medium {
    padding: 0 5px;
    font-size: 24px; }
  .wcag-font-size .wcag-font-btn.wcag-active,
  .k-wcag-font-size .wcag-font-btn.wcag-active {
    background-color: #077b91;
    color: #ffffff; }

.wcag-font-size {
  position: absolute;
  top: 8px;
  right: 10px; }

.k-wcag-font-size {
  display: inline-block;
  margin-left: 1rem; }

.wcag-input {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute; }

.k-input-group {
  margin-bottom: 1.2rem; }
  .k-input-group .k-input-err {
    text-align: right;
    height: 1.5rem; }

#personal-data-form .k-input-group {
  margin-bottom: 0; }

.k-input,
.k-textarea {
  width: 100%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 1.7rem;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  font-size: 1.4rem; }

.k-input {
  height: 3.6rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  .k-input.error {
    border: 1px solid #ee0000; }

.k-textarea {
  height: 20rem;
  resize: none;
  padding: 2rem;
  line-height: 1.6em; }

.k-input-icon {
  position: relative; }
  .k-input-icon .k-input {
    padding: .5rem 2rem .5rem 4rem; }
  .k-input-icon img {
    position: absolute;
    top: 50%;
    left: 1.2rem;
    transform: translateY(-50%); }

.k-input-label {
  color: #929291;
  margin-left: 1.2rem;
  text-align: left; }

.k-input-err {
  color: #ee0000;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  margin-top: .7rem; }

.k-input-chpass label {
  width: 100%;
  padding-left: 1rem; }

.k-input-chpass input {
  width: 80%;
  border: 1px solid #077b91; }

.k-input-chpass button {
  border: none;
  background-color: transparent;
  margin-left: 1rem;
  opacity: .5; }
  .k-input-chpass button.active, .k-input-chpass button:hover {
    opacity: 1; }

@media (max-width: 767px) {
  .k-input-group {
    margin-bottom: 1rem; }
  .k-input {
    height: 3rem;
    border-radius: 1.4rem; }
  .k-input-icon img {
    height: 1.4rem; } }

.k-msg {
  width: 100%;
  padding: 1rem 1.5rem 1rem  1rem;
  margin-top: .6rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 1.6rem;
  border: 1px solid #3c93ab;
  background-color: #ffffff; }
  .k-msg-header {
    width: 100%;
    display: flex;
    align-items: center; }
  .k-msg-btn {
    margin-left: auto;
    padding: .9rem 2rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
    border-radius: 1.6rem;
    font-weight: 500;
    text-align: center; }
  .k-msg span {
    display: block; }
  .k-msg-date {
    color: #077b91; }
  .k-msg-avatar {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .k-msg-body {
    width: 100%;
    margin-top: 2rem;
    text-align: justify; }
  .k-msg-notif {
    margin-top: 2rem;
    padding: 0 2rem 8rem 6.5rem;
    text-align: justify; }
  .k-msg.unread {
    background-color: rgba(60, 147, 171, 0.28);
    cursor: pointer; }
    .k-msg.unread .k-msg-btn {
      border: 1px solid #3c93ab;
      background-color: #3c93ab;
      color: #ffffff; }
    .k-msg.unread .k-msg-sender {
      color: #077b91; }
    .k-msg.unread:hover .k-msg-btn {
      border: 1px solid #3c93ab;
      background-color: #0e5461; }
  .k-msg.read {
    cursor: pointer; }
    .k-msg.read .k-msg-btn {
      border: 1px solid #3c93ab;
      background-color: #ffffff;
      color: #077b91; }
    .k-msg.read .k-msg-sender {
      color: #fe9600; }
    .k-msg.read:hover .k-msg-btn {
      border: 1px solid #3c93ab;
      background-color: rgba(7, 123, 145, 0.22); }
  .k-msg.main .k-msg-sender {
    color: #fe9600; }
  .k-msg.reply {
    border: 1px solid #fe9600;
    margin-left: auto;
    width: 95%; }
    .k-msg.reply .k-msg-sender {
      color: #fe9600; }

@media (max-width: 767px) {
  .k-msg-btn {
    display: none; } }

.k-progress {
  width: 100%;
  display: flex; }
  .k-progress-c {
    height: 15px;
    width: 80%;
    border-radius: 8px;
    background-color: #e7e8e8;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .k-progress-p {
    height: 15px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    background-image: linear-gradient(180deg, #11b2c4 0%, #077b91 100%); }
    .k-progress-p.complete {
      background-image: linear-gradient(180deg, #ffc700 0%, #fe9600 100%); }
  .k-progress-d {
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 1rem; }

.k-search {
  position: relative; }
  .k-search-input {
    width: 90%;
    padding: 1rem 10% 1rem 2rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 1.7rem;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #000000;
    font-family: "Poppins";
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal; }
  .k-search-button {
    position: relative;
    text-align: left;
    padding: .9rem 4.5rem 1rem 1.5rem;
    min-width: 17.4rem;
    font-weight: 700;
    border-radius: 1.7rem;
    min-width: 15.4rem;
    position: absolute;
    line-height: 1.15;
    top: 0;
    right: 0; }
    .k-search-button::after {
      position: absolute;
      content: url(./../img/icon/search.svg);
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem; }
  .k-search-items {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .k-search-item {
    height: 30px;
    padding: .6rem 1.2rem;
    border-radius: 18px;
    background-color: #929291;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; }
    .k-search-item img {
      margin-left: 3rem; }
  .k-search-result {
    display: none; }

.k-switch input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1rem; }

.k-switch label {
  font-size: 1.6rem;
  position: relative;
  display: flex;
  align-items: center; }
  .k-switch label span {
    display: inline-block;
    position: relative;
    width: 6rem;
    height: 3rem;
    margin-right: 2rem;
    margin-left: 2rem;
    flex-shrink: 0;
    border-radius: 1.5rem;
    border: 1px solid #979797;
    background-color: #e7e8e8;
    transition: all .2s;
    cursor: pointer; }
    .k-switch label span::after {
      content: "";
      display: block;
      position: absolute;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      left: 2px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      background-color: #fe9600;
      transition: all .2s; }
  .k-switch label input:checked + span {
    border: 1px solid #979797;
    background-color: #fe9600; }
    .k-switch label input:checked + span::after {
      left: 3.2rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      background-color: #077b91; }

.k-tl {
  display: flex; }
  .k-tl-axis {
    position: relative;
    transition: all .2s; }
    .k-tl-axis::before {
      content: "";
      display: block;
      width: .5rem;
      border-radius: .2rem;
      background-color: #d8d8d8;
      position: absolute;
      top: 2.5rem;
      left: 1.7rem;
      bottom: 2.5rem; }
  .k-tl-e {
    height: 5.6rem;
    display: flex;
    align-items: center; }
  .k-tl-t {
    display: inline-block;
    padding: .8rem 3rem .8rem 5rem;
    border: 1px solid transparent;
    border-radius: 1.6rem;
    color: #077b91;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    cursor: pointer; }
    .k-tl-t::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: .5rem;
      width: 2.7rem;
      height: 2.6rem;
      border-radius: 50%;
      border: 3px solid #d8d8d8;
      background-color: #077b91;
      background-image: linear-gradient(207deg, #11b2c4 0%, #077b91 100%); }
  .k-tl-t.active {
    border: 1px solid #fe9600;
    color: #fe9600; }
    .k-tl-t.active::before {
      background-color: #fe9600;
      background-image: linear-gradient(207deg, #fe9600 0%, #d38718 100%); }
  .k-tl-img {
    margin-left: 5rem;
    display: none;
    transition: all .2s;
    position: absolute;
    top: 0;
    right: 4rem; }
    .k-tl-img.visible {
      display: block; }
    .k-tl-img img {
      max-width: 100%; }

.k-ptl-axis {
  position: relative; }
  .k-ptl-axis::before {
    content: "";
    display: block;
    width: .4rem;
    border-radius: .2rem;
    background-color: #d8d8d8;
    position: absolute;
    left: 5.8rem;
    top: 2rem;
    bottom: 2rem; }

.k-ptl-c {
  min-height: 6.5rem;
  display: flex;
  align-items: center; }

.k-ptl-e {
  display: flex;
  justify-content: flex-start;
  padding-right: 2rem;
  padding-left: 2rem; }

.k-ptl-c:not(:last-child):not(:first-child) > .k-ptl-e {
  align-items: center; }

.k-ptl-c:last-child > .k-ptl-e {
  align-items: flex-end; }

.k-ptl-c:first-child > .k-ptl-e {
  align-items: flex-start; }

.k-ptl-t {
  display: inline-block;
  color: #077b91;
  font-size: 1.4rem;
  line-height: normal; }

.k-ptl-n {
  position: relative;
  width: 8rem;
  padding-right: 6rem;
  flex-shrink: 0;
  height: inherit; }
  .k-ptl-n::after {
    content: "";
    display: block;
    position: absolute;
    right: 2.65rem;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    background-color: #077b91;
    border: 3px solid #d8d8d8; }

.k-ptl-c:not(:last-child):not(:first-child) > .k-ptl-e > .k-ptl-n::after {
  top: 50%;
  transform: translateY(-50%); }

.k-ptl-c:first-child > .k-ptl-e > .k-ptl-n {
  padding-top: 2rem; }

.k-ptl-c:first-child > .k-ptl-e > .k-ptl-n::after {
  top: 1.4rem; }

.k-ptl-c:last-child > .k-ptl-e > .k-ptl-n {
  padding-bottom: 2rem; }

.k-ptl-c:last-child > .k-ptl-e > .k-ptl-n::after {
  bottom: 1.4rem; }

.k-ptl-c.now .k-ptl-e {
  border: 1px solid #3c93ab;
  border-radius: 1.6rem;
  padding-top: .7rem;
  padding-bottom: .7rem; }

.k-ptl-c.now .k-ptl-t {
  color: #3c93ab; }

.k-ptl-c.now .k-ptl-n::after {
  background-color: #3c93ab;
  background-image: linear-gradient(207deg, #11b2c4 0%, #077b91 100%); }

.k-ptl-c.succ .k-ptl-t {
  color: #077b91; }

.k-ptl-c.succ .k-ptl-n::after {
  background-color: #077b91;
  background-image: linear-gradient(207deg, #11b2c4 0%, #077b91 100%); }

.k-ptl-c.err .k-ptl-t {
  color: #e02020; }

.k-ptl-c.err .k-ptl-n::after {
  background-color: #e02020;
  background-image: linear-gradient(207deg, #fb4747 0%, #cd0b0b 100%); }

.k-ptl-c.new .k-ptl-t {
  color: #fe9600; }

.k-ptl-c.new .k-ptl-n::after {
  background-color: #fe9600;
  background-image: linear-gradient(207deg, #fe9600 0%, #d38718 100%); }

@media (max-width: 991px) {
  .k-tl-img {
    position: static; } }

.k-card {
  width: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 1.6rem;
  padding: 2rem;
  overflow: hidden; }

.k-card-light {
  background-color: #ffffff; }

.k-card-color {
  background-color: #fe9600;
  color: #ffffff; }

@media (max-width: 767px) {
  .k-card img {
    width: auto; }
  .k-card-cont {
    width: 100%; }
  .k-card-img {
    width: 100%;
    text-align: center;
    margin-top: 3rem; } }

.k-footer {
  font-size: 1rem;
  color: #929291;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  width: 100%; }
  .k-footer-logo {
    height: 4.4rem; }
    .k-footer-logo img {
      margin-left: 1rem; }
  .k-footer-name {
    margin-bottom: 0; }
  .k-footer-contact a,
  .k-footer-contact a:link,
  .k-footer-contact a:visited,
  .k-footer-contact a:hover,
  .k-footer-contact a:active {
    font-weight: 700;
    color: inherit; }
  .k-footer-logo, .k-footer-name, .k-footer-contact {
    margin-right: 2rem; }
  .k-footer-links {
    margin-left: auto;
    font-size: 1.2rem; }
    .k-footer-links a:first-child {
      margin-right: 2rem; }
    .k-footer-links a,
    .k-footer-links a:link,
    .k-footer-links a:visited,
    .k-footer-links a:hover,
    .k-footer-links a:active {
      color: inherit; }

@media (max-width: 767px) {
  .k-footer {
    font-size: 1.4rem;
    padding: 2rem 1rem;
    display: block;
    margin-top: 2rem; }
    .k-footer-logo {
      height: 5.2rem;
      margin-bottom: 1rem; }
      .k-footer-logo img {
        height: 100%;
        margin-left: 0; }
    .k-footer-name {
      margin-bottom: 0; }
    .k-footer-contact a {
      font-weight: 700; }
    .k-footer-krs {
      display: none; }
    .k-footer-links {
      text-align: left;
      margin-top: 2rem; }
      .k-footer-links a:first-child {
        margin-right: 2rem; } }

.k-nav-main {
  width: 100%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.17);
  border-radius: 1.6rem;
  background-color: #077b91;
  color: #ffffff;
  padding: 1rem; }

.k-nav-logo {
  display: flex;
  align-items: center;
  padding: 1rem; }
  .k-nav-logo img {
    height: 3.6rem;
    max-width: 100%; }
  .k-nav-logo a,
  .k-nav-logo a:link,
  .k-nav-logo a:visited,
  .k-nav-logo a:hover,
  .k-nav-logo a:active {
    text-decoration: none;
    color: inherit; }
  .k-nav-logo .k-mobile-menu {
    display: none;
    width: 5.7rem;
    height: 5.7rem;
    background-color: #fe9600;
    border-radius: 50%;
    margin-left: auto;
    cursor: pointer; }
    .k-nav-logo .k-mobile-menu span {
      display: block;
      width: 3rem;
      height: 2px;
      background-color: #ffffff;
      position: relative;
      transition: all .2s; }
    .k-nav-logo .k-mobile-menu span::before,
    .k-nav-logo .k-mobile-menu span::after {
      content: "";
      display: block;
      width: inherit;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      transition: all .2s; }
    .k-nav-logo .k-mobile-menu span::before {
      bottom: .7rem; }
    .k-nav-logo .k-mobile-menu span::after {
      top: .7rem; }
    .k-nav-logo .k-mobile-menu.active span {
      background-color: inherit; }
    .k-nav-logo .k-mobile-menu.active span::before {
      bottom: 1rem;
      transform: translateY(1rem) rotate(45deg); }
    .k-nav-logo .k-mobile-menu.active span::after {
      top: 1rem;
      transform: translateY(-1rem) rotate(-45deg); }

.k-nav-foldable {
  display: block; }

.k-icon-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff; }

.k-icon-list li {
  border-radius: 2.1rem;
  border: 1px solid #077b91;
  background-color: #077b91;
  cursor: pointer;
  padding: .2rem 1rem;
  font-weight: 500;
  margin-top: 2rem; }
  .k-icon-list li:hover {
    border: 1px solid #ffffff; }
  .k-icon-list li.active {
    border: 1px solid #ffffff;
    background-color: #ffffff; }
    .k-icon-list li.active span:not(.k-new) {
      color: #077b91; }
    .k-icon-list li.active path {
      fill: #077b91; }
    .k-icon-list li.active g {
      opacity: 1; }
  .k-icon-list li .k-list-icon {
    width: 3rem;
    height: 3.5rem;
    margin-right: 1rem; }
  .k-icon-list li .k-new {
    margin-left: auto;
    font-size: 1.3rem;
    width: 4.5rem;
    padding: .3rem 0;
    border-radius: 1.6rem;
    background-color: #fe9600;
    text-align: center;
    line-height: 1; }

.k-text-list {
  font-weight: 500;
  margin-top: 5rem; }
  .k-text-list div {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: .5rem;
    margin: 0 1rem .5rem 1rem; }
  .k-text-list a {
    text-decoration: none;
    color: #ffffff; }
  .k-text-list li {
    padding: 1.1rem 1rem;
    margin-top: .5rem;
    cursor: pointer;
    border-radius: 2.1rem;
    border: 1px solid transparent; }
    .k-text-list li:hover {
      border: 1px solid #ffffff; }
    .k-text-list li.active {
      border: 1px solid #ffffff;
      background-color: #ffffff; }
    .k-text-list li.active a {
      color: #077b91; }

.k-log-out:link,
.k-log-out:visited {
  display: block;
  max-width: 100%;
  border-radius: 2.1rem;
  background-color: #3c93ab;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin-top: 10rem;
  padding: .8rem; }

.k-log-out:hover {
  background-color: #0e5461; }

.k-log-out:active {
  background-color: #ee0000; }

@media (max-width: 767px) {
  .k-nav-logo {
    padding: 1.3rem 0 1.3rem 1rem; }
    .k-nav-logo .k-title {
      font-size: 2.7rem; }
    .k-nav-logo .k-mobile-menu {
      display: flex; }
  .k-nav-foldable {
    display: none; }
  .k-nav-foldable.open {
    display: block; }
  .k-icon-list li {
    font-size: 1.6rem;
    margin-top: 3rem; }
    .k-icon-list li g {
      opacity: 1; }
    .k-icon-list li path {
      fill: #ffffff; }
    .k-icon-list li .k-new {
      font-size: 1.5rem; }
  .k-text-list {
    font-size: 1.6rem;
    margin-top: 4rem; }
    .k-text-list div {
      font-size: 1.4rem; }
    .k-text-list li {
      margin-top: 1.5rem;
      cursor: pointer; }
  .k-log-out:link,
  .k-log-out:visited,
  .k-log-out:hover,
  .k-log-out:active {
    font-size: 1.7rem;
    padding: .8rem;
    margin-top: 2.5rem; } }

.k-tab-nav {
  display: flex; }

.k-tab-navtab {
  width: 21rem;
  padding: 2rem 2rem 2.5rem 2rem;
  border-top-left-radius: 1.7rem;
  border-top-right-radius: 1.7rem;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-bottom: -2rem;
  transition: all .2s;
  color: #077b91;
  border-bottom: none; }
  .k-tab-navtab:not(:last-of-type) {
    margin-right: 4px; }
  .k-tab-navtab:last-of-type {
    margin-right: 2rem; }
  .k-tab-navtab a,
  .k-tab-navtab a:link,
  .k-tab-navtab a:visited,
  .k-tab-navtab a:hover,
  .k-tab-navtab a:active {
    text-decoration: none;
    color: inherit; }
  .k-tab-navtab:not(.active):hover, .k-tab-navtab:not(.active):focus {
    border: 1px solid #077b91;
    background-color: rgba(7, 123, 145, 0.1);
    transform: translateY(-0.5rem); }
  .k-tab-navtab:not(.active):active {
    border: 1px solid #077b91;
    background-color: #077b91;
    color: #ffffff; }
  .k-tab-navtab.active {
    z-index: 2;
    border: 1px solid #fe9600;
    color: #fe9600;
    border-bottom: 1px solid #ffffff;
    padding-bottom: .6rem;
    margin-bottom: -1px;
    font-size: 2rem; }

.k-tab-mobile {
  display: none; }
  .k-tab-mobile:link, .k-tab-mobile:visited, .k-tab-mobile:hover, .k-tab-mobile:active {
    text-decoration: none;
    color: #fe9600;
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal; }

.k-tab-main {
  display: none;
  border: 1px solid #fe9600;
  background-color: #ffffff;
  border-radius: 1.7rem;
  padding: 2rem;
  position: relative;
  z-index: 1; }
  .k-tab-main.open {
    display: block; }
  .k-tab-main.first.open {
    border-top-left-radius: 0; }

@media (max-width: 767px) {
  .k-tab-mobile {
    display: block;
    margin-bottom: 2.5rem; }
  .k-tab-nav {
    display: none; }
  .k-tab-foldable {
    display: none; }
  .k-tab-main {
    display: block; }
    .k-tab-main:not(:last-of-type) {
      margin-bottom: 2rem; }
    .k-tab-main:first-child.open {
      border-top-left-radius: 1.7rem; }
    .k-tab-main.open .k-tab-foldable {
      display: block; } }

.k-nav-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  margin-top: .3rem;
  color: #077b91;
  font-size: 1.6rem;
  font-weight: 500; }
  .k-nav-top li {
    cursor: pointer; }
    .k-nav-top li.k-nav-logged {
      cursor: default; }
  .k-nav-top a {
    text-decoration: none;
    color: inherit; }
  .k-nav-top li:not(:last-of-type) {
    padding: .5rem 2rem .4rem 2rem;
    border: 1px solid transparent;
    border-radius: 2.1rem;
    margin-right: .5rem; }
  .k-nav-top li:not(:last-of-type):hover {
    border: 1px solid #077b91; }
  .k-nav-top li:not(:last-of-type).active {
    border: 1px solid #077b91;
    background-color: #077b91;
    color: #ffffff; }

.k-nav-logged {
  margin-left: auto; }
  .k-nav-logged a {
    display: flex;
    align-items: center; }

.k-nav-avatar {
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid #3c93ab;
  background-color: #ffffff;
  border-radius: 50%; }

.k-nav-person {
  margin-right: 1rem;
  line-height: 1.4; }
  .k-nav-person span {
    display: block;
    color: #929291;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-align: right; }

@media (max-width: 767px) {
  .k-nav-top {
    font-size: 1.4rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 3rem 0; }
    .k-nav-top li:not(:last-of-type) {
      padding: .3rem;
      margin-right: 0; }
  .k-nav-logged {
    position: absolute;
    top: 4rem;
    right: 1rem; }
  .k-nav-avatar {
    width: 5.4rem;
    height: 5.4rem; }
  .k-nav-person {
    font-size: 1.9rem; }
    .k-nav-person span {
      font-size: 1.4rem; } }

.k-about-q {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 2.9rem;
  border: 1px solid #077b91;
  background-color: #ffffff;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .2s; }

.k-about-qt {
  font-size: 1.8rem;
  color: #077b91;
  position: relative; }
  .k-about-qt::after {
    content: url("./../img/icon/arrow.svg");
    position: absolute;
    right: 0;
    height: 2rem;
    transform: translateY(-50%);
    top: 50%; }

.k-about-qc {
  display: none;
  color: #000000;
  font-size: 1.2rem;
  transition: all .2s; }
  .k-about-qc img {
    max-width: 100%; }

.k-about-qcol1 {
  flex-basis: 60%;
  text-align: justify; }
  .k-about-qcol1 ul, .k-about-qcol1 li {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: initial;
    line-height: 1.6em !important; }

.k-about-qcol2 {
  flex-basis: 40%;
  flex-shrink: 0;
  text-align: center;
  margin-left: 2rem; }
  .k-about-qcol2 img {
    max-width: 100%; }

.k-about-q.active {
  border: 1px solid #fe9600;
  padding: 2rem; }
  .k-about-q.active .k-about-qt {
    color: #fe9600;
    font-weight: 700;
    margin-bottom: 2rem; }
    .k-about-q.active .k-about-qt::after {
      content: url("./../img/icon/arrow2.svg");
      transform: translateY(-50%) rotate(180deg); }
  .k-about-q.active .k-about-qc {
    display: flex; }

@media (max-width: 767px) {
  .k-about-q {
    border: 1px solid #fe9600;
    padding-top: 20rem;
    position: relative; }
  .k-about-qt {
    color: #fe9600;
    font-weight: 700;
    margin-bottom: 2rem; }
    .k-about-qt::after {
      display: none; }
  .k-about-qc {
    display: block; }
  .k-about-qcol2 {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
    margin-left: 0; }
    .k-about-qcol2 img {
      max-height: 16rem; }
  .k-about-q.active .k-about-qt::after {
    display: none; } }

.k-acc-points {
  display: flex;
  align-items: center; }

.k-acc-pkt {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #fe9600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0; }

.k-acc-no {
  color: #fe9600;
  font-size: 5rem;
  font-weight: 700;
  font-style: normal; }

.k-acc-prize {
  width: 24.4rem;
  padding: 1.5rem;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  background-color: #ffffff;
  margin: -2rem -2rem -2rem auto; }

.k-acc-def {
  font-family: "Lato";
  font-weight: 500;
  margin-left: auto; }

.k-acc-mon {
  padding: .5rem 1rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  background-color: #077b91;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }

.k-acc-info {
  color: #077b91;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal; }

.k-acc-history {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.k-acc-line {
  position: relative; }
  .k-acc-line::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, transparent 220px, #929291 220px, #929291 100%);
    bottom: 50%;
    right: 0;
    left: 0; }

.k-acc-item {
  margin-bottom: 1rem; }
  .k-acc-item p {
    margin-bottom: .5rem; }
  .k-acc-item::after {
    content: "";
    display: block;
    clear: both; }

.k-acc-chart {
  width: 70px;
  height: 70px;
  position: relative;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  float: left; }
  .k-acc-chart::after {
    content: "";
    border-radius: 50%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .k-acc-chart::before {
    content: "";
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    width: 75%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.k-acc-contact {
  padding-left: 9rem; }

.k-acc-more, .k-acc-more:link, .k-acc-more:visited, .k-acc-more:hover, .k-acc-more:active {
  display: none;
  padding-top: .5rem;
  color: #414141;
  font-size: 1rem;
  text-decoration: none; }

.k-acc-desc {
  color: #414141;
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal; }

@media (max-width: 991px) {
  .k-acc-points {
    flex-wrap: wrap; }
  .k-acc-prize {
    width: calc(100% + 4rem);
    margin: 2rem -2rem -2rem -2rem; } }

@media (max-width: 767px) {
  .k-acc-more, .k-acc-more:link, .k-acc-more:visited, .k-acc-more:hover, .k-acc-more:active {
    display: block; }
    .k-acc-more.active, .k-acc-more:link.active, .k-acc-more:visited.active, .k-acc-more:hover.active, .k-acc-more:active.active {
      color: #fe9600; }
  .k-acc-desc {
    clear: both; }
  .k-acc-type span, .k-acc-contact span {
    display: block; }
  .k-acc-contact span {
    margin-top: 1rem; } }

.k-chooseacc {
  background-color: #e7e8e8;
  background: #e7e8e8 url("./../img/bg/tlo.svg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  .k-chooseacc-logo {
    position: absolute;
    top: .8rem;
    left: 1rem; }
  .k-chooseacc-cont h2 {
    text-align: center; }
  .k-chooseacc-account {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 26rem;
    padding: 4rem 1rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.29);
    border: 1px solid #ffffff;
    border-radius: 15px;
    background: linear-gradient(#ffffff 0% 100%);
    cursor: pointer;
    margin-bottom: 2rem;
    transition: all .2s; }
    .k-chooseacc-account:not(:last-of-type) {
      margin-right: 2rem; }
    .k-chooseacc-account:hover {
      background: linear-gradient(rgba(254, 150, 0, 0.12) 0% 100%), linear-gradient(#ffffff 0% 100%);
      border: 1px solid #fe9600;
      transform: scale(1.03); }
    .k-chooseacc-account h3 {
      color: #077b91;
      font-size: 2.2rem;
      font-weight: 500;
      margin-top: 3rem; }
    .k-chooseacc-account p {
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 1.2rem;
      color: #929291; }
  .k-chooseacc-avatar {
    width: 13.8rem;
    height: 13.8rem;
    border: 3px solid #3c93ab;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden; }
    .k-chooseacc-avatar img {
      width: 100%; }

@media (max-width: 767px) {
  .k-chooseacc {
    padding-top: 8rem; }
  .k-chooseacc-account:not(:last-of-type) {
    margin-right: 0; } }

.k-dash-slider {
  padding-bottom: 4rem; }
  .k-dash-slider .carousel-indicators {
    bottom: -4rem; }
    .k-dash-slider .carousel-indicators [data-bs-target] {
      width: 7px;
      height: 7px;
      background-color: #077b91;
      border-radius: 50%; }

.k-dash-slide .k-card-cont {
  padding: 1rem; }

.k-dash-slide1,
.k-dash-contest {
  display: flex; }
  .k-dash-slide1 div,
  .k-dash-contest div {
    width: 50%; }
  .k-dash-slide1 .k-card-img,
  .k-dash-contest .k-card-img {
    text-align: right; }
    .k-dash-slide1 .k-card-img img,
    .k-dash-contest .k-card-img img {
      width: auto;
      max-width: 100%; }

.k-dash-survey {
  display: flex; }
  .k-dash-survey div:first-of-type {
    width: 70%; }
  .k-dash-survey .k-card-img {
    text-align: right; }
    .k-dash-survey .k-card-img img {
      width: auto;
      max-width: 100%; }

.k-dash-slide1 img {
  max-width: 80%; }

.k-dash-contest img,
.k-dash-survey img {
  max-width: 100%; }

.k-dash-contest,
.k-dash-points {
  height: 100%; }

@media (max-width: 767px) {
  .k-dash-slide1,
  .k-dash-contest {
    display: block; }
    .k-dash-slide1 div,
    .k-dash-contest div {
      width: 100%; }
    .k-dash-slide1 .k-card-img,
    .k-dash-slide1 .k-show-mobile,
    .k-dash-contest .k-card-img,
    .k-dash-contest .k-show-mobile {
      text-align: center; }
  .k-dash-contest {
    margin-top: 3rem; } }

.k-faq-header {
  padding: 0 20rem 0 1.5rem; }

.k-faq-img {
  margin-left: auto; }
  .k-faq-img img {
    width: auto;
    height: auto; }

.k-faq-category {
  display: none;
  width: 100%;
  padding: .6rem 4rem .7rem 2rem;
  border-radius: 2.9rem;
  border: 1px solid #077b91;
  background-color: rgba(7, 123, 145, 0.15);
  color: #077b91;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .2s;
  position: relative; }
  .k-faq-category::after {
    content: url("./../img/icon/arrow.svg");
    background-position: center;
    position: absolute;
    transform: translateY(-50%);
    right: 2rem;
    top: 50%; }
  .k-faq-category:hover {
    background-color: #077b91;
    color: #ffffff; }
    .k-faq-category:hover::after {
      content: url("./../img/icon/arrow3.svg"); }
  .k-faq-category.active {
    background-color: #fe9600;
    border: 1px solid #fe9600;
    color: #ffffff; }
    .k-faq-category.active:hover {
      background-color: #fe6d00; }
    .k-faq-category.active::after {
      content: url("./../img/icon/arrow3.svg");
      position: absolute;
      transform: translateY(-50%) rotate(180deg);
      right: 2rem;
      top: 50%; }
  .k-faq-category.visible {
    display: block; }

.k-faq-q {
  display: none;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 2.9rem;
  border: 1px solid #fe9600;
  background-color: #ffffff;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .2s; }
  .k-faq-q:hover {
    background-color: rgba(254, 150, 0, 0.1); }
  .k-faq-q.visible {
    display: block; }
    .k-faq-q.visible-qt::after {
      content: url("./../img/icon/arrow2.svg");
      position: absolute;
      right: -2rem;
      top: 50%;
      transform: translateY(-50%); }

.k-faq-qt {
  color: #000000;
  position: relative;
  padding-right: 2rem; }
  .k-faq-qt::after {
    content: url("./../img/icon/arrow2.svg");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.k-faq-qc {
  display: none;
  color: #000000; }

.k-faq-q.active {
  border: 1px solid #fe9600;
  background-color: rgba(254, 150, 0, 0.1);
  padding: 2rem; }
  .k-faq-q.active .k-faq-qt {
    color: #fe9600;
    font-weight: 700;
    margin-bottom: 2rem; }
    .k-faq-q.active .k-faq-qt::after {
      content: url("./../img/icon/arrow2.svg");
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(180deg); }
  .k-faq-q.active .k-faq-qc {
    display: block; }

.k-faq-contact {
  margin-top: 8rem;
  padding: 0 1.5rem; }

.k-faq-list {
  margin-bottom: 1rem; }

.k-faq-list li {
  list-style-type: disc;
  list-style-position: inside; }

@media (max-width: 991px) {
  .k-faq-header {
    padding: 0 1.5rem; } }

.k-hist-total {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 1.6rem;
  border: 1px solid #077b91;
  background-color: rgba(7, 123, 145, 0.15);
  padding: 2rem; }

.k-hist-pkt {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  margin-right: 2rem;
  color: #077b91;
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0; }
  .k-hist-pkt span {
    font-size: 5rem;
    font-weight: 700; }

.k-hist-start {
  color: #929291;
  font-family: "Lato";
  font-weight: 500; }

.k-hist-pc {
  width: 8rem;
  margin-right: 3rem;
  flex-shrink: 0; }

.k-hist-p {
  line-height: 1;
  flex-direction: column; }

.k-hist-d {
  color: #414141;
  font-family: "Lato";
  font-size: 1.2rem;
  margin-bottom: .5rem; }

.k-hist-t {
  font-size: 1.6rem;
  margin-bottom: 0; }

.k-hist-in {
  margin-top: 2rem; }
  .k-hist-in .k-hist-p {
    width: 4.8rem;
    height: 4.8rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 50%;
    color: #929291;
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase; }
    .k-hist-in .k-hist-p span {
      display: block;
      font-size: 1.8rem; }
  .k-hist-in .k-hist-t {
    color: #077b91; }

.k-hist-out {
  margin-top: 2rem;
  border-radius: 17px;
  border: 1px solid #fe9600;
  padding: .5rem 1.5rem .5rem .3rem;
  margin-top: 2rem; }
  .k-hist-out .k-hist-p {
    width: 67px;
    height: 55px;
    border-radius: 17px;
    background-color: #fe9600;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase; }
    .k-hist-out .k-hist-p span {
      display: block;
      font-size: 1.8rem; }
  .k-hist-out .k-hist-t {
    color: #fe9600; }

.k-hist-contact {
  margin-top: 8rem;
  color: #000000;
  font-size: 1.2rem; }

.k-log-container {
  background: #e7e8e8 url("./../img/bg/tlo.svg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }

.k-log-panel {
  min-width: 320px;
  width: 39.8rem;
  min-height: 46.2rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.29);
  border-radius: 1.5rem;
  background-color: #ffffff;
  overflow: hidden;
  flex-direction: column; }

.k-log-logo {
  width: 100%;
  height: 9.1rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.04);
  background-color: #077b91; }
  .k-log-logo img {
    max-width: 100%;
    height: 4rem; }

.k-log-form {
  padding: 2rem;
  width: 100%; }
  .k-log-form .k-title {
    margin-bottom: 2.2rem; }

.k-log-btns {
  margin: 3rem 0 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.k-log-fpass:link,
.k-log-fpass:visited,
.k-log-fpass:hover,
.k-log-fpass:active {
  color: #929291;
  text-align: left;
  text-decoration: none;
  padding: 1rem 0; }

.k-log-footer {
  font-size: 1.2rem;
  color: #929291;
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  width: 100%;
  border-top: 1px solid rgba(146, 146, 145, 0.3); }
  .k-log-footer-logo {
    height: 4.1rem;
    margin-right: 2rem; }
  .k-log-footer-name {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .k-log-panel {
    width: 33.2rem;
    min-height: 38.5rem;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.29);
    border-radius: 1.2rem; }
  .k-log-logo {
    height: 7.6rem; }
    .k-log-logo img {
      margin-right: 1rem;
      height: 3.2rem; }
  .k-log-form .k-title {
    margin-bottom: 1.4rem; }
  .k-log-btns {
    margin: 2rem 0 0 0; }
  .k-log-fpass:link,
  .k-log-fpass:visited,
  .k-log-fpass:hover,
  .k-log-fpass:active {
    font-size: 1.3rem; }
  .k-log-footer {
    font-size: 1rem;
    padding: 1.2rem 2rem; }
    .k-log-footer-logo {
      height: 3.4rem;
      margin-right: 1.5rem; } }

.k-inbox-header {
  display: flex;
  align-items: center; }

.k-inbox button {
  margin-left: auto; }

.k-inbox-load {
  text-align: center;
  margin: 2.5rem 0 3rem 0; }

.k-inbox-reply {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  padding: 1rem 5rem 4rem 5rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid #077b91;
  background-color: #077b91; }

.k-inbox-textarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .k-inbox-textarea label {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: .5rem;
    margin-left: 1rem; }
  .k-inbox-textarea textarea {
    width: 100%;
    height: 9.2rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 1.7rem;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    font-size: 1.4rem;
    resize: none; }

@media (max-width: 767px) {
  .k-inbox button {
    margin-top: 1.2rem; }
  .k-inbox-reply {
    height: 24.6rem;
    padding: 1rem 1.5rem 2rem 1.5rem; }
  .k-inbox-textarea label {
    text-transform: uppercase; }
  .k-inbox-textarea textarea {
    height: 13.6rem; } }

.k-personal-avatar {
  width: 12.3rem;
  height: 12.3rem;
  border: 2px solid #3c93ab;
  background-color: #ffffff;
  border-radius: 50%; }
  .k-personal-avatar img {
    max-width: 100%; }

.k-personal-data {
  color: #929291; }
  .k-personal-data span {
    display: block;
    font-size: 1.6rem;
    height: 5.8rem;
    color: #000000;
    word-wrap: break-word; }

.k-personal-pass {
  color: #077b91;
  border-radius: 1.7rem;
  border: 1px solid #077b91;
  background-color: rgba(7, 123, 145, 0.15);
  max-width: 32rem;
  width: 100%;
  padding: 2rem; }

.k-personal-instr {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic; }

.k-personal-resign {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
  background-color: #077b91;
  color: #ffffff;
  padding: 2rem; }

.k-personal-col {
  width: 50%; }

#personal-data-form .k-personal-data {
  padding-left: 1.2rem; }

@media (max-width: 991px) {
  .k-personal-col {
    width: 100%; }
  .k-personal-data span {
    height: 3.8rem; } }

.k-phone-img {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.k-phone-cnt {
  display: inline-block;
  text-align: center;
  width: 60px;
  padding: 4px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
  border-radius: 1.6rem;
  background-color: #077b91;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1; }

.k-prize {
  position: relative; }
  .k-prize-points {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: inline-block;
    padding: 1.5rem 2rem 1rem 2rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    background-color: #077b91;
    color: #ffffff;
    font-size: 1.7rem;
    text-transform: uppercase; }
    .k-prize-points span {
      font-weight: 600;
      font-size: 5rem;
      line-height: 1; }
  .k-prize input[name=charity],
  .k-prize input[name=charityval],
  .k-prize input[name=prepaid] {
    opacity: 0;
    width: 1px;
    height: 1px; }
    .k-prize input[name=charity]:checked + .k-prize-label,
    .k-prize input[name=charityval]:checked + .k-prize-label,
    .k-prize input[name=prepaid]:checked + .k-prize-label {
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
      border: 2px solid #fe9600; }
  .k-prize input[name=charity]:checked + .k-prize-label {
    background-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(254, 150, 0, 0.1); }
  .k-prize input[name=prepaid]:checked + .k-prize-label {
    color: #fe9600; }
  .k-prize input[name=charityval]:checked + .k-prize-label {
    color: #fe9600; }
  .k-prize-label {
    width: 17.9rem;
    height: 15.2rem;
    border-radius: 15px;
    border: 1px solid #979797;
    background-color: #ffffff;
    margin: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .k-prize-label:hover {
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
      border: 2px solid #fe9600;
      background-color: rgba(255, 255, 255, 0.15); }
  .k-prize input[name=charity] + .k-prize-label {
    width: 17.9rem;
    height: 15.2rem; }
  .k-prize input[name=prepaid] + .k-prize-label,
  .k-prize input[name=charityval] + .k-prize-label {
    width: 25.6rem;
    height: 10rem;
    color: #077b91;
    font-size: 3.5rem;
    font-weight: 700; }

@media (max-width: 767px) {
  .k-prize-points {
    position: static;
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .k-prize-img {
    width: 100%;
    height: 15.2rem;
    border-radius: 15px;
    border: 1px solid #979797;
    background-color: #ffffff;
    margin: 1rem;
    cursor: pointer; }
    .k-prize-img:hover, .k-prize-img.selected {
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
      border: 2px solid #fe9600;
      background-color: rgba(255, 255, 255, 0.15); } }

.k-resign-olist > li {
  list-style-type: decimal;
  list-style-position: inside; }

.k-resign-ulist li {
  margin-left: 1.5rem; }

.k-resign-ulist li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fe9600;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */ }

.k-settings {
  padding: 2rem 4rem 8rem 4rem; }
  .k-settings-header {
    margin-top: 4rem; }
    .k-settings-header img {
      float: left;
      margin-right: 1rem; }
    .k-settings-header::after {
      display: block;
      content: "";
      clear: both; }
  .k-settings-form p {
    padding-left: 10rem; }
