/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
.section.section-banner {
  margin-top: 0;
}
.section.section-banner .swiper-container .item {
  position: relative;
  width: 100%;
}
.section.section-banner .swiper-container .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(149.77% 109.5% at 11.77% 35.14%, #112536 0%, rgba(17, 37, 54, 0.96) 11.59%, rgba(17, 37, 54, 0.8) 22.4%, rgba(17, 37, 54, 0.64) 30.66%, rgba(17, 37, 54, 0.46) 37.52%, rgba(17, 37, 54, 0) 48.52%);
  top: 0;
  left: 0;
}
.section.section-banner .swiper-container .item > picture {
  display: block;
}
.section.section-banner .swiper-container .item > picture img {
  display: block;
  width: 100%;
  min-height: 300px;
  height: calc(100vh - 170px);
  object-fit: cover;
  object-position: bottom;
}
.section.section-banner .swiper-container .item > a {
  z-index: 1;
}
.section.section-banner .swiper-container .item > a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-banner .swiper-container .swiper-controls {
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 23.75rem) {
  .section.section-banner .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section.section-banner .swiper-container .swiper-controls .swiper-button::before {
  border: 1px solid #d1d1d1;
  color: #fff;
  border-radius: 0;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  bottom: 50px;
  top: auto;
  right: 60px;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  bottom: 50px;
  top: auto;
  right: 0;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #D49300;
}

.section-description {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description {
    padding: 40px 0;
  }
}
.section-description .all_content_description .home-title {
  color: #030e30;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-description .all_content_description .home-title {
  font-size: clamp(2.8125rem, 1.3125rem + 3.75vw, 4.6875rem);
  line-height: clamp(2.25rem, 1.05rem + 3vw, 3.75rem);
}
.section-description .all_content_description .home-desc {
  color: #030e30;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_content_description .home-desc {
    font-size: 16px;
  }
}
.section-description .all_content_description .all_home_url_icon {
  position: relative;
  width: 100%;
  gap: 16px;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.section-description .all_content_description .all_home_url_icon .home_url {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  letter-spacing: 2px;
  padding: 14px 35px;
  background: #d02139;
  text-align: center;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_content_description .all_home_url_icon .home_url {
    font-size: 14px;
    padding: 10px 30px;
  }
}
.section-description .all_content_description .all_home_url_icon .home_url:hover {
  background: #030e30;
}
.section-description .all_content_description .all_home_url_icon .home-icon {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.section-description .home_image {
  overflow: hidden;
  border-radius: 16px;
}
.section-description .home_image:hover img {
  transform: scale(1.05);
}
.section-description .home_image img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.3s;
}

.section-doitac-slide {
  position: relative;
  padding-bottom: 100px;
  background: #030e30;
}
@media only screen and (max-width: 47.99875rem) {
  .section-doitac-slide {
    padding-bottom: 40px;
  }
}
.section-doitac-slide .all_doitac {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 20px 0px 40px 0px rgba(0, 0, 0, 0.1450980392);
}
.section-doitac-slide .all_doitac .swiper-doitac {
  overflow: hidden;
}
.section-doitac-slide .all_doitac .swiper-doitac .swiper-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  animation: marquee 10s linear infinite;
  align-items: stretch;
}
@media only screen and (max-width: 47.99875rem) {
  .section-doitac-slide .all_doitac .swiper-doitac .swiper-wrapper {
    animation: marquee 15s linear infinite;
  }
}
.section-doitac-slide .all_doitac .swiper-doitac .swiper-slide {
  flex: 0 0 auto;
  height: auto;
}
.section-doitac-slide .all_doitac .swiper-doitac .swiper-slide {
  width: calc(16.6666666667% - 1.0416666667rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-doitac-slide .all_doitac .swiper-doitac .swiper-slide {
    width: calc(25% - 0.9375rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-doitac-slide .all_doitac .swiper-doitac .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.section-doitac-slide .all_doitac .swiper-doitac .swiper-slide .img-box {
  max-height: 60px;
}
.section-doitac-slide .all_doitac .swiper-doitac .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  object-fit: contain;
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.section-cta {
  position: relative;
  padding-bottom: 75px;
}
.section-cta .section-shape-divider svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
  height: 20px;
  bottom: 0;
  top: auto;
  transform: scaleY(1);
}
.section-cta .title_cta {
  text-align: center;
  color: #030e30;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 44px;
}
/* .section-cta .title_cta {
  font-size: clamp(2.1875rem, 0.9375rem + 3.125vw, 3.75rem);
  line-height: clamp(1.75rem, 0.75rem + 2.5vw, 3rem);
} */
.section-cta .all_content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .all_content {
    gap: 0;
  }
}
.section-cta .all_content .flex:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.section-cta .all_content .flex:nth-child(2n+2) .cell .content_cta {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .all_content .flex:nth-child(2n+2) .cell .content_cta {
    margin-right: 0;
  }
}
.section-cta .all_content .flex:nth-child(2n+2) .cell .cta_url {
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .all_content .flex:nth-child(2n+2) .cell .cta_url {
    margin-right: 0;
  }
}
.section-cta .all_content .flex .cell .img_content_cta {
  border-radius: 12px;
  overflow: hidden;
}
.section-cta .all_content .flex .cell .img_content_cta img {
  transition: all 0.5s;
}
.section-cta .all_content .flex .cell .img_content_cta:hover img {
  transform: scale(1.1);
}
.section-cta .all_content .flex .cell .img_content_cta img {
  width: 100%;
  border-radius: 12px;
}
.section-cta .all_content .flex .cell .content_cta {
  color: #030e30;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 40px;
  margin-left: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .all_content .flex .cell .content_cta {
    margin-left: 0;
    font-size: 16px;
  }
}
.section-cta .all_content .flex .cell .cta_url {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 14px 20px;
  background: #d02139;
  border-radius: 30px;
  margin-left: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .all_content .flex .cell .cta_url {
    margin-left: 0;
    font-size: 14px;
    padding: 10px 20px;
  }
}
.section-cta .all_content .flex .cell .cta_url:hover {
  background: #030e30;
}

.section-media-press {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-media-press {
    padding: 60px 0;
  }
}
.section-media-press .img_media_press {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.section-media-press .img_media_press img {
  display: block;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}
.section-media-press .section-title {
  text-align: center;
  color: #001444;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 500px;
  margin: auto;
  margin-bottom: 45px;
}
.section-media-press .section-title {
  font-size: clamp(2.1875rem, 0.9375rem + 3.125vw, 3.75rem);
  line-height: clamp(1.75rem, 0.75rem + 2.5vw, 3rem);
}
.section-media-press .all_media_press .media_press {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0705882353);
  height: 100%;
  margin: 0 10px;
  align-items: center;
}
.section-media-press .all_media_press .media_press:hover .title_media_press {
  color: #d02139;
}
.section-media-press .all_media_press .media_press .title_media_press {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.section-media-press .all_media_press .media_press .desc_media_press {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 16px;
}
.section-media-press .all_media_press .media_press .url_media_press {
  color: #d02139;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-media-press .all_media_press .media_press .url_media_press:hover {
  color: #001444;
}
.section-media-press .all_media_press .media_press .url_media_press:hover svg {
  stroke: #001444;
  fill: #001444;
  transform: translateX(3px);
}
.section-media-press .all_media_press .media_press .url_media_press span {
  text-decoration: underline;
}
.section-media-press .all_media_press .media_press .url_media_press svg {
  position: relative;
  font-size: 15px;
  width: 15px;
  height: 15px;
  stroke-width: 0;
  stroke: #d02139;
  fill: #d02139;
  top: 0.06em;
  stroke-width: 2px;
  margin-left: 3px;
  transition: transform 0.3s ease;
}
.section-media-press .url_media_press {
  width: 100%;
  text-align: center;
}
.section-media-press .url_media_press a {
  display: block;
  width: fit-content;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 20px;
  margin: auto;
  margin-top: 40px;
  background: #d02139;
  border: 1px solid #d02139;
  color: #fff;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 47.99875rem) {
  .section-media-press .url_media_press a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.section-media-press .url_media_press a:hover {
  background: #fff;
  color: #d02139;
}

.section-home_why_choose {
  position: relative;
  padding: 100px 0;
}
.section-home_why_choose .section-shape-divider svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
  height: 20px;
  bottom: 0;
  top: auto;
  transform: scaleY(1);
}
.section-home_why_choose .all_why_choose .title_cta {
  text-align: center;
  color: #030e30;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 510px;
  margin: auto;
  margin-bottom: 45px;
}
.section-home_why_choose .all_why_choose .title_cta {
  font-size: clamp(2.1875rem, 0.9375rem + 3.125vw, 3.75rem);
  line-height: clamp(1.75rem, 0.75rem + 2.5vw, 3rem);
}
.section-home_why_choose .all_why_choose .all_row_why_choose {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose {
    flex-direction: column;
    gap: 16px;
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 100%;
  position: relative;
  overflow: hidden;
  height: 400px;
  padding: 20px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1450980392);
  border-radius: 12px;
  transition: all 600ms ease;
  z-index: 1;
  max-height: 620px;
  cursor: pointer;
  overflow-anchor: none;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:first-child {
  transform-origin: left center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose {
    flex-basis: auto !important;
    transform: none !important;
    max-height: none;
    padding: 35px 15px;
    cursor: default;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0823529412);
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover {
  flex-basis: 500%;
  transform: scale(1.05);
  z-index: 2;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover::after {
  opacity: 0.8;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover {
    flex-basis: auto !important;
    transform: none !important;
  }
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover .rp_title,
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover .rp_desc {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover .rp_title {
  opacity: 1;
  transform: translatey(0px);
  transition-delay: 200ms;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose:hover .rp_desc {
  opacity: 1;
  transform: translatey(0px);
  transition-delay: 200ms;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    opacity: 0;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    transition-property: background, opacity;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose::after {
    opacity: 0.8;
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_title {
  color: #001444;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -3px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transform: translatey(100px);
  transition: opacity 400ms ease, transform 400ms ease;
  transition-delay: 0ms;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_title {
    font-size: 25px;
    letter-spacing: -1px;
    transform: translateY(0);
    opacity: 1;
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_desc {
  color: #000;
  font-size: 16px;
  opacity: 0;
  transform: translatey(100px);
  transition: opacity 400ms ease, transform 400ms ease;
  transition-delay: 0ms;
  z-index: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_desc {
    font-size: 14px;
    transform: translateY(0);
    opacity: 1;
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_title,
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_desc {
  width: 450px;
  max-width: 80vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}
@media only screen and (max-width: 63.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_title,
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_desc {
    width: 350px;
    min-width: 350px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_title,
  .section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_desc {
    width: auto;
    min-width: 0;
    max-width: 300px;
    opacity: 1;
    transform: none;
  }
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_image picture {
  width: 100%;
  height: 100%;
}
.section-home_why_choose .all_why_choose .all_row_why_choose .row_why_choose .rp_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.section-home_why_choose .all_pricing_why_choose {
  position: relative;
  max-width: 450px;
  margin: auto;
  padding-top: 80px;
}
.section-home_why_choose .all_pricing_why_choose .title_pricing {
  text-align: center;
  color: #030e30;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-home_why_choose .all_pricing_why_choose .title_pricing {
  font-size: clamp(2.5rem, 1.25rem + 3.125vw, 4.0625rem);
  line-height: clamp(2rem, 1rem + 2.5vw, 3.25rem);
}
.section-home_why_choose .all_pricing_why_choose .sub_title_pricing {
  position: relative;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_pricing_why_choose .sub_title_pricing {
    background: #d02139;
  }
}
.section-home_why_choose .all_pricing_why_choose .sub_title_pricing svg {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: visible;
  pointer-events: none;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_pricing_why_choose .sub_title_pricing svg {
    display: none;
  }
}
.section-home_why_choose .all_pricing_why_choose .sub_title_pricing span {
  color: #fff;
  font-weight: 900;
  display: block;
  z-index: 2;
  position: relative;
  text-align: center;
}
.section-home_why_choose .all_pricing_why_choose .sub_title_pricing span {
  font-size: clamp(1.25rem, 0.25rem + 2.5vw, 2.5rem);
  line-height: clamp(2rem, 0.4rem + 4vw, 4rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_pricing_why_choose .sub_title_pricing span {
    text-align: center;
  }
}
.section-home_why_choose .all_pricing_why_choose .all_pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #030e30;
  max-width: 100%;
  padding: 40px;
  height: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_pricing_why_choose .all_pricing {
    padding: 30px;
  }
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_title {
  margin-bottom: 32px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -2px;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_title {
  font-size: clamp(1.875rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: clamp(1.875rem, 1.375rem + 1.25vw, 2.5rem);
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price > div > span:first-child {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price > div > span:last-child {
  font-weight: 800;
  white-space: nowrap;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price > div > span:last-child {
  font-size: clamp(3.4375rem, 2.9875rem + 1.125vw, 4rem);
  line-height: clamp(3.4375rem, 2.9875rem + 1.125vw, 4rem);
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_price > p span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_desc {
  text-align: left;
  margin-bottom: 40px;
  color: #fff;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_desc ul {
  padding-left: 0;
  list-style: none;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_desc ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
  text-align: left;
  padding-left: 25px;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_desc ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #d02139;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_url {
  width: 100%;
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_url a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 20px;
  margin: auto;
  background: #d02139;
  color: #fff;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home_why_choose .all_pricing_why_choose .all_pricing .rp_url a {
    font-size: 14px;
  }
}
.section-home_why_choose .all_pricing_why_choose .all_pricing .rp_url a:hover {
  background: #000;
}
@keyframes rough-notation-dash {
  100% {
    stroke-dashoffset: 0;
  }
}

.section-works {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-works {
    padding: 60px 0;
  }
}
.section-works .title_works {
  text-align: center;
  color: #001444;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  max-width: 500px;
  margin: auto;
  margin-bottom: 45px;
}
.section-works .title_works {
  font-size: clamp(2.1875rem, 0.9375rem + 3.125vw, 3.75rem);
  line-height: clamp(1.75rem, 0.75rem + 2.5vw, 3rem);
}
.section-works .all_works .row_works {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.0705882353);
  height: 100%;
  margin: 0 10px;
  align-items: flex-start;
}
.section-works .all_works .row_works .title_works {
  text-align: center;
  color: #001444;
  font-size: 65px;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 43px;
  text-align: center;
}
.section-works .all_works .row_works .content_works {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}

.section-home-forms {
  position: relative;
  padding: 50px 0;
}
.section-home-forms .section-shape-divider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.section-home-forms .section-shape-divider svg {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  height: 260px;
  transform: scaleY(-1);
}
.section-home-forms .container {
  position: relative;
}
.section-home-forms .container .all_home_form {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.2117647059);
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.section-home-forms .container .all_home_form > .flex > .cell:nth-child(1) {
  background: #d02139;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-forms .container .all_home_form > .flex > .cell:nth-child(1) {
    padding: 30px;
  }
}
.section-home-forms .container .all_home_form > .flex > .cell:nth-child(2) {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-forms .container .all_home_form > .flex > .cell:nth-child(2) {
    padding: 30px;
  }
}
.section-home-forms .container .all_home_form > .flex .all_icon_sub_title {
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  position: relative;
  background-size: cover;
}
.section-home-forms .container .all_home_form > .flex .all_icon_sub_title > i {
  font-size: 25px;
  color: #fff;
}
.section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title {
  max-width: 100%;
  width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
}
.section-home-forms .container .all_home_form > .flex .all_icon_sub_title .sub_title .start {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
}
.section-home-forms .container .all_home_form > .flex .title_forms {
  text-align: left;
  color: #fff;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
.section-home-forms .container .all_home_form > .flex .title_forms {
  font-size: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
  line-height: clamp(2.8125rem, 1.8125rem + 2.5vw, 4.0625rem);
}
.section-home-forms .container .all_home_form > .flex .desc_forms {
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin-bottom: 20px;
}
.section-home-forms .container .all_home_form > .flex .desc_forms ul {
  padding-left: 0;
  list-style: none;
}
.section-home-forms .container .all_home_form > .flex .desc_forms ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  align-items: center;
  text-align: left;
  padding-left: 25px;
}
.section-home-forms .container .all_home_form > .flex .desc_forms ul li::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}
.section-home-forms .container .all_home_form > .flex .home_banner img {
  width: 140px;
}
.section-home-forms .container .all_home_form > .flex .home_form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-home-forms .container .all_home_form > .flex .home_form form .cell-input input,
.section-home-forms .container .all_home_form > .flex .home_form form .cell-input select {
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  color: #001444;
}
.section-home-forms .container .all_home_form > .flex .home_form form .cell-submit .btn-submit {
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: #d02139;
  border: 1px solid #001444;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-forms .container .all_home_form > .flex .home_form form .cell-submit .btn-submit {
    font-size: 14px;
    padding: 12px 25px;
  }
}
.section-home-forms .container .all_home_form > .flex .home_form form .cell-submit .btn-submit:hover {
  background: #001444;
}