.cs_preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 100vh;
  font-size: 80px;
  background-color: var(--web-wash);
}

.cs_preloader_in {
  width: 130px;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  border-radius: 50%;
}

.cs_preloader_in:after,
.cs_preloader_in:before {
  content: "";
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  margin-left: -65px;
  margin-top: -65px;
}

.cs_preloader_in:after {
  border-color: transparent;
  border-top-color: var(--accent);
  animation: spin 1s ease-in-out infinite;
  z-index: 2;
}

.cs_preloader_in:before {
  border-color: var(--accent);
  opacity: 0.2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cs_site_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 101;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 {
  background-color: var(--web-wash);
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}

.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 45px;
  }
}

.cs_site_header.cs_style_1 .cs_nav_list>li>a {
  text-transform: uppercase;
}

.cs_site_header.cs_style_1.cs_transparent_header {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

@media (min-width: 1200px) {
  .cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a {
    color: #fff;
  }

  .cs_site_header.cs_style_1.cs_transparent_header .cs_nav_list>li>a:hover {
    color: var(--accent);
  }
}

.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2 {
  border-radius: 5px;
  border-color: #fff;
  color: #fff;
}

.cs_site_header.cs_style_1.cs_transparent_header .cs_btn.cs_style_2:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}

.cs_site_header.cs_style_1.cs_type_1 {
  background-color: transparent;
  border-bottom: 1px solid var(--ternary);
}

.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: var(--web-wash);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.cs_site_header.cs_style_2 .cs_main_header_in {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}

.cs_site_header.cs_style_2 .cs_main_header_left {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .cs_site_header.cs_style_2 .cs_header_number {
    color: #fff;
  }

  .cs_site_header.cs_style_2 .cs_btn.cs_style_2 {
    border-color: #fff;
    color: #fff;
  }

  .cs_site_header.cs_style_2 .cs_btn.cs_style_2:hover {
    border-color: var(--accent);
  }
}

.cs_site_header.cs_style_2.cs_type_1 {
  border-bottom: 1px solid var(--secondary);
}

.cs_site_header.cs_style_2.cs_type_1 .cs_header_info_box {
  color: #fff;
}

.cs_site_header.cs_style_2.cs_type_1 .cs_header_number_icon {
  color: var(--accent);
}

.cs_site_header.cs_style_2.cs_type_1 .cs_btn.cs_style_2 {
  border-color: #fff;
  color: #fff;
}

.cs_site_header.cs_style_2.cs_type_1 .cs_btn.cs_style_2:hover {
  border-color: var(--accent);
}

.cs_header_info_box {
  display: flex;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .cs_header_info_box {
    gap: 30px 30px;
  }
}

.cs_header_number {
  display: flex;
  align-items: center;
  gap: 15px;
}

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

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.cs_hamburger_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: currentColor;
  background-color: transparent;
  outline: none;
  padding: 0;
  color: #fff;
}

.cs_hamburger_btn .cs_hamburger_btn_in {
  width: 30px;
  height: 22px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.cs_hamburger_btn .cs_hamburger_btn_in span {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
  left: 0;
}

.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(1) {
  transform: translate(0, -10px);
  width: calc(100% - 5px);
}

.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(2) {
  transform: translate(0, 0);
}

.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(3) {
  transform: translate(0, 10px);
  width: calc(100% - 10px);
}

.cs_hamburger_btn .cs_hamburger_btn_in span:nth-child(4) {
  transform: translate(0, 20px);
  width: calc(100% - 20px);
}

.cs_hamburger_btn:hover .cs_hamburger_btn_in span {
  transition: 0.3s ease-in-out;
}

.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(1) {
  transform: translate(0, 0);
}

.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(2) {
  transform: translate(0, 10px);
}

.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(3) {
  transform: translate(0, 20px);
}

.cs_hamburger_btn:hover .cs_hamburger_btn_in span:nth-child(4) {
  transform: translate(0, 30px);
}

.cs_hamburger_active {
  overflow: hidden;
}

.cs_hamburger_header {
  position: fixed;
  z-index: 99999;
  background-color: rgba(27, 27, 27, 0.9607843137);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cs_hamburger_header .cs_social_btns.cs_style_1 a {
  border-color: var(--accent);
  color: #fff;
}

.cs_hamburger_header .cs_social_btns.cs_style_1 a:hover {
  transform: initial;
  background-color: var(--accent);
}

.cs_hamburger_header.active {
  opacity: 1;
  visibility: visible;
}

.cs_hamburger_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}

.cs_hamburger_menu {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.cs_hamburger_menu ul {
  list-style: none;
  padding: 0;
  margin: auto 0;
}

.cs_hamburger_menu .menu-item-has-children ul {
  display: none;
}

.cs_hamburger_menu .cs_menu_dropdown_toggle {
  display: block;
  cursor: pointer;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .cs_hamburger_menu .cs_menu_dropdown_toggle {
    position: initial;
    height: initial;
    width: initial;
    padding: 0;
  }
}

.cs_hamburger_menu .cs_menu_dropdown_toggle::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  height: 50px;
}

.cs_hamburger_menu .cs_menu_dropdown_toggle span {
  width: 0px;
  height: 0px;
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.cs_hamburger_menu .cs_menu_dropdown_toggle span::before,
.cs_hamburger_menu .cs_menu_dropdown_toggle span::after {
  display: none;
}

.cs_hamburger_menu .menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 0 23px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.cs_hamburger_menu .menu-item-has-children:hover>a {
  color: var(--accent);
}

.cs_hamburger_menu .menu-item-has-children>*:first-child {
  order: 1;
}

.cs_hamburger_menu .menu-item-has-children>*:nth-child(2) {
  order: 3;
}

.cs_hamburger_menu .menu-item-has-children>*:nth-child(3) {
  order: 2;
}

.cs_hamburger_menu .menu-item-has-children>ul {
  width: 100%;
}

.cs_hamburger_menu .cs_nav_list>li:not(:last-child) {
  margin-bottom: 28px;
}

.cs_hamburger_menu .cs_nav_list>li>ul {
  font-size: 65%;
  line-height: 1.6em;
}

.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle {
  display: block;
  cursor: pointer;
}

.cs_hamburger_menu .cs_nav_list>li>ul .cs_menu_dropdown_toggle::before {
  height: 39px;
}

.cs_hamburger_menu .cs_nav_list>li img {
  display: none;
}

.cs_hamburger_menu .cs_nav_list ul {
  padding-left: 25px;
  padding-top: 10px;
}

.cs_hamburger_menu .cs_nav_list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.cs_close_hamburger {
  background-color: transparent;
  border: navajowhite;
  padding: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}

.cs_close_hamburger:hover {
  opacity: 0.75;
  transform: rotate(90deg) scale(1.05);
}

.cs_hamburger_header_info {
  height: calc(100vh - 110px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .cs_hamburger_header_info {
    display: none;
  }
}

.cs_hamburger_header_info_in {
  padding: 0px 0 50px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
  }

  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
}

.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
}

.cs_gescout_sticky.cs_site_header.cs_style_1 {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}

.cs_gescout_sticky.cs_site_header.cs_style_1.cs_transparent_header {
  background-color: rgba(0, 0, 0, 0.8);
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}

.cs_gescout_show.cs_site_header.cs_style_2 {
  background-color: var(--primary);
}

.cs_gescout_show.cs_site_header.cs_style_2 .cs_main_header_in {
  height: 90px;
}

.cs_gescout_show.cs_site_header.cs_style_2 .cs_header_info_box {
  color: #fff;
}

.cs_gescout_show.cs_site_header.cs_style_2 .cs_btn.cs_style_2 {
  border-color: #fff;
  color: #fff;
}

.cs_gescout_show.cs_site_header.cs_style_2 .cs_btn.cs_style_2:hover {
  border-color: var(--accent);
}

.cs_site_branding {
  display: inline-block;
}

.cs_site_branding+.cs_nav {
  margin-left: 80px;
}

@media (max-width: 1600px) {
  .cs_site_branding+.cs_nav {
    margin-left: 40px;
  }
}

.cs_main_header .container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

@media (max-width: 1600px) {
  .cs_main_header .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 1400px) {
  .cs_main_header .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .cs_main_header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }

  .cs_main_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }

  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
  }

  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }

  .cs_nav .cs_nav_list>li {
    margin-right: 40px;
    height: inherit;
  }

  .cs_nav .cs_nav_list>li:last-child {
    margin-right: 0;
  }

  .cs_nav .cs_nav_list>li>a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }

  .cs_nav .cs_nav_list>li>ul {
    left: 0;
    top: calc(100% + 15px);
    transition: all 0.4s ease;
    pointer-events: none;
  }

  .cs_nav .cs_nav_list>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .cs_nav .cs_nav_list>li.menu-item-has-children>a {
    position: relative;
  }

  .cs_nav .cs_nav_list>li.menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }

  .cs_nav .cs_nav_list>li ul {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }

  .cs_nav .cs_nav_list ul {
    width: 230px;
    background-color: var(--web-wash);
    position: absolute;
    border-top: 2px solid var(--accent);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
  }

  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
  }

  .cs_nav .cs_nav_list ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }

  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }

  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }

  .cs_nav+.cs_toolbox {
    margin-left: 40px;
  }

  .cs_menu_toggle,
  .cs_menu_dropdown_toggle {
    display: none;
  }

  .cs_nav .cs_nav_list .cs_mega_menu {
    position: relative;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1296px !important;
    display: flex !important;
    position: fixed;
    top: 100px !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px 10px;
    border-top: 2px solid var(--accent);
    border-radius: 0 0 5px 5px;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper a {
    padding: 7px 10px;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children {
    flex: 1;
    padding: 10px 0;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a {
    font-size: 18px;
    font-weight: 600;
    pointer-events: none;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children>a:hover {
    background-color: transparent;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper .menu-item-has-children ul a {
    transition: all 0.4s ease;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb {
    display: grid !important;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding: 25px 25px 20px 25px;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb img {
    border: 1px solid var(--border);
    border-radius: 7px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 8px;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb a {
    padding: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
  }

  .cs_nav .cs_nav_list .cs_mega_wrapper.cs_with_thumb a:hover img {
    border-color: #d5d4d4;
  }

  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }

  .cs_nav .cs_nav_list>li ul:not(.cs_mega_wrapper) .menu-item-has-children>a {
    position: relative;
  }
}

@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 1116px !important;
  }

  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }

  .cs_site_header_full_width .container {
    padding: 0 15px;
  }

  .cs_menu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }

  .cs_menu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }

  .cs_menu_dropdown_toggle span:before,
  .cs_menu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }

  .cs_menu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .cs_menu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .menu-item-has-children .menu-item-has-children .cs_menu_dropdown_toggle {
    padding: 20px 18px;
  }

  .cs_site_branding {
    position: relative;
    z-index: 101;
  }

  .cs_nav .cs_nav_list {
    position: fixed;
    width: 100vw;
    left: -100vw;
    background-color: var(--web-wash);
    color: var(--primary);
    padding: 10px 0;
    top: 0;
    overflow: auto;
    height: 100vh;
    line-height: 1.6em;
    padding-top: 80px;
  }

  .cs_nav .cs_nav_list img {
    display: none;
  }

  .cs_nav .cs_nav_list.cs_active {
    left: 0vw;
  }

  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }

  .cs_nav .cs_nav_list a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
  }

  .cs_nav .cs_nav_list>li>a {
    font-size: 18px;
    line-height: 22px;
  }

  .cs_nav .menu-item-has-children {
    position: relative;
  }

  .cs_transparent_header .cs_nav_list {
    background-color: #1b1b1b;
    color: #fff;
  }

  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: var(--primary);
  }

  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }

  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }

  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .cs_transparent_header .cs_menu_toggle {
    color: #fff;
  }

  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }

  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }

  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }

  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }

  .cs_nav .cs_nav_list a {
    position: relative;
  }

  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }

  .cs_site_header .current-menu-item>a:before {
    display: none;
  }

  .cs_site_header.cs_style_1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .cs_site_header.cs_style_1 {
    top: 0;
  }

  .cs_has_main_nav {
    display: none;
  }

  .cs_site_header .cs_btn.cs_style_2 {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }

  .cs_site_header.cs_style_1 .cs_action_box>*:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 575px) {
  .cs_site_header .cs_btn.cs_style_2 {
    display: none;
  }
}

.cs_login_page .cs_site_header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.cs_login_page {
  position: relative;
}

.cs_login_top_action {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 20;
}

.cs_login_top_action .cs_home_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e5e8f0;
  box-shadow: 0 12px 24px rgba(15, 16, 18, 0.16);
  color: #1e2433;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cs_login_top_action .cs_home_btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 36px rgba(15, 16, 18, 0.22);
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

.cs_login_top_action .cs_home_btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.cs_login_page .cs_login_section,
.cs_login_page .cs_auth_section {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(130deg, rgba(11, 34, 56, 0.86) 0%, rgba(11, 34, 56, 0.52) 55%, rgba(0, 0, 0, 0.58) 100%), url("/images/login_image.jpg");
  background-position: center;
  background-size: cover;
}

.cs_auth_section .container {
  max-width: 520px;
}

.cs_auth_card {
  background-color: var(--web-wash);
  border-radius: 18px;
  padding: 44px 40px;
  box-shadow: 0 25px 40px rgba(15, 16, 18, 0.16);
}

.cs_auth_content h1 {
  margin-bottom: 12px;
}

.cs_auth_content p {
  margin-bottom: 25px;
  color: var(--secondary);
}

.cs_message {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.cs_message.cs_message_success {
  background-color: #edf7ee;
  color: #1f6f44;
}

.cs_message.cs_message_error {
  background-color: #fde2e2;
  color: #ac2e2e;
}

.cs_login_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs_form_field label {
  display: inline-block;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 8px;
}

.cs_form_field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background-color: var(--web-wash);
  color: var(--primary);
}

.cs_form_field input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(170, 132, 83, 0.2);
}

.cs_password_field {
  position: relative;
  display: flex;
  align-items: center;
}

.cs_password_field input {
  width: 100%;
  padding-right: 48px;
}

.cs_password_toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--secondary);
  box-shadow: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.cs_password_toggle i {
  pointer-events: none;
}

.cs_password_toggle:hover {
  color: var(--accent);
}

.cs_password_toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.cs_login_options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cs_checkbox_field {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: var(--secondary);
  display: flex;
  justify-items: center;
  align-items: center;
}

.cs_auth_link {
  font-size: 14px;
  color: var(--accent);
}

.cs_auth_link:hover {
  text-decoration: underline;
}

.cs_login_form .cs_btn.cs_style_1 {
  width: 100%;
  justify-content: center;
}

.cs_auth_meta {
  margin-top: 12px;
  color: var(--secondary);
  font-size: 14px;
}

.cs_auth_meta a {
  color: var(--accent);
  font-weight: 600;
}

.cs_auth_meta a:hover {
  text-decoration: underline;
}

.cs_dev_hint {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f5f1eb;
  color: var(--primary);
  font-size: 13px;
  word-break: break-all;
}

.cs_dev_hint a {
  color: var(--accent);
}

@media (max-width: 767px) {
  .cs_login_top_action {
    position: fixed;
    top: 16px;
    left: 16px;
    margin: 0;
  }

  .cs_login_top_action .cs_home_btn {
    width: 46px;
    height: 46px;
  }

  .cs_auth_card {
    padding: 34px 28px;
  }

  .cs_auth_section .container {
    padding-inline: 24px;
  }
}

.cs_visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cs_login_page .cs_auth_section {
  position: relative;
  min-height: 100vh;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/images/login_image.jpg") center center/cover no-repeat fixed;
}

.cs_login_page .cs_auth_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 38, 0.62) 0%, rgba(12, 34, 66, 0.45) 50%, rgba(5, 12, 22, 0.6) 100%);
}

.cs_login_page .cs_auth_section .container {
  position: relative;
  z-index: 1;
  max-width: 460px;
  width: 100%;
}

.cs_login_page .cs_auth_card {
  text-align: center;
  padding: 48px 42px 38px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.cs_login_page .cs_auth_content {
  width: 100%;
}

.cs_login_page .cs_auth_title {
  padding: 5px;
  font-size: 32px;
  font-weight: 600;
  color: #1e2433;
  margin-bottom: 10px;
}

.cs_login_page .cs_auth_subtitle {
  margin-bottom: 22px;
  color: #7a8091;
}

.cs_login_page .cs_message {
  text-align: left;
}

.cs_login_page .cs_form_field {
  text-align: left;
}

.cs_login_page .cs_form_field label {
  display: none;
}

.cs_login_page .cs_form_field input {
  height: 48px;
  background: #f7f8fb;
  border: 1px solid #e5e8f0;
  border-radius: 10px;
  padding: 0 14px;
  font-weight: 500;
}

.cs_login_page .cs_form_field input::placeholder {
  color: #9ba3b5;
}

.cs_login_page .cs_password_toggle {
  color: #b1b7c4;
}

.cs_login_page .cs_password_toggle:hover {
  color: #4e6bff;
}

.cs_login_page .cs_login_options {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cs_login_page .cs_checkbox_field {
  color: #6d7383;
  font-size: 14px;
}

.cs_login_page .cs_checkbox_field input {
  width: 18px;
  height: 18px;
  accent-color: #4e6bff;
}

.cs_login_page .cs_auth_link {
  color: #4e6bff;
  font-weight: 600;
}

.cs_login_page .cs_btn.cs_style_1 {
  background: #4e6bff;
  color: #fff;
  border: none;
  box-shadow: 0 12px 28px rgba(78, 107, 255, 0.32);
  height: 48px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs_login_page .cs_btn.cs_style_1:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(78, 107, 255, 0.38);
}

.cs_login_page .cs_auth_meta_welcome {
  margin-top: 24px;
  margin-bottom: 0;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #a5acba;
  text-transform: uppercase;
}

.cs_login_page .cs_auth_signup {
  margin-top: 8px;
  margin-bottom: 0;
  color: #7a8091;
  font-size: 14px;
}

.cs_login_page .cs_auth_signup a {
  color: #4e6bff;
  font-weight: 600;
}

@media (max-width: 575px) {
  .cs_login_page .cs_auth_card {
    padding: 38px 28px 30px;
  }
}

.cs_login_page .cs_auth_section .container {
  max-width: 380px;
}

.cs_login_page .cs_auth_card {
  padding: 30px 26px 24px;
  font-size: 14px;
}

.cs_login_page .cs_auth_title {
  font-size: 24px;
  margin-bottom: 6px;
}

.cs_login_page .cs_auth_subtitle {
  margin-bottom: 12px;
  font-size: 13px;
}

.cs_login_page .cs_login_form {
  gap: 12px;
}

.cs_login_page .cs_form_field input {
  height: 42px;
  font-size: 14px;
}

.cs_login_page .cs_btn.cs_style_1 {
  height: 42px;
  font-size: 14px;
}

.cs_login_page .cs_auth_meta_welcome {
  margin-top: 14px;
  letter-spacing: 0.12em;
  font-size: 13px;
}

.cs_login_page .cs_auth_signup {
  margin-top: 4px;
  font-size: 13px;
}

/* Custom Cursor Dot */
.cs_cursor_drop {
  position: fixed;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.08s ease;
  z-index: 99999;
  will-change: transform, opacity;
}

/* Updated Ripple (Pulse) */
.cs_cursor_drop_pulse {
  opacity: 0.55;
  /* Slightly more visible */
  animation: cs-drop-pulse 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  z-index: 99998;
  transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0) scale(1);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  /* Thicker border */
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 40%, transparent 80%);
}

@keyframes cs-drop-pulse {
  from {
    transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0) scale(0.2);
    opacity: 0.6;
  }

  to {
    transform: translate3d(var(--tx, 0px), var(--ty, 0px), 0) scale(3.5);
    /* Larger scale */
    opacity: 0;
  }
}

.cs_login_page {
  cursor: none !important;
}

.cs_login_page .cs_auth_card,
.cs_login_page .cs_auth_card *,
.cs_login_page .cs_site_header,
.cs_login_page .cs_home_btn {
  cursor: auto;
}