/* Global Variables */
/*set for calculation*/
/* CSS Resetter - Modern Minimal */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input, button, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
  background: none;
}
a {
  text-decoration: none;
  color: inherit;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* file: fonts.css */
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/syncedent/assets/fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bai Jamjuree";
  src: url("/wp-content/themes/syncedent/assets/fonts/Bai_Jamjuree/BaiJamjuree-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
html, body {
  height: 100%;
  /* penting agar body ikut penuh */
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
}
main {
  flex: 1;
}
.the-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.btn-demo a {
  padding: 17px 16px;
  background-color: #000;
  color: #fff !important;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500 !important;
  transition: all ease 0.3s;
}
@media (max-width: 1024px) {
  .btn-demo a {
    font-weight: 500 !important;
  }
}
.btn-demo a:hover {
  background-color: #FFF !important;
  color: #000 !important;
}
a.btn-demo {
  padding: 17px 16px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.48px;
  transition: all ease 0.3s;
}
a.btn-demo:hover {
  background-color: #FFF;
  color: #000;
}
.btn-cta {
  display: inline-block;
  padding: 17px 16px;
  border-radius: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.48px;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.btn-cta:hover {
  background-color: #FFF;
  color: #000;
}
.stop-scroll {
  overflow: hidden !important;
}
.top-bar {
  width: 100%;
  border-bottom: 1px solid #000;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background-color: transparent;
  transition: all ease 0.3s;
}
.top-bar.scrolled {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
.top-bar .the-container {
  padding: 24px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .top-bar .the-container {
    padding: 20px;
  }
}
.top-bar .the-logo .logo {
  display: none;
}
.top-bar .the-logo .logoWithText {
  display: block;
  width: 100%;
  height: 100%;
}
.top-bar .the-logo .logoWithText .logo-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: #000;
  gap: 16px;
}
@media (max-width: 1024px) {
  .top-bar .the-logo .logoWithText .logo-link {
    gap: 16px;
  }
}
.top-bar .the-logo .logoWithText .logo-link .logo-wrapper {
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .top-bar .the-logo .logoWithText .logo-link .logo-wrapper {
    width: 40px;
    height: 40px;
  }
}
.top-bar .the-logo .logoWithText .logo-link .logo-wrapper img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
.top-bar .the-logo .logoWithText .logo-link .text-wrapper {
  color: #000;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.top-bar .the-nav-wrapper {
  flex: 1;
}
@media (max-width: 1024px) {
  .top-bar .the-nav-wrapper {
    display: none;
  }
}
.top-bar .the-nav-wrapper .main-nav {
  width: 100%;
  display: block;
}
.top-bar .the-nav-wrapper .main-nav .nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.top-bar .the-nav-wrapper .main-nav .nav-menu .menu-item {
  margin-left: 36px;
}
.top-bar .the-nav-wrapper .main-nav .nav-menu .menu-item.btn-demo-popup {
  margin-left: 27px;
}
.top-bar .the-nav-wrapper .main-nav .nav-menu .menu-item.current-menu-item a {
  border-bottom: 1px solid #2AFF44;
}
.top-bar .the-nav-wrapper .main-nav .nav-menu .menu-item a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.48px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.top-bar .the-mobile-menu-wrapper {
  display: none;
}
@media (max-width: 1024px) {
  .top-bar .the-mobile-menu-wrapper {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .top-bar .the-mobile-menu-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
  }
}
.top-bar .disable-nav {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.48px;
}
.top-bar .disable-nav a {
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: default;
}
.top-bar .tooltip-nav {
  position: relative;
}
.top-bar .tooltip-nav:after {
  content: "Coming Soon";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.top-bar .tooltip-nav:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.top-bar .tooltip-nav:before, .top-bar .tooltip-nav:after {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.top-bar .tooltip-nav:hover:before, .top-bar .tooltip-nav:hover:after {
  opacity: 1;
  visibility: visible;
}
.top-bar .horizontal-separator a {
  color: #2AFF44 !important;
  cursor: default;
}
.mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
    position: fixed;
    z-index: 4;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all ease-in-out 0.3s;
    opacity: 0;
  }
  .mobile-menu.active {
    right: 0;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }
}
.mobile-menu .the-container {
  height: 100%;
  display: flex;
  padding: 20px 20px 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 55px;
}
.mobile-menu .mobile-top-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-menu .mobile-top-bar img {
  cursor: pointer;
}
.mobile-menu .main-nav-wrapper {
  width: 100%;
}
.mobile-menu .main-nav-wrapper .nav-menu {
  display: flex;
  flex-direction: column;
}
.mobile-menu .main-nav-wrapper .menu-item {
  margin-bottom: 30px;
}
.mobile-menu .main-nav-wrapper .menu-item a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 80% */
  letter-spacing: -0.6px;
  text-decoration: none;
}
.mobile-menu .main-nav-wrapper .menu-item.current-menu-item a {
  border-bottom: 1px solid #2AFF44;
}
.mobile-menu .main-nav-wrapper .menu-item:last-of-type {
  margin-top: 25px;
  margin-bottom: 0;
}
.mobile-menu .mobile-bottom-bar {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0px 20px;
  padding: 48px 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1024px) {
  .mobile-menu .mobile-bottom-bar {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .mobile-menu .mobile-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.mobile-menu .mobile-bottom-bar .logo-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.mobile-menu .mobile-bottom-bar .logo-img {
  width: 40px;
  height: 100%;
  display: block;
}
.mobile-menu .mobile-bottom-bar .logo-text {
  color: #000;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.mobile-menu .mobile-bottom-bar .credit-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 768px) {
  .mobile-menu .mobile-bottom-bar .credit-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.mobile-menu .disable-nav {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: -0.48px;
}
.mobile-menu .disable-nav a {
  color: rgba(0, 0, 0, 0.5) !important;
  position: relative;
  display: inline-block;
}
.mobile-menu .disable-nav a:after {
  content: "Coming Soon";
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000;
  display: block;
  white-space: nowrap;
  padding: 4px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.mobile-menu .disable-nav a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.mobile-menu .disable-nav a.pseudo-visible::before, .mobile-menu .disable-nav a.pseudo-visible::after {
  opacity: 1;
}
.mobile-menu .horizontal-separator a {
  color: #2AFF44 !important;
  cursor: default;
  display: none;
}
.website-footer {
  width: 100%;
  background-image: url("/wp-content/themes/syncedent/assets/img/bg-footer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.website-footer .the-container {
  padding: 48px 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1024px) {
  .website-footer .the-container {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .website-footer .the-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.website-footer .logo-container .logo-link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.website-footer .logo-container .logo-img {
  width: 40px;
  height: 100%;
  display: block;
}
.website-footer .logo-container .logo-text {
  color: #000;
  text-align: center;
  font-family: "Bai Jamjuree";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.website-footer .credit-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 768px) {
  .website-footer .credit-wrapper {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#popup-form {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  z-index: 5;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  overflow: auto;
}
@media (max-width: 430px) {
  #popup-form {
    padding: 20px;
  }
}
#popup-form.active {
  bottom: 0;
  opacity: 1;
}
#popup-form .popup-content {
  position: relative;
  width: 100%;
  max-width: 1103px;
  padding: 30px 40px;
  padding-right: 40px;
  border: 1px solid #FFF;
  border-radius: 10px;
  background-color: #000;
  color: #FFF;
  overflow-x: hidden;
  max-height: 100%;
}
@media (max-width: 430px) {
  #popup-form .popup-content {
    padding: 10px;
  }
}
#popup-form .popup-content .popup-close-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#popup-form .popup-content .popup-close-wrapper img {
  cursor: pointer;
}
#popup-form .popup-content .gform_wrapper {
  font-family: "Inter", sans-serif;
  padding: 30px 36px 30px 40px;
}
@media (max-width: 430px) {
  #popup-form .popup-content .gform_wrapper {
    padding: 10px;
  }
}
#popup-form .popup-content .gform_wrapper .gform_fields {
  row-gap: 0;
}
#popup-form .popup-content .gform_wrapper .gfield {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 0;
  margin-bottom: 10px;
}
#popup-form .popup-content .gform_wrapper .gfield .gfield_label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  display: inline;
  width: 280px;
  order: 2;
}
@media (max-width: 430px) {
  #popup-form .popup-content .gform_wrapper .gfield .gfield_label {
    margin-bottom: 0;
  }
}
#popup-form .popup-content .gform_wrapper .gfield .ginput_container {
  flex: 1;
  order: 3;
}
@media (max-width: 430px) {
  #popup-form .popup-content .gform_wrapper .gfield .ginput_container {
    width: 100%;
    flex: auto;
  }
}
#popup-form .popup-content .gform_wrapper .gfield .ginput_container input {
  background-color: transparent;
  color: #00FC1E;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 250% */
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#popup-form .popup-content .gform_wrapper .gfield .ginput_container input::placeholder {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  opacity: 0.3;
}
#popup-form .popup-content .gform_wrapper .gfield .ginput_container textarea {
  background-color: transparent;
  color: #00FC1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#popup-form .popup-content .gform_wrapper .gfield .ginput_container textarea::placeholder {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  opacity: 0.3;
}
#popup-form .popup-content .gform_wrapper .gfield .gfield_validation_message {
  width: 100%;
  order: 1;
}
#popup-form .popup-content .gform_wrapper .gform_title {
  display: none;
}
#popup-form .popup-content .gform_wrapper .gform_required_legend {
  display: none;
}
#popup-form .popup-content .gform_wrapper .left_label .gfield_html_formatted {
  margin-inline-start: 0;
  width: 100%;
}
#popup-form .popup-content .gform_wrapper #field_1_7 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 111.111% */
  margin-bottom: 30px;
}
#popup-form .popup-content .gform_wrapper .gform_footer {
  padding-inline-start: 0;
}
@media (max-width: 430px) {
  #popup-form .popup-content .gform_wrapper .gform_footer {
    margin-top: 50px;
  }
}
#popup-form .popup-content .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #FFF !important;
  color: #000 !important;
  display: inline-block !important;
  padding: 17px 16px !important;
  border-radius: 100px !important;
}
#popup-form .popup-content .gform_wrapper .gform_validation_errors {
  background-color: #FFF;
}
#popup-form .popup-content .gform_wrapper .gform_confirmation_message {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  line-height: 1.2;
}
#popup-form #gform_wrapper_2 #field_2_10 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 111.111% */
  margin-bottom: 30px;
}
#popup-form #gform_wrapper_2 .gfield_label {
  width: 280px;
}
#popup-form #gform_wrapper_2 select {
  background-color: transparent;
  color: #00FC1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-image: url("/wp-content/themes/syncedent/assets/img/dropdown-select-70.jpg");
  background-size: 40px;
  background-position: right;
}
#popup-form #gform_wrapper_2 select.not_selected {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  opacity: 1;
}
#popup-form #gform_wrapper_2 select option {
  background-color: #000;
}
#popup-form #gform_wrapper_2 select .gf_placeholder {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  opacity: 0.3;
}
#popup-form #gform_wrapper_2 textarea {
  background-color: transparent;
  color: #00FC1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#popup-form #gform_wrapper_2 textarea::placeholder {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 250% */
  opacity: 0.3;
}
.component-hero {
  background-color: transparent;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-image: url("/wp-content/themes/syncedent/assets/img/bgGradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .component-hero {
    min-height: calc(100vh - 81px);
  }
}
.component-hero .the-container {
  position: relative;
  min-height: inherit;
  height: 100%;
  padding-inline: 80px;
  padding-top: calc(48px + 99px);
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .component-hero .the-container {
    padding: 20px;
    padding-top: calc(20px + 81px);
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .component-hero .the-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.component-hero .content-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .component-hero .content-wrapper {
    flex: 1;
    min-height: auto;
  }
}
.component-hero .content-wrapper .image-wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .image-wrapper {
    border-radius: 10px;
  }
}
.component-hero .content-wrapper .image-wrapper:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .image-wrapper:after {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.component-hero .content-wrapper .image-wrapper img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.component-hero .content-wrapper .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content {
    gap: 0;
  }
}
.component-hero .content-wrapper .content .hero-title {
  margin: 0 auto;
  width: 100%;
  max-width: 962px;
  width: 100%;
  text-align: center;
  letter-spacing: 1.5px;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content .hero-title {
    padding-inline: 20px;
    margin-top: 167px;
    margin-bottom: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 430px) {
  .component-hero .content-wrapper .content .hero-title {
    margin-top: 0;
  }
}
.component-hero .content-wrapper .content .hero-title span {
  color: #FFF;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-right: 8px;
}
.component-hero .content-wrapper .content .hero-title span:last-of-type {
  padding-right: 0;
}
.component-hero .content-wrapper .content .hero-title span.italic {
  font-style: italic;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content .hero-title span {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
  }
}
.component-hero .content-wrapper .content .hero-description {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content .hero-description {
    padding-inline: 20px;
    margin-bottom: 40px;
  }
}
.component-hero .content-wrapper .content .hero-description span {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  padding: 0 10px;
}
.component-hero .content-wrapper .content .hero-description span:first-of-type {
  padding: 0;
}
.component-hero .content-wrapper .content .hero-description span:last-of-type {
  padding: 0;
}
.component-hero .content-wrapper .content .hero-description span.italic {
  font-style: italic;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content .hero-description span {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
}
.component-hero .content-wrapper .content .button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .component-hero .content-wrapper .content .button-group {
    margin-bottom: 162px;
  }
}
@media (max-width: 430px) {
  .component-hero .content-wrapper .content .button-group {
    margin-bottom: 0;
  }
}
.component-hero .content-wrapper .content .button-group .button-item {
  padding: 17px 16px;
  border-radius: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.48px;
  text-decoration: none;
  transition: all ease 0.3s;
  /* panah di bawah kiri */
}
.component-hero .content-wrapper .content .button-group .button-item.btn-white {
  background-color: #FFF;
  color: #000;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-white:hover {
  background-color: #000;
  color: #FFF;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-black {
  background-color: #000;
  color: #FFF;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-black:hover {
  background-color: #FFF;
  color: #000;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-black-transparent {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-black-transparent:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
.component-hero .content-wrapper .content .button-group .button-item.disable-button {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.component-hero .content-wrapper .content .button-group .button-item.disable-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-tooltip {
  position: relative;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-tooltip::after, .component-hero .content-wrapper .content .button-group .button-item.btn-tooltip::before {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-tooltip:hover::after, .component-hero .content-wrapper .content .button-group .button-item.btn-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-tooltip::after {
  content: "Coming Soon";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.component-hero .content-wrapper .content .button-group .button-item.btn-tooltip::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.component-intro {
  width: 100%;
  min-height: 90vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .component-intro {
    min-height: calc(100vh - 81px);
    align-items: stretch;
  }
}
.component-intro .content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}
@media (max-width: 1024px) {
  .component-intro .content-wrapper {
    min-height: inherit;
    background-color: transparent;
    color: #FFF;
    display: flex;
  }
}
@media (max-width: 768px) {
  .component-intro .content-wrapper {
    min-height: auto;
    flex: 1;
  }
}
.component-intro .content-wrapper .the-container {
  padding: 30px 80px;
}
@media (max-width: 1024px) {
  .component-intro .content-wrapper .the-container {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.component-intro .content-wrapper .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .component-intro .content-wrapper .title {
    font-size: 32px;
  }
}
.component-intro .content-wrapper .description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.component-intro .background-image-wrapper {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.component-intro .background-image-wrapper img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.component-slider-tab {
  background-color: #000;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-slider-tab .the-container {
  padding: 48px 80px 60px;
}
@media (max-width: 1024px) {
  .component-slider-tab .the-container {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.component-slider-tab .slider-tab-image-group {
  border-radius: 30px;
  overflow: hidden;
  min-height: 550px;
  height: 550px;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-image-group {
    border-radius: 10px;
    display: none;
  }
}
.component-slider-tab .slider-tab-image-group img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.component-slider-tab .slider-tab-title-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group {
    flex-direction: row;
    display: none;
  }
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-item {
  cursor: pointer;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  transition: all ease 0.5s;
  position: relative;
  opacity: 0.5;
  align-self: center;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group .slider-tab-title-item {
    flex: 0 0 100%;
  }
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-item.active {
  color: #2AFF44;
  opacity: 1;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group .slider-tab-title-item.active {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-item:hover {
  color: #2AFF44;
  opacity: 1;
  transition: all ease 0.5s !important;
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-item .title {
  display: block;
  max-width: 226px;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group .slider-tab-title-item {
    position: relative;
    bottom: 0;
    font-size: 32px;
    transition: all ease-in-out 0.3s !important;
  }
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-separator {
  width: 1px;
  background-color: #FFF;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group .slider-tab-title-separator {
    display: none;
  }
}
.component-slider-tab .slider-tab-title-group .slider-tab-title-separator-custom {
  align-self: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 40px;
  /* 111.111% */
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-title-group .slider-tab-title-separator-custom {
    display: none;
  }
}
.component-slider-tab .slider-tab-description-group {
  width: 100%;
}
.component-slider-tab .slider-tab-description-group .slider-tab-image-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-description-group .slider-tab-image-mobile {
    display: block;
    width: 100%;
    min-height: 524px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .component-slider-tab .slider-tab-description-group .slider-tab-image-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 768px) {
  .component-slider-tab .slider-tab-description-group .slider-tab-image-mobile {
    min-height: 40vh;
    height: 40vh;
  }
}
@media (max-width: 430px) {
  .component-slider-tab .slider-tab-description-group .slider-tab-image-mobile {
    min-height: 30vh;
    height: 30vh;
  }
}
.component-slider-tab .slider-tab-description-group .slider-tab-title-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .component-slider-tab .slider-tab-description-group .slider-tab-title-mobile {
    display: block;
    color: #2AFF44;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.component-slider-tab .slider-tab-description-group .slider-tab-description-item p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
.component-slider-tab .slick-list {
  margin: 0 -20px;
  min-height: inherit;
  height: inherit;
}
.component-slider-tab .slick-track {
  display: flex !important;
  min-height: inherit;
  height: inherit;
}
.component-slider-tab .slick-slide {
  height: inherit !important;
  margin: 0 20px;
}
.component-slider-tab .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  bottom: 0;
}
.component-slider-tab .slick-dots li {
  margin: 0;
}
.component-slider-tab .slick-dots li button:before {
  color: #2AFF44;
  font-size: 10px;
}
.component-slider-tab .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* below custom code that for conditional purpose */
.component-info-box {
  background-color: #FFF;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .component-info-box {
    min-height: calc(100vh - 81px);
    display: flex;
    align-items: center;
  }
}
.component-info-box .the-container {
  padding: 48px 80px;
}
@media (max-width: 1024px) {
  .component-info-box .the-container {
    padding: 20px;
  }
}
.component-info-box .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .component-info-box .content-wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: normal;
  }
}
.component-info-box .content-wrapper .content {
  order: 1;
}
@media (max-width: 1024px) {
  .component-info-box .content-wrapper .content {
    order: 2;
  }
}
.component-info-box .content-wrapper .content .title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .component-info-box .content-wrapper .content .title {
    font-size: 32px;
  }
}
.component-info-box .content-wrapper .content .description p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.component-info-box .content-wrapper .image-wrapper {
  border-radius: 30px;
  overflow: hidden;
  order: 2;
}
@media (max-width: 1024px) {
  .component-info-box .content-wrapper .image-wrapper {
    order: 1;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .component-info-box .content-wrapper .image-wrapper {
    height: 40vh;
  }
}
@media (max-width: 430px) {
  .component-info-box .content-wrapper .image-wrapper {
    height: 30vh;
  }
}
.component-info-box .content-wrapper .image-wrapper img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.component-slider-cards {
  width: 100%;
  background-color: #000;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-slider-cards .the-container {
  padding: 48px 64px;
}
@media (max-width: 1024px) {
  .component-slider-cards .the-container {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.component-slider-cards .slider-cards-item {
  padding: 10px;
  border-radius: 10px;
  background: conic-gradient(from 150deg at 100% 45.71%, #F647F2 0deg, #F9A84A 116.9999957085deg, #179B93 194.8908519745deg, #CFAE60 206.9999957085deg, #099 360deg);
}
@media (max-width: 1024px) {
  .component-slider-cards .slider-cards-item {
    padding: 20px;
  }
}
.component-slider-cards .slider-cards-item .image-wrapper {
  height: 350px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .component-slider-cards .slider-cards-item .image-wrapper {
    height: 36vh;
  }
}
.component-slider-cards .slider-cards-item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.component-slider-cards .slider-cards-item .title {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  padding-inline: 20px;
  padding-top: 35px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .component-slider-cards .slider-cards-item .title {
    font-size: 32px;
    padding-inline: 0;
    text-align: left;
  }
}
.component-slider-cards .slider-cards-item .description {
  padding-inline: 20px;
  /* in figma 30px, 10px came from .slider-cards-item */
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .component-slider-cards .slider-cards-item .description {
    padding-inline: 0;
    padding-bottom: 10px;
  }
}
.component-slider-cards .slider-cards-item .description p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
@media (max-width: 1024px) {
  .component-slider-cards .slider-cards-item .description p {
    padding-inline: 0;
    text-align: left;
  }
}
.component-slider-cards .slick-list {
  margin: 0 -16px;
  min-height: inherit;
}
.component-slider-cards .slick-track {
  display: flex !important;
  min-height: inherit;
}
.component-slider-cards .slick-slide {
  height: inherit !important;
  margin: 0 16px;
}
.component-slider-cards .slick-dots {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.component-slider-cards .slick-dots li {
  margin: 0;
}
.component-slider-cards .slick-dots li button:before {
  color: #2AFF44;
  font-size: 10px;
}
.component-slider-cards .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.component-jumbotron {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.component-jumbotron .the-container {
  padding: 60px 80px 30px;
}
@media (max-width: 1024px) {
  .component-jumbotron .the-container {
    padding: 40px 20px;
  }
}
.component-jumbotron .title {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .component-jumbotron .title {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 55px */
    margin-bottom: 30px;
  }
}
.component-jumbotron .button-wrapper {
  text-align: center;
}
.component-slider-info-box {
  background-color: #fff;
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-slider-info-box .the-container {
  padding: 48px 80px;
}
@media (max-width: 1024px) {
  .component-slider-info-box .the-container {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.component-slider-info-box .slider-info-item {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.component-slider-info-box .slider-info-item .content-wrapper {
  flex: 1;
  order: 1;
}
@media (max-width: 768px) {
  .component-slider-info-box .slider-info-item .content-wrapper {
    order: 2;
    width: 100%;
  }
}
.component-slider-info-box .slider-info-item .content-wrapper .pre-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  opacity: 0.5;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .component-slider-info-box .slider-info-item .content-wrapper .pre-title {
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 80% */
    letter-spacing: -0.6px;
  }
}
.component-slider-info-box .slider-info-item .content-wrapper .title {
  color: #000;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  /* 76.923% */
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .component-slider-info-box .slider-info-item .content-wrapper .title {
    font-size: 32px;
  }
}
.component-slider-info-box .slider-info-item .content-wrapper .description p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .component-slider-info-box .slider-info-item .content-wrapper .description p {
    font-size: 14px;
    line-height: 1.2;
  }
}
.component-slider-info-box .slider-info-item .content-wrapper ul {
  list-style-type: disc;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .component-slider-info-box .slider-info-item .content-wrapper ul {
    font-size: 14px;
    line-height: 1.2;
  }
}
.component-slider-info-box .slider-info-item .content-wrapper .btn-wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .component-slider-info-box .slider-info-item .content-wrapper .btn-wrapper {
    margin-top: 24px;
  }
}
.component-slider-info-box .slider-info-item .image-wrapper {
  width: 50%;
  border-radius: 30px;
  overflow: hidden;
  order: 2;
}
@media (max-width: 768px) {
  .component-slider-info-box .slider-info-item .image-wrapper {
    order: 1;
    height: 30vh;
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
  }
}
@media (max-width: 430px) {
  .component-slider-info-box .slider-info-item .image-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.component-slider-info-box .slider-info-item .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.component-slider-info-box .slick-track {
  display: flex !important;
}
.component-slider-info-box .slick-slide {
  margin: 0 10px;
  /* add space between left and rigtx */
  height: inherit !important;
  user-select: text !important;
}
.component-slider-info-box .slick-slide:active {
  cursor: grabbing;
}
.component-slider-info-box .slick-list {
  margin: 0 -10px;
  /* balancing the space between */
}
.component-slider-info-box .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  bottom: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .component-slider-info-box .slick-dots {
    justify-content: flex-start;
  }
}
.component-slider-info-box .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
.component-slider-info-box .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
.component-slider-info-box .slick-dots li button:before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
@media (max-width: 1024px) {
  .component-slider-info-box .slick-dots li button:before {
    font-size: 10px;
  }
}
.component-slider-info-box .slick-dotted.slick-slider {
  margin-bottom: 0;
}
