/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
.firstSection {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .firstSection {
    padding: 2rem 0;
  }
}
.firstSection .inner .desc {
  line-height: 2;
  margin-bottom: 2rem;
}
.firstSection .inner .leveling {
  background-color: #FFF;
  padding: 2.25rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  border: 4px solid #D2362A;
}
@media screen and (max-width: 950px) {
  .firstSection .inner .leveling {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling {
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 20px;
    border-width: 3px;
  }
}
.firstSection .inner .leveling .logo {
  width: 300px;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling .logo {
    width: 225px;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
.firstSection .inner .leveling .logo span {
  font-size: 10px;
  position: absolute;
  right: 3rem;
  bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling .logo span {
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: center;
    position: relative;
    display: block;
  }
}
.firstSection .inner .leveling .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling .flex {
    display: block;
    padding-top: 1.5rem;
  }
}
.firstSection .inner .leveling .flex a {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  font-size: 10px;
}
.firstSection .inner .leveling .flex .level {
  width: 555px;
}
@media screen and (max-width: 950px) {
  .firstSection .inner .leveling .flex .level {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling .flex .level {
    width: 100%;
  }
}
.firstSection .inner .leveling .flex .ladder {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .firstSection .inner .leveling .flex .ladder {
    flex: unset;
    width: 75%;
    margin: 1.5rem auto 0;
  }
}

.secondSection {
  padding: 1.5rem 0 0;
}
.secondSection .heading {
  margin-bottom: 2rem;
}
.secondSection .heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .secondSection .heading h2 {
    font-size: 2rem;
  }
}
.secondSection .heading h2 img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .secondSection .heading h2 img {
    height: 32px;
    position: relative;
    top: 3px;
  }
}
.secondSection .inner {
  background-color: #d2362a;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .secondSection .inner {
    padding: 2rem 0;
  }
}
.secondSection .inner ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .secondSection .inner ul {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}
.secondSection .inner ul li {
  flex: 1;
  background-color: #FFF;
  border-radius: 1.5rem;
  padding: 1.5rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .secondSection .inner ul li {
    flex: unset;
    width: 80%;
  }
}
.secondSection .inner ul li img {
  width: 130px;
  display: block;
  margin: 0 auto 1rem;
}
.secondSection .inner ul li h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.secondSection .inner ul li p {
  text-align: center;
}

.thirdSection {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .thirdSection {
    padding: 2rem 0;
  }
}
.thirdSection .inner .heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .thirdSection .inner .heading {
    margin-bottom: 1.5rem;
  }
}
.thirdSection .inner .heading h2 {
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .thirdSection .inner .heading h2 {
    font-size: 2rem;
  }
}
.thirdSection .inner .heading span {
  color: #FFF;
  background-color: #ec0024;
  padding: 0.25rem 1rem;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .thirdSection .inner .heading span {
    font-size: 14px;
  }
}
.thirdSection .inner .desc {
  line-height: 2;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .thirdSection .inner .desc {
    margin-bottom: 3rem;
  }
}
.thirdSection .inner .desc .pad {
  padding: 0 12rem;
}
@media screen and (max-width: 950px) {
  .thirdSection .inner .desc .pad {
    padding: 0;
  }
}
.thirdSection .inner .desc img {
  display: block;
  width: 100%;
  margin: 1.5rem 0 1rem;
}
.thirdSection .inner .desc p a {
  color: #0000EE;
  text-decoration: underline;
}
.thirdSection .inner .img {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .thirdSection .inner .img {
    gap: 2rem;
  }
}
.thirdSection .inner .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fourthSection {
    padding: 2rem 0 0;
  }
}
.fourthSection .heading {
  margin-bottom: 2rem;
}
.fourthSection .heading h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 1;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fourthSection .heading h2 {
    font-size: 2rem;
  }
}
.fourthSection .heading h2 img {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .fourthSection .heading h2 img {
    height: 32px;
    position: relative;
    top: 3px;
  }
}
.fourthSection .inner {
  background-color: #d2362a;
  padding: 4rem 0;
  position: relative;
}
.fourthSection .inner .rounded {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media screen and (max-width: 950px) {
  .fourthSection .inner .rounded {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .rounded {
    display: none;
  }
}
.fourthSection .inner .cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .cont {
    flex-direction: column;
  }
}
.fourthSection .inner .cont ul {
  width: 33%;
}
@media screen and (max-width: 950px) {
  .fourthSection .inner .cont ul {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .cont ul {
    width: 100%;
  }
  .fourthSection .inner .cont ul:last-child {
    margin-top: 1.5rem;
  }
}
.fourthSection .inner .cont ul.reverse li {
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .cont ul.reverse li {
    flex-direction: row;
    text-align: left;
  }
}
.fourthSection .inner .cont ul li {
  display: flex;
  margin-bottom: 2rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .cont ul li {
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
.fourthSection .inner .cont ul li:last-child {
  margin-bottom: 0;
}
.fourthSection .inner .cont ul li .number {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  width: 75px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fourthSection .inner .cont ul li .number {
    font-size: 42px;
    width: 60px;
    height: 100px;
  }
}
.fourthSection .inner .cont ul li .text {
  flex: 1;
}
.fourthSection .inner .cont ul li .text h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #efff39;
}
.fourthSection .inner .cont ul li .text p {
  color: #FFF;
}
/*# sourceMappingURL=fungsi.css.map */