.au_banner {
  padding: 130px 0;
  padding-top: 0;
  background-color: #ECF6FB;
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #ECF6FB 50%, #ECF6FB 100%); }
  @media (max-width: 991px) {
    .au_banner {
      padding: 90px 0;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .au_banner {
      padding: 60px 0;
      padding-top: 0; } }
  .au_banner > .box {
    background-color: #EFDCC6;
    clip-path: ellipse(105% 50% at 50% 50%);
    padding: 80px 0 110px; }
    @media (max-width: 991px) {
      .au_banner > .box {
        clip-path: ellipse(110% 50% at 50% 50%); } }
  .au_banner .au_banner_wrap .main_title {
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 100px;
    text-align: center;
    color: #3C3D42;
    border-bottom: 1px solid #3C3D42;
    max-width: 1200px; }
    @media (max-width: 767px) {
      .au_banner .au_banner_wrap .main_title {
        margin-bottom: 30px; } }
  .au_banner .au_banner-box {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; }
    @media (max-width: 767px) {
      .au_banner .au_banner-box {
        margin-left: 0;
        margin-right: 0;
        justify-content: right; } }
    .au_banner .au_banner-box .au_banner-item {
      padding-left: 15px;
      padding-right: 15px;
      flex: 1 1 25%;
      max-width: calc(25% - 15px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 50px;
      background: #FFF;
      padding: 30px;
      position: relative; }
      @media (max-width: 1024px) {
        .au_banner .au_banner-box .au_banner-item {
          padding: 30px 10px; } }
      .au_banner .au_banner-box .au_banner-item::after {
        content: "";
        position: absolute;
        background: #A88660;
        height: 17px;
        width: 17px;
        border-radius: 50%;
        top: -34px;
        left: 50%; }
        @media (max-width: 767px) {
          .au_banner .au_banner-box .au_banner-item::after {
            top: 50%;
            left: calc(-20% - 8px); } }
      .au_banner .au_banner-box .au_banner-item::before {
        content: "";
        position: absolute;
        background: #A88660;
        height: 2px;
        width: calc(100% + 20px);
        top: -26px;
        left: 50%; }
        @media (max-width: 767px) {
          .au_banner .au_banner-box .au_banner-item::before {
            top: 50%;
            left: -20%;
            width: 2px;
            height: calc(100% + 50px); } }
      .au_banner .au_banner-box .au_banner-item:last-child::before {
        content: none; }
      @media (max-width: 767px) {
        .au_banner .au_banner-box .au_banner-item {
          flex: 1 1 50%;
          max-width: 50%;
          margin-bottom: 20px;
          padding-bottom: 20px;
          padding-top: 20px;
          height: 30vh;
          flex: 1 1 80%;
          max-width: 80%; } }
      .au_banner .au_banner-box .au_banner-item:last-child {
        border-right: none; }
      .au_banner .au_banner-box .au_banner-item .au_banner-thumb {
        margin-bottom: 15px;
        border-bottom: 1px solid #3C3D42;
        padding-bottom: 15px; }
        .au_banner .au_banner-box .au_banner-item .au_banner-thumb img {
          margin-left: auto;
          margin-right: auto;
          width: 125px;
          height: 109px;
          object-fit: contain; }
          @media (max-width: 991px) {
            .au_banner .au_banner-box .au_banner-item .au_banner-thumb img {
              width: auto;
              height: auto; } }
          @media (max-width: 767px) {
            .au_banner .au_banner-box .au_banner-item .au_banner-thumb img {
              max-width: 50%; } }
          @media (max-width: 575.98px) {
            .au_banner .au_banner-box .au_banner-item .au_banner-thumb img {
              max-width: 30%; } }
      .au_banner .au_banner-box .au_banner-item .au_banner-title {
        max-width: 253px;
        margin: 0 auto;
        font-size: 25px;
        color: #1C2D59;
        line-height: 1.2;
        font-style: italic;
        flex: 1; }
        @media (max-width: 991px) {
          .au_banner .au_banner-box .au_banner-item .au_banner-title {
            font-size: 18px; } }

.infomation_list {
  padding: 138px 0 115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #F9FAFF; }
  @media (max-width: 991px) {
    .infomation_list {
      padding: 90px 0; } }
  @media (max-width: 767.98px) {
    .infomation_list {
      padding: 60px 0; } }
  .infomation_list .accepted_coverage_item {
    background-color: #fff;
    margin-bottom: 26px;
    height: auto; }
    @media (max-width: 767px) {
      .infomation_list .accepted_coverage_item {
        margin-bottom: 0; } }
    .infomation_list .accepted_coverage_item .accepted_coverage-thumb {
      max-width: 98px;
      flex: 0 0 98px; }
    .infomation_list .accepted_coverage_item .accepted_coverage-desc {
      padding: 22px 24px; }
      .infomation_list .accepted_coverage_item .accepted_coverage-desc p:last-child {
        margin-bottom: 0; }

.about_dr-top .ah-thumb {
  padding-left: 45px; }
  @media (max-width: 1200px) {
    .about_dr-top .ah-thumb {
      padding-left: 0; } }

.about_dr-content {
  padding: 80px 0 0; }
  @media (max-width: 1199px) {
    .about_dr-content {
      padding: 90px 0;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .about_dr-content {
      padding: 60px 0;
      padding-bottom: 0; } }
  .about_dr-content.about_dr-content {
    background: #ECF6FB; }
    .about_dr-content.about_dr-content:not(.top) .container-tee {
      clip-path: ellipse(183% 100% at bottom);
      background: #fff;
      padding-top: 90px;
      padding-bottom: 30px; }
      @media (max-width: 991px) {
        .about_dr-content.about_dr-content:not(.top) .container-tee {
          clip-path: ellipse(230% 100% at bottom); } }
  .about_dr-content.top {
    background: #fff; }
    .about_dr-content.top .container-tee {
      padding-top: 0; }
    .about_dr-content.top .about_dr-content_wrap.top {
      padding-bottom: 60px; }
      @media (max-width: 767px) {
        .about_dr-content.top .about_dr-content_wrap.top {
          padding-bottom: 0px; }
          .about_dr-content.top .about_dr-content_wrap.top > .row {
            margin: 0; } }
    .about_dr-content.top .about_dr-right {
      padding-right: 110px; }
      @media (max-width: 1340px) {
        .about_dr-content.top .about_dr-right {
          padding-bottom: 60px; } }
      @media (max-width: 991px) {
        .about_dr-content.top .about_dr-right {
          padding: 0 30px;
          padding-bottom: 60px; } }
      @media (max-width: 767px) {
        .about_dr-content.top .about_dr-right {
          padding-bottom: 60px; } }
    .about_dr-content.top.rev .about_dr-right {
      padding-left: 119px;
      padding-right: 76px; }
      @media (max-width: 1340px) {
        .about_dr-content.top.rev .about_dr-right {
          padding-left: 90px;
          padding-right: 60px; } }
      @media (max-width: 991px) {
        .about_dr-content.top.rev .about_dr-right {
          padding: 0 30px; } }
    @media (max-width: 767px) {
      .about_dr-content.top.rev .about_dr-content_wrap > .row {
        flex-direction: column-reverse;
        margin: 0; }
      .about_dr-content.top.rev .about_dr-content_wrap .about_dr_item.about_dr_item-left.col-md-6 {
        padding-left: 0;
        padding-right: 0; } }
    .about_dr-content.top .about_dr_item-left .ah-thumb {
      margin-top: 0; }
      @media (max-width: 767px) {
        .about_dr-content.top .about_dr_item-left .ah-thumb > img {
          margin-right: auto;
          width: 130%;
          max-width: unset;
          padding-bottom: 30px;
          transform: translateX(-23%); } }
    @media (max-width: 767px) {
      .about_dr-content.top .about_dr_item-left.about_dr_item-left.col-md-6 {
        padding-left: 0;
        padding-right: 0; } }
  .about_dr-content .main_title:not(.about_dr_btm-title) {
    color: #3C3D42;
    font-family: "Urbanist",serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #3C3D42;
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .about_dr-content .main_title:not(.about_dr_btm-title) {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 47px; } }
  .about_dr-content .ah-box.pl-0 {
    padding-left: 0; }
  .about_dr-content .about_dr-title {
    color: #4E5A7D;
    font-family: "Urbanist",serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #4E5A7D;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .about_dr-content .about_dr-title {
        font-size: 30px;
        margin-bottom: 20px; } }
  .about_dr-content .ah-text p {
    color: #3C3D42;
    font-family: "Outfit",serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .about_dr-content .ah-text p:last-child {
      margin-bottom: 0; }
  .about_dr-content .button-ah {
    display: block;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .about_dr-content .button-ah {
        margin-bottom: 20px; } }
    .about_dr-content .button-ah a {
      display: inline-block;
      font-size: 18px; }
  .about_dr-content .about_dr-bottom {
    gap: 0px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1299px) {
      .about_dr-content .about_dr-bottom {
        gap: 40px; } }
    @media (max-width: 1199px) {
      .about_dr-content .about_dr-bottom {
        margin-top: 90px; } }
    @media (max-width: 767px) {
      .about_dr-content .about_dr-bottom {
        margin-top: 50px; } }
    .about_dr-content .about_dr-bottom .about_dr_item.left:first-child .ah-thumb img {
      border-radius: 50%;
      padding: 25px; }
      @media (max-width: 767px) {
        .about_dr-content .about_dr-bottom .about_dr_item.left:first-child .ah-thumb img {
          transform: translate(-10%, 20%);
          padding: 0; } }
    .about_dr-content .about_dr-bottom .about_dr_item:not(:first-child) .ah-thumb::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10%;
      height: 20px;
      background: white;
      z-index: 1; }
      @media (max-width: 767px) {
        .about_dr-content .about_dr-bottom .about_dr_item:not(:first-child) .ah-thumb::before {
          content: none; } }
    .about_dr-content .about_dr-bottom .about_dr_item:not(:first-child) .ah-thumb::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10%;
      height: 20px;
      background: white;
      z-index: 1; }
      @media (max-width: 767px) {
        .about_dr-content .about_dr-bottom .about_dr_item:not(:first-child) .ah-thumb::after {
          content: none; } }
    .about_dr-content .about_dr-bottom .about_dr_item.left {
      flex-direction: row; }
      .about_dr-content .about_dr-bottom .about_dr_item.left .ah-thumb img {
        border-radius: 0 50% 50% 0;
        aspect-ratio: 1;
        object-fit: cover; }
        @media (max-width: 767px) {
          .about_dr-content .about_dr-bottom .about_dr_item.left .ah-thumb img {
            transform: translate(-10%, 20%);
            border-radius: 50%;
            aspect-ratio: 1;
            object-fit: cover; } }
      .about_dr-content .about_dr-bottom .about_dr_item.left .about_dr_item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .about_dr-content .about_dr-bottom .about_dr_item.left .about_dr_item .ah-box {
          padding-right: 110px; }
          @media (max-width: 991px) {
            .about_dr-content .about_dr-bottom .about_dr_item.left .about_dr_item .ah-box {
              padding: 0 15px; } }
    .about_dr-content .about_dr-bottom .about_dr_item.right {
      flex-direction: row-reverse; }
      .about_dr-content .about_dr-bottom .about_dr_item.right .ah-thumb img {
        border-radius: 50% 0 0 50%;
        aspect-ratio: 1;
        object-fit: cover; }
        @media (max-width: 767px) {
          .about_dr-content .about_dr-bottom .about_dr_item.right .ah-thumb img {
            transform: translate(10%, 20%);
            border-radius: 50%;
            aspect-ratio: 1;
            object-fit: cover; } }
      .about_dr-content .about_dr-bottom .about_dr_item.right .about_dr_item {
        display: flex;
        justify-content: center;
        align-items: center; }
        .about_dr-content .about_dr-bottom .about_dr_item.right .about_dr_item .ah-box {
          padding-left: 110px; }
          @media (max-width: 991px) {
            .about_dr-content .about_dr-bottom .about_dr_item.right .about_dr_item .ah-box {
              padding: 0 15px; } }
    .about_dr-content .about_dr-bottom .ah-box {
      padding-left: 45px; }
      @media (max-width: 1200px) {
        .about_dr-content .about_dr-bottom .ah-box {
          padding-left: 0; } }
  .about_dr-content .about_dr_btm-title {
    font-size: 50px;
    line-height: 1.2;
    color: #1C2D59;
    margin-bottom: 30px; }
    .about_dr-content .about_dr_btm-title span {
      color: #E9B44C; }
    @media (max-width: 1199px) {
      .about_dr-content .about_dr_btm-title {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .about_dr-content .about_dr_btm-title {
        font-size: 32px;
        margin-bottom: 20px; } }
    @media (max-width: 575.98px) {
      .about_dr-content .about_dr_btm-title {
        font-size: 30px; } }
  .about_dr-content .ah-thumb {
    line-height: 0;
    position: relative; }
    @media (max-width: 767px) {
      .about_dr-content .ah-thumb {
        margin-bottom: 20px;
        overflow: hidden;
        margin-top: -20%; } }
    .about_dr-content .ah-thumb img {
      margin-left: auto;
      width: 100%; }
      @media (max-width: 767px) {
        .about_dr-content .ah-thumb img {
          margin-right: auto; } }

.accepted_coverage-hesed {
  padding-bottom: 142px; }
  @media (max-width: 1199px) {
    .accepted_coverage-hesed {
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .accepted_coverage-hesed {
      padding-bottom: 60px; } }
  .accepted_coverage-hesed .accepted_coverage-desc h3 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .accepted_coverage-hesed .accepted_coverage-desc h3 {
        margin-bottom: 15px; } }

.ab_cta {
  padding: 75px 0 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff; }
  .ab_cta.ab_cta_1-hesed {
    background-color: #1C2D59;
    position: relative; }
    .ab_cta.ab_cta_1-hesed .box-icon {
      position: absolute;
      right: 0;
      top: -50px;
      max-width: 295px; }
      @media (max-width: 1279.98px) {
        .ab_cta.ab_cta_1-hesed .box-icon {
          max-width: 230px; } }
      @media (max-width: 1199.98px) {
        .ab_cta.ab_cta_1-hesed .box-icon {
          max-width: 150px; } }
  .ab_cta .ab_cta_title {
    font-size: 34px;
    line-height: 1.2; }
    @media (max-width: 575.98px) {
      .ab_cta .ab_cta_title {
        font-size: 30px; } }
  .ab_cta .ab_cta__desc {
    max-width: 914px;
    color: #fff;
    margin: 17px auto 0; }
    .ab_cta .ab_cta__desc p {
      margin-bottom: 0;
      color: #fff; }
  .ab_cta .ab_cta-btn {
    text-align: center;
    display: block; }
    .ab_cta .ab_cta-btn a {
      background-color: #FFFFFF;
      color: #19191E;
      font-weight: 700;
      font-size: 18px;
      line-height: 41px;
      font-family: "Urbanist", serif;
      display: inline-block;
      padding: 0 35px;
      margin-top: 20px;
      transition: 0.3s all; }
      .ab_cta .ab_cta-btn a:hover {
        background-color: #E9B44C;
        color: white; }

.our-values-wrapper {
  padding: 90px 0;
  padding-bottom: 0;
  background: #FFF; }
  @media (max-width: 768px) {
    .our-values-wrapper {
      padding: 90px 0;
      padding-bottom: 0; } }
  @media (max-width: 575.98px) {
    .our-values-wrapper {
      padding: 50px 0;
      padding-bottom: 0; } }
  .our-values-wrapper .box {
    clip-path: ellipse(105% 50% at 50% 50%);
    background: #EFDCC6;
    padding: 107px 0; }
    @media (max-width: 992px) {
      .our-values-wrapper .box {
        clip-path: ellipse(110% 50% at 50% 50%); } }
    @media (max-width: 768px) {
      .our-values-wrapper .box {
        clip-path: ellipse(140% 50% at 50% 50%);
        padding: 40px 0; } }
    @media (max-width: 435px) {
      .our-values-wrapper .box {
        clip-path: ellipse(200% 50% at 50% 50%); } }
    .our-values-wrapper .box .values-wrapper {
      display: flex;
      align-items: center;
      gap: 90px; }
      @media (max-width: 1199.98px) {
        .our-values-wrapper .box .values-wrapper {
          gap: 50px; } }
      @media (max-width: 768px) {
        .our-values-wrapper .box .values-wrapper {
          flex-direction: column;
          gap: 0; } }
      .our-values-wrapper .box .values-wrapper .desc {
        font-size: 25px;
        line-height: 32px; }
      .our-values-wrapper .box .values-wrapper .box-left {
        width: 66.6%;
        text-align: center;
        padding: 30px;
        border-right: 1px solid #4E5A7D; }
        .our-values-wrapper .box .values-wrapper .box-left h3.title {
          font-family: "Urbanist", serif;
          font-size: 34px;
          line-height: 41px;
          font-weight: 700;
          margin-bottom: 30px; }
          .our-values-wrapper .box .values-wrapper .box-left h3.title > p {
            color: #4E5A7D;
            font-family: "Urbanist", serif;
            font-size: 36px;
            font-style: italic;
            font-weight: 700;
            line-height: normal; }
            .our-values-wrapper .box .values-wrapper .box-left h3.title > p em {
              color: #4E5A7D;
              text-align: center;
              font-family: "Urbanist", serif;
              font-size: 48px;
              font-style: italic;
              font-weight: 400;
              line-height: normal; }
        @media (max-width: 992px) {
          .our-values-wrapper .box .values-wrapper .box-left {
            width: 100%;
            border: none; } }
        .our-values-wrapper .box .values-wrapper .box-left .desc {
          color: #4E5A7D;
          text-align: center;
          font-family: "Outfit";
          font-size: 25px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          .our-values-wrapper .box .values-wrapper .box-left .desc > * {
            color: #4E5A7D;
            text-align: center;
            font-family: "Outfit";
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
      .our-values-wrapper .box .values-wrapper .box-right {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 30px 0;
        padding: 30px; }
        @media (max-width: 768px) {
          .our-values-wrapper .box .values-wrapper .box-right {
            flex-direction: column;
            width: 100%;
            gap: 10px 0; } }
        .our-values-wrapper .box .values-wrapper .box-right .value-item {
          width: 33.33%;
          border-right: 1px solid #4E5A7D;
          padding: 30px; }
          .our-values-wrapper .box .values-wrapper .box-right .value-item:nth-child(2), .our-values-wrapper .box .values-wrapper .box-right .value-item:nth-child(5), .our-values-wrapper .box .values-wrapper .box-right .value-item:nth-child(8) {
            border-right: none; }
          .our-values-wrapper .box .values-wrapper .box-right .value-item .icon {
            max-width: 98px;
            margin-bottom: 20px; }
            @media (max-width: 767.98px) {
              .our-values-wrapper .box .values-wrapper .box-right .value-item .icon {
                max-width: 70px; } }
          .our-values-wrapper .box .values-wrapper .box-right .value-item .title {
            font-family: "Urbanist", serif;
            color: #4E5A7D;
            font-size: 35px;
            font-style: italic;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 30px;
            margin-left: 16px; }
            @media (max-width: 992.98px) {
              .our-values-wrapper .box .values-wrapper .box-right .value-item .title {
                font-size: 30px;
                margin-bottom: 20px; } }
          .our-values-wrapper .box .values-wrapper .box-right .value-item .desc {
            color: #4E5A7D;
            font-family: "Outfit";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            .our-values-wrapper .box .values-wrapper .box-right .value-item .desc > * {
              color: #4E5A7D;
              font-family: "Outfit";
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin-bottom: 0; }
              @media (max-width: 992.98px) {
                .our-values-wrapper .box .values-wrapper .box-right .value-item .desc > * {
                  font-size: 16px; } }
          @media (max-width: 992px) {
            .our-values-wrapper .box .values-wrapper .box-right .value-item {
              width: 100%;
              border: none;
              padding: 15px 30px; } }

.technology-we-use {
  padding: 60px 0 90px 0;
  background-color: #F9FAFF;
  background-color: #FFF; }
  @media (max-width: 1199.98px) {
    .technology-we-use {
      padding: 60px 0 60px 0; } }
  .technology-we-use .section-heading .title {
    font-family: "Urbanist", serif;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #4E5A7D;
    font-family: "Urbanist", serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #4E5A7D;
    margin-bottom: 20px;
    text-align: left; }
    @media (max-width: 768px) {
      .technology-we-use .section-heading .title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: normal; } }
  .technology-we-use .desc {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 45px; }
    @media (max-width: 575.98px) {
      .technology-we-use .desc {
        margin-bottom: 30px; } }
    .technology-we-use .desc > * {
      color: #4E5A7D;
      font-family: "Outfit" ,serif;
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 767px) {
        .technology-we-use .desc > * {
          font-size: 18px; } }
  .technology-we-use .box-image {
    margin-bottom: 45px; }
  .technology-we-use .box-note {
    margin: 0 auto;
    display: flex; }
    .technology-we-use .box-note .icon {
      display: block;
      flex-shrink: 0;
      width: 15px;
      height: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 7px;
      border-radius: 50%;
      border: 2px solid #1C2D59;
      color: #1C2D59;
      margin-right: 10px; }
    .technology-we-use .box-note .note {
      font-family: "Urbanist", serif;
      color: #6D8AAA;
      font-size: 28px;
      font-style: italic;
      font-weight: 700;
      line-height: 35px;
      /* 125% */ }
      @media (max-width: 768.98px) {
        .technology-we-use .box-note .note {
          font-size: 20px;
          line-height: normal; } }
  .technology-we-use .box-overview .overview-title {
    font-size: 25px;
    line-height: 32px;
    padding: 15px;
    padding-left: 0;
    color: #4E5A7D;
    font-family: "Outfit";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 768px) {
      .technology-we-use .box-overview .overview-title {
        font-size: 20px;
        line-height: 28px; } }
  .technology-we-use .box-overview .overview-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
    min-height: 60vh;
    margin-bottom: 35px;
    border-bottom: 1px solid #000; }
    @media (max-width: 999.98px) {
      .technology-we-use .box-overview .overview-list {
        flex-direction: column;
        gap: 10px; } }
    @media (max-width: 765.98px) {
      .technology-we-use .box-overview .overview-list {
        flex-direction: column; } }
    .technology-we-use .box-overview .overview-list .box-item {
      flex: 1;
      padding: 0 20px;
      padding: 0 5px;
      display: flex;
      flex-direction: column; }
      .technology-we-use .box-overview .overview-list .box-item:nth-child(1) .overview-item-title {
        height: 100%;
        border-radius: 3px;
        background: #F4EDE6; }
      .technology-we-use .box-overview .overview-list .box-item:nth-child(2) .overview-item-title {
        height: 90%;
        border-radius: 3px;
        background: #EFDCC6; }
      .technology-we-use .box-overview .overview-list .box-item:nth-child(3) .overview-item-title {
        height: 80%;
        border-radius: 3px;
        background: #F4EDE6; }
      .technology-we-use .box-overview .overview-list .box-item:nth-child(4) .overview-item-title {
        height: 70%;
        border-radius: 3px;
        background: #EFDCC6; }
      .technology-we-use .box-overview .overview-list .box-item:nth-child(5) .overview-item-title {
        height: 60%;
        border-radius: 3px;
        background: #F4EDE6; }
      @media (max-width: 575.98px) {
        .technology-we-use .box-overview .overview-list .box-item {
          border: none !important; } }
      .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
        font-family: "Urbanist", serif;
        min-height: 0;
        height: auto;
        padding: 30px;
        justify-content: center;
        margin-top: auto;
        color: #4E5A7D;
        font-size: 28px;
        font-style: normal;
        font-weight: 700; }
        @media (max-width: 1360px) and (min-width: 1281px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
            font-size: 25px; } }
        @media (max-width: 1280px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
            font-size: 20px; } }
        @media (max-width: 992px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
            font-size: 25px;
            line-height: 31px; } }
        @media (max-width: 765.98px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
            font-size: 20px; } }
        @media (max-width: 575.98px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-title {
            min-height: auto;
            margin-bottom: 30px; } }
        .technology-we-use .box-overview .overview-list .box-item .overview-item-title span.index {
          display: block;
          width: 100%;
          color: #4E5A7D;
          font-family: "Urbanist";
          font-size: 35px;
          font-style: italic;
          font-weight: 700;
          line-height: normal; }
          @media (max-width: 765.98px) {
            .technology-we-use .box-overview .overview-list .box-item .overview-item-title span.index {
              font-size: 20px;
              display: inline; } }
      .technology-we-use .box-overview .overview-list .box-item .overview-item-body a {
        font-size: 25px;
        line-height: 32px;
        display: inline-block;
        text-decoration: underline;
        position: relative;
        margin-left: 10px; }
        .technology-we-use .box-overview .overview-list .box-item .overview-item-body a:not(:last-child) {
          margin-bottom: 35px; }
        @media (max-width: 992px) {
          .technology-we-use .box-overview .overview-list .box-item .overview-item-body a {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 20px !important; } }
        .technology-we-use .box-overview .overview-list .box-item .overview-item-body a::before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #19191E;
          margin-right: 6px;
          position: absolute;
          left: -10px;
          top: 13px; }

.eye-wrapper {
  background-color: #F9FAFF;
  background-color: #FFF;
  padding-bottom: 20px;
  padding: 60px 0; }
  .eye-wrapper ol {
    list-style: decimal; }
    .eye-wrapper ol li {
      font-size: 25px;
      line-height: 32px; }
      @media (max-width: 767.98px) {
        .eye-wrapper ol li {
          font-size: 20px;
          line-height: 28px; } }
      @media (max-width: 575.98px) {
        .eye-wrapper ol li {
          font-size: 18px;
          line-height: 25px; } }
  .eye-wrapper .list-item {
    margin-bottom: 100px; }
    @media (max-width: 767.98px) {
      .eye-wrapper .list-item {
        margin-bottom: 60px; } }
  .eye-wrapper .list {
    margin-bottom: 60px; }
    .eye-wrapper .list .list-title {
      font-family: "Urbanist", serif;
      color: #4E5A7D;
      font-size: 35px;
      font-style: italic;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 20px;
      border-bottom: 1px solid #4E5A7D;
      margin-bottom: 20px;
      text-align: left; }
      @media (max-width: 767.98px) {
        .eye-wrapper .list .list-title {
          font-size: 25px;
          font-style: italic;
          font-weight: 700;
          line-height: normal; } }
    .eye-wrapper .list .list-desc > p {
      color: #4E5A7D;
      font-family: "Outfit";
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 767.98px) {
        .eye-wrapper .list .list-desc > p {
          color: #4E5A7D;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; } }
  .eye-wrapper .item {
    background: #ECF6FB;
    display: flex;
    padding: 34px 25px;
    margin-bottom: 34px; }
    @media (max-width: 767.98px) {
      .eye-wrapper .item {
        flex-direction: column;
        padding: 20px;
        padding-bottom: 26px;
        margin-bottom: 30px; } }
    .eye-wrapper .item:nth-child(2) {
      border-top-left-radius: 16px;
      border-top-right-radius: 16px; }
    .eye-wrapper .item:last-child {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
      margin-bottom: 0; }
    .eye-wrapper .item .item-img {
      width: 198px;
      width: 0;
      display: none;
      height: 198px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      flex-shrink: 0;
      margin-right: 30px; }
      @media (max-width: 767.98px) {
        .eye-wrapper .item .item-img {
          margin: 0 auto 30px auto; } }
      .eye-wrapper .item .item-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .eye-wrapper .item .item-content .item-title {
      color: #4E5A7D;
      font-family: "Urbanist";
      font-size: 28px;
      font-style: italic;
      font-weight: 700;
      line-height: 35px;
      /* 125% */
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      margin-bottom: 20px; }
      @media (max-width: 767.98px) {
        .eye-wrapper .item .item-content .item-title {
          font-size: 20px;
          font-style: italic;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 35px; } }
    .eye-wrapper .item .item-content p {
      min-height: 15px;
      color: #4E5A7D; }
    .eye-wrapper .item .item-content ul, .eye-wrapper .item .item-content ol, .eye-wrapper .item .item-content li {
      color: #4E5A7D; }
    .eye-wrapper .item .item-desc ul li {
      position: relative;
      padding-left: 25px;
      font-size: 25px;
      line-height: 32px; }
      .eye-wrapper .item .item-desc ul li::before {
        content: '';
        width: 15px;
        height: 15px;
        border: 1px solid black;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 55%;
        transform: translateY(-50%); }
      .eye-wrapper .item .item-desc ul li::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 17px;
        transform: translateY(-50%) rotate(45deg);
        width: 4px;
        height: 8px;
        border: solid black;
        border-width: 0 1px 1px 0; }
      @media (max-width: 767.98px) {
        .eye-wrapper .item .item-desc ul li {
          font-size: 20px;
          line-height: 28px; }
          .eye-wrapper .item .item-desc ul li::after {
            top: 15px; } }
    .eye-wrapper .item .item-desc img.alignnone {
      display: inline;
      width: calc(50% - 25px);
      margin-right: 20px; }
      .eye-wrapper .item .item-desc img.alignnone:last-child {
        margin-right: 0px; }
      @media (max-width: 767px) {
        .eye-wrapper .item .item-desc img.alignnone {
          width: 100%;
          margin-bottom: 45px;
          margin-right: 0; } }

#page > section.about-banner {
  padding-top: 0 !important; }
  #page > section.about-banner .box {
    position: relative;
    clip-path: ellipse(105% 100% at top); }
    #page > section.about-banner .box > img {
      width: 100%;
      object-fit: cover; }
      @media (max-width: 700px) {
        #page > section.about-banner .box > img {
          min-height: 50vh; } }
    #page > section.about-banner .box .container {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      z-index: 11; }
      #page > section.about-banner .box .container h2 {
        margin-bottom: 10px;
        color: #3A486E;
        font-style: italic;
        font-size: 50px;
        font-weight: 700;
        line-height: normal; }
        @media (max-width: 991px) {
          #page > section.about-banner .box .container h2 {
            font-size: 30px; } }
        #page > section.about-banner .box .container h2 > * {
          margin-bottom: 10px;
          color: #3A486E;
          font-style: italic;
          font-size: 50px;
          font-weight: 700;
          line-height: normal; }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2 > * {
              font-size: 30px; } }
        #page > section.about-banner .box .container h2.line2 {
          margin-left: 4rem;
          font-size: 180px  !important;
          font-style: normal;
          font-weight: 400; }
          @media (max-width: 991px) {
            #page > section.about-banner .box .container h2.line2 {
              font-size: 88px  !important;
              font-style: normal;
              font-weight: 400;
              line-height: 100px  !important; } }
          @media (max-width: 767px) {
            #page > section.about-banner .box .container h2.line2 {
              margin-left: 0;
              padding-left: 0; } }
      #page > section.about-banner .box .container p {
        margin-left: 4rem;
        padding-left: 24px;
        margin-bottom: 0; }
        #page > section.about-banner .box .container p:last-child {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          #page > section.about-banner .box .container p {
            margin-left: 0;
            padding-left: 0; } }

.affiliations {
  background: #ECF6FB; }
  @media (max-width: 991.98px) {
    .affiliations {
      padding: 0 15px; } }
  .affiliations .main_title {
    color: #3C3D42;
    font-family: "Urbanist",serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #3C3D42;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .affiliations .main_title {
        font-size: 30px;
        line-height: normal; } }
  .affiliations .affiliations_wrap .affiliations-box {
    gap: 20px;
    justify-content: center; }
    .affiliations .affiliations_wrap .affiliations-box .affiliations-item {
      flex: 0 0 calc(33.333% - 15px);
      display: flex;
      flex-direction: column;
      justify-content: start;
      gap: 15px;
      padding: 30px; }
      .affiliations .affiliations_wrap .affiliations-box .affiliations-item:nth-child(1), .affiliations .affiliations_wrap .affiliations-box .affiliations-item:nth-child(3) {
        justify-content: end; }
      @media (max-width: 991.98px) {
        .affiliations .affiliations_wrap .affiliations-box .affiliations-item {
          flex: 0 0 calc(50% - 15px);
          padding: 0;
          order: 1;
          /* First child */
          /* Second child */
          /* Third child */ }
          .affiliations .affiliations_wrap .affiliations-box .affiliations-item:nth-child(1) {
            flex: 1 1 100%;
            width: 100%; }
          .affiliations .affiliations_wrap .affiliations-box .affiliations-item:nth-child(2) {
            flex: 1 1 100%;
            width: 100%;
            order: 0; }
          .affiliations .affiliations_wrap .affiliations-box .affiliations-item:nth-child(3) {
            flex: 1 1 100%;
            width: 100%; } }
      .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-thumb {
        border-bottom: 1px solid #3C3D42;
        padding-bottom: 15px;
        width: 100%; }
        .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-thumb img {
          margin: auto;
          min-height: 100px;
          object-fit: contain;
          width: auto; }
      .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-content .affiliations-title {
        color: #3A486E;
        font-family: "Urbanist",sans-serif;
        font-size: 28px;
        font-style: italic;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-content .affiliations-title {
            font-size: 16px; } }
      .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-content .ah-text {
        text-align: center;
        color: #3A486E;
        font-family: "Urbanist",sans-serif;
        font-size: 28px;
        font-style: italic;
        font-weight: 400; }
        @media (max-width: 991.98px) {
          .affiliations .affiliations_wrap .affiliations-box .affiliations-item .affiliations-content .ah-text {
            font-size: 14px; } }

.comprehensive {
  background-color: #fff; }
  .comprehensive .box {
    background: #F9FCFF;
    padding: 107px 0;
    clip-path: ellipse(105% 50% at 50% 50%); }
    @media (max-width: 1280px) {
      .comprehensive .box {
        clip-path: ellipse(120% 50% at 50% 50%); } }
    .comprehensive .box .container > .title {
      color: #4E5A7D;
      font-family: "Urbanist", serif;
      font-size: 35px;
      font-style: italic;
      font-weight: 700;
      line-height: normal;
      padding-bottom: 20px;
      border-bottom: 1px solid #4E5A7D;
      margin-bottom: 20px;
      text-align: left; }
      @media (max-width: 991.98px) {
        .comprehensive .box .container > .title {
          font-size: 30px;
          font-style: italic;
          font-weight: 700;
          line-height: normal; } }
    .comprehensive .box .desc > p {
      color: #4E5A7D;
      font-family: "Outfit";
      font-size: 25px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 991.98px) {
        .comprehensive .box .desc > p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; } }
    .comprehensive .box .desc > h2 {
      color: #4E5A7D;
      font-family: "Urbanist";
      font-size: 28px;
      font-style: italic;
      font-weight: 700;
      line-height: 35px; }
      @media (max-width: 991.98px) {
        .comprehensive .box .desc > h2 {
          font-size: 20px;
          font-style: italic;
          font-weight: 700;
          line-height: normal; } }
    .comprehensive .box .list-content {
      flex-wrap: wrap;
      gap: 20px;
      margin-right: 0;
      margin-left: 0;
      border-radius: 16px;
      overflow: hidden; }
      .comprehensive .box .list-content .list-item {
        flex: 1 1 30%;
        background: #ECF6FB;
        padding: 20px; }
        @media (max-width: 991.98px) {
          .comprehensive .box .list-content .list-item {
            flex: 1 1 100%; } }
        .comprehensive .box .list-content .list-item .title {
          margin-bottom: 10px;
          color: #4E5A7D;
          font-family: "Outfit";
          font-size: 25px;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
          @media (max-width: 991.98px) {
            .comprehensive .box .list-content .list-item .title {
              font-size: 18px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; } }
        .comprehensive .box .list-content .list-item .desc {
          color: #4E5A7D;
          font-family: "Outfit";
          font-size: 25px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          @media (max-width: 991.98px) {
            .comprehensive .box .list-content .list-item .desc {
              font-size: 18px; } }

/*# sourceMappingURL=about.css.map */
