.lp_hero {
  position: relative;
  background: var(--eeeae5);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lp_hero {
    min-height: 600px;
  }
}
@media (max-width: 599px) {
  .lp_hero {
    min-height: initial;
  }
}
.lp_hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .lp_hero .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding: 30px 30px 45px;
  }
}
.lp_hero .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .section_title {
    font-size: 36px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    width: 67%;
    font-size: 32px;
    max-width: 220px;
  }
}
.lp_hero .desc {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .desc {
    margin-top: 20px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .desc {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }
}
.lp_hero .btn_wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .btn_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper {
    margin-top: 60px;
    gap: 10px;
  }
}
.lp_hero .btn_wrapper .login_btn {
  min-width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--ffd470);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn {
    min-width: 145px;
    height: 40px;
    gap: 4px;
    border-radius: 5px;
    font-size: 13px;
  }
}
.lp_hero .btn_wrapper .login_btn:hover {
  background: #6D7758;
  color: #fff;
}
.lp_hero .btn_wrapper .login_btn svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2px;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn svg {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
  }
}
.lp_hero .btn_wrapper .btn {
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px 0 40px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn {
    min-width: 145px;
    height: 40px;
    gap: 10px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 10px 0 20px;
  }
}
.lp_hero .btn_wrapper .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.lp_hero .btn_wrapper .btn svg {
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn svg {
    width: 18px;
  }
}
.lp_hero .img {
  width: 640px;
  max-width: 45%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .lp_hero .img {
    max-width: 35%;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    top: 20px;
    right: 30px;
  }
}

@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lp_hero .section_subtitle {
  padding: 9px 15px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 599px) {
  .lp_hero .section_subtitle {
    padding: 5px 9px;
    font-size: 10px;
  }
}
.lp_hero .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lp_hero .section_title {
  margin-top: 24px;
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    margin-top: 16px;
    font-size: 30px;
  }
}
@media (max-width: 599px) {
  .lp_hero .desc {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    max-width: 28%;
    top: 20px;
    right: 0;
  }
}

.about {
  position: relative;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 599px) {
  .about {
    padding: 60px 0;
  }
}
.about .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .about .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .about .wrapper {
    padding: 0 30px;
  }
}
.about .icon_bg {
  width: 485px;
  height: auto;
  position: absolute;
  top: 50%;
  right: -110px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .about .icon_bg {
    display: none;
  }
}
.about .section_subtitle {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border-radius: 100px;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 599px) {
  .about .section_subtitle {
    font-size: 12px;
  }
}
.about .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .section_title {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .about .section_title {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .about .section_title {
    font-size: 24px;
  }
}
.about .list {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .about .list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .about .list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.about .list .item {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  .about .list .item {
    padding: 30px 20px;
  }
}
.about .list .item .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .about .list .item .icon {
    max-height: 160px;
  }
}
.about .list .item .title {
  margin: 24px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 599px) {
  .about .list .item .title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.about .list .item .text {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #748289;
}

.coverage {
  padding: 100px 0;
}
@media (max-width: 599px) {
  .coverage {
    padding: 60px 0;
  }
}
.coverage .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .coverage .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .coverage .wrapper {
    padding: 0 30px;
  }
}
.coverage .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .coverage .section_subtitle {
    font-size: 12px;
  }
}
.coverage .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.coverage .section_title {
  margin: 25px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 107%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .coverage .section_title {
    margin-top: 24px;
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .coverage .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.coverage .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .coverage .list {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .coverage .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .coverage .list {
    gap: 15px;
  }
}
.coverage .list .item {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 40px 42px 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px 16px;
  grid-auto-rows: min-content;
}
@media (max-width: 1199px) {
  .coverage .list .item {
    padding: 40px 24px;
  }
}
@media (max-width: 599px) {
  .coverage .list .item {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.coverage .list .item .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .coverage .list .item .icon {
    max-width: 70px;
  }
}
.coverage .list .item .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.coverage .list .item .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #2e3749;
  align-self: center;
}
@media (max-width: 599px) {
  .coverage .list .item .title {
    font-size: 20px;
  }
}
.coverage .list .item .text {
  grid-column: span 2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  color: #748289;
}
@media (max-width: 1199px) {
  .coverage .list .item .text {
    padding: 10px 0;
  }
}
@media (max-width: 599px) {
  .coverage .list .item .text {
    padding: 0;
    grid-column: initial;
    font-size: 14px;
  }
}

.process {
  padding: 100px 0;
}
@media (max-width: 599px) {
  .process {
    padding: 60px 0 90px;
  }
}
.process .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .process .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .process .wrapper {
    padding: 0 30px;
  }
}
.process .section_subtitle {
  padding: 9px 15px;
  border-radius: 18px;
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .process .section_subtitle {
    font-size: 12px;
  }
}
.process .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.process .section_title {
  margin: 25px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 107%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #2e3749;
}
@media (max-width: 1199px) {
  .process .section_title {
    margin-top: 24px;
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .process .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.process .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1459px) {
  .process .list {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .process .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .process .list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 599px) {
  .process .list {
    gap: 40px;
  }
}
.process .list .item {
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1459px) {
  .process .list .item {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .process .list .item {
    padding: 0;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .process .list .item {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 599px) {
  .process .list .item {
    gap: 12px;
  }
}
.process .list .item .icon {
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .process .list .item .icon {
    width: 60px;
  }
}
.process .list .item .icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .process .list .item .icon img {
    width: 24px;
    height: 24px;
  }
}
.process .list .item .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 129%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #2e3749;
  text-align: center;
}
@media (max-width: 599px) {
  .process .list .item .title {
    font-size: 20px;
  }
}
.process .list .item .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: #3E4552;
}
@media (max-width: 599px) {
  .process .list .item .text {
    font-size: 14px;
  }
}