.about-page-header {
  position: relative;
  text-align: start;
}
.aph-view {
  width: 100%;
  height: 80vh;
  min-height: 420px;
  object-fit: cover;
}
.about-header-title {
  padding-block: 85px 25px;
}
.about-header-title .title {
  font-size: 35px;
  line-height: 1.05;
}
.about-widget {
  padding: 65px 0 0;
}
.aw-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.13;
  color: var(--main-color);
}
.about-widget {
  padding: 65px 0 70px;
}
.aw-flexable {
  display: flex;
  justify-content: space-between;
}
.aw-flexable > div {
  width: 47%;
}
.aw-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1.13;
}
.aw-text {
    color: #555;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
}
.aw-details-child {
  margin-bottom: 35px;
}
.aw-details-child:last-child {
/*  margin-bottom: 0;*/
}
.our-values {
  padding: 40px 0;
  background: #f9f9f9;
}
.aw-view img {
  width: 100%;
  object-fit: cover;
}
.aw-view iframe {
  max-width: 100%;
  width: 100%;
    aspect-ratio: 1.8;
}
.aw-notice {
  font-size: 28px;
  font-weight: 500;
}
.aw-benefit-row {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 9px;
  color: #3c3c3c;
  font-weight: 500;
}
.aw-benefit-row .icon {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 400;
  color: #3c3c3c;
}
.partners {
  background: #f9f9f9;
  padding: 80px 0 60px;
}
.partners-flexable {
  display: flex;
  flex-wrap: wrap;
}
/*.partner-card {*/
/*  display: flex;*/
/*  justify-content: flex-end;*/
/*  align-items: center;*/
/*  width: 50%;*/
/*  margin-bottom: 40px;*/
/*  position: relative;*/
/*  padding-right: 100px;*/
/*}*/
/*.partner-card img {*/
/*  width: 350px;*/
/*}*/

/*.partner-card:nth-of-type(even) {*/
/*  justify-content: flex-start;*/
/*}*/
/*.partner-card:nth-of-type(even):before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 0;*/
/*  width: 1px;*/
/*  height: 70%;*/
/*  background: #333;*/
/*}*/
/*.partner-card:nth-of-type(even) {*/
/*  padding-right: 0;*/
/*  padding-left: 100px;*/
/*}*/
/*.partners-details {*/
/*  padding-top: 70px;*/
/*}*/
/*.partners-details-container {*/
/*  padding-bottom: 170px;*/
/*  border-bottom: 3px solid #3e3e3e;*/
/*}*/
/*.pd-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, minmax(0, 1fr));*/
/*  grid-gap: 12.52rem;*/
/*  gap: 60px;*/
/*}*/
/*.pd-img {*/
/*  height: 112px;*/
/*  margin-bottom: 33px;*/
/*}*/
.sm-title {
  font-weight: 600;
  font-size: 26px;
}
.dash-row {
  display: flex;
  font-size: 24px;
  margin-bottom: 7px;
}
.dash-row span {
  margin-right: 10px;
}
.notice {
  padding-top: 120px;
  padding-bottom: 50px;
}
.notice-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}
.visual-identity {
  padding-top: 80px;
}
.vi-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vi-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000e3450;
  padding: 35px 55px;
}
.vi-overlay {
  padding-top: 220px;
  /* background: #000e3431; */
  background: url("../img/overlay.png");
  background-size: cover;
}
.aw-sub-title {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
}
.statistics-container {
  padding: 53px 0 100px;
}
.stats-flag-img {
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
}
.stats-grid {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
}
.stat-card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.stat-card:nth-child(4n + 2):after,
.stat-card:nth-child(4n + 3):after,
.stat-card:nth-child(4n + 4):after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: -15px;
  height: 60%;
  background: var(--main-color-dark);
  width: 2px;
}
.stat-sub-title {
  font-size: 23px;
  line-height: 1.4;
  color: #777;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
}
.stat-counter {
  padding-top: 20px;
  padding-bottom: 6px;
  font-size: 67px;
  font-weight: bolder;
  line-height: 1;
  color: var(--main-color);
}
.stat-bg-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  color: #888;
}
.gpc-bg {
  background: #ce2f22;
  padding: 40px 0 70px;
}
.sub-title {
  font-weight: 500;
  font-size: 22px;
}
.about-banner-block {
  /*border-block: 1px solid #333;*/
  text-align: start;
}
.banner-main-title {
  font-size: 28px;
  padding-block: 15px;
}
.about-banner-view {
  position: relative;
}
.about-banner-view .overlay {
  background: none;
}
.abv-view {
  width: 100%;
  height: 55vh;
  min-height: 380px;
  object-fit: cover;
}
.abv-title {
  color: #fff;
  font-size: 29px;
  margin-bottom: 20px;
}
.abv-text {
  color: #eee;
  font-size: 18px;
  line-height: 1.3;
}
.abv-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 40px;
}
.abv-details > div {
  width: 40%;
}
.about-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12.52rem;
  gap: 30px;
  padding-block: 37px 50px;
}
.abg-card-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.abg-card-text {
  font-size: 17px;
  line-height: 1.3;
}
.ceo-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-gap: 12.52rem;
  gap: 40px;
  padding-block: 40px 70px;
  text-align: start;
}
.ceo-view .ceo-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 22px;
}
.ceo-details-title {
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-banner {
    position: relative;
}
.about-banner-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}
.abd-sub-title {
    color: #fff;
    font-size: 31px;
}
.abd-title {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.abd-beside-title {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 40px;
}
.page-header-title {
    font-weight: 700;
    font-size: 31px;
    line-height: 1;
    padding-top: 42px;
    color: #000;
}
.partners-container {
    padding-top: 30px;
}
.partners-title {
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 20px;
}
.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.partner-card {
    border: 2px solid var(--border-color)
}
.partner-view {
    padding: 15px;
    display: flex;
    justify-content: center;
    aspect-ratio: 1.8;
}
/*.partner-img {*/

/*}*/
.partner-card-body {
    border-top: 2px solid var(--border-color);
    padding: 20px;
}
.partner-card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    color: #777;
}
.certs-container {
    padding-block: 30px 40px;
}
.slider-header-sm-title {
    font-size: 27px;
}
.slider-header-sm {
    border-top: none;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 25px;
    padding: 20px 0 22px;
}
.certs-card-img {
    aspect-ratio: 2.25;
    object-fit: cover !important;
}
.btn-primary {
    font-size: 17px;
    padding: 11px 23px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
    .abd-beside-title {
        font-size: 20px;
        top: 7px;
    }
    .abd-sub-title {
        font-size: 25px;
    }
    .abd-title {
        font-size: 20px;
    }
    .page-header-title {
        font-size: 20px;
        padding-top: 30px;
    }
    .page-header-title br {
        content: ""
    }

  .about-widget {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .aw-flexable {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .aw-flexable > div {
    width: 100%;
  }
  .aw-details {
    order: 2;
  }
  .aw-view {
    order: 1;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  .aw-view > * {
    width: 100%;
  }
  .aw-view img {
    order: 3;
  }
  .aw-title {
    font-size: 19px;
    margin-bottom: 7px !important;
    line-height: 1.3;
    font-weight: 600;
  }
  .aw-notice {
    margin-top: -3px !important;
    margin-bottom: 13px !important;
    font-size: 17px;
  }
  .aw-sub-title {
    line-height: 1.5;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 600;
  }
  .aw-text {
    font-size: 17px;
  }
  .aw-details-child {
    margin-bottom: 27px;
  }
  .partners {
    padding: 45px 0 30px;
  }
  .partners .text br {
    content: "";
  }
  .text {
    font-size: 15px;
  }
  .pd-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .pd-img {
    height: auto;
    margin-bottom: 15px;
  }
  .dash-row {
    font-size: 18px;
  }
  .partners-details-container {
    padding-bottom: 100px;
  }
  .notice {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .vi-block {
    display: block;
    padding: 0;
  }
  .vi-block .title {
    font-size: 29px;
    line-height: 1.1;
  }
  .vi-action,
  .vi-block .title {
    padding: 15px 18px;
  }
  .vi-action {
    background: #eee;
  }
  .vi-overlay {
    padding-top: 130px;
  }
  .our-values {
    padding: 17px 0 30px;
  }
  .aw-benefit-row {
    font-size: 16px;
    font-weight: 600;
  }
  .aw-benefit-row .icon {
    font-size: 14px;
  }
  .sm-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .about-page-header {
    flex-wrap: wrap;
  }
  .about-page-header .gradient-easing {
    display: none;
  }
  .aph-bg-title {
    order: 2;
    width: 100%;
    padding: 24px 0;
  }
  .aph-view {
    width: 100%;
    height: 45vh;
    min-height: 300px;
  }
  .header-container-flexable {
    position: static;
    transform: none;
  }
  .page-title .sub-title {
    margin-bottom: 0 !important;
  }
  .stats-block .title {
    font-size: 22px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
    margin-bottom: 22px;
  }
  .stats-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 32px;
    gap: 50px;
  }
  .stat-counter {
    /* padding-top: 0; */
    /* padding-bottom: 0; */
    font-size: 70px;
    font-weight: bolder;
    line-height: 0.8;
  }
  .stat-card:nth-child(3n + 3):after {
    all: unset;
  }
  .stat-card:nth-child(3n + 2):before {
    position: absolute;
    content: "";
    background: var(--border-color);
    top: -25px;
  }
  .stat-card:nth-child(3n + 2):after {
    bottom: -25px;
  }

  .stat-card:nth-child(3n + 2):after,
  .stat-card:nth-child(3n + 2):before,
  .stat-card:nth-child(4n + 2):after,
  .stat-card:nth-child(4n + 3):after,
  .stat-card:nth-child(4n + 4):after {
    content: none;
  }
  .statistics-container {
    padding-bottom: 60px;
  }
  .gpc-bg {
    padding-top: 19px;
    padding-bottom: 60px;
  }
  .gpc-block .sub-title {
    text-align: center;
  }
  .sub-title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .gpc-details {
    padding-top: 10px;
    order: 2;
  }
  .gpc-grid {
    grid-template-columns: 1fr;
  }
  .gpc-view {
    order: 1;
  }
  .gpc-view img {
    transform: none;
    width: 100%;
  }
  .gpcd-bg-title {
    font-size: 35px;
    line-height: 0.95;
    width: 70%;
  }
  .gpcd-list {
    padding-top: 2rem !important;
  }
  .gpcd-row {
    font-size: 18px;
    line-height: 1;
  }
  .about-header-title {
    padding-block: 12px;
  }
  .about-header-title .title {
    font-size: 16px;
  }
  .about-header-title .title br {
    content: "";
  }
  .stat-sub-title {
    font-size: 20px;
  }
  .banner-main-title {
    font-size: 22px;
    padding-block: 12px;
  }
  .abv-details > div {
    width: 100%;
  }
  .abv-details {
    padding: 20px;
  }
  .abv-title {
    font-size: 21px;
    margin-bottom: 9px;
  }
  .about-banner-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .abg-card-title {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .ceo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 30px 20px;
  }
  .ceo-details-title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px
    }
    .partners-title {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .partner-card-body {
        padding: 13px;
    }
    .partner-card-title {
        font-size: 14px;
        color: #555;
        line-height: 1.3;
    }
    .partner-view {
        padding: 10px;
    }
    .slider-header-sm-title {
        font-size: 16px;
    }
    .slider-header-sm {
        margin-bottom: 15px;
        padding: 15px 0 15px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .abd-beside-title {
        top: 20px;
    }
    .abd-title {
        font-size: 33px;
    }
    .abd-sub-title {
        font-size: 26px;
    }
    .page-header-title {
        font-size: 25px;
        padding-top: 32px;
    }

  .aw-title {
    font-size: 26px;
  }
  .aw-text {
    font-size: 17px;
  }
  .about-widget {
    padding-top: 50px;
  }
  .aw-notice {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 15px !important;
  }
  .aw-benefit-row {
    font-size: 18px;
  }
  .vi-block .title {
    font-size: 35px;
  }
  .vi-block {
    padding: 35px 40px;
  }
  .aw-sub-title {
    font-size: 17px;
  }
  .aw-flexable > div {
    width: 48%;
  }
  .page-title .title {
    font-size: 27px;
  }
  .statistics-container {
    padding-top: 45px;
    padding-bottom: 80px;
  }
  .stats-grid {
    gap: 30px;
    padding-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-card:nth-child(3n + 2):after,
  .stat-card:nth-child(3n + 3):after {
    left: -20px;
  }
  .stat-card:nth-child(4n + 3):after {
    content: none;
  }
  .stat-counter {
    font-size: 56px;
    padding-top: 10px;
  }
  .stat-sub-title {
    font-size: 20px;
  }
  .stats-block .title {
    font-size: 27px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }
  .gpc-block .sub-title {
    font-size: 19px;
  }
  .gpc-details {
    padding-top: 70px;
  }
  .gpcd-bg-title {
    font-size: 50px;
  }
  .gpc-view img {
    transform: none;
  }
  .gpcd-row {
    font-size: 14px;
  }
  .about-header-title {
    padding-block: 15px;
  }
  .about-header-title .title {
    font-size: 22px;
  }
  .about-header-title br {
    content: "";
  }
  .abv-details > div {
    width: 60%;
  }
  .abv-title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .banner-main-title {
    font-size: 26px;
    padding-block: 12px;
  }
  .about-banner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .abg-card-title {
    font-size: 17px;
    margin-bottom: 7px;
  }
  .abv-details {
    padding: 30px;
  }
  .abg-card-text {
    font-size: 16px;
  }
  .ceo-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 27px;
  }
  .ceo-details-title {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 9px;
  }
  .ceo-details-text {
    font-size: 17px;
  }
    .partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .partner-card-title {
        font-size: 18px;
    }
    .partner-card-body {
        padding: 15px;
    }
    .slider-header-sm {
        margin-bottom: 15px;
        padding: 10px 0 10px;
    }
    .slider-header-sm-title {
        font-size: 23px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .aph-bg-title {
    width: calc(100% - 600px);
  }
  .page-title .sub-title {
    font-size: 22px;
  }
  .page-title .title {
    font-size: 37px;
  }
  .stats-flag-img {
    width: 40px;
    height: 40px;
  }
  .stats-block .title {
    font-size: 28px;
  }
  .stat-sub-title {
    font-size: 19px;
  }
  .stat-bg-title {
    font-size: 21px;
  }
  .stat-counter {
    font-size: 50px;
  }
  .gpcd-bg-title {
    font-size: 50px;
  }
  .gpc-grid {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 7px;
  }
  .gpcd-row {
    font-size: 16px;
  }
  .gpc-details {
    padding-top: 55px;
  }
  .about-header-title {
    padding-block: 15px;
  }
  .about-header-title .title {
    font-size: 26px;
  }
  .statistics-container {
    padding-top: 15px;
  }
  .ceo-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
    .partners-grid {
        gap: 10px;
    }
    .partner-card-title {
        font-size: 17px;
    }
    .partner-card-body {
        padding: 15px;
    }
    .slider-header-sm {
        margin-bottom: 15px;
        padding: 10px 0 15px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .aph-bg-title {
    width: calc(100% - 750px);
  }
  .page-title .sub-title {
    font-size: 21px;
  }
  .page-title .title {
    font-size: 45px;
  }
  .about-header-title {
    padding-block: 16px;
  }
  .about-header-title .title {
    font-size: 27px;
  }
  .ceo-grid {
    grid-template-columns: 0.7fr 1.3fr;
  }
}

@media (min-width: 1400px) {
}
