.c-layout_row.c-layout_item.is-main.is-container {
  max-width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.c-layout_row.c-layout_item.is-main.is-container {
  max-width: 1920px;
}
.c-headline {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.sg_fix {
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
  font-family: Poppins;
}

.sg_width-100 {
  width: 100%;
}

.sg_width-1000 {
  max-width: 1150px;
  margin: 0 auto;
}

.sungroup img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.sg_bg_fav {
  background: linear-gradient(
    83deg,
    #fbfffe 0.93%,
    #eafcf5 52.25%,
    #dfe 98.45%
  );
}
.sg_bg_fav .sg_text {
  padding: 0 10px;
}
.sg_bg_f {
  background: #f5f4ff;
  z-index: 4;
}
.sg_bg_w .sg_text {
  max-width: 206px !important;
  width: 100%;
  margin-right: 65px;
}
.sg_bg_w .sg_esp {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  gap: 20px;
}
.sg_bg_w h2.ta-c {
  text-align: center !important;
}
.sg_bg_w h2.p-10 {
  padding: 0 10px;
}
.sg_bg_w .sg_app-row {
  flex-grow: 1;
  width: 45%;
}
.sungroup h1 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  text-align: left !important;
}

.sungroup h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  margin: 0;
  text-align: left !important;
}

.sungroup h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  text-align: left !important;
}

.sungroup strong {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: left !important;
}

.sungroup p {
  font-family: Roboto;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #555555;
  text-align: left !important;
}

/* TOP */

.sg_top {
  max-width: 1240px;
  margin: 0 auto;
}

.sg_top .sg_image {
  max-width: 670px;
  margin: 0 auto;
}

.sg_top .sg_text {
  max-width: 460px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .sg_top .sg_image {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    transform: scale(0.8);
  }
  .sg_bg_w .sg_text {
    margin-right: 20px;
  }
  .sg_top .sg_text {
    max-width: 600px;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
  }
}

.sungroup .sg_top div {
  text-align: left !important;
}

.sg_abs {
  position: absolute;
}

.sg_rel {
  position: relative;
}

.sg_grey {
  color: #555555;
}

.sg_bg_1-new {
  background: url("../images/lp/bg-new-1.png?2") no-repeat left center;
  min-height: 879px;
  margin-top: 100px;
}

.sg_bg_1 {
  background: url("../images/lp/bg_1.jpg?2") no-repeat right center;
  min-height: 900px;
  margin-top: -80px;
}

.sg_bg_2 {
  background: url("../images/lp/bg_2.jpg?2") no-repeat left bottom;
  min-height: 900px;
}

.sg_bg_3 {
  background: url("../images/lp/bg_3.jpg?2") no-repeat 90% 80%;
  min-height: 900px;
  margin-top: -200px;
}

.sg_bg_4 {
  background: url("../images/lp/bg_4.jpg?@") no-repeat right -150px;
  min-height: 900px;
}

.sg_bg_5 {
  background: url("../images/lp/bg_5.jpg?2") no-repeat left 250px;
  min-height: 900px;
  margin-top: -200px;
}

.sg_bg_6 {
  background: url("../images/lp/bg_6.jpg?2") no-repeat left center;
  min-height: 1410px;
}

.pb-5 {
  padding-bottom: 50px !important;
}

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 100px !important;
  }

  .pb-md-10 {
    padding-bottom: 100px !important;
  }
}

.sg_text {
  max-width: 550px;
}

.sg_image {
  max-width: 550px;
}

.sg_width-1250 {
  max-width: 1250px;
  margin: auto;
}

.sg_width-1250 .sg_text {
  max-width: 660px;
}

.sg_width-1250 .sg_image {
  max-width: 550px;
}

.sg_width-1250 div.sg_text {
  text-align: left !important;
}

@media (max-width: 1199px) {
  .sg_bg_1 {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .sg_text {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .sg_bg_fav .sg_esp {
    flex-flow: column;
    gap: 20px;
  }
}
.sg_fs-17 {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 27px !important;
  color: #333 !important;
}

.sg_bg_grey {
  background: #f6f6f6;
}

.sg_section_pad {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .sg_section_pad {
    padding: 50px 0;
    box-sizing: border-box;
  }
}

@media (max-width: 1300px) {
  .sg_bg_1,
  .sg_bg_2,
  .sg_bg_3,
  .sg_bg_4,
  .sg_bg_5,
  .sg_bg_6 {
    margin-top: 0px;
    min-height: unset;
    background-size: contain;
  }
}

@media (max-width: 1100px) {
  .sg_bg_1,
  .sg_bg_2,
  .sg_bg_3,
  .sg_bg_4,
  .sg_bg_5,
  .sg_bg_6 {
    background-position: top;
  }
}

.sg_cta {
  min-height: 50px;
  line-height: 18px;
  font-family: Poppins;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #fff200;
  border-radius: 1px;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  width: 100%;
  max-width: 224px;
  box-sizing: border-box;
  margin: 0 10px;
  font-size: 19px;
}

.sg_box_app {
  width: 100%;
  max-width: 23%;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  flex-flow: wrap;
}

.sg_width-1360 {
  max-width: 1360px;
  margin: 0 auto;
}

.splide__list {
  justify-content: space-between;
}

.sg_control {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #888888 !important;
}

.sg_image_box {
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 20px;
  min-height: 322px;
  width: 100%;
  max-width: 322px;
}

@media (max-width: 1025px) {
  .sg_box_app {
    max-width: 32%;
  }

  .sg_image_box {
    min-height: 150px;
  }

  /* .swiper-slide, .swiper-wrapper {
        height: auto !important;
    }

    .sg_control {
        display: none;
    } */

  /* .swiper-wrapper {
        display: block !important;
        padding: 0 10px;
        box-sizing: border-box !important;
    } */

  .sungroup .sg_box_app .sg_image_box img {
    max-width: 100px;
  }

  .sungroup p {
    font-size: 14px;
    line-height: 18px;
  }

  .sungroup h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .sg_box_app {
    max-width: 48%;
  }
  .sg_bg_w .sg_esp {
    flex-flow: column;
  }
  .sg_bg_w .sg_app-row {
    width: 100%;
  }
  .sg_bg_w .sg_esp.mb-5 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 500px) {
  .sg_image {
    max-width: 200px;
  }

  .sg_box_app {
    max-width: 47%;
  }
  .sg_bg_w .sg_app-row {
    flex-flow: column;
    align-items: center !important;
    gap: 20px;
  }
  .sg_bg_w .sg_text {
    max-width: 100% !important;
    display: flex;
    align-items: stretch !important;
    gap: 10px;
    padding: 0 !important;
  }
  .sg_bg_w .sg_text p {
    margin-top: unset !important;
    display: flex;
    align-items: center;
  }
  .sg_bg_w .sg_app-mob {
    min-width: 55px;
    max-width: 55px;
  }
  .sg_bg_w .sg_app-mob h2 {
    font-size: 24px;
    margin-top: unset !important;
    line-height: 24px !important;
  }
  .sg_box_app {
    max-width: 47%;
  }
  .sg_bg_w .sg_app-row-num {
    height: 100px;
  }
  .sg_bg_w .sg_app-row-num img {
    width: auto;
    max-height: 100%;
  }
  .sg_bg_w .sg_app-row-img {
    max-width: 200px;
  }
  .sg_bg_w .sg_text {
    margin-right: unset;
  }
}

.sg-number {
  border: 1px solid #888888;
  box-sizing: border-box;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  font-size: 16px;
  color: #888888;
  border-radius: 50%;
  margin-right: 15px;
}
