:root {
  --black: black;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.div-block {
  width: auto;
  height: 100vh;
}

.hero-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#101010cc, #101010cc), url('../images/car-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  height: 100vh;
  padding: 12rem 15% 5rem;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(#101010cc, #101010cc), url('../images/car-1.jpg');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  margin-bottom: 5%;
  padding: 7rem 5% 5%;
}

.hero-section.about-us.larger-height {
  height: 160vh;
}

.hero-section.about-us.shorter {
  min-height: 100vh;
}

.hero-section.about-us.shorter.auto, .hero-section.article {
  height: auto;
}

.image {
  width: 110px;
  max-width: 100%;
}

.container {
  padding-top: .5%;
  padding-bottom: .5%;
}

.div-block-2 {
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-gradient {
  z-index: 3;
  background-image: linear-gradient(360deg, #fff, #fff0 80%);
  height: 31vh;
  position: absolute;
  inset: auto 0% 0%;
}

.text-wrapper {
  padding: 2.5% 15%;
}

.text-wrapper.header {
  margin-top: 0%;
  padding: 0%;
}

.text-wrapper.paragraph {
  margin-bottom: 0%;
  padding: 0%;
  font-family: Gilroy Regular, sans-serif;
}

.body {
  font-family: Gilroy Regular, sans-serif;
}

.navbar {
  background-color: #0000;
  font-family: Gilroy Bold, sans-serif;
}

.navbar.alt {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffeb;
  width: 100%;
  padding: .5% 0 .5% 0%;
  position: absolute;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0%;
  font-family: Gilroy Black, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.heading.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 7.5%;
  font-size: 40px;
  line-height: 48px;
}

.heading.cta {
  color: #fff;
  font-family: Gilroy Bold, sans-serif;
  font-size: 46px;
  line-height: 60px;
}

.heading.title-article {
  text-align: left;
  display: flex;
}

.heading.title-article.black {
  font-family: Gilroy Bold, sans-serif;
  font-size: 54px;
  line-height: 68px;
}

.heading.black {
  color: #4e4e4e;
}

.nav-link-header {
  direction: ltr;
  color: #242424;
  letter-spacing: 2px;
  text-transform: none;
  white-space: normal;
  font-family: Gilroy Regular, sans-serif;
}

.nav-link-header.w--current {
  color: #d8001e;
  font-family: Gilroy Bold, sans-serif;
}

.nav-link-header.solid {
  color: #d8001e;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 15px;
  font-family: Gilroy Bold, sans-serif;
  line-height: 20px;
}

.nav-link-header.solid.alt {
  color: #fff;
  background-color: #d8001e;
}

.nav-link-header.solid.alt.sml {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-link-header.hide {
  display: none;
}

.nav-link-header.blk {
  color: #242424;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.layanan-kami._1 {
  justify-content: flex-start;
  margin-top: 10%;
}

.button-wrapper.artikel {
  margin-bottom: 10%;
}

.button-wrapper.main {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-wrapper.justify-left {
  justify-content: flex-start;
}

.text-paragraph {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.text-paragraph.sub-header {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.button {
  z-index: 10;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000;
  background-image: linear-gradient(125deg, #4460a6, #fb6c6c 50%, #921d2d);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 225px;
  margin-top: 0%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Gilroy Bold, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button.contact-us {
  letter-spacing: 1px;
  margin-top: 0%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}

.button.auto {
  width: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.button.daftar.terima {
  background-color: #000649;
  background-image: none;
}

.button.daftar.tolak {
  background-color: #e10000;
  background-image: none;
}

.why-section {
  border-radius: 1px;
  padding: 5% 7%;
}

.grid {
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-wrapper.flex {
  width: auto;
  display: flex;
}

.div-wrapper.flex.text-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #3b3b3b;
  width: auto;
  font-weight: 400;
}

.heading2 {
  color: #4e4e4e;
  font-family: Gilroy Bold, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.heading2.center {
  text-align: center;
  margin: 0% 5%;
}

.heading2.center.no-margin {
  margin-bottom: 0%;
}

.heading2.sub {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  font-family: Gilroy Light, sans-serif;
  font-size: 22px;
  line-height: 32px;
  display: block;
}

.icon-wrapper {
  height: auto;
  margin-bottom: 7.5%;
}

.icon {
  height: 65px;
}

.text-block {
  font-family: Gilroy Bold, sans-serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: #4e4e4e;
}

.text-block-why {
  color: #4e4e4e;
  font-size: 16px;
}

.text-block-why.bold {
  color: #4e4e4e;
  margin-bottom: 5%;
  font-family: Gilroy Bold, sans-serif;
  font-size: 18px;
}

.link {
  color: #ff6d6d;
  font-family: Gilroy Bold, sans-serif;
  text-decoration: none;
  display: none;
}

.link-text-wrapper {
  margin-top: 5%;
}

.product-section {
  background-color: #f7f7f7;
  height: 115vh;
}

.tabs-menu {
  background-color: #eee;
  border-radius: 40px;
  justify-content: center;
  width: auto;
  margin-bottom: 3.5%;
  padding: .5%;
  display: flex;
  position: relative;
}

.tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #eee;
  border-radius: 40px 0 0 40px;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.text-block-5 {
  color: #4e4e4e;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-2 {
  background-color: #eee;
}

.tab-link-tab-2.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-3 {
  background-color: #eee;
}

.tab-link-tab-3.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.text-block-6, .text-block-7 {
  color: #4e4e4e;
  font-family: Gilroy Regular, sans-serif;
}

.tab-link-tab-4 {
  background-color: #eee;
}

.tab-link-tab-4.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-5 {
  background-color: #eee;
}

.tab-link-tab-5.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-6 {
  background-color: #eee;
}

.tab-link-tab-6.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-7 {
  background-color: #eee;
}

.tab-link-tab-7.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-8 {
  background-color: #eee;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.tab-link-tab-8.w--current {
  color: #4e4e4e;
  background-color: #fff;
  border-radius: 20px;
  font-family: Gilroy Bold, sans-serif;
}

.tab-link-tab-8.hide {
  display: none;
}

.text-block-8, .text-block-9 {
  color: #4e4e4e;
  font-family: Gilroy Regular, sans-serif;
}

.text-block-10 {
  color: #4e4e4e;
}

.type-text {
  color: #4e4e4e;
  text-align: left;
  width: 15%;
  padding-left: 5px;
  padding-right: 5px;
}

.type-text.auto {
  width: auto;
}

.slider {
  background-color: #0000;
  width: 100%;
}

.tabs-content {
  width: 80vw;
  padding: 5%;
}

.tabs-content.main {
  padding-top: 0%;
}

.slide-nav {
  display: none;
}

.mask {
  width: 225px;
}

.ratio-card {
  padding-top: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.car-image {
  width: 90%;
  max-width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide {
  width: 225px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-2 {
  width: 225px;
}

.slide-card-car {
  background-color: #0000;
  width: 225px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 15px 0;
  position: static;
}

.slider-2 {
  background-color: #0000;
}

.slide-nav-2 {
  display: none;
}

.car-img {
  margin-bottom: 5%;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.car-img.enlarge {
  padding-left: 0;
  padding-right: 0;
}

.car-img.lower-height {
  padding-top: 20px;
}

.car-img.top-padding {
  padding-top: 4rem;
}

.car-type {
  color: #acacac;
}

.text-block-11 {
  color: #4e4e4e;
  font-family: Gilroy Black, sans-serif;
}

.rate {
  color: #d81530;
  letter-spacing: 5px;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.price-1 {
  color: #4e4e4e;
  margin-top: 2.5%;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

.price-2 {
  color: #4e4e4e;
  font-family: Gilroy Black, sans-serif;
  display: none;
}

.div-wrapper-card-text {
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 15px;
}

.card-wrapper {
  background-color: #fafafa;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 325px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.card-wrapper.galeri {
  transition: box-shadow .5s;
  box-shadow: 0 7px 10px #0000001a;
}

.card-wrapper.galeri:hover {
  box-shadow: -13px -13px 20px 6px #fff, 14px 14px 36px -10px #00000040;
}

.left-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  left: 20px;
  box-shadow: 0 2px 4px #00000017;
}

.right-arrow {
  color: #ff6d6d;
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  right: 20px;
  box-shadow: 0 2px 5px #00000017;
}

.mask-2 {
  height: auto;
}

.tab-pane-tab-1 {
  height: 350px;
}

.image-3 {
  display: block;
}

.div-block-3 {
  width: 500px;
}

.bottom-section {
  margin-bottom: 2.5%;
  padding-top: 2.5%;
  padding-bottom: 5%;
}

.article-wrapper {
  flex-direction: row;
  margin-top: 10%;
  display: flex;
}

.article-wrapper.article {
  flex-direction: column;
  margin-top: 0%;
}

.article-wrapper.article.wrapper {
  flex-direction: row;
}

.left-div {
  flex-direction: row;
  width: 50%;
  padding-top: 0%;
  display: flex;
}

.left-div.alt {
  flex-direction: column;
  align-items: flex-end;
  margin-left: 5%;
  padding-right: 5%;
  display: flex;
}

.left-div.alt.main {
  margin-left: 0%;
}

.left-div.alt.main.full {
  width: 100%;
}

.left-div.alt.main.full.small-padding {
  padding-left: 5%;
}

.left-div.main {
  width: 40%;
  margin-right: 5%;
}

.image-article {
  object-fit: cover;
  object-position: 0% 50%;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 85%;
  max-width: none;
  box-shadow: 0 2px 5px #0000001f;
}

.image-article._1 {
  border-radius: 20px;
  width: 100%;
}

.image-article._1.smaller-heigh {
  object-fit: cover;
  object-position: 50% 50%;
  height: 400px;
}

.image-article._3 {
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 12px 0 0 12px;
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.image-article.cover {
  object-fit: cover;
  width: 100%;
}

.image-article.artikel {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 95%;
}

.image-article.lower-height {
  height: 300px;
}

.div-block-4 {
  object-fit: contain;
  background-color: #ff0f0f;
  width: 577px;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right-div {
  width: 50%;
  padding-right: 0%;
}

.right-div.alt {
  padding-right: 0%;
}

.subheader-text {
  color: #ff6d6d;
  letter-spacing: 5px;
  font-family: Gilroy Bold, sans-serif;
}

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

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

.heading-subtitle {
  color: #4e4e4e;
  width: 260px;
  font-family: Gilroy Black, sans-serif;
}

.heading-subtitle.justify-right {
  text-align: right;
  width: 400px;
  font-size: 32px;
  line-height: 40px;
}

.heading-subtitle.alt {
  width: 430px;
  margin-bottom: 5%;
  font-size: 32px;
  line-height: 40px;
}

.heading-subtitle.alt._10p {
  width: 550px;
}

.paragraph-2 {
  margin-bottom: 5%;
  font-size: 16px;
}

.paragraph-2.justify-right {
  text-align: right;
  letter-spacing: 1px;
}

.paragraph-2.article {
  text-align: justify;
}

.paragraph-2._10 {
  letter-spacing: 1px;
}

.grid-article {
  grid-template-rows: 45px 70px 238px 0;
  grid-template-columns: 1fr 1fr 2fr;
}

.div-image-article {
  width: 100%;
}

.div-image-article.hide.top {
  align-items: flex-start;
  display: flex;
}

.testimony-section {
  height: 110vh;
  padding: 7.5% 15% 5%;
}

.testimony-card-wrapper {
  padding: 7% 0% 5%;
}

.testimony-card {
  width: 25%;
  height: 500px;
}

.slider-testimony {
  background-color: #0000;
}

.slide-card-testinmony {
  background-color: #0000;
  width: 225px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 15px 0;
  position: static;
}

.photo-testimony {
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 50%;
  outline: 6px solid #fefefe;
  width: 80px;
  height: 80px;
  box-shadow: 0 10px 9px #00000024;
}

.photo-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
  top: -55px;
}

.mask-testimony {
  height: auto;
  overflow: visible;
}

.card-wrapper-testimony {
  background-color: #fefefe;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 375px;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 4px 7px #0000001c;
}

.div-text-card {
  flex-direction: column;
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: flex;
  position: relative;
  top: -25px;
}

.name {
  color: #4e4e4e;
  text-align: center;
  padding-bottom: 1.5%;
  font-family: Gilroy Bold, sans-serif;
  font-size: 16px;
}

.title {
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 1.5%;
  font-family: Gilroy Regular, sans-serif;
}

.paragraph-3 {
  color: #4e4e4e;
  text-align: justify;
  font-size: 12px;
}

.footer-section {
  background-color: #f7f7f7;
  height: auto;
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-wrapper-footer {
  justify-content: space-between;
  height: 100%;
  padding: 5% 7% 2.5%;
  display: flex;
}

.div-footer {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-footer._40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 30%;
  margin-right: 2%;
  display: flex;
}

.div-footer._25 {
  flex-flow: column;
  width: 15%;
  display: flex;
}

.div-footer._30 {
  flex-direction: column;
  width: 20%;
  height: auto;
  margin-right: 2%;
  display: none;
}

.div-footer._20 {
  flex-direction: column;
  width: 15%;
  margin-right: 2%;
  display: flex;
}

.image-logo {
  width: 80px;
  height: 80px;
}

.adress {
  color: #4e4e4e;
}

.h4-footer {
  color: #921d2d;
  font-family: Gilroy Bold, sans-serif;
}

.link-footer {
  color: #4e4e4e;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  text-decoration: none;
}

.link-block {
  flex-direction: row;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  text-decoration: none;
  display: flex;
}

.phone-icon {
  object-fit: fill;
  width: 17px;
  height: 17px;
  margin-right: 2.5%;
}

.bottom-text {
  color: #4e4e4e;
  font-size: 12px;
  line-height: 16px;
}

.text-block-12 {
  color: #4e4e4e;
  line-height: 14px;
  text-decoration: none;
}

.span-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.div-multiple-line {
  justify-content: space-around;
  margin-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-multiple-line.center {
  justify-content: center;
}

.div-multiple-line.no-margin {
  justify-content: space-between;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-left: 5%;
  padding-right: 5%;
}

.div-multiple-line.no-margin.center {
  justify-content: center;
}

.div-multiple-line.about-us {
  padding-left: 0%;
  padding-right: 0%;
}

.div-multiple-line.galeri {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-bottom: 7.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-multiple-line.article {
  margin-bottom: 2.5%;
  padding-left: 0%;
  padding-right: 0%;
}

.div-multiple-line.align-left {
  justify-content: flex-start;
  margin-top: 2.5%;
  margin-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.div-left {
  width: auto;
  max-width: 35%;
  height: auto;
}

.div-left._40 {
  width: 40%;
  max-width: none;
  margin-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.image-4 {
  width: 100%;
}

.image-tentang-kami {
  object-fit: cover;
  object-position: 70% 50%;
  border-radius: 12px;
  width: auto;
  height: 100%;
}

.div-right {
  width: 60%;
  margin-left: 2.5%;
  padding-left: 0%;
  padding-right: 2%;
}

.div-right._40 {
  width: 40%;
  margin-left: 2%;
}

.div-right.flex {
  display: flex;
}

.div-right.flex.align-center {
  align-items: center;
}

.paragraph-content {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.div-single-line {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  filter: saturate(0%);
  flex-direction: column;
  padding: 2.5% 0%;
  display: flex;
}

.div-single-line:hover {
  filter: none;
}

.div-single-line.article {
  padding-left: 0%;
}

.div-single-line.center {
  filter: none;
  justify-content: center;
  display: flex;
}

.div-single-line.center.hide {
  display: none;
}

.div-single-line.artikel {
  margin-bottom: 5%;
}

.text-span {
  font-family: Gilroy Bold, sans-serif;
}

.our-team-section {
  border-radius: 1px;
  padding: 5% 7%;
}

.tim-kami {
  object-fit: cover;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  box-shadow: 0 5px 8px 3px #00000014;
}

.image-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.name-text {
  text-align: center;
  padding-top: 2.5%;
  padding-bottom: 1%;
  font-family: Gilroy Bold, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.title-text {
  color: #4e4e4e;
  text-align: center;
}

.paragraphy-our-team {
  text-align: justify;
  padding: 2%;
}

.bold-text {
  color: #4e4e4e;
  font-size: 18px;
}

.bold-text-2 {
  font-family: Gilroy Light, sans-serif;
}

.logo-wrapper._100w {
  width: 100px;
  margin-right: 2.5%;
}

.logo-wrapper.left {
  margin-right: 2.5%;
}

.logo-wrapper.left._100w {
  justify-content: center;
  align-items: center;
  margin-right: 1.5%;
  display: flex;
}

.logo-wrapper.left._45w {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
  display: flex;
}

.logo-wrapper.left._50w {
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.logo-wrapper.left._80w {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.logo-wrapper.left._55w {
  justify-content: center;
  align-items: center;
  width: 55px;
  display: flex;
}

.logo-wrapper.left._30w {
  justify-content: center;
  align-items: center;
  width: 46px;
  display: flex;
}

.logo-wrapper.left._70w {
  justify-content: center;
  align-items: center;
  width: 70px;
  display: flex;
}

.logo-wrapper.left._70w.center {
  margin-right: 10%;
}

.logo-wrapper.left._70w.center.right {
  margin-right: 0%;
}

.logo-image {
  width: auto;
}

.services-section {
  border-radius: 1px;
  padding: 5% 7%;
}

.services-section.grey-bg {
  background-color: #f7f7f7;
}

.image-holder {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 350px;
  max-width: none;
  height: 350px;
  box-shadow: 0 2px 12px 2px #0000001f;
}

.konten-layanan {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
}

.konten-layanan.justify-right {
  text-align: right;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-family: Gilroy Bold, sans-serif;
}

.image-5 {
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 20px;
  height: 400px;
  padding-top: 0;
}

.gallery-section {
  border-radius: 1px;
  padding: 5% 7%;
}

.gallery-section.grey-bg {
  background-color: #f7f7f7;
}

.gallery-section.flex {
  flex-flow: column;
  display: flex;
}

.div-card {
  width: 210px;
}

.cta-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/Frame-72.png');
  background-position: 0 0, 100% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  margin-bottom: 10%;
  padding: 2.5% 12%;
  display: flex;
}

.artikel-section {
  border-radius: 1px;
  padding: 5% 7%;
}

.artikel-section.grey-bg {
  background-color: #f7f7f7;
}

.artikel-section.artikel {
  margin-top: 0;
  padding-top: 10%;
  padding-left: 0%;
  padding-right: 0%;
  position: static;
}

.artikel-section.margin-top {
  padding-top: 12%;
}

.nav-menu {
  padding-top: 1%;
  padding-bottom: 1%;
}

.tab-pane-tab-2 {
  height: 350px;
}

.mask-3 {
  height: auto;
}

.tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7, .tab-pane-tab-8 {
  height: 350px;
}

.imagescar {
  mix-blend-mode: normal;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
}

.imagecars {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

.navbar-wrapper {
  max-width: none;
  padding: 0% 7.5%;
}

.navbar-wrapper.cus {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.why-quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.article-wrappers {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.card-wrapper-artikel {
  width: 100%;
}

.image-wrapper-artikel {
  border-top-left-radius: 0;
  font-family: Gilroy Bold, sans-serif;
  font-weight: 400;
}

.image-artikel {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 280px;
}

.title-card {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.text-wrapper-artikel {
  z-index: 2;
  background-image: linear-gradient(#fff0, #000000d6 80%);
  height: 150px;
  padding-top: 1rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
  inset: -150px auto 0% 0%;
}

.link-block-artikel {
  text-decoration: none;
}

.text-span-5 {
  font-family: "Fa Solid 900", sans-serif;
}

.login-section.flex {
  display: flex;
}

.login-section.flex.justify-center {
  justify-content: center;
  height: 100vh;
}

.login-section.flex.justify-center.align-center {
  align-items: center;
  padding-top: 8rem;
}

.success-message {
  background-color: #4460a6a1;
  border-radius: 8px;
  font-weight: 600;
}

.text-block-38 {
  color: #3c4858;
  font-size: 12px;
  line-height: 16px;
}

.text-field-login-web {
  border: 1px solid #ffbfbf;
  border-radius: 12px;
}

.link-5 {
  color: #cf283e;
  font-weight: 600;
  text-decoration: none;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fbb1b1;
  border-radius: 8px;
  font-weight: 600;
}

.button-2 {
  background-color: #921d2d;
  border-radius: 6px;
  margin-top: 0%;
  padding-top: 9px;
  font-size: 12px;
  line-height: 16px;
}

.button-2.gradient {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button-2.gradient._100 {
  width: 100%;
  margin-top: 7.5%;
}

.button-2.grey {
  background-color: #dadada;
}

.button-2.grey._100 {
  width: 100%;
  margin-top: 7.5%;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gilroy Bold, sans-serif;
}

.button-2.grey._100.hidden {
  display: none;
}

.login-card {
  border-radius: 12px;
  width: 300px;
  height: 400px;
  box-shadow: 0 2px 14px #0000001c;
}

.login-card.flex {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 400px;
  margin-bottom: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-40 {
  color: #fff;
}

.field-label-3 {
  color: #cf283e;
}

.div-center {
  justify-content: center;
  display: flex;
}

.text-login {
  color: #a1a1a1;
  text-align: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  font-size: 12px;
  line-height: 16px;
}

.field-label-2 {
  color: #cf283e;
}

.white-button {
  color: #cf283e;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  margin-top: 2.5%;
  font-weight: 700;
  box-shadow: 0 7px 9px -4px #00000012;
}

.login-form {
  width: auto;
  padding: 5% 10%;
}

.div-field {
  margin-bottom: 5%;
}

.login-button-wrapper {
  margin-bottom: 2.5%;
}

.image-logo-login {
  object-fit: contain;
  height: 80px;
}

.link-block-artikel-2.artikel-1 {
  width: 100%;
  display: block;
}

.carddivwarper {
  transform-origin: 50% 0;
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  height: 360px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 8px 20px -7px #85858599;
}

.carddivwarper.artikel-1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.d-105-image-wrapper {
  transform-origin: 50% 0;
  background-image: url('../images/resizedcar.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.d-105-image-wrapper.artikel2 {
  background-image: url('../images/2021-12-31-pria-wajib-tahu-begini-cara-benar-pakai-tisu-magic-biar-tahan-lama.jpg');
}

.d-105-image-wrapper.b {
  background-image: url('../images/Frame-70ed.png');
}

.div-articles {
  justify-content: center;
  width: 100%;
  margin-bottom: 5%;
  display: flex;
}

.d-105-card-title {
  color: #fff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.div-gradation-effect {
  z-index: 1;
  background-image: linear-gradient(#0000 16%, #090909 65%);
  height: 60%;
  position: absolute;
  inset: auto 0% -12%;
}

.d-105-text-wrapper-2 {
  z-index: 2;
  height: 30%;
  padding: 0 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.copyright {
  padding-bottom: 5%;
  padding-left: 7%;
  padding-right: 7%;
}

.quick-stack-car-wrapper {
  margin-top: 5%;
  margin-bottom: 7.5%;
  padding: 0 2.5%;
}

.quick-stack-car-wrapper._4 {
  grid-row-gap: 40px;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.body-dashboard {
  font-family: Gilroy Regular, sans-serif;
}

.embed-icon {
  margin-bottom: -2px;
}

.nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link:hover {
  color: #183028;
  background-color: #fff;
}

.nav-link.w--current {
  color: #183028;
  background-color: #c5e86c;
}

.nav-link.last {
  margin-bottom: 0;
}

.nav {
  z-index: 9999;
  color: #fff;
  background-color: #120e2b;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  padding: 30px 15px;
  position: sticky;
  top: 0;
}

.nav-wrap {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.logo-link {
  width: 125px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.logo-dashboard-image {
  width: 80px;
}

.mobile-nav {
  display: none;
}

.top-link {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: flex;
}

.top-link:hover {
  background-color: #e6e8e7;
}

.tabs-2 {
  margin-bottom: 30px;
}

.line {
  background-color: #ff5017;
  width: 40%;
  height: 100%;
}

.line.full-width {
  background-color: #6a6a6a4a;
  width: 100%;
  height: 1px;
}

.latest-wrap {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  width: 100%;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-top.flex {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.tabs-content-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.content {
  width: 100%;
}

.card-bot {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: baseline;
  display: flex;
}

.latest-icon {
  background-color: #c5e86c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.latest-icon.grey {
  background-color: #e6e8e7;
}

.latest-icon.green {
  background-color: #183028;
}

.card-top {
  justify-content: flex-end;
  display: flex;
}

.line-wrap {
  background-color: #e6e8e7;
  width: 100%;
  height: 2px;
  margin-bottom: 25px;
}

.text-field {
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-color: #e6e8e7;
}

.latest-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.grey-p {
  color: #6e877b;
}

.grey-p.mb-10 {
  margin-bottom: 10px;
}

.text-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-flex.mb-10 {
  margin-bottom: 10px;
}

.text-flex.small {
  color: #6e877b;
  font-size: 14px;
}

.content-wrap {
  padding-left: 5%;
  padding-right: 5%;
}

.top-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.card {
  background-color: #c5e86c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 215px;
  padding: 20px;
  display: flex;
}

.card.grey {
  background-color: #e6e8e7;
}

.p-12 {
  font-size: 12px;
}

.form-block {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}

.mobile-heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.tabs-menu-2 {
  border-bottom: 1px solid #e6e8e7;
  margin-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.button-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #183028;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-3:hover {
  background-color: #6e877b;
}

.button-3.tambah {
  background-color: #100d2e;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}

.button-3.tambah.larger {
  width: 200px;
  font-family: Gilroy Bold, sans-serif;
}

.button-3.simpan {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 190px;
  margin-top: 2rem;
  font-family: Gilroy Bold, sans-serif;
  line-height: 10px;
}

.button-3.simpan.waiting {
  background-color: #dadada;
  width: 190px;
}

.button-3.simpan.waiting:hover {
  background-color: #dadada;
}

.button-3.cetak {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.tab-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab-link {
  color: #18302873;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link.w--current {
  color: #183028;
  background-color: #ddd0;
  border-bottom-color: #183028;
}

.mb-5 {
  margin-bottom: 5px;
}

.manage-wrap {
  border: 1px solid #e6e8e7;
  border-radius: 10px;
  width: 100%;
}

.top-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.manage-line {
  color: #183028;
  border-bottom: 1px solid #e6e8e7;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.manage-line:hover {
  background-color: #e6e8e7;
}

.manage-line.heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.manage-line.heading:hover {
  background-color: #e6e8e700;
}

.manage-line.spent {
  border-bottom-style: none;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  font-weight: 500;
  display: block;
}

.manage-line.spent:hover {
  background-color: #e6e8e700;
}

.latest-holder {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.latest-holder.last {
  margin-bottom: 0;
}

.content-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-height: 1200px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: auto;
}

.content-flex.vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-height: none;
  display: block;
  overflow: visible;
}

.content-flex.vertical.auto-overflow {
  overflow: auto;
}

.latest-line {
  border-bottom: 1px solid #e6e8e7;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  display: flex;
}

.latest-line.last {
  border-bottom-style: none;
}

.section {
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.tabs-content-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-2:hover {
  color: #183028;
  background-color: #fff;
}

.nav-link-2.w--current {
  color: #183028;
  background-color: #c5e86c;
}

.nav-link-2.last {
  margin-bottom: 0;
}

.shadow {
  display: none;
}

.nav-2 {
  z-index: 98;
  color: #fff;
  background-color: #100d2e;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  padding: 30px 15px;
  position: sticky;
  top: 0;
}

.nav-2.overflow-auto {
  overflow: auto;
}

.image-6 {
  width: 80px;
}

.form-block {
  max-width: none;
  display: block;
}

.form-block.hidden {
  display: none;
}

.quick-stack-3 {
  padding: 5px 10px 5px 0;
}

.hidden {
  display: none;
}

.textarea {
  border-radius: 6px;
  flex: 0 auto;
  min-height: 57.6px;
  max-height: none;
  margin-bottom: 0;
}

.button-wrapper-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.button-wrapper-form.layanan-kami._1 {
  justify-content: flex-start;
  margin-top: 10%;
}

.button-wrapper-form.artikel {
  margin-bottom: 10%;
}

.button-wrapper-form.main {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.button-wrapper-form.justify-left {
  justify-content: flex-start;
}

.tncbutton {
  background-color: #f00004;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa Regular 400", sans-serif;
  display: flex;
}

.tncbutton.grey {
  background-color: #dadada;
}

.tncbutton.bold {
  font-family: "Fa Solid 900", sans-serif;
}

.tncbutton.bold.green {
  background-color: #005cf0;
}

.tncbutton.history {
  font-family: "Fa Solid 900", sans-serif;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.cell-2, .cell-tnc, .cell-tnc.align-center {
  justify-content: center;
  align-items: center;
}

.cell-tnc.align-right {
  justify-content: center;
  align-items: flex-end;
}

.cell-tnc.align-left {
  justify-content: center;
  align-items: flex-start;
}

.nav-link-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.nav-link-3:hover {
  color: #183028;
  background-color: #fff;
}

.nav-link-3.w--current {
  color: #183028;
  background-color: #d5e1ff;
  font-family: Gilroy Bold, sans-serif;
}

.nav-link-3.last {
  margin-bottom: 10px;
}

.nav-link-3.active {
  z-index: 99;
  color: #183028;
  background-color: #d5e1ff;
  font-family: Gilroy Bold, sans-serif;
  position: relative;
}

.nav-link-3.sub {
  padding-left: 2rem;
}

.nav-link-3.sub.hidden {
  display: none;
}

.text-icon-navbar {
  text-align: center;
  width: 20px;
  height: 20px;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-icon-navbar.solid, .text-icon-navbar.bold {
  font-family: "Fa Solid 900", sans-serif;
}

.button-text {
  margin-bottom: 0;
}

.image-icon-navbar {
  width: 80px;
}

.div-block-5 {
  margin-bottom: 2.5%;
}

.div-block-5.top-margin {
  margin-top: 5%;
}

.div-block-5.top-margin.flex {
  display: flex;
}

.div-block-5.top-margin.flex.align-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-5.flex {
  display: flex;
}

.div-block-5.flex.gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-table-wrapper {
  max-height: 1200px;
  overflow: auto;
}

.div-text-wrapper {
  width: 50px;
  font-size: 14px;
}

.pop-up-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  width: 120px;
}

.pop-up {
  z-index: 30;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 2.5%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 4px 4px 15px #ff2d2d26;
}

.pop-up.padding {
  display: flex;
  box-shadow: 4px 4px 15px #12121226;
}

.pop-up.padding.large {
  width: 1000px;
  height: 70vh;
  position: relative;
  overflow: auto;
}

.pop-up.padding.large.sku {
  padding: 0%;
}

.pop-up.padding.large {
  color: #454545;
  text-align: left;
  width: 1000px;
  height: 70vh;
  position: relative;
  overflow: auto;
}

.pop-up-parent {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent.delete-confirm.sku {
  display: block;
}

.pop-up-parent.login-loading {
  display: none;
}

.pop-up-parent.delete-confirm, .pop-up-parent.pop-up-field-cek-nama, .pop-up-parent.pop-up-field-edit-nama {
  z-index: 99;
  display: none;
  position: fixed;
}

.modal-text {
  color: #646464;
  width: 100%;
  margin-top: 15%;
  margin-bottom: 10%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.modal-text.smaller-margin {
  margin-top: 5%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pop-up-centering {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.quick-stack-sku {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 5px 10px 5px 0;
}

.quick-stack-sku.full-size {
  width: 100%;
}

.quick-stack-sku.full-size.black {
  color: #3b3b3b;
}

.table-title-sku {
  font-family: Gilroy Bold, sans-serif;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.dropdown-toggle {
  object-fit: fill;
  padding-left: 10px;
  padding-right: 30px;
}

.icon-4 {
  margin-right: 10px;
}

.form-sku {
  display: block;
}

.form-sku.hidden {
  display: none;
}

.text-field-general {
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  display: block;
}

.text-field-general.no-bottom-margin {
  margin-bottom: 0;
}

.flex-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.flex-box.larger-gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.wrapper-table.overflow-auto {
  overflow: auto;
}

.tab-link-general {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #aeaeae;
  font-family: Gilroy Medium, sans-serif;
}

.tab-link-general:hover {
  background-color: #808082;
}

.tab-link-general.w--current {
  text-transform: uppercase;
  background-color: #100d2e;
}

.logo-icon {
  height: 100px;
}

.textarea-2 {
  height: 57.6px;
}

.textarea-general {
  border-radius: 4px;
  min-height: 70px;
  overflow: visible;
}

.discount-field {
  border-radius: 6px;
  width: 99px;
  margin-bottom: 0;
}

.text-tnc.black {
  color: #343434;
  text-align: left;
}

.text-tnc.black.normal {
  font-weight: 400;
}

.heading3 {
  width: auto;
  margin-top: 10px;
}

.tambah-button {
  text-align: center;
  background-color: #183028;
  border-radius: 4px;
  align-self: center;
  width: 35px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy Medium, sans-serif;
  font-size: 36px;
  line-height: 20px;
}

.hide {
  display: none;
}

.close-pop-up-button {
  z-index: 20;
  background-color: var(--black);
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-pop-up-button.sku {
  left: 432px;
}

.close-pop-up-button.sku.absolute {
  z-index: 400;
  inset: 0% 0% auto auto;
}

.form-penawaran-general {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form-sku-hapus-kota {
  display: block;
}

.form-sku-hapus-kota.flex {
  display: flex;
}

.pop-up-parent-copy {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.pop-up-parent-copy.delete-confirm {
  z-index: 99;
  display: none;
  position: fixed;
}

.pop-up-parent-copy.delete-confirm.sku {
  display: none;
}

.form-tnc-list-sku {
  width: 95%;
  height: auto;
}

.sku-wrapper {
  width: 100%;
}

.sku-wrapper.hidden {
  display: none;
}

.checkbox-sku.flex {
  width: 100%;
}

.div-flex {
  display: flex;
}

.div-flex.close-button-wrapper {
  width: 100%;
  height: auto;
  position: static;
  inset: 0% 0% auto auto;
}

.div-flex.wrapper-sku {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2.5%;
  position: static;
  inset: 0%;
  overflow: scroll;
}

.section-2 {
  background-color: #155247;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.data-wrapper {
  background-color: #fff;
  width: 80%;
  height: 90%;
  padding: 20px;
}

.div-block-6 {
  margin-bottom: 20px;
  display: flex;
}

.link-block-2 {
  text-align: center;
  background-color: #d1d1d1;
  width: 50%;
}

.link-block-2.w--current {
  background-color: #96f3b3;
}

.heading-2 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 3vh;
  line-height: 4vh;
  text-decoration: none;
}

.html-embed {
  display: none;
  overflow: visible;
}

.tabs-content-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.loading {
  align-self: flex-start;
  display: flex;
}

.loading.align-center {
  justify-content: flex-start;
  align-items: center;
}

.loading.hidden {
  display: none;
}

.loading-image {
  width: 80px;
  height: 80px;
}

.text-field-sku, .text-field-2 {
  border-radius: 6px;
  margin-bottom: 0;
}

.pilih-kota {
  border-radius: 6px;
  width: 100%;
}

.penawaran {
  margin-top: 2rem;
}

.tnc-wrapper.hidden {
  display: none;
}

.button-kembali {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #183028;
  background-color: #18302800;
  border-radius: 10px;
  align-items: center;
  height: 45px;
  padding: 15px 15px 15px 0;
  font-family: Gilroy Bold, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-kembali:hover {
  color: #6e877b;
  background-color: #6e877b00;
  font-family: Gilroy Bold, sans-serif;
}

.button-kembali.tambah {
  background-color: #100d2e;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
}

.button-kembali.tambah.larger {
  width: 200px;
  font-family: Gilroy Bold, sans-serif;
}

.button-kembali.simpan {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 2rem;
  font-family: Gilroy Bold, sans-serif;
  line-height: 10px;
}

.text-span-6 {
  font-family: "Fa Solid 900", sans-serif;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.jenis-surat {
  border-radius: 6px;
  width: 100%;
}

.table_content_warpper {
  width: 100%;
  padding: 5px 10px 5px 0;
}

.flex-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.flex-wrapper.vertical {
  flex-flow: column;
}

.salutation {
  border-radius: 6px;
  width: 100px;
  margin-right: 10px;
}

.text-area-alamat {
  border-radius: 6px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 150px;
  padding: 8px 12px;
}

.pilih {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0;
}

.pilihan-tnc {
  border-radius: 6px;
  width: 15%;
  margin-bottom: 0;
  padding-left: 12px;
}

.checkbox {
  border: 1px solid #494949;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  display: none;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-vehicle-name {
  text-align: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-7 {
  width: 100%;
}

.text-field-3 {
  border-radius: 6px;
  margin-bottom: 0;
}

.input-text-white-space {
  border-radius: 6px;
  width: 194.2px;
}

.text-year {
  color: #4e4e4e;
  text-align: left;
  width: 15%;
  padding-left: 5px;
  padding-right: 5px;
}

.div-hero-supir {
  padding: 12rem 15% 2rem;
}

.select-field-2 {
  background-color: #0000;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.select-field-2.margin {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.textarea-3 {
  border-radius: 4px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-label {
  height: auto;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.field-label.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.button-confirmation {
  text-align: center;
  background-color: #921d2d;
  border-radius: 6px;
  width: 120px;
  margin-top: 5%;
  margin-right: 2.5%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.button-confirmation.fix.fa-brand {
  font-family: "Fa Brands 400", sans-serif;
}

.button-confirmation.fix.fa-solid {
  font-family: "Fa Solid 900", sans-serif;
}

.button-confirmation.fix.fa-solid.fix-width {
  background-color: #ff1938;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 0%;
  margin-right: 0%;
  padding: 0;
  display: flex;
}

.line-content-form {
  margin-bottom: 2.5%;
}

.line-content-form.foto {
  flex-direction: column;
  display: flex;
}

.line-content-form.foto.left {
  align-items: flex-start;
}

.button-4 {
  background-color: #921d2d;
  border-radius: 6px;
  margin-top: 0%;
  padding-top: 9px;
  font-size: 12px;
  line-height: 16px;
}

.button-4.foto {
  text-align: center;
  width: 150px;
  font-weight: 600;
}

.button-4.gradient {
  background-image: linear-gradient(#fb6c6c, #921d2d);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button-4.gradient.non-aktif {
  text-align: center;
  width: 125px;
  margin-right: 2.5%;
}

.button-4.gradient.aktif {
  text-align: center;
  background-image: linear-gradient(#6e8fe1, #241f72);
  width: 125px;
}

.button-wrapper-2 {
  justify-content: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.button-wrapper-2._2-buttons {
  justify-content: space-around;
}

.button-wrapper-2._2-buttons.left-margin {
  justify-content: flex-start;
  padding-left: 0%;
}

.button-wrapper-2._2-buttons.left-margin.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.image-10 {
  width: 400px;
  margin-bottom: 5%;
}

.image-10.photo {
  object-fit: contain;
  width: 325px;
}

.image-10.photo.portrait {
  object-fit: contain;
  width: auto;
  height: 600px;
}

.image-10.photo.large-landscape {
  object-fit: contain;
  width: 650px;
}

.image-10.photo.large-landscape.kk {
  object-fit: cover;
  border-radius: 12px;
  width: 297.5px;
  height: 421px;
  margin-bottom: 2.5%;
}

.image-10.photo.large-landscape.kk.kartu-keluarga {
  width: 421px;
  height: 297.5px;
}

.image-10.photo.sim {
  object-fit: cover;
  border-radius: 8px;
  width: 506.5px;
  height: 319px;
  margin-bottom: 2.5%;
}

.image-10.photo.ktp {
  object-fit: cover;
  border-radius: 12px;
  width: 506.5px;
  height: 319px;
  margin-bottom: 2.5%;
}

.image-10.photo.selfie {
  object-fit: cover;
  border-radius: 12px;
  width: 236px;
  height: 354.5px;
  margin-bottom: 2.5%;
}

.div-tambah-jenis-diskon {
  height: auto;
  max-height: 100vh;
  overflow: visible;
}

.text-field-form {
  border-radius: 8px;
  height: 30px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.text-field-form.margin {
  margin-bottom: 2.5%;
}

.form-pendaftaran-sopir {
  height: auto;
  max-height: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.form-pendaftaran-sopir.size {
  width: 100%;
  height: 100%;
  position: static;
}

.form-pendaftaran-sopir.size.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.input-file {
  border: 1px #000;
  border-radius: 0;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 0;
}

.input-2 {
  border: 1px solid #0003;
  border-radius: 8px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.input-2.date {
  border-radius: 4px;
}

.input-2.date._30 {
  width: 20%;
}

.div-wrapper-usia.flex {
  display: flex;
}

.div-wrapper-usia.flex.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-usia.align-middle {
  align-self: auto;
  padding: 8px 12px;
}

.text-usia.align-middle.semi-bold {
  font-family: Gilroy Medium, sans-serif;
}

.div-wrapper-checkbox.flex {
  display: flex;
}

.div-wrapper-checkbox.flex.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.wrapper-bahasa-lain.flex {
  display: flex;
}

.checkbox-label-pendaftaran-sopir {
  height: auto;
}

.input-kemampuan-bahasa-asing {
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  height: 20px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 14px;
}

.masa-berlaku-wrapper.flex {
  display: flex;
}

.dash {
  align-self: center;
  margin-bottom: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #34345d;
  border: 2px solid #34345d;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 36px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-5.shorter {
  width: 250px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.button-5.shorter.download {
  width: 400px;
}

.text-verifikasi.margin-bot {
  margin-bottom: 1rem;
}

.close-pop-up-button-2 {
  z-index: 20;
  background-color: #34345d;
  border-radius: 0% 0% 0% 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gilroy Regular, sans-serif;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-verifikasi {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.form-pop-up-verifikasi {
  width: 90%;
  height: 100%;
}

.fa {
  font-family: "Fa Solid 900", sans-serif;
}

.pop-up-centering-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pop-up-bg-2 {
  z-index: 0;
  cursor: pointer;
  background-color: #fffc;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-daftar-sopir-baru-wrapper.flex {
  display: flex;
}

.button-daftar-sopir-baru-wrapper.flex.gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
}

.button-daftar-sopir-baru-wrapper.flex.gap.hidden {
  display: none;
}

.left-menu__link {
  z-index: 10;
  color: #fff;
  background-color: #34345d;
  border-left: 5px solid #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  position: relative;
  left: -28px;
}

.left-menu__link:hover {
  border-left-color: #fff;
}

.left-menu__link.w--current {
  color: #f04770;
  border-left-color: #f04770;
  padding-left: 42px;
}

.link-wrap {
  grid-column-gap: 12.5px;
  align-items: center;
  display: flex;
}

.link-wrap:hover {
  color: #183028;
}

.image-dashboard-icon {
  width: 20px;
  height: 20px;
}

.dashboard-menu-text {
  color: #fff;
  width: auto;
  min-width: 150px;
  font-weight: 600;
}

.dashboard-menu-text.auto {
  min-width: 0;
}

.fa-solid-3 {
  color: #fff;
  padding-left: .25rem;
  font-family: "Fa Solid 900", sans-serif;
}

@media screen and (max-width: 991px) {
  .navbar.alt {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.title-article.black {
    font-size: 36px;
    line-height: 48px;
  }

  .product-section {
    height: 110vh;
  }

  .left-arrow {
    margin-bottom: 155px;
    margin-left: -35px;
  }

  .right-arrow {
    margin-bottom: 155px;
    margin-right: -35px;
  }

  .bottom-section {
    padding-left: 7%;
    padding-right: 7%;
  }

  .article-wrapper, .article-wrapper.article, .article-wrapper.article.wrapper {
    flex-direction: column;
  }

  .left-div {
    width: 100%;
    margin-bottom: 2.5%;
  }

  .left-div.alt {
    width: auto;
  }

  .image-article {
    object-fit: cover;
    width: 100%;
  }

  .right-div {
    width: 100%;
  }

  .heading-subtitle.alt {
    width: auto;
  }

  .paragraph-2, .paragraph-2.justify-right {
    text-align: justify;
  }

  .div-multiple-line.center, .div-multiple-line.galeri {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-multiple-line.article {
    flex-direction: column;
  }

  .image-holder {
    width: 270px;
    height: 270px;
  }

  .menu-button {
    color: #fff;
  }

  .nav-menu {
    background-color: #151515ed;
  }

  .icon-3 {
    color: #4e4e4e;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 3.25rem;
    padding-right: 3rem;
    display: flex;
  }

  .button-2.gradient {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }

  .link-block-artikel-2.artikel-1 {
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }

  .carddivwarper {
    height: 450px;
    max-height: none;
  }

  .d-105-image-wrapper {
    height: auto;
  }

  .div-articles {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0%;
  }

  .d-105-text-wrapper-2 {
    align-items: center;
    display: flex;
  }

  .nav-link {
    padding-left: 20px;
  }

  .nav {
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .nav-wrap {
    width: 100%;
  }

  .mobile-nav {
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #e6e8e7;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .hamburger {
    cursor: pointer;
    width: 40px;
  }

  .hamburger-line {
    background-color: #183028;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content-top {
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px #e6e8e7;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: 70px;
    left: 0;
    right: 0;
  }

  .no-mobile {
    display: block;
  }

  .top-links {
    display: none;
  }

  .form-block {
    max-width: none;
  }

  .mobile-heading {
    padding-top: 90px;
    display: flex;
  }

  .tab-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-flex, .section {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-left: 20px;
  }

  .shadow {
    z-index: 10;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #0000004d;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-2 {
    height: auto;
    display: none;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
  }

  .nav-link-3 {
    padding-left: 20px;
  }

  .pop-up {
    width: 70%;
  }

  .button-4.gradient {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 100vh;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .why-section {
    margin-top: 0%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .icon-wrapper {
    margin-bottom: 2.5%;
  }

  .product-section {
    height: 100vh;
  }

  .div-slider {
    display: none;
  }

  .image-article {
    object-fit: cover;
  }

  .div-multiple-line.about-us {
    flex-direction: row;
  }

  .div-left {
    width: auto;
  }

  .div-single-line.center.hide {
    padding-left: 7%;
    padding-right: 7%;
    display: block;
  }

  .image-holder {
    width: 200px;
    height: 200px;
  }

  .carddivwarper {
    margin-bottom: 30px;
  }

  .mobile-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-top {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content-2, .mobile-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu-2 {
    padding-left: 15px;
  }

  .tab-wrap {
    grid-template-columns: 1fr;
  }

  .content-flex {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-flex.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-content-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pop-up {
    width: 90%;
  }

  .input-file {
    width: 200px;
  }

  .left-menu__link {
    left: -20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    justify-content: center;
    height: 100vh;
    padding-top: 7rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .hero-section.about-us, .hero-section.about-us.larger-height {
    justify-content: flex-start;
    height: auto;
    min-height: 100vh;
    padding: 8rem 7%;
  }

  .hero-section.about-us.shorter {
    height: auto;
    padding-top: 8rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .image {
    width: 70px;
  }

  .container.alt {
    background-color: #fff;
  }

  .div-gradient {
    display: none;
  }

  .text-wrapper, .text-wrapper.header, .text-wrapper.paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
  }

  .heading.left {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .heading.cta {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .heading.title-article {
    font-size: 26px;
    line-height: 32px;
  }

  .heading.title-article.black {
    font-size: 22px;
    line-height: 30px;
  }

  .heading.black {
    font-size: 26px;
  }

  .nav-link-header {
    font-family: Gilroy Bold, sans-serif;
  }

  .nav-link-header.solid.alt {
    margin-right: 10px;
  }

  .nav-link-header.solid.alt.sml {
    width: 50%;
  }

  .nav-link-header.blk {
    color: #fff;
  }

  .button-wrapper {
    margin-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-wrapper.layanan-kami {
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-wrapper.artikel {
    margin-bottom: 10%;
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .button-wrapper.main {
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-paragraph {
    text-align: justify;
    margin-bottom: 10%;
  }

  .text-paragraph.sub-header {
    font-size: 12px;
    line-height: 20px;
  }

  .button {
    width: 100%;
    margin-bottom: 0%;
  }

  .button.contact-us {
    margin-bottom: 0%;
  }

  .button.auto {
    width: 100%;
    font-size: 12px;
  }

  .button.daftar {
    margin-top: 2rem;
  }

  .why-section {
    margin-top: 0%;
  }

  .grid {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-wrapper {
    margin-bottom: 0;
  }

  .heading2 {
    font-size: 22px;
    line-height: 32px;
  }

  .heading2.center {
    margin-left: 0;
    margin-right: 0;
    line-height: 30px;
  }

  .heading2.center.no-margin {
    margin-left: 0%;
    margin-right: 0%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading2.sub {
    text-align: center;
    margin-bottom: 7.5%;
  }

  .icon-wrapper {
    margin-bottom: 2.5%;
  }

  .text-block-why {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-why.bold {
    font-size: 16px;
  }

  .product-section {
    height: auto;
    margin-bottom: 0;
    padding: 10% 7.5%;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-left: 0;
    left: -15px;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    margin-bottom: 150px;
    margin-right: 0;
    right: -15px;
  }

  .bottom-section {
    margin-bottom: 5%;
  }

  .left-div {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .left-div.alt {
    align-items: center;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .left-div.alt.main {
    align-items: center;
  }

  .left-div.alt.main.full.small-padding {
    align-items: flex-start;
    margin-right: 0%;
    padding-left: 0%;
  }

  .left-div.main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-article {
    width: 100%;
    margin-bottom: 5%;
  }

  .image-article._1.hide {
    display: none;
  }

  .image-article._1.smaller-heigh {
    height: 200px;
  }

  .image-article.cover.hide {
    display: none;
  }

  .image-article.lower-height, .image-article.round-corners {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .right-div {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .right-div.alt {
    height: auto;
    padding-left: 0%;
  }

  .subheader-text {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 10px;
  }

  .subheader-text.justify-right {
    font-size: 10px;
    position: static;
  }

  .subheader-text.justify-right.align-right {
    text-align: left;
  }

  .heading-subtitle.justify-right {
    text-align: left;
    width: auto;
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-subtitle.alt {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-subtitle.alt._10 {
    padding: 10%;
  }

  .heading-subtitle.alt._10p {
    width: auto;
    margin-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Gilroy Bold, sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-2.justify-right, .paragraph-2.article {
    text-align: justify;
    font-size: 12px;
  }

  .paragraph-2._10 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 12px;
  }

  .grid-article {
    grid-template-rows: 17px 70px 127px 0;
    height: auto;
  }

  .div-image-article.hide {
    display: none;
  }

  .testimony-section {
    height: 85vh;
    padding-bottom: 0%;
  }

  .testimony-card-wrapper {
    margin-top: 15%;
  }

  .slide-card-testinmony {
    width: 100%;
    margin-top: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-testimony {
    height: auto;
    padding-left: .2rem;
    padding-right: .5rem;
    overflow: hidden;
  }

  .card-wrapper-testimony {
    height: 350px;
    box-shadow: 0 5px 5px #00000012;
  }

  .div-wrapper-footer {
    flex-direction: column;
  }

  .div-footer._40, .div-footer._20 {
    width: 100%;
    margin-bottom: 5%;
  }

  .adress, .link-footer, .link-footer.w--current {
    font-size: 12px;
    line-height: 16px;
  }

  .div-multiple-line.center {
    flex-direction: column;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-multiple-line.no-margin.center {
    flex-direction: row;
  }

  .div-multiple-line.about-us {
    flex-direction: column;
    margin-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-multiple-line.galeri {
    flex-direction: column;
    align-items: center;
  }

  .div-multiple-line.article {
    flex-direction: column;
    padding-right: 0%;
  }

  .div-multiple-line.align-left {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-left {
    max-width: 100%;
    margin-bottom: 5%;
  }

  .div-left._40 {
    width: auto;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-tentang-kami {
    width: 100%;
    height: 200px;
  }

  .div-right {
    text-align: justify;
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-right._40 {
    width: auto;
    display: block;
  }

  .paragraph-content {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
  }

  .div-single-line {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-single-line.article {
    padding-right: 0%;
  }

  .div-single-line.center.hide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-single-line.artikel {
    margin-top: 6rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-single-line.artikel.title {
    margin-top: 0;
    padding-top: 0%;
  }

  .our-team-section {
    padding-top: 10%;
  }

  .tim-kami {
    box-shadow: 0 6px 5px #00000024;
  }

  .paragraphy-our-team {
    font-size: 12px;
  }

  .logo-wrapper.left._70w.center.right {
    width: 40px;
  }

  .logo-wrapper.left._70w.center.bottom {
    width: 40px;
    margin-right: 0%;
  }

  .logo-image.bottom {
    height: 30px;
  }

  .services-section {
    padding-left: 7%;
    padding-right: 7%;
  }

  .image-holder {
    object-fit: cover;
    border-radius: 10%;
    width: 270px;
    height: 200px;
  }

  .konten-layanan {
    font-size: 12px;
    line-height: 20px;
  }

  .konten-layanan.justify-right {
    text-align: justify;
  }

  .image-5 {
    width: 100%;
    height: 200px;
  }

  .image-5.hide {
    display: none;
  }

  .gallery-section.flex {
    height: auto;
  }

  .div-card {
    width: 100%;
    margin-bottom: 5%;
  }

  .cta-section {
    background-image: linear-gradient(#000c, #000c), url('../images/490f72ee-41ff-4cf9-adb8-0e399cf88e21.png');
    background-position: 0 0, 100% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 50vh;
    padding-left: 7%;
    padding-right: 7%;
  }

  .artikel-section.artikel.article {
    padding-top: 8rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .artikel-section.margin-top {
    padding-top: 27%;
  }

  .menu-button {
    margin-top: 2%;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #f9f9f9fa;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .imagecars {
    object-fit: cover;
    object-position: 50% 0%;
    height: auto;
  }

  .icon-2 {
    object-fit: cover;
  }

  .icon-3 {
    color: #242424;
  }

  .navbar-wrapper {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .why-quick-stack {
    padding-top: 0;
    padding-bottom: 0;
  }

  .article-wrappers {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-artikel {
    border-radius: 0;
  }

  .text-wrapper-artikel {
    height: 200px;
  }

  .quick-stack, .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .login-section.flex.justify-center.align-center {
    padding-top: 6rem;
  }

  .button-2.gradient {
    text-align: center;
    margin-top: 2.5%;
    font-size: 12px;
  }

  .login-card {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    mix-blend-mode: normal;
    background-color: #ffffffba;
    padding-left: 10px;
    padding-right: 10px;
  }

  .login-card.flex {
    width: 280px;
  }

  .login-form {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .link-block-artikel-2.artikel-1 {
    margin-bottom: 0;
  }

  .carddivwarper {
    height: 250px;
    margin-bottom: 50px;
  }

  .carddivwarper.artikel-1 {
    height: 250px;
  }

  .d-105-image-wrapper {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .d-105-card-title {
    font-size: 16px;
    line-height: 20px;
  }

  .div-gradation-effect {
    background-image: linear-gradient(#0000 7%, #000 71%);
  }

  .d-105-text-wrapper-2 {
    height: 50%;
  }

  .copyright {
    padding-bottom: 5%;
  }

  .quick-stack-car-wrapper._4 {
    width: 100%;
  }

  .logo-link {
    margin-bottom: 25px;
  }

  .top-link {
    border-style: none;
  }

  .content-top {
    z-index: 0;
    object-fit: fill;
    border-bottom-style: none;
    position: static;
  }

  .no-mobile {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  .content {
    margin-top: 0;
  }

  .tabs-menu-2 {
    justify-content: space-between;
  }

  .tab-link {
    width: 100%;
  }

  .latest-holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-flex.vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-line {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2.last {
    height: 40px;
  }

  .shadow {
    z-index: 95;
    display: none;
  }

  .nav-2 {
    z-index: 99;
    display: none;
  }

  .button-wrapper-form {
    margin-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-wrapper-form.layanan-kami {
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-wrapper-form.artikel {
    margin-bottom: 10%;
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .button-wrapper-form.main {
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link-3 {
    height: 40px;
  }

  .text-icon-navbar.bold {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  .button-text {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .pop-up {
    width: 100%;
  }

  .pop-up.padding.large {
    width: 95%;
    min-width: 85%;
    padding: 2rem 5%;
  }

  .pop-up-parent.delete-confirm, .pop-up-parent.pop-up-field-cek-nama, .pop-up-parent.pop-up-field-edit-nama {
    display: block;
  }

  .div-hero-supir {
    padding: 8rem 10% 2rem;
  }

  .button-4.gradient {
    text-align: center;
    margin-top: 2.5%;
    font-size: 10px;
    line-height: 14px;
  }

  .image-10.photo.large-landscape.kk.skck {
    width: 100%;
    height: 350px;
  }

  .image-10.photo.large-landscape.kk.kartu-keluarga, .image-10.photo.sim, .image-10.photo.ktp {
    width: 100%;
    height: 200px;
  }

  .image-10.photo.selfie {
    width: 100%;
    height: 400px;
  }

  .image-10.photo.selfie.pas-foto {
    height: 340px;
  }

  .form-pendaftaran-sopir {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .input-2.date._30 {
    width: 100%;
  }

  .input-2.date._30.usia {
    width: 60%;
  }

  .div-wrapper-usia.flex {
    justify-content: space-between;
  }

  .div-wrapper-checkbox.flex.gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .wrapper-bahasa-lain.flex {
    margin-bottom: 10px;
  }

  .masa-berlaku-wrapper.flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dash {
    align-self: flex-start;
  }

  .button-5 {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button-5.shorter.download {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    line-height: 16px;
  }

  .close-pop-up-button-2 {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  .form-pop-up-verifikasi {
    width: 100%;
  }

  .pop-up-centering-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-d365102d-847b-8a0f-48a8-f13e0c15af8a-8944100a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ab7ad0ee-9b9b-e1ed-9e65-ce57cec2e531-8944100a {
  grid-row: span 2 / span 2;
}

#w-node-f9e70962-0c5f-48cb-6f0e-fe7b58d66e27-8944100a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f9e70962-0c5f-48cb-6f0e-fe7b58d66e28-8944100a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8b51796a-c0c7-4d85-9f75-3d09ced5f391-8944100a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a837fda1-2a69-5983-38d7-669cee0642d2-8944100a {
  grid-column: span 2 / span 2;
}

#w-node-cfc0537e-c3a8-d0fd-a996-d9a07f825f70-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: minmax(210px, 210px) minmax(210px, 210px);
}

#w-node-f8986c9b-4215-b046-64de-73e877773f3e-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9e3ec4c7-8a26-98e6-f88c-f0a4a8d2aaa0-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0f109f92-2b9f-251c-7129-ef66e6e4ac6f-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e7511205-e365-f459-2859-03ef64d014c4-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2ed07e56-f260-bb66-1fda-07234b902e91-ef0cf93e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_92a473cc-4241-cfd1-4f87-9175b835b35d-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_41181c88-e0bf-af94-b0dc-a0ab6a0ff4d7-ef0cf93e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c797b5f7-35bc-08d4-82f6-ef34a98006a5-29632cc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_946d02b2-7a31-67af-113f-c5b1616c5df0-29632cc3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_946d02b2-7a31-67af-113f-c5b1616c5df1-29632cc3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-c473316f-15eb-0c26-24ea-12437071d5cd-29632cc3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c473316f-15eb-0c26-24ea-12437071d5ce-29632cc3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#table_header_wrapper.w-node-_00f5658b-b3ef-92b5-4875-4ea3c590de06-7c82ed49 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr .75fr .75fr .75fr .75fr 55px;
}

#w-node-_073b6440-5952-ae01-9944-9b10d48d3a8b-7c82ed49 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr 1fr .75fr .75fr .75fr .75fr 55px;
  display: grid;
}

#tc_table_wrapper.w-node-cc9de772-99b7-3408-a755-b756dde7ada7-7c82ed49 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 3.5fr 1fr;
  display: grid;
}

#w-node-cc9de772-99b7-3408-a755-b756dde7adaf-7c82ed49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_3166a2f7-0c73-6631-d43d-19e09d2009d7-0cf74b7c {
  grid-template-rows: auto;
  grid-template-columns: 50px 300px 200px;
}

#w-node-_3166a2f7-0c73-6631-d43d-19e09d2009e0-0cf74b7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-ab7ad0ee-9b9b-e1ed-9e65-ce57cec2e531-8944100a, #w-node-_1f6a6927-be69-ca50-2453-7503a5ff61b1-8944100a, #w-node-_3f563e89-92c4-00cb-9df4-100f77235bd2-8944100a, #w-node-_94b3d0ec-ab14-2da8-fa5d-8aa4d324b0c3-8944100a, #w-node-_92f95ccc-acae-4933-ff52-7f1dbc376980-8944100a, #w-node-bf22033b-0122-df40-3dea-8385877719ea-8944100a, #w-node-_044f5e5d-1843-dc65-ecf3-963e65f7ce15-8944100a, #w-node-f9e70962-0c5f-48cb-6f0e-fe7b58d66e28-8944100a {
    grid-column: span 4 / span 4;
  }

  #w-node-_96918d5a-1eb5-ea60-49b0-9b71fd460f90-8944100a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ec8ed8cd-755e-bdd4-421a-449eaf0b53bf-8944100a, #w-node-a837fda1-2a69-5983-38d7-669cee0642d2-8944100a {
    grid-column: span 4 / span 4;
  }

  #w-node-cfc0537e-c3a8-d0fd-a996-d9a07f825f70-ef0cf93e {
    grid-template-rows: auto;
    grid-template-columns: minmax(210px, 210px) 1fr 1fr 1fr;
  }

  #w-node-cfc0537e-c3a8-d0fd-a996-d9a07f825f71-ef0cf93e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cfc0537e-c3a8-d0fd-a996-d9a07f825f72-ef0cf93e, #w-node-f8986c9b-4215-b046-64de-73e877773f3f-ef0cf93e, #w-node-f8986c9b-4215-b046-64de-73e877773f50-ef0cf93e, #w-node-f3504e40-72e9-966c-38f5-e0c3991b402e-ef0cf93e, #w-node-_098aaedf-d22a-26e8-41a7-baf1f4b256fa-ef0cf93e {
    grid-column: span 4 / span 4;
  }

  #w-node-_9e3ec4c7-8a26-98e6-f88c-f0a4a8d2aaa1-ef0cf93e, #w-node-_9e3ec4c7-8a26-98e6-f88c-f0a4a8d2aab2-ef0cf93e, #w-node-_0f109f92-2b9f-251c-7129-ef66e6e4ac70-ef0cf93e, #w-node-_0f109f92-2b9f-251c-7129-ef66e6e4ac71-ef0cf93e, #w-node-b838c63d-6c13-2de0-251e-7ab8c71122a3-ef0cf93e {
    grid-column: span 3 / span 3;
  }

  #w-node-_1da34bd0-772f-5e3b-512d-d7adbb0cad24-ef0cf93e, #w-node-_6a34fc3e-c0ab-e7a5-fff7-5613654d2e4b-ef0cf93e, #w-node-_9936b666-0570-82e5-ab71-1f543eab5763-ef0cf93e, #w-node-_31047ef9-e2d0-2d2c-86e0-cb9d845bfa3d-ef0cf93e, #w-node-_429eaf2c-74d4-a72f-9d29-4a89633cd725-ef0cf93e, #w-node-_2b6c2f5e-daad-033a-7b83-81d4066f2f57-ef0cf93e, #w-node-_7ebbc2ea-2e8c-b204-d74b-1529efcd3736-ef0cf93e, #w-node-_11a4ea71-aecf-1877-5f12-2ba0ac9a75b6-ef0cf93e, #w-node-e515b2c1-68c5-3b44-de86-42ec1b0f593e-ef0cf93e, #w-node-f303fe3f-ab5f-2579-9eee-2a2e4c34443c-ef0cf93e, #w-node-_2dcc7da7-ed2a-f402-b147-7c68f00096ee-ef0cf93e, #w-node-_7a6634b3-03b0-d2e2-13eb-e00cd44b5b63-ef0cf93e {
    grid-column: span 4 / span 4;
  }

  #w-node-_92a473cc-4241-cfd1-4f87-9175b835b35e-ef0cf93e, #w-node-_92a473cc-4241-cfd1-4f87-9175b835b35f-ef0cf93e {
    grid-column: span 2 / span 2;
  }

  #w-node-_41181c88-e0bf-af94-b0dc-a0ab6a0ff4d8-ef0cf93e, #w-node-_41181c88-e0bf-af94-b0dc-a0ab6a0ff4e9-ef0cf93e, #w-node-aa2911a9-b74b-9f7e-76ca-878926d3352a-ef0cf93e {
    grid-column: span 3 / span 3;
  }

  #w-node-c797b5f7-35bc-08d4-82f6-ef34a98006a6-29632cc3, #w-node-c797b5f7-35bc-08d4-82f6-ef34a98006a7-29632cc3 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Thin';
  src: url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Regular';
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Medium';
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Light 1';
  src: url('../fonts/Gilroy-Light-1.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Light';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Heavy';
  src: url('../fonts/Gilroy-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBoldItalic.woff') format('woff'), url('../fonts/Gilroy-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy 1';
  src: url('../fonts/Gilroy-ExtraBold-1.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Black';
  src: url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}