.our-objectives {
  padding-top: 30px;
}

.our-objectives .basic-values__title {
  margin-bottom: 40px;
}

.our-objectives .basic-values-container {
  padding-bottom: 60px;
}

.our-objectives .basic-values__items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.our-objectives .basic-values__item {
  position: relative;
  width: calc(50% - 25px);
  margin: 0 25px 24px 0;
  overflow: hidden;
}

.our-objectives .basic-values__item.-width-100 {
  width: 100%;
}

.our-objectives .basic-values__item.-margin-top {
  margin-top: -140px;
}

.our-objectives .basic-values__item .shape {
  margin-bottom: 0;
}

.our-objectives .basic-values__item.-en .basic-values__item__character {
  bottom: -10px;
}

.our-objectives .basic-values__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 380px;
  padding: 30px 30px;
}

.our-objectives .basic-values__item-content.-height {
  height: 240px;
}

.our-objectives .basic-values__item-content.-padding {
  padding: 30px 150px;
}

.our-objectives .basic-values__item__title {
  color: #7e0c1e;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 800;
  letter-spacing: -0.88px;
}

.our-objectives .basic-values__item__title:after {
  content: "";
  display: block;
  margin: 16px auto 18px auto;
  width: 50px;
  height: 2px;
  background-color: #7e0c1e;
}

.our-objectives .basic-values__item__character {
  position: absolute;
  z-index: 0;
  right: -30px;
  bottom: -50px;
  color: #444e5e;
  font-size: 300px;
  font-size: 18.75rem;
  line-height: 230px;
  line-height: 14.375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: -8.75px;
  opacity: 0.05;
}

.our-objectives .basic-values__item__character.-small {
  right: -10px;
  bottom: 0;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 130px;
  line-height: 8.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.our-objectives .basic-values__item__character.-l-letter {
  right: -10px;
  bottom: -40px;
  font-size: 230px;
}

.our-objectives .basic-values__item__character.-d-letter {
  right: -15px;
  bottom: 8px;
}

.our-objectives .basic-values__item__character.-c-letter {
  right: -9px;
  bottom: 20px;
}

@media only screen and (max-width: 1247px) {
  .our-objectives {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .our-objectives {
    padding-top: 0;
  }

  .our-objectives .basic-values__item.-en .basic-values__item__character {
    bottom: 5px;
  }

  .our-objectives .basic-values__title {
    margin-bottom: 30px;
  }

  .our-objectives .basic-values__items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .our-objectives .basic-values__item {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .our-objectives .basic-values__item.-margin-top {
    margin-top: 0;
  }

  .our-objectives .basic-values__item-content {
    height: auto;
    padding: 30px 20px;
  }

  .our-objectives .basic-values__item-content.-height {
    height: auto;
  }

  .our-objectives .basic-values__item-content.-padding {
    padding: 30px 20px;
  }

  .our-objectives .basic-values__item__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 35.2px;
    line-height: 2.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }

  .our-objectives .basic-values__item__character {
    right: -30px;
    bottom: -50px;
    font-size: 200px;
    font-size: 12.5rem;
    line-height: 130px;
    line-height: 8.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }

  .our-objectives .basic-values__item__character.-small {
    right: -10px;
    bottom: 0;
    font-size: 150px;
    font-size: 9.375rem;
    line-height: 80px;
    line-height: 5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }

  .our-objectives .basic-values__item__character.-l-letter {
    bottom: 0px;
    font-size: 180px;
  }

  .our-objectives .basic-values__item__character.-c-letter {
    right: -4px;
    bottom: 30px;
  }
}

.accordion-container {
  padding: 30px 0 60px 0;
}

.accordion__item {
  height: 74px;
  margin-bottom: 7px;
  text-align: left !important;
  transition: height 0.3s;
}

.accordion__item.-active .accordion-title {
  color: #7e0c1e;
}

.accordion__item.-active .accordion-title::after {
  opacity: 0;
}

.accordion-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 66px;
  padding: 0 50px 0 20px;
  color: #001434;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s;
}

.accordion-title::before,.accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.accordion-title::before {
  right: 20px;
  width: 20px;
  height: 0px;
  margin-top: -1px;
  border-bottom: 2px solid #7e0c1e;
}

.accordion-title::after {
  right: 29px;
  width: 0px;
  height: 20px;
  margin-top: -10px;
  border-left: 2px solid #7e0c1e;
  transition: opacity 0.1s;
}

.accordion-content {
  padding: 0 20px 20px 20px;
}

.accordion-content p {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-align: left;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-content p a {
  color: #001434;
}

.accordion-content p a:visited,.accordion-content p a:active {
  color: #001434;
}

.accordion-content img {
  width: 100%;
  height: auto;
}

.hasSideMenu {
  padding: 30px 30px 60px 0;
}

@media only screen and (max-width: 1247px) {
  .hasSideMenu {
    padding: 30px 0 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .accordion-container {
    padding-top: 0;
  }

  .hasSideMenu {
    padding-top: 0;
  }
}

/*# sourceMappingURL=about.css.map */
