#welcome-image {
  position: relative;
  margin: 0px auto 60px;
  max-width: 1920px;
}
#welcome-image .container-xl {
  padding: 0px;
}
#welcome-image .content {
  background-color: #d98201;
  padding: 20px;
}
#welcome-image .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  position: relative;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #fff;
}
#welcome-image .content p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin: 15px 0px;
  line-height: 24px;
}

@media (min-width: 576px) {
  #welcome-image .container-xl {
    position: absolute;
    inset: 0;
  }
  #welcome-image .image {
    height: 250px;
  }
  #welcome-image .image img {
    height: 100%;
    max-width: none;
    width: 100%;
  }
  #welcome-image .content {
    width: 250px;
    margin-left: auto;
    height: 100%;
  }
}
@media (min-width: 768px) {
  #welcome-image {
    margin: 0px auto 30px;
  }
  #welcome-image .image {
    height: auto;
  }
  #welcome-image .image img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  #welcome-image {
    margin: 0px 0px 60px;
  }
  #welcome-image .content {
    padding: 0px 30px;
    width: 505px;
  }
  #welcome-image .content h2 {
    font-size: 34px;
    padding: 0px 0px 30px;
  }
  #welcome-image .content p {
    margin: 30px 0px;
    font-size: 21px;
    line-height: 28px;
  }
}
:root {
  --intro-line-height: 32px;
}

#intro-text {
  margin: 0px 0px 30px;
  position: relative;
  line-height: var(--intro-line-height);
  display: none;
}
#intro-text.show {
  display: block;
}
#intro-text .gradient-line {
  top: 0;
  left: 0;
  opacity: 0;
}
#intro-text .gradient-line.show {
  opacity: 1;
}
#intro-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.3vw;
  color: #6f6f6f;
  line-height: var(--intro-line-height);
}

@media (min-width: 480px) {
  :root {
    --intro-line-height: 48px;
  }
}
@media (min-width: 640px) {
  :root {
    --intro-line-height: 55px;
  }
}
@media (min-width: 992px) {
  :root {
    --intro-line-height: 60px;
  }

  #intro-text p {
    font-size: 3.5vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --intro-line-height: 65px;
  }

  #intro-text {
    margin: -15px 0px 60px;
  }
  #intro-text p {
    font-size: 38px;
  }
}
.hero {
  position: relative;
  margin: 0px auto 30px;
  max-width: 1920px;
  overflow-x: hidden;
}
.hero .image {
  height: 250px;
}
.hero .image img {
  height: 100%;
  max-width: none;
}
.hero .content {
  max-width: 560px;
  margin-left: auto;
  height: 100%;
  text-align: right;
}
.hero .content .lead-text {
  position: relative;
  padding: 0px 0px 15px;
}
.hero .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #6f6f6f;
  font-size: 24px;
  position: relative;
  padding: 0px 0px 15px;
}
.hero .content span {
  position: absolute;
  right: -1000px;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #fff;
}
.hero .content p {
  font-weight: 300;
  font-size: 16px;
  color: #6f6f6f;
  margin: 15px 0px;
  line-height: 24px;
}
.hero .content.dark h2,
.hero .content.dark p {
  color: #6f6f6f;
}

@media (min-width: 576px) {
  .hero {
    margin: 0px auto 60px;
  }
  .hero .container-xl {
    position: absolute;
    inset: 0;
  }
  .hero .image {
    height: auto;
  }
  .hero .content h2 {
    font-size: 30px;
    color: #fff;
  }
  .hero .content p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .hero {
    margin: 0px auto 30px;
  }
  .hero .image {
    height: auto;
  }
  .hero .image img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .hero .content h2 {
    font-size: 34px;
    padding: 0px 0px 30px;
  }
  .hero .content p {
    margin: 30px 0px;
    font-size: 21px;
    line-height: 28px;
  }
}
#sectors {
  margin: 0px 0px 30px;
}
#sectors .buttons {
  position: relative;
  background: url("../images/bg/selector-bg.png");
  background-size: 100% 100%;
  z-index: 0;
  height: 45px;
  gap: 0px 5px;
}
#sectors .buttons a {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8px;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  flex-grow: 1;
  z-index: 100;
  border: 3px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  text-align: center;
}
#sectors .buttons a::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 5px;
  top: -3px;
  bottom: -3px;
  background-color: #fff;
}
#sectors .buttons a:last-child::after {
  content: none;
}
#sectors .buttons a:hover, #sectors .buttons a.active {
  background-color: #fff;
  color: #6f6f6f;
  border: 3px solid #6f6f6f;
  border-radius: 3px;
  padding: 5px;
}
#sectors .content {
  margin: 60px 0px 0px;
  display: none;
}
#sectors .content.show {
  display: block;
}
#sectors .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #6f6f6f;
  text-align: center;
  margin: 0px 0px 30px;
  font-size: 24px;
}
#sectors .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
#sectors .content .related-sector-icons {
  margin: 20px 0px 0px;
  gap: 0px 20px;
}
#sectors .content .related-sector-icons img {
  max-width: 50px;
}

@media (min-width: 576px) {
  #sectors {
    margin: 0px 0px 60px;
  }
  #sectors .buttons {
    gap: 0px 20px;
  }
  #sectors .buttons a {
    font-size: 14px;
    text-align: left;
  }
  #sectors .buttons a::after {
    content: "";
    right: -23px;
    width: 20px;
  }
  #sectors .content h2 {
    font-size: 30px;
  }
  #sectors .content p {
    font-size: 18px;
    line-height: 28px;
  }
  #sectors .content .related-sector-icons {
    margin: 50px 0px 0px;
  }
}
@media (min-width: 768px) {
  #sectors {
    margin: 0px 0px 90px;
  }
  #sectors .buttons {
    height: 63px;
  }
  #sectors .buttons a {
    font-size: 18px;
    text-align: center;
  }
  #sectors .content {
    margin: 90px 0px 0px;
  }
  #sectors .content p {
    font-size: 21px;
    line-height: 32px;
  }
  #sectors .content .related-sector-icons {
    gap: 0px 40px;
  }
  #sectors .content .related-sector-icons img {
    max-width: none;
  }
}
@media (min-width: 992px) {
  #sectors .content h2 {
    font-size: 34px;
  }
}
#solutions {
  margin: 0px 0px 150px;
  position: relative;
}
#solutions .item .row > div {
  position: relative;
}
#solutions .item .content {
  padding: 0px 30px 0px 0px;
}
#solutions .item a.btn {
  margin: 30px 0px 0px;
}
#solutions h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #6f6f6f;
  width: fit-content;
  padding: 0px 0px 30px;
  margin: 0px 0px 30px;
}
#solutions h3 {
  color: #6f6f6f;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0px 0px 30px;
}
#solutions p {
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 0px 0px 20px;
}
#solutions p br {
  display: none;
}
#solutions .image {
  margin: 30px 0px 0px;
  position: relative;
  text-align: right;
  overflow: visible;
}
#solutions .controls {
  gap: 0px 25px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
}
#solutions .controls .nav {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  align-items: center;
  justify-content: center;
}
#solutions .controls .nav img {
  max-height: 80%;
}
#solutions .controls .nav.right img {
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  #solutions h2 {
    font-size: 30px;
  }
  #solutions h3 {
    font-size: 24px;
  }
  #solutions p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  #solutions {
    margin: 0px 0px 60px;
  }
  #solutions h2 {
    font-size: 40px;
  }
  #solutions h3 {
    font-size: 22px;
    margin: 0px 0px 20px;
  }
  #solutions p {
    font-size: 21px;
    line-height: 32px;
  }
  #solutions p br {
    display: inline;
  }
  #solutions .image {
    margin: 0px;
  }
  #solutions .controls {
    margin: 60px 0px 0px;
    position: relative;
    right: auto;
    top: auto;
  }
  #solutions .controls .nav {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  #solutions h2 {
    font-size: 34px;
  }
}
.post-box {
  position: relative;
}
.post-box .image {
  position: relative;
  max-width: 570px;
  max-height: 345px;
  overflow: hidden;
  margin: 0px 0px 30px;
}
.post-box .image::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg/news-post-bottom-cut.png");
  height: 33px;
}
.post-box .image .category-label {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #6f6f6f;
  padding: 5px 15px;
}
.post-box h3 a,
.post-box h2 a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #6f6f6f;
}
.post-box p {
  margin: 30px 0px 0px;
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f;
  line-height: 26px;
}
.post-box p.date {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 10px 0px 11px;
  font-size: 12px;
}
.post-box .gradient-line {
  right: 0;
}

@media (min-width: 576px) {
  .post-box .image {
    margin: 0px 0px 50px;
  }
  .post-box .image .category-label {
    font-size: 16px;
  }
  .post-box h3 a,
.post-box h2 a {
    font-size: 22px;
    line-height: 34px;
  }
  .post-box p {
    font-size: 18px;
  }
  .post-box p.date {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .post-box p {
    font-size: 21px;
    line-height: 32px;
  }
}
#news {
  background-color: #d5d5d5;
  position: relative;
  padding: 60px 0px;
}
#news .row {
  gap: 60px 0px;
}
#news::before {
  content: "";
  display: block;
  width: 341px;
  height: 91px;
  position: absolute;
  top: -91px;
  right: 0;
  background: url("../images/bg/news-top-cut.png");
}
#news h2 {
  color: #6f6f6f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 60px;
}
#news .more {
  margin: 60px 0px 0px;
}

@media (min-width: 576px) {
  #news h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #news .row {
    gap: 0px;
  }
  #news h2 {
    font-size: 34px;
  }
  #news .post-box h3 {
    height: 68px;
  }
}
#contact {
  padding: 60px 0px;
}
#contact h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #6f6f6f;
  margin: 0px 0px 30px;
}
#contact .image {
  position: relative;
  overflow: visible;
}
#contact .image .box {
  position: absolute;
  left: 105px;
  top: 52px;
  background-color: #e4e4e4;
  padding: 30px 15px;
  width: 250px;
  border: 2px solid #6f6f6f;
  display: none;
}
#contact .image .box.right .angle {
  background-image: url("../images/bg/map-box-angle-right.png");
}
#contact .image .box .angle {
  content: "";
  display: block;
  width: 23px;
  height: 30px;
  background: url("../images/bg/map-box-angle.png");
  position: absolute;
  top: 180px;
  left: -23px;
}
#contact .image .box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 42px;
  height: 25px;
  background-image: url("../images/icons/icon-close.png");
  background-size: contain;
  cursor: pointer;
}
#contact .image .box p {
  font-size: 12px;
  color: #6f6f6f;
  font-weight: 300;
  line-height: 21px;
  margin: 0px 0px 30px;
}
#contact .image .box p:first-child {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0px 0px 30px;
  text-transform: uppercase;
}
#contact .image .box p:last-of-type {
  margin: 0px;
}

@media (min-width: 576px) {
  #contact h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #contact h2 {
    font-size: 34px;
    margin: 0px 0px 60px;
  }
  #contact .image .box {
    padding: 30px 75px 30px 30px;
    min-width: 300px;
    width: auto;
    height: auto;
    left: 255px;
    top: 102px;
  }
  #contact .image .box p {
    font-size: 18px;
    line-height: 26px;
  }
  #contact .image .box p:first-child {
    font-size: 24px;
    margin: 0px 0px 30px;
  }
  #contact .image .box .close {
    right: 20px;
    top: 20px;
  }
}
#numbers {
  gap: 30px 0px;
  margin: 30px 0px;
}
#numbers .number {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #6f6f6f;
  text-align: center;
  width: 33.33%;
}
#numbers .number:nth-child(1) span {
  background: #d14430;
  background-image: linear-gradient(90deg, #d14430 1%, #d13e3d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number:nth-child(2) span {
  background: #ce2768;
  background-image: linear-gradient(90deg, #ce2768 1%, #c72171 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number:nth-child(3) span {
  background: #b62783;
  background-image: linear-gradient(90deg, #b62783 1%, #a8157d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number:nth-child(4) span {
  background: #881870;
  background-image: linear-gradient(90deg, #881870 1%, #3c2458 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number:nth-child(5) span {
  background: #21325d;
  background-image: linear-gradient(90deg, #21325d 1%, #055fa1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number:nth-child(6) span {
  background: #0171b7;
  background-image: linear-gradient(90deg, #0171b7 1%, #0b928a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#numbers .number span {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
#numbers .number .big {
  font-size: 28px;
  line-height: 30px;
}

@media (min-width: 576px) {
  #numbers .number span {
    font-size: 36px;
  }
  #numbers .number .big {
    font-size: 48px;
    line-height: 47px;
  }
}
@media (min-width: 768px) {
  #numbers .number {
    font-size: 22px;
  }
  #numbers .number span {
    font-size: 54px;
  }
  #numbers .number .big {
    font-size: 69px;
    line-height: 69px;
  }
}
@media (min-width: 992px) {
  #numbers {
    margin: 60px 0px 30px;
    gap: 0;
  }
  #numbers .number {
    width: auto;
  }
}
