:root {
  --primary-font: "Noto Sans", sans-serif;
  --secondary-font: "Open Sans", sans-serif;

  --primary-color: #000;
  --white: #fff;
  --dark-red: #f18804;
}

* {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: var(--primary-font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
}

body.scroll {
  overflow: hidden;
}

main,
header,
section,
footer {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 10px;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 46px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 20px;
}

p {
  margin: 0 0 15px;
}

b,
strong {
  font-weight: bold;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  color: inherit;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 18px;
  margin: 0;
}

.no-bullets ul,
.no-bullets ol {
  list-style: none;
  padding: 0;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}

button {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"] {
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: none !important;
  outline: none !important;
}

textarea:focus,
input:focus,
select:focus,
a:focus,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--primary-color);
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semiBold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.position_relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-white {
  color: var(--white);
}

.text-black {
  color: var(--primary-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100dvh;
}
.bg_block {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.bg_block video,
.bg_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg_block:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.headerMain {
  padding: 20px;
}
.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.header_nav a {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.header_nav a:hover {
  border-color: var(--white);
}
.language-label input[type="checkbox"] {
  display: none;
}
.language-label input[type="checkbox"] + .language-toggle {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
  padding-inline: 5px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.language-label input[type="checkbox"] + .language-toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  right: auto;
  width: 7px;
  height: 7px;
  border: var(--white) 1px solid;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.language-label input[type="checkbox"]:checked + .language-toggle:after {
  left: auto;
  right: 2px;
}
.language-label input[type="checkbox"] + .language-toggle:before {
  content: "EN";
  text-align: right;
  display: block;
  font-size: 10px;
  color: var(--white);
}
.language-label input[type="checkbox"]:checked + .language-toggle:before {
  content: "SP";
  text-align: left;
}
.cosa_sis_content {
  color: var(--white);
  font-family: var(--secondary-font);
}
.cosa_sis_content p {
  font-size: 18px;
}
.cosa_sis_content ul,
.cosa_sis_content ol {
  margin-bottom: 15px;
}
.cosa_sis_content li {
  font-size: 18px;
  margin-bottom: 5px;
}
.cosa_sis_content a:hover {
  text-decoration: underline;
}
.cosa_sis_content table {
  color: var(--white);
  font-family: var(--secondary-font);
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.cosa_sis_content table thead th {
  font-size: 18px;
}
.cosa_sis_content table thead th:not(:empty) {
  background-color: var(--dark-red);
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid var(--white);
}
.cosa_sis_content table tbody td {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 16px;
}
.cosa_sis_content table tbody td:not(:empty) {
  border: 1px solid var(--white);
  border-width: 0 1px 1px 1px;
}
.cosa_sis_content table tbody td:first-child {
  border-width: 1px 0 1px 0;
}
.cosa_sis_content table tbody td:last-child {
  border-right-width: 0;
}

.cosa_sis_main {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 100px;
}
.cosa_sis_main .row.gx-5 {
  --bs-gutter-x: 6rem;
}
.learn_more_btn {
  background-color: var(--white);
  border: var(--white) 1px solid;
  color: var(--primary-color);
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 14px;
}
.learn_more_btn:hover {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.red-text {
  color: var(--dark-red);
}
.sis_logo {
  color: var(--white);
  margin-top: -30px;
}
.sis_logo h1 {
  font-size: 32px;
  margin-bottom: 40px;
}
.sis_logo .learn_more_btn {
  margin-top: 50px;
}
.powered_by_footer {
  color: var(--white);
  margin-top: 20px;
  text-align: right;
}
.powered_by_footer p {
  font-size: 10px;
}

/* New slider style */
.cosa_sis_content_slider_outer {
  position: relative;
}

.cosa_sis_content_slider_item {
  transition: opacity 0.6s ease;
}
.cosa_sis_content_slider_item:not(.active) {
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.cosa_sis_content_slider_item ul,
.cosa_sis_content_slider_item ol {
  margin-bottom: 15px;
  padding-left: 35px;
}

.cosa_sis_content_slider_item .slider_title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white);
}
.cosa_sis_content_slider_item .slider_sub_title {
  font-size: 60px;
  color: var(--dark-red);
  font-weight: 300;
  margin-bottom: 10px;
}
.cosa_sis_content_slider_item ul li,
.cosa_sis_content_slider_outer p {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
}
.cosa_sis_content_slider_outer p {
  margin-bottom: 20px;
}
.slider_dots {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: flex;
  gap: 15px;
  z-index: 5;
}

.slider_dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--dark-red);
  cursor: pointer;
  transition: 0.3s;
}

.slider_dots .dot.active {
  opacity: 1;
  background: #fff;
}

@media screen and (max-width: 1399px) {
  .sis_logo h1 {
    font-size: 28px;
  }
  .cosa_sis_content table tbody td,
  .cosa_sis_content {
    font-size: 14px;
  }
  .cosa_sis_content table thead th,
  .cosa_sis_content p {
    font-size: 16px;
  }
  .cosa_sis_content_slider_item .slider_title,
  .cosa_sis_content_slider_item .slider_sub_title {
    font-size: 56px;
  }
  .cosa_sis_content_slider_item ul li,
  .cosa_sis_content_slider_outer p {
    font-size: 30px;
  }
  .slider_dots {
    gap: 12px;
  }
  .cosa_sis_content_slider_item ul,
  .cosa_sis_content_slider_item ol {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .cosa_sis_main .row.gx-5 {
    --bs-gutter-x: 2rem;
  }
  .sis_logo h1 {
    font-size: 26px;
  }
  .cosa_sis_content table thead th:not(:empty) {
    padding: 10px;
  }
  .cosa_sis_content_slider_item .slider_title,
  .cosa_sis_content_slider_item .slider_sub_title {
    font-size: 46px;
  }
  .cosa_sis_content_slider_item ul li,
  .cosa_sis_content_slider_outer p {
    font-size: 24px;
  }
  .cosa_sis_main {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 992px) {
  .sis_logo h1 {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 55px;
    margin-bottom: 0;
  }
  .sis_logo h1 img {
    max-width: 45%;
  }
  .sis_logo {
    margin-bottom: 30px;
  }
  .sis_logo .learn_more_btn {
    margin-top: 10px;
  }
  .cosa_sis_main {
    padding-bottom: 60px;
  }
  .cosa_sis_content_slider_item .slider_title,
  .cosa_sis_content_slider_item .slider_sub_title {
    font-size: 40px;
  }
  .cosa_sis_content_slider_item ul,
  .cosa_sis_content_slider_item ol {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .container-sm,
  .container {
    max-width: 100%;
    padding-inline: 16px;
  }
  .sis_logo h1 {
    font-size: 18px;
    gap: 35px;
  }
  .cosa_sis_content table thead th,
  .cosa_sis_content p {
    font-size: 14px;
  }
  .cosa_sis_content table tbody td,
  .cosa_sis_content {
    font-size: 12px;
  }
  .sis_logo {
    margin-bottom: 20px;
  }
  .cosa_sis_content_table {
    overflow: hidden;
    overflow-x: auto;
  }
  .cosa_sis_content table {
    min-width: 600px;
  }
  .cosa_sis_content_slider_item .slider_title,
  .cosa_sis_content_slider_item .slider_sub_title {
    font-size: 34px;
  }
  .cosa_sis_content_slider_item ul li,
  .cosa_sis_content_slider_outer p {
    font-size: 20px;
  }
  .cosa_sis_content_slider_item ul,
  .cosa_sis_content_slider_item ol {
    padding-left: 20px;
  }
}

@media screen and (max-width: 575px) {
  .sis_logo h1 {
    font-size: 3.3vw;
    gap: 5vw;
  }
  .learn_more_btn {
    padding: 5px 20px;
    font-size: 12px;
  }
  .cosa_sis_content table thead th,
  .cosa_sis_content p {
    font-size: 12px;
  }
  .cosa_sis_content_slider_item .slider_title,
  .cosa_sis_content_slider_item .slider_sub_title {
    font-size: 28px;
  }
  .cosa_sis_content_slider_item ul li,
  .cosa_sis_content_slider_outer p {
    font-size: 18px;
    line-height: 1.3;
  }
  .cosa_sis_content_slider_outer p {
    margin-bottom: 10px;
  }
  .slider_dots .dot {
    width: 10px;
    height: 10px;
  }
}
