.mainArea {
  padding: 0;
}

.storyArea {
  position: relative;
  padding: 105px 0 115px;
  background-color: #f1f1f1;
}
@media (max-width: 1280px) {
  .storyArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .storyArea {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .storyArea {
    padding: 40px 0;
  }
}
.storyArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/news-bg.png");
  background-size: 400px;
  pointer-events: none;
}
.storyArea .insSectionTitle {
  margin-bottom: 3.5rem;
}
@media (max-width: 1366px) {
  .storyArea .insSectionTitle {
    margin-bottom: 2rem;
  }
}

.storyIntroBox {
  position: relative;
}
.storyIntroBox .textEditor {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.storyIntroBox .smallTxt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #c42b05;
}
@media (max-width: 1366px) {
  .storyIntroBox .smallTxt {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .storyIntroBox .smallTxt {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .storyIntroBox .smallTxt {
    font-size: 13px;
  }
}
.storyIntroBox .content {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  color: #222222;
  margin-top: 0.75rem;
}
@media (max-width: 1366px) {
  .storyIntroBox .content {
    font-size: 22px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1180px) {
  .storyIntroBox .content {
    font-size: 20px;
    margin-top: 0.25rem;
  }
}
@media (max-width: 768px) {
  .storyIntroBox .content {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .storyIntroBox .content {
    font-size: 16px;
    margin-top: 0;
  }
}

.storyBox {
  position: relative;
  margin-top: 5.875rem;
}
@media (max-width: 1366px) {
  .storyBox {
    margin-top: 4rem;
  }
}
@media (max-width: 1180px) {
  .storyBox {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .storyBox {
    margin-top: 2rem;
  }
}

.chooseArea {
  position: relative;
}

.chooseTitleBox {
  position: sticky;
  top: 70px;
  height: 100dvh;
  padding: 100px 0 40px;
  background-color: #222222;
}
@media (max-width: 1366px) {
  .chooseTitleBox {
    padding: 100px 0 40px;
  }
}
@media (max-width: 1280px) {
  .chooseTitleBox {
    padding: 100px 0 40px;
  }
}
@media (max-width: 1180px) {
  .chooseTitleBox {
    position: relative;
    height: auto;
    top: 0;
    padding: 80px 0 80px;
  }
}
@media (max-width: 768px) {
  .chooseTitleBox {
    padding: 60px 0 32px;
  }
}
.chooseTitleBox .insTitleBox {
  margin-bottom: 0;
}
.chooseTitleBox .insTitleBox .text {
  max-width: 980px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.chooseTitleBox .insTitleBox .textEditorBox {
  margin-top: 1.5rem;
}
.chooseTitleBox .insTitleBox .textEditorBox .textEditor {
  color: #fff;
}

.chooseBox {
  position: relative;
}

.chooseList {
  position: relative;
  height: 220dvh;
  background-color: #131313;
}
@media (max-width: 1366px) {
  .chooseList {
    height: 200dvh;
  }
}
@media (max-width: 1180px) {
  .chooseList {
    height: auto;
  }
}
.chooseList .chooseItem {
  position: sticky;
  background-color: #222222;
}
@media (max-width: 1180px) {
  .chooseList .chooseItem {
    position: relative;
    top: 0 !important;
  }
}
.chooseList .chooseItem:nth-child(1) {
  top: calc(70px + 0px);
}
.chooseList .chooseItem:nth-child(2) {
  top: calc(70px + 86px);
}
.chooseList .chooseItem:nth-child(3) {
  top: calc(70px + 172px);
}
@media (max-width: 1366px) {
  .chooseList .chooseItem:nth-child(1) {
    top: calc(70px + 0px);
  }
  .chooseList .chooseItem:nth-child(2) {
    top: calc(70px + 66px);
  }
  .chooseList .chooseItem:nth-child(3) {
    top: calc(70px + 132px);
  }
}
.chooseList .chooseItem:nth-child(2) {
  background-color: #1c1c1c;
}
.chooseList .chooseItem:nth-child(3) {
  background-color: #131313;
}
.chooseList .topBox {
  position: relative;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}
.chooseList .topBox .innerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
  padding: 1.125rem 0;
}
@media (max-width: 1366px) {
  .chooseList .topBox .innerBox {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding: 0.75rem 0;
  }
}
@media (max-width: 1180px) {
  .chooseList .topBox .innerBox {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding: 1.25rem 0;
  }
}
@media (max-width: 991px) {
  .chooseList .topBox .innerBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 0.75rem 0;
  }
}
@media (max-width: 575px) {
  .chooseList .topBox .innerBox {
    -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;
    row-gap: 0.625rem;
  }
}
.chooseList .topBox .innerBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #555555;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.chooseList .topBox .innerBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #c42b05;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.chooseList .topBox .number {
  position: relative;
  width: 60px;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #555555;
  padding-left: 6px;
}
@media (max-width: 1366px) {
  .chooseList .topBox .number {
    font-size: 42px;
  }
}
.chooseList .topBox .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media (max-width: 1180px) {
  .chooseList .topBox .Txt {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .chooseList .topBox .Txt {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .chooseList .topBox .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
  }
}
.chooseList .topBox .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1366px) {
  .chooseList .topBox .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .chooseList .topBox .title {
    font-size: 18px;
  }
}
.chooseList .topBox .intro {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #c6c6c6;
  padding-left: 1.875rem;
}
@media (max-width: 1366px) {
  .chooseList .topBox .intro {
    font-size: 15px;
    padding-left: 1.25rem;
  }
}
@media (max-width: 991px) {
  .chooseList .topBox .intro {
    font-size: 14px;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .chooseList .topBox .intro {
    padding-left: 0;
  }
}
.chooseList .topBox .intro::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #414141;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 768px) {
  .chooseList .topBox .intro::before {
    display: none;
  }
}
.chooseList .bottomBox {
  position: relative;
  padding: 1.5rem 0;
}
@media (max-width: 1366px) {
  .chooseList .bottomBox {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .chooseList .bottomBox {
    padding: 1.25rem 0;
  }
}
@media (max-width: 575px) {
  .chooseList .bottomBox {
    padding: 0;
  }
}

.officesArea {
  position: relative;
  padding: 100px 0;
  background-color: #333333;
}
@media (max-width: 1180px) {
  .officesArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .officesArea {
    padding: 60px 0;
  }
}
.officesArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/deco/grid.png");
  pointer-events: none;
  opacity: 0.6;
}
.officesArea .decoBg {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  pointer-events: none;
}
.officesArea .decoBg .Img {
  max-width: 600px;
}
@media (max-width: 1366px) {
  .officesArea .decoBg .Img {
    max-width: 500px;
  }
}
.officesArea .decoBg .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1366px) {
  .officesArea .insTitleBox {
    margin-bottom: 1.5rem;
  }
}
.officesArea .classBox {
  margin-bottom: 3rem;
}
@media (max-width: 1366px) {
  .officesArea .classBox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .officesArea .classBox {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1181px) {
  .officesArea .classLink li a,
  .officesArea .classLink li span {
    border-color: #fff;
    color: #fff;
  }
}

.officesBox {
  position: relative;
  min-height: 700px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1366px) {
  .officesBox {
    min-height: 650px;
  }
}
@media (max-width: 1180px) {
  .officesBox {
    min-height: 630px;
  }
}
@media (max-width: 900px) {
  .officesBox {
    min-height: 660px;
  }
}
@media (max-width: 768px) {
  .officesBox {
    min-height: 580px;
  }
}
@media (max-width: 575px) {
  .officesBox {
    min-height: auto;
  }
}
.officesBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}
.officesBox.hide {
  pointer-events: none;
  opacity: 0 !important;
  -webkit-transform: translateY(-5px) !important;
          transform: translateY(-5px) !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.officesBox .carouselControlBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  margin-top: 3rem;
  height: 60px;
}
@media (max-width: 1366px) {
  .officesBox .carouselControlBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    margin-top: 2rem;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .officesBox .carouselControlBox {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .officesBox .carouselControlBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 480px) {
  .officesBox .carouselControlBox {
    margin-top: 1.5rem;
  }
}
.officesBox .carouselControlBox .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.officesBox .carouselControlBox .numBox span {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.officesBox .carouselControlBox .numBox span + span {
  margin-left: 1.1875rem;
}
.officesBox .carouselControlBox .numBox span + span::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -10px;
  -webkit-transform: translateY(-50%) skewX(-20deg);
          transform: translateY(-50%) skewX(-20deg);
}
.officesBox .carouselControlBox .line {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1160px;
  height: 1px;
  background-color: #535353;
}
.officesBox .carouselControlBox .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #c42b05;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  max-width: 100%;
}
.officesBox .carouselControlBox .controlBox {
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .officesBox .carouselControlBox .controlBox {
    width: 110px;
  }
}
.officesBox .carouselControlBox .controlBox .slick-hidden ~ .controlBox {
  display: none;
}
.officesBox .carouselControlBox .controlBox .slick-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-color: #888;
}
@media (max-width: 1280px) {
  .officesBox .carouselControlBox .controlBox .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1201px) {
  .officesBox .carouselControlBox .controlBox .slick-arrow:hover {
    border-color: #c42b05;
    background-color: #c42b05;
  }
  .officesBox .carouselControlBox .controlBox .slick-arrow:hover::before {
    border-color: #fff;
  }
}
.officesBox .carouselControlBox .controlBox .slick-arrow::before {
  border-color: #aaaaaa;
}
.officesBox:has(.slick-hidden) .carouselControlBox {
  display: none;
}

.officesList {
  position: relative;
  margin: 0 -12px;
}
@media (max-width: 1366px) {
  .officesList {
    margin: 0 -10px;
  }
}
.officesList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.25rem 1.5rem;
  overflow: clip;
}
@media (max-width: 1366px) {
  .officesList:not(.slick-slider) {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 900px) {
  .officesList:not(.slick-slider) {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .officesList:not(.slick-slider) {
    gap: 1.5rem 1.25rem;
  }
}
.officesList:not(.slick-slider) .officesItem {
  width: calc(25% - 1.125rem);
}
@media (max-width: 1366px) {
  .officesList:not(.slick-slider) .officesItem {
    width: calc(25% - 0.75rem);
  }
}
@media (max-width: 1280px) {
  .officesList:not(.slick-slider) .officesItem {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (max-width: 900px) {
  .officesList:not(.slick-slider) .officesItem {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 768px) {
  .officesList:not(.slick-slider) .officesItem {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 575px) {
  .officesList:not(.slick-slider) .officesItem {
    width: 100%;
  }
}
.officesList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.officesList .slick-slide {
  height: inherit;
}
.officesList .slick-slide > div {
  height: 100%;
}
.officesList .officesItem {
  position: relative;
  height: 100%;
  padding: 0 12px;
}
@media (max-width: 1366px) {
  .officesList .officesItem {
    padding: 0 10px;
  }
}
.officesList .item {
  position: relative;
  height: 100%;
  padding: 1.5rem 1.625rem;
  background-color: rgba(34, 34, 34, 0.95);
}
@media (max-width: 1366px) {
  .officesList .item {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  .officesList .item {
    padding: 2rem 2.25rem;
  }
}
@media (max-width: 768px) {
  .officesList .item {
    padding: 1.25rem 1.5rem;
  }
}
.officesList .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.officesList .Txt {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 1366px) {
  .officesList .Txt {
    margin-top: 0.625rem;
  }
}
.officesList .Txt .subtitle {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #aaaaaa;
  margin-bottom: 2px;
}
@media (max-width: 1366px) {
  .officesList .Txt .subtitle {
    font-size: 12px;
  }
}
.officesList .Txt .title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1366px) {
  .officesList .Txt .title {
    font-size: 18px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.officesList .Txt .title::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #747474;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.officesList .Txt .title::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c42b05;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.officesList .txtList {
  position: relative;
}
.officesList .txtList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 1.125rem;
}
@media (max-width: 1366px) {
  .officesList .txtList li {
    gap: 0.25rem 0.75rem;
  }
}
.officesList .txtList li + li {
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  .officesList .txtList li + li {
    margin-top: 0.5rem;
  }
}
.officesList .txtList .name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #aaaaaa;
  width: 90px;
  padding-right: 1.125rem;
}
@media (max-width: 1366px) {
  .officesList .txtList .name {
    font-size: 14px;
    width: 80px;
    padding-right: 0.75rem;
  }
}
@media (max-width: 768px) {
  .officesList .txtList .name {
    font-size: 14px;
  }
}
.officesList .txtList .name::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #444444;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
.officesList .txtList .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1366px) {
  .officesList .txtList .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .officesList .txtList .text {
    font-size: 14px;
  }
}
.officesList .btnBox {
  position: relative;
  margin-top: 1rem;
}
.officesList .btnBox.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .officesList .btnBox.flex {
    row-gap: 0.625rem;
  }
}
.officesList .btnBox .btn {
  position: relative;
  width: 100%;
  max-width: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  padding: 1.125rem 1rem;
}
@media (max-width: 1366px) {
  .officesList .btnBox .btn {
    font-size: 14px;
    padding: 0.875rem 0.5rem;
  }
  .officesList .btnBox .btn .shape {
    width: 12px;
    height: 12px;
  }
}
/*# sourceMappingURL=about.css.map */