.hero {
  max-width: 1920px;
  margin: 0 auto;
  height: min-content;
  position: relative;
  color: white;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-body {
  z-index: 1;
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 220px 0 80px;
}
.hero-body-img {
  min-width: 600px;
  max-width: 600px;
}
.hero-body-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}
.hero-body .body1 {
  margin: 24px 0 30px;
  color: white;
}

@media (max-width: 1252px) {
  .hero-body {
    margin: 0 16px;
    padding: 130px 0 60px;
  }
  .hero-body-img {
    min-width: 460px;
  }
}
@media (max-width: 1100px) {
  .hero-body {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero-bg {
    object-position: 64%;
  }
  .hero-body {
    margin: 0 16px;
    padding-bottom: 0;
    gap: 30px;
  }
  .hero-body-img {
    min-width: unset;
    margin-bottom: 30px;
  }
}
.logos-section {
  padding: 80px 0;
  text-align: center;
  background-color: #F9F9F9;
}
.logos-section .h2 {
  margin-bottom: 70px;
}

.logos-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}
.logos-slide {
  height: 80px;
  width: fit-content;
  width: 220px !important;
}
.logos-slide img {
  width: 100%;
  height: 100%;
  max-height: 76px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .logos-section {
    padding: 40px 0;
  }
  .logos-section .h2 {
    margin-bottom: 24px;
  }
  .logos-slide {
    height: 60px;
    width: 160px !important;
  }
}
.bullet {
  max-width: 1920px;
  margin: 120px auto;
}
.bullet-h2 {
  margin-bottom: 70px;
  text-align: center;
}
.bullet-wrap {
  max-width: 1252px;
  padding: 0 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.bullet-item {
  max-width: 380px;
  width: 100%;
  display: flex;
  gap: 16px;
}
.bullet-item .wrap {
  height: fit-content;
  border-radius: 30px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bullet-item-body div {
  margin-bottom: 16px;
}

.bullet-item:nth-child(1) .wrap {
  background-color: #486FFF;
}

.bullet-item:nth-child(2) .wrap {
  background-color: #DB6851;
}

.bullet-item:nth-child(3) .wrap {
  background-color: #112778;
}

.bullet-item:nth-child(4) .wrap {
  background-color: #FF2DB7;
}

.bullet-item:nth-child(5) .wrap {
  background-color: #3A59CC;
}

.bullet-item:nth-child(6) .wrap {
  background-color: #F7954E;
}

@media (max-width: 1252px) {
  .bullet-wrap {
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .bullet {
    margin: 60px 0;
  }
  .bullet-h2 {
    margin-bottom: 30px;
  }
  .bullet-wrap {
    row-gap: 30px;
  }
  .bullet-item {
    max-width: unset;
    flex-direction: column;
  }
  .bullet-item-body div {
    margin-bottom: 8px;
  }
}
.testim {
  margin: 120px auto;
  max-width: 1220px;
  background-color: #EAEEFC;
  border-radius: 36px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testim svg {
  fill: #486FFF;
  width: 45px;
  height: 35px;
}
.testim .body1 {
  font-size: 24px;
  font-family: Medium;
  line-height: 1.45;
  max-width: 800px;
  text-align: center;
  margin: 24px 0;
  color: #404040;
}
.testim-person {
  line-height: 1.1;
  color: #213FAE;
  text-align: center;
}
.testim-company {
  margin: 10px auto;
  font-size: 20px;
  font-family: Semi;
  line-height: 1.4;
  color: #404040;
}
.testim img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: contain;
}

@media (max-width: 1252px) {
  .testim {
    margin: 80px 16px;
  }
}
@media (max-width: 768px) {
  .testim {
    margin: 40px 16px;
    padding: 20px 12px;
    border-radius: 16px;
  }
  .testim .body1 {
    margin: 16px 0;
    font-size: 16px;
  }
  .testim img {
    width: 100px;
    height: 100px;
  }
}
.role {
  background-color: #F9F9F9;
  padding: 80px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.role .h2 {
  margin: 0 auto 70px;
  width: fit-content;
}
.role-wrap {
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.role-box {
  display: flex;
  gap: 40px;
  background-color: white;
  border-radius: 36px;
  padding: 20px;
  box-shadow: 0 4px 34px 0px rgba(41, 40, 77, 0.07);
}
.role-box img {
  max-width: 590px;
  display: flex;
  border-radius: 16px;
}
.role-box:nth-last-child(2n) {
  flex-direction: row-reverse;
}
.role-tag {
  background-color: #213FAE;
  padding: 24px 20px;
  border-radius: 16px;
  color: #DAE2FF;
  font-size: 24px;
  font-family: Medium;
  line-height: 1.45;
}
.role-title {
  margin: 24px 0 12px;
  font-size: 24px;
  font-family: Medium;
  line-height: 1.45;
}
.role .body {
  margin-bottom: 12px;
}

@media (max-width: 1252px) {
  .role {
    margin: 0;
    padding: 80px 16px;
  }
}
@media (max-width: 1100px) {
  .role-box {
    flex-direction: column;
    width: min-content;
    margin: 0 auto;
  }
  .role-box:nth-last-child(2n) {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .role {
    padding: 40px 16px;
  }
  .role .h2 {
    margin-bottom: 30px;
  }
  .role-wrap {
    gap: 20px;
  }
  .role-box {
    border-radius: 16px;
    padding: 12px;
    width: 100%;
    gap: 24px;
  }
  .role-box img {
    width: 100%;
  }
  .role-tag {
    padding: 12px;
    font-size: 20px;
    border-radius: 12px;
  }
  .role-title {
    font-size: 20px;
  }
}
.advant {
  max-width: 1220px;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.advant-box {
  display: flex;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 4px 36px 0px rgba(41, 40, 77, 0.07);
  border: 1px solid #F9F9F9;
}
.advant-box-img {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}
.advant-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advant-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.advant-body {
  padding: 40px;
  margin: auto;
}
.advant-body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.advant-body .btn {
  margin-top: 24px;
}
.advant-body ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.5;
  margin-left: 24px;
  list-style-type: none;
}
.advant-body ul li::after {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10' width='14'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.8839 1.11612C13.372 1.60427 13.372 2.39573 12.8839 2.88388L6.21722 9.55055C5.72906 10.0387 4.93761 10.0387 4.44945 9.55055L1.11612 6.21722C0.627961 5.72906 0.627961 4.93761 1.11612 4.44945C1.60427 3.96129 2.39573 3.96129 2.88388 4.44945L5.33333 6.8989L11.1161 1.11612C11.6043 0.627961 12.3957 0.627961 12.8839 1.11612Z' fill='%23213FAE'/></svg>");
  left: -22px;
  top: 0;
}
.advant-title {
  font-size: 24px;
  font-family: Medium;
  color: #213FAE;
  line-height: 1.45;
  margin-bottom: 24px;
}

@media (max-width: 1252px) {
  .advant {
    margin: 80px 16px;
  }
}
@media (max-width: 1100px) {
  .advant-box {
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
  }
  .advant-box-img {
    width: 100%;
    max-width: 700px;
    min-width: unset;
  }
  .advant-box:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .advant {
    gap: 24px;
  }
  .advant-body {
    padding: 24px 16px;
  }
  .advant-body ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .advant-box {
    border-radius: 12px;
  }
  .advant-title {
    margin-bottom: 20px;
  }
}
.bottom-form {
  background-color: #3A59CC;
  max-width: 1200px;
  margin: 120px auto;
  padding: 56px;
  border-radius: 36px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: white;
}
.bottom-form .col {
  max-width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-form .h2 {
  color: white;
  margin-bottom: 32px;
  line-height: 1.35;
}
.bottom-form .body1 {
  color: white;
}
.bottom-form .trio {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 32px;
}
.bottom-form .trio-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-form .trio-item span {
  font-family: Semi;
  font-size: 18px;
  color: #DAE2FF;
}
.bottom-form .trio-img-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.bottom-form .small-input {
  max-width: 235px;
}

@media (max-width: 1232px) {
  .bottom-form {
    margin: 120px 16px;
  }
}
@media (max-width: 1100px) {
  .bottom-form {
    margin: 80px auto;
    flex-direction: column;
    width: fit-content;
  }
  .bottom-form .trio {
    display: none;
  }
}
@media (max-width: 632px) {
  .bottom-form {
    margin: 40px 16px;
    border-radius: 16px;
    padding: 30px 16px 10px;
    gap: 24px;
  }
  .bottom-form .h2 {
    margin-bottom: 16px;
  }
  .bottom-form .small-input {
    max-width: unset;
  }
}