.intro_image img {
  max-width: 100%;
  height: auto;
}
.intro_content {
  max-width: 510px;
}
#about .about_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.krisp_inner_content {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.krisp_inner_content .img_wrapper {
  flex: 0 0 485px;
}
#about .about_outer .about_inner {
  margin: 0 10px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
#about .about_outer .about_inner .img_wrapper {
  margin-right: 24px;
}
#about .krisp_content_outer .krisp_content_inner {
  border-radius: 20px;
  max-width: 728px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#about .krisp_content_outer .krisp_content_inner .content_text {
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .krisp_content_outer .krisp_content_inner img {
  margin-right: 12px;
}
#about .content_title {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#join h3 {
  max-width: 780px;
}
.success_timeline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
  position: relative;
}
.success_timeline .separator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c3bcfd;
  width: 4px;
  top: 60px;
  z-index: 8;
  height: calc(100% - 100px);
}
.success_timeline .timeline_left .item:before {
  right: -69px;
  content: url('../svg/icon_timeline_asset_left.svg');
  z-index: 10;
}
.success_timeline .timeline_right .item:before {
  left: -69px;
  content: url('../svg/icon_timeline_asset_right.svg');
  z-index: 10;
}
.success_timeline .timeline_right {
  margin-top: 73px;
}
.success_timeline .item {
  box-shadow: 0px 6px 25px rgba(173, 187, 201, 0.16);
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  width: 436px;
}
.success_timeline .item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.success_timeline .item .item_img {
  margin-right: 22px;
}
.success_timeline .item .item_img img {
  width: 72px;
  height: 72px;
  display: inherit;
}
.success_timeline .item:last-child {
  margin-bottom: 0;
}
.success_timeline_md {
  display: none;
}
#trusted {
  background-color: #f2f3f4;
  padding: 80px 0;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.owl-prev,
.owl-next {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #c3c8cd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.owl-prev:hover,
.owl-next:hover {
  background-color: #576069;
  border-color: #576069;
}
.owl-prev:hover img,
.owl-next:hover img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(24%) saturate(1%)
    hue-rotate(115deg) brightness(104%) contrast(100%);
}
.owl-item.center {
  transform: unset !important;
}
#values h3 {
  margin-top: 0;
  margin-bottom: 24px;
}
#values p.subtitle {
  margin-bottom: 48px;
}
#values .item_inner .img_wrapper {
  margin-right: -170px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  border: 2px solid #23d6ba;
  display: flex;
  align-items: center;
  justify-content: center;
}
#values .item_inner .img_wrapper img {
  max-width: 300px !important;
}
.border-aqua {
  border-color: #23d6ba !important;
}
.border_orange {
  border-color: #fe6257 !important;
}
.border_yellow {
  border-color: #ffda71 !important;
}
.border_gray {
  border-color: #918f9f !important;
}
.border_purple {
  border-color: #614efa !important;
}
#values .item_inner .img_wrapper #values .item_inner .img_wrapper img {
  width: 100%;
  height: 100%;
}
#values .item_inner .item_text {
  width: 826px;
  padding: 48px 36px 48px 200px;
  border-radius: 40px;
  height: 402px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#values .item .item_inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.story_outer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
#story .content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 629px;
}
#story .content_wrapper p:last-of-type {
  margin-bottom: 0;
}

.video_outer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}
.video_outer img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#contact_center_video {
  background-color: #f4fdfb;
}
@media only screen and (max-width: 1201px) {
  .owl-nav {
    position: static;
    width: 100%;
    transform: unset;
    margin: 32px auto 0 auto !important;
    gap: 24px;
    justify-content: center;
  }
  .hero_flex {
    flex-direction: column;
    text-align: center;
  }
  body.about-us .intro_content {
    max-width: 941px;
  }
  body.about-us .intro_content p {
    max-width: 643px;
    margin: 0 auto;
  }
  .intro_content {
    margin-bottom: 60px;
  }
  .story_outer {
    flex-direction: column;
  }
  .story_outer .img_wrapper img {
    width: 732px;
    max-width: 100%;
    height: auto;
  }
  .story_outer .content_wrapper,
  .story_outer .img_wrapper {
    flex-grow: 1;
    flex-basis: 0;
  }
  .story_outer .content_wrapper p {
    margin-bottom: 24px;
  }
  img.visible_md {
    display: block;
  }
  img.visible_lg {
    display: none;
  }
  .content_text p {
    max-width: 380px;
  }
  #about p {
    max-width: 710px;
  }
}
@media only screen and (max-width: 1024px) {
  #values .owl-stage,
  #values .owl-carousel .owl-stage-outer,
  #values .item {
    display: flex;
  }
  #values .item .item_inner,
  #values .item_inner .item_text {
    height: 100%;
  }
  #values .owl-item {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  #story .content_wrapper {
    height: auto;
    display: block;
  }
  body.about-us .intro_content {
    max-width: 642px;
  }
  #krisp .krisp_content_outer {
    flex-direction: column;
    gap: 24px;
    flex: 100%;
  }
  .krisp_section_container {
    padding: 0 20px;
  }
  #krisp .subtitle {
    text-align: center;
  }
  #krisp .krisp_content_outer .krisp_content_inner h5 {
    font-size: 32px;
  }
  #join h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .success_timeline .item {
    width: 100%;
    max-width: 546px;
    margin-bottom: 40px;
  }
  .krisp_inner_content {
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }
  .krisp_inner_content .img_wrapper {
    flex: auto !important;
  }
  .krisp_inner_content .img_wrapper img {
    max-width: 100%;
    height: auto;
  }
  #values .item_inner .img_wrapper img {
    width: 240px !important;
    height: 240px !important;
  }
  .success_timeline {
    background-image: url('../svg/img_line.svg');
    background-repeat: no-repeat;
    background-position: center 68px;
    background-size: auto 1584px;
  }
  .success_timeline_lg {
    display: none;
  }
  .success_timeline_md {
    display: flex;
    flex-direction: column;
  }
  .success_timeline {
    align-items: center;
    justify-content: center;
  }
  .success_timeline {
    background-repeat: repeat-y;
  }
  .success_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #name .name_inner .name_image {
    width: 40%;
  }
  #name .name_inner .text {
    max-width: 416px;
  }
  #values .item .item_inner {
    flex-direction: column;
  }
  #values .owl-item.center .item {
    width: auto;
  }
  #values .item_inner .item_text {
    padding: 193px 40px 40px;
    text-align: center;
    max-width: 804px;
    justify-content: flex-start;
  }
  #values .item_inner .img_wrapper {
    width: 260px;
    height: 260px;
    margin: 0 auto -160px auto;
    padding: 18px !important;
  }
  #name .name_inner .name_image {
    position: relative;
    width: 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 0;
  }
  #name .name_inner {
    padding: 0;
  }
  #name .name_inner .text {
    padding: 60px;
    text-align: center;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
  #name .name_inner .name_image {
    padding: 40px 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #krisp .krisp_content_outer .krisp_content_inner h5 {
    font-size: 26px;
    line-height: 40px;
    height: unset;
  }
  #krisp .krisp_content_outer .krisp_content_inner {
    flex-direction: column;
  }
  #krisp .krisp_content_outer .krisp_content_inner .img_wrapper img {
    width: 64px;
    height: 64px;
  }
  #krisp .krisp_content_outer .krisp_content_inner .content_text {
    padding: 32px 20px;
  }
  #join h3 {
    font-size: 28px;
    line-height: 42px;
  }
  .success_timeline .item {
    margin-bottom: 32px;
  }
  .success_timeline .item .item_img img {
    width: 60px;
    height: 60px;
  }
  .success_timeline .item h6 {
    font-size: 18px;
    line-height: 30px;
  }
  #name .name_inner .text {
    padding: 32px 20px;
  }
  #name .name_inner .name_image {
    margin-top: 0;
  }
  #values .item_inner .item_text {
    max-width: calc(100vw - 40px);
  }
  #values .item_inner .img_wrapper {
    width: 200px;
    height: 200px;
    margin-bottom: -110px;
    padding: 14px !important;
  }
  #values .item_inner .item_text {
    padding: 133px 20px 20px;
  }
  .owl-nav {
    position: static;
    width: 100%;
    transform: unset;
    margin: 10px auto 0 auto;
    gap: 40px;
    justify-content: center;
  }
  #hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #hero h1 br {
    display: block;
  }
  #about .krisp_content_outer {
    flex-direction: column;
  }
  .krisp_content_inner {
    margin-bottom: 20px !important;
  }
  #success .subtitle {
    font-size: 17px;
    line-height: 30px;
  }
  #values .item_inner .img_wrapper img {
    width: 175px !important;
    height: 175px !important;
  }
}
