.grid-and-padding {
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-and-padding {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-no-padding {
  display: grid;
  grid-template-columns: 2.604% repeat(24, 1fr) 2.604%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grid-no-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grid-no-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.articulatCF-normal {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.articulatCF-regular {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articulatCF-medium {
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.articulatCF-demibold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.articulatCF-bold {
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.arrow-button {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: calc(15rem * 1 / 18) 0;
  color: #101921;
  text-decoration: none;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-weight: 500;
  transition: background-color 0.3s;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 1023px) {
  .arrow-button {
    align-items: center;
  }
}
.arrow-button svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button svg {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .arrow-button svg {
    margin-right: 10px;
  }
}
.arrow-button:hover {
  color: #FA851E;
}
.arrow-button:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .arrow-button:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.arrow-button:hover svg path {
  stroke: #FA851E;
}
.font-size72 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18);
  line-height: calc(82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size72 {
    font-size: 44px;
    line-height: 48.5px;
  }
}
.font-size56 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(56rem * 1 / 18);
  line-height: calc(61.6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size56 {
    font-size: 56px;
    line-height: 61.6px;
  }
}
.section-title {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(48rem * 1 / 18);
  line-height: calc(56rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 36px;
    line-height: 39.6px;
  }
}
.font-size42 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(42rem * 1 / 18);
  line-height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size42 {
    font-size: 42px;
    line-height: 50px;
  }
}
.font-size40 {
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
  color: #101921;
}
@media only screen and (max-width: 1023px) {
  .font-size40 {
    font-size: 40px;
    line-height: 48px;
  }
}
.font-size36 {
  font-size: calc(36rem * 1 / 18);
  line-height: calc(47rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size36 {
    font-size: 36px;
    line-height: 47px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18);
  line-height: calc(32.5rem * 1 / 18);
  letter-spacing: calc(0.8rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 32.5px;
    letter-spacing: 0.8px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size30 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18);
  line-height: calc(26.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 26.5px;
    letter-spacing: 0.5px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 24.5px;
    letter-spacing: 0.5px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18);
  line-height: calc(22.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 22.5px;
    letter-spacing: 0.5px;
  }
}
.font-size18-demibold {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-demibold {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size18-regular {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size18-regular {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18);
  line-height: calc(25.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size17 {
    font-size: 16px;
    line-height: 25.5px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18);
  line-height: calc(24.5rem * 1 / 18);
  letter-spacing: calc(0.35rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 24.5px;
    letter-spacing: 0.35px;
  }
}
@media only screen and (max-width: 600px) {
  .font-size16 {
    font-size: 14px;
    line-height: 22.5px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18);
  line-height: calc(23.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 23.5px;
    letter-spacing: 0.5px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size14-bold {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(1rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size14-bold {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18);
  line-height: calc(13.5rem * 1 / 18);
  letter-spacing: calc(0.9rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 13.5px;
    letter-spacing: 0.9px;
  }
}
.radius5 {
  border-radius: calc(5rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .radius5 {
    border-radius: 5px;
  }
}
body.scroll-locked {
  overflow: auto;
  position: fixed;
  width: 100%;
}
html.scroll-locked {
  overflow: auto;
}
.oim {
  position: relative;
  width: 100%;
  height: calc(1150rem * 1 / 18);
  margin: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10.4% 100%, 0 81.4%);
}
@media only screen and (max-width: 1023px) {
  .oim {
    height: fit-content;
    min-height: 1300px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 90%);
  }
}
@media only screen and (max-width: 600px) {
  .oim {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
    height: auto;
    min-height: unset;
  }
}
.oim__map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.oim__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oim__dots {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: calc(-5rem * 1 / 18);
  left: calc(8rem * 1 / 18);
  clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
  transition: clip-path 3s ease, opacity 3s ease;
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .oim__dots {
    top: 5px;
    left: 5px;
  }
}
.oim__dots.visible {
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  opacity: 1;
}
.oim__dots img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oim__overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.oim__overlay.visible {
  opacity: 1;
}
.oim__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: grid;
  padding-left: calc(70rem * 1 / 18);
  padding-right: calc(70rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__content {
    grid-template-columns: repeat(12, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .oim__content {
    position: relative;
    background: #101921;
    background: linear-gradient(0deg, rgba(16, 25, 33, 0) 0%, #101921 40%);
    height: fit-content;
    padding-bottom: 50px;
  }
}
.oim__intro {
  grid-column: 3 / span 20;
  position: relative;
  padding-top: calc(100rem * 1 / 18);
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  height: fit-content;
}
@media only screen and (max-width: 1023px) {
  .oim__intro {
    grid-column: 1 / -1;
    grid-template-columns: repeat(12, 1fr);
    padding-top: 80px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__intro {
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1 / -1;
    padding-top: 50px;
  }
}
.oim__heading {
  grid-column: 1 / span 20;
  grid-row: 1;
  margin-bottom: calc(50rem * 1 / 18);
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oim__heading {
    grid-column: 1 / -1;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__heading {
    grid-column: 1 / -1;
  }
}
.oim__heading p {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(15.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  text-transform: uppercase;
  color: #FA851E;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: calc(20rem * 1 / 18);
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .oim__heading p {
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .oim__heading p {
    margin-right: 20px;
  }
}
.oim__heading .line {
  flex-grow: 1;
  height: 1px;
  background-color: #878c90;
  opacity: 1;
}
.oim__description {
  grid-column: 13 / span 8;
  grid-row: 2;
  max-width: calc(570rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__description {
    grid-column: 2 / -1;
    max-width: unset;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__description {
    grid-column: 1 / -1;
  }
}
.oim__description.hide {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.oim__description-text {
  font-size: calc(26rem * 1 / 18);
  line-height: calc(28.5rem * 1 / 18);
  letter-spacing: calc(0.5rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #F1F5F5;
  margin-bottom: calc(30rem * 1 / 18);
  line-height: calc(36rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__description-text {
    font-size: 26px;
    line-height: 28.5px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .oim__description-text {
    margin-bottom: 30px;
    line-height: 36px;
  }
}
.oim__description-link {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: calc(20rem * 1 / 18);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .oim__description-link {
    margin-top: 20px;
  }
}
.oim__description-link svg {
  margin-right: calc(15rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .oim__description-link svg {
    margin-right: 15px;
  }
}
.oim__description-link p {
  color: #FA851E;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .oim__description-link p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.oim__description-link:hover svg {
  margin-right: calc(10rem * 1 / 18);
  margin-left: calc(5rem * 1 / 18);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .oim__description-link:hover svg {
    margin-right: 10px;
    margin-left: 5px;
  }
}
.oim__industries {
  grid-column: 3 / span 20;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  margin-top: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__industries {
    grid-column: 2 / -1;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__industries {
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1 / -1;
  }
}
.oim__industries-image {
  grid-column: 1 / span 11;
  width: calc(805rem * 1 / 18);
  height: calc(805rem * 1 / 18);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
  animation: slideIn 1s ease forwards;
  border-radius: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__industries-image {
    grid-column: 2 / -1;
    width: 805px;
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .oim__industries-image {
    grid-column: 1 / -1;
    width: 100%;
    height: 250px;
  }
}
.oim__industries-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .oim__industries-image img {
    display: none !important;
  }
}
.oim__accordion {
  max-width: calc(720rem * 1 / 18);
  grid-column: 13 / span 8;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oim__accordion {
    max-width: 720px;
    grid-column: 1 / -1;
  }
}
.oim__accordion .close {
  position: absolute;
  right: calc(5rem * 1 / 18);
  top: calc(-80rem * 1 / 18);
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .close {
    right: 5px;
    top: -50px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .oim__accordion .close {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}
.oim__accordion .close svg {
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oim__accordion .accordion-item {
  border-bottom: 1px solid #585E64;
  cursor: pointer;
}
.oim__accordion .accordion-item.open .accordion-header .title {
  color: #FA851E;
}
.oim__accordion .accordion-item.open .accordion-header .plus path:nth-of-type(1) {
  stroke: transparent;
}
.oim__accordion .accordion-header {
  cursor: pointer;
  padding: calc(10rem * 1 / 18) 0;
  padding-right: calc(10rem * 1 / 18);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .accordion-header {
    padding: 10px;
    padding-right: 10px;
  }
}
.oim__accordion .accordion-header:hover {
  color: #878C90;
}
.oim__accordion .accordion-header .title {
  color: #585E64;
  font-size: calc(28rem * 1 / 18);
  line-height: calc(30.5rem * 1 / 18);
  letter-spacing: calc(0.6rem * 1 / 18);
  font-weight: 500;
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .accordion-header .title {
    font-size: 28px;
    line-height: 30.5px;
    letter-spacing: 0.6px;
  }
}
.oim__accordion .accordion-header .plus {
  font-size: 40px;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .accordion-header .plus {
    width: 20px;
    height: 20px;
  }
}
.oim__accordion .accordion-content {
  display: none;
  padding: 0;
  margin-top: calc(-10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .accordion-content {
    padding: 10px;
    margin-top: -10px;
  }
}
.oim__accordion .accordion-content p {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(27rem * 1 / 18);
  letter-spacing: calc(0.36rem * 1 / 18);
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 400;
  color: #cdd0d3;
  margin-top: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .accordion-content p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
  }
}
.oim__accordion .mobile-image {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .oim__accordion .mobile-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 80%);
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .oim__accordion .mobile-image {
    height: 250px;
    display: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 80%);
  }
}
.oim__accordion .mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slideUp 1s ease forwards;
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 1;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* Parent container for relative positioning */
.oim__industry-image {
  position: relative;
  overflow: hidden;
}
/* Single shared overlay */
.industry-overlay {
  position: absolute;
  width: 1200px;
  height: 1200px;
  top: 0;
  left: 0;
  background: #fa851e;
  /* Orange */
  transform: translate(-82%, 45%) rotate(45deg);
  z-index: 3;
  pointer-events: none;
}
/* Triggered animation */
.industry-overlay.sweep {
  animation: diagonalSweep 0.9s ease-in-out forwards;
}
@keyframes diagonalSweep {
  0% {
    transform: translate(-82%, 45%) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translate(-15%, -15%) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translate(50%, -85%) rotate(45deg);
    opacity: 1;
  }
}
/* Hide/show logic via visibility class */
.industry-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.industry-image-wrapper.visible {
  opacity: 1;
  z-index: 2;
}
