/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
/* common border radius */
/* disable text selection */
/*	Font / Text Mixins
======================================================================== */
/*	Font family mixin
    Examples:
    @include f(s,r);
    @include f(gs,l);
--------------------------------------- */
/*	Text mixin
    (dynamic font size and line height)
--------------------------------------- */
.how-help-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding-top: 8rem;
}
@media screen and (max-width: 600px) {
  .how-help-us {
    padding-top: 4rem;
  }
}
.how-help-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.how-help-us__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  text-align: center;
}
.how-help-us__content-title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.how-help-us__content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 6rem 0rem 8rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.about-us::before {
  position: absolute;
  content: "";
  width: 100%;
  background: url("../../images/square.svg");
  opacity: 0.5;
  background-repeat: repeat;
  top: -3rem;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .about-us .inner {
    padding-bottom: 0;
  }
}
.about-us__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 440px) {
  .about-us__content-title h1 {
    text-align: center;
    /*	1) Headlines text group
      --------------------------------------- */
    font-size: calc(var(--fs-rate) * 6.4rem);
    line-height: 1;
  }
}
.about-us__content-title, .about-us__content-description {
  width: 100%;
  max-width: 84.8rem;
  text-align: center;
}
.about-us__content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.another-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.another-team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.another-team__content-header {
  width: 100%;
  max-width: 114.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.another-team__content-boxes {
  max-width: 126rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.another-team__content-boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6rem;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  width: 100%;
  max-width: 62rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.another-team__content-boxes .box:hover {
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.another-team__content-boxes .box:hover .box__content-image svg path {
  fill: var(--White, #fff);
}
.another-team__content-boxes .box:hover .box__content-text .info {
  color: var(--White, #fff);
}
.another-team__content-boxes .box:hover .box__content-text .info-social-site {
  background: var(--Cool-Gray-Cool-Gray-080, #343a3e);
}
.another-team__content-boxes .box:hover .box__content-text .info-social-site svg g path {
  stroke: var(--Cool-Gray-Cool-Gray-040, #a2a9b0);
}
.another-team__content-boxes .box:hover .box__content-text .btn_md {
  border: 1px solid var(--Cool-Gray-Cool-Gray-020, #dde1e5);
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.another-team__content-boxes .box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.another-team__content-boxes .box__content-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40rem;
}
.another-team__content-boxes .box__content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.another-team__content-boxes .box__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.another-team__content-boxes .box__content-text .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.another-team__content-boxes .box__content-text .info-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.another-team__content-boxes .box__content-text .info-social-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--White, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.o-nas-bg {
  position: relative;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  overflow: hidden;
}
@-webkit-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes stay-at-bottom {
  0% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
}
@keyframes stay-at-bottom {
  0% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
}
.o-nas-bg__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 5;
}
.o-nas-bg__image .swiper-slide img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .o-nas-bg__image .swiper-slide img {
    height: 30rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.o-nas-bg__image .swiper-pagination {
  position: absolute;
  bottom: 1.6rem !important;
  z-index: 10;
}
.o-nas-bg__image .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.o-nas-bg__image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Brand, #05c7a5);
  border: 1px solid var(--Brand, #05c7a5);
  opacity: 1;
}
.o-nas-bg__image .swiper-button-prev,
.o-nas-bg__image .swiper-button-next {
  color: #fff;
  border-radius: 0.4rem;
  border: 1px solid var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
  background: rgba(33, 39, 42, 0.01);
  backdrop-filter: blur(12.5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.4rem;
  z-index: 10;
}
.o-nas-bg__image .swiper-button-prev:after,
.o-nas-bg__image .swiper-button-next:after {
  font-size: 2rem;
  content: "";
}
.o-nas-bg__image .swiper-button-prev:hover,
.o-nas-bg__image .swiper-button-next:hover {
  background: rgba(33, 39, 42, 0.25);
}
.o-nas-bg__image .swiper-button-prev {
  left: 10rem;
}
@media screen and (max-width: 600px) {
  .o-nas-bg__image .swiper-button-prev {
    left: 2rem;
  }
}
.o-nas-bg__image .swiper-button-prev::after {
  background: url(../../images/arrow-left-bg.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.o-nas-bg__image .swiper-button-next {
  right: 10rem;
}
@media screen and (max-width: 600px) {
  .o-nas-bg__image .swiper-button-next {
    right: 2rem;
  }
}
.o-nas-bg__image .swiper-button-next::after {
  rotate: 180deg;
  background: url(../../images/arrow-left-bg.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.o-nas-bg__slider {
  position: absolute;
  width: 100%;
  max-width: 4.4rem;
  height: 6.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 9.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.5);
}
.o-nas-bg__slider:hover .home-bg__slider-icon {
  background: var(--Brand, #05c7a5);
}
.o-nas-bg__slider-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
  padding: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.4rem;
  background: #fff;
  -webkit-animation: slide-up-down 2s infinite;
          animation: slide-up-down 2s infinite;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.o-nas-bg__slider-icon::before {
  position: absolute;
  content: "";
  background: url("../../images/arrow.svg") no-repeat;
  width: 100%;
  max-width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.max-services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: -8rem;
  z-index: 5;
  background: var(--Cool-Gray-Cool-Gray-010, #f2f4f8);
}
.max-services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.max-services__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.max-services__content-subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--White, #fff);
}
.max-services__content-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 114.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.max-services__content-boxes .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.max-services__content-boxes .box-description {
  width: calc(25% - 0.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0.4rem;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
@media screen and (max-width: 950px) {
  .max-services__content-boxes .box-description {
    width: calc(50% - 0.4rem);
  }
}
@media screen and (max-width: 550px) {
  .max-services__content-boxes .box-description {
    width: calc(100% - 0rem);
  }
}
.max-services__content-boxes .box-description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.max-services__content-boxes .box-description-text .dt-md {
  color: var(--White, #fff);
}
.max-services__content-boxes .box-description-text .box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  border-radius: 99.9rem;
  background: var(--Cool-Gray-Cool-Gray-090, #21272a);
}
.max-services__content-boxes .box-description-text .box-icon svg g path {
  stroke: var(--Cool-Gray-Cool-Gray-020, #dde1e5);
}

.newest_technology,
.another-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Cool-Gray-Cool-Gray-100, #121619);
}
.newest_technology__content,
.another-story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1440px) {
  .newest_technology__content,
  .another-story__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .newest_technology__content,
  .another-story__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.newest_technology__content-col-left,
.another-story__content-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-block: 2.5rem;
}
@media (max-width: 1080px) {
  .newest_technology__content-col-left,
  .another-story__content-col-left {
    padding-left: 2.5rem;
  }
}
@media (max-width: 1000px) {
  .newest_technology__content-col-left,
  .another-story__content-col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.newest_technology__content-col-left .description,
.another-story__content-col-left .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  margin: 0;
}
.newest_technology__content-col-left .description h3,
.newest_technology__content-col-left .description p,
.another-story__content-col-left .description h3,
.another-story__content-col-left .description p {
  color: #f5f5f7;
}
@media (max-width: 1000px) {
  .newest_technology__content-col-left .description,
  .another-story__content-col-left .description {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem;
  }
}
.newest_technology__content-col-left .buttons,
.another-story__content-col-left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 1000px) {
  .newest_technology__content-col-left .buttons,
  .another-story__content-col-left .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newest_technology__content-col-right,
.another-story__content-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 71.6rem;
}
.newest_technology__content-col-right figure,
.another-story__content-col-right figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.newest_technology__content-col-right figure img,
.another-story__content-col-right figure img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 71.6rem;
          flex: 1 0 71.6rem;
  width: 100%;
  height: auto;
}

.our-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--White, #fff);
}
.our-story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1440px) {
  .our-story__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 142.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .our-story__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}
.our-story__content-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-block: 2.5rem;
}
@media (max-width: 1000px) {
  .our-story__content-col-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.our-story__content-col-left .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 47.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.4rem;
  margin: 0;
}
.our-story__content-col-left .description h3,
.our-story__content-col-left .description p {
  color: var(--Cool-Gray-Cool-Gray-100, #121619);
}
@media (max-width: 1000px) {
  .our-story__content-col-left .description {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem;
  }
}
.our-story__content-col-left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
@media (max-width: 1000px) {
  .our-story__content-col-left .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.our-story__content-col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 71.6rem;
}
.our-story__content-col-right figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.our-story__content-col-right figure img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 71.6rem;
          flex: 1 0 71.6rem;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=o-nas.css.map */
