.bg-primary {
  background-color: #1D252E;
}

.bg-secondary {
  background-color: #FC7B01;
}

.bg-light-gray {
  background-color: #F7F7F4;
}

.bg-light-white {
  background-color: #ffffff;
}

.bg-light-white {
  background-color: #ffffff;
}

.bg-crown-orange {
  background-color: rgba(252, 123, 1, 0.14);
}

.text-white {
  color: #ffffff;
}

.text-blue {
  color: #1D252E;
}

.text-orange {
  color: #FC7B01;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Aspekta";
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: #1D252E;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19.6px;
  }
}

p {
  font-family: "Aspekta";
  font-size: 18px;
  font-weight: 300;
  line-height: 25.2px;
  color: #1D252E;
}
p.large {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 19.6px;
  }
}

button,
a {
  font-family: "Aspekta";
}

.text-large {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #1D252E;
}
.text-large.text-large-thin {
  font-weight: 400;
}
@media (max-width: 1280px) {
  .text-large {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.text-medium {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  color: #1D252E;
}
.text-medium.text-medium-thin {
  font-weight: 400;
}

.text-small {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #1D252E;
}
.text-small.text-small-thin {
  font-weight: 400;
}

.text-extra-small {
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 700;
  color: #1D252E;
}
.text-extra-small.text-extra-thin {
  font-weight: 400;
}

.text-xxs {
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 700;
  color: #1D252E;
}
.text-xxs.text-xxs-thin {
  font-weight: 400;
}

h1 {
  font-family: "Aspekta";
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h1.h1-thin {
  font-weight: 250;
}
h1 .h1-thin {
  font-weight: 250;
}

h2 {
  font-family: "Aspekta";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 63.8px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 44px;
    line-height: 48.4px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
h2.h2-thin {
  font-weight: 250;
}

h3 {
  font-family: "Aspekta";
  font-size: 42px;
  line-height: 50.4px;
  font-weight: 700;
  letter-spacing: -0.84px;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 375px) {
  h3 {
    font-size: 24px;
    line-height: 26.4px;
  }
}
h3.h3-thin {
  font-weight: 250;
}

h4 {
  font-family: "Aspekta";
  font-size: 34px;
  line-height: 44.2px;
  font-weight: 700;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 22px;
    line-height: 28.6px;
  }
}
@media (max-width: 375px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
h4.h4-thin {
  font-weight: 250;
}

h5 {
  font-family: "Aspekta";
  font-size: 26px;
  line-height: 36.4px;
  font-weight: 700;
  color: #1D252E;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 18px;
    line-height: 25.2px;
  }
}
h5.h5-thin {
  font-weight: 250;
}

h6 {
  font-family: "Aspekta";
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #000000;
  font-weight: 700;
}
@media (max-width: 992px) {
  h6 {
    font-size: 16px;
  }
}
h6.h6-thin {
  font-weight: 250;
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 18px;
  color: #F7F7F4;
  margin-bottom: 8px;
  font-weight: 300;
}
@media (max-width: 992px) {
  ul li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

ol {
  padding-left: 20px;
}
ol li {
  list-style-type: auto;
  list-style-position: initial;
  font-size: 18px;
  color: #F7F7F4;
  margin-bottom: 8px;
  font-weight: 300;
}
@media (max-width: 992px) {
  ol li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

/**
 * Aspekta
 * @version 2.000
 *
 * @link https://github.com/ivodolenc/aspekta
 *
 * @author Ivo Dolenc (c) 2022
 * @license Open Font License (OFL) v1.1
 *
 * Font Family: Aspekta
 * Font Styles: 50-1000 Normal
 */
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 50;
  font-display: swap;
  src: url("../fonts/Aspekta-50.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Aspekta-100.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 150;
  font-display: swap;
  src: url("../fonts/Aspekta-150.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Aspekta-200.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url("../fonts/Aspekta-250.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Aspekta-300.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url("../fonts/Aspekta-350.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Aspekta-400.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 450;
  font-display: swap;
  src: url("../fonts/Aspekta-450.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Aspekta-500.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 550;
  font-display: swap;
  src: url("../fonts/Aspekta-550.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Aspekta-600.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 650;
  font-display: swap;
  src: url("../fonts/Aspekta-650.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Aspekta-700.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 750;
  font-display: swap;
  src: url("../fonts/Aspekta-750.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Aspekta-800.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 850;
  font-display: swap;
  src: url("../fonts/Aspekta-850.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Aspekta-900.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 950;
  font-display: swap;
  src: url("../fonts/Aspekta-950.woff2") format("woff2");
}
@font-face {
  font-family: "Aspekta";
  font-style: normal;
  font-weight: 1000;
  font-display: swap;
  src: url("../fonts/Aspekta-1000.woff2") format("woff2");
}
.l-text-r-img-component .row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.l-text-r-img-component .row .content-col {
  padding: 100px 120px 100px 140px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  max-width: 100%;
  width: 42%;
}
@media (max-width: 1600px) {
  .l-text-r-img-component .row .content-col {
    padding: 80px 100px 80px 120px;
  }
}
@media (max-width: 1280px) {
  .l-text-r-img-component .row .content-col {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .l-text-r-img-component .row .content-col {
    padding: 60px 24px;
  }
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .content-col {
    max-width: 100%;
    width: 100%;
  }
  .l-text-r-img-component .row .content-col .btn-secondary {
    width: 100%;
    max-width: 100%;
  }
}
.l-text-r-img-component .row .icon-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 28px 0px 28px 0px;
  padding: 0;
}
.l-text-r-img-component .row .icon-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  padding: 12px 0px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li {
    padding: 9px 0px;
    min-height: 55px;
  }
}
.l-text-r-img-component .row .icon-list li .icon-list-arrow {
  display: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  align-items: center;
  border: 1px solid transparent;
  justify-content: center;
  border-radius: 99999px;
  transition: all 0.4s;
  position: absolute;
  right: 0;
}
.l-text-r-img-component .row .icon-list li .icon-list-arrow:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.l-text-r-img-component .row .icon-list li .icon-img {
  display: flex;
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li .icon-img svg {
    width: 32px;
    height: 32px;
  }
}
.l-text-r-img-component .row .icon-list li .link-btn {
  display: flex;
  align-items: center;
  gap: 0px 26px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #1D252E;
  font-family: "Aspekta";
}
@media (max-width: 1280px) {
  .l-text-r-img-component .row .icon-list li .link-btn {
    font-size: 16px;
    font-style: normal;
    gap: 0px 16px;
  }
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li .link-btn {
    line-height: normal;
    width: 100%;
  }
}
.l-text-r-img-component .row .icon-list li .link-btn:hover {
  border-color: #FC7B01;
  background-color: transparent;
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li:hover {
    color: #FC7B01;
    border-color: #FC7B01;
  }
  .l-text-r-img-component .row .icon-list li:hover .icon-img svg path {
    fill: #FC7B01;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li:hover .icon-list-arrow {
    display: inline-flex;
  }
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .icon-list li:hover .link-btn {
    color: #FC7B01;
  }
}
.l-text-r-img-component .row .icon-list li::after {
  content: "";
  background-image: url(../images/arrow-orange.svg);
  width: 36px;
  height: 36px;
  display: none;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-position: center;
}
.l-text-r-img-component .row .img-col {
  max-width: 58%;
  width: 100%;
  position: relative;
  display: flex;
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .img-col {
    max-width: 100%;
    width: 100%;
  }
}
.l-text-r-img-component .row .img-col img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 1199px) {
  .l-text-r-img-component .row .img-col img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .img-col img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
.l-text-r-img-component .row .img-col .img-content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #1D252E;
  font-family: "Aspekta";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  border-radius: 16px;
  border: 1px solid #E0DED5;
  background: #ffffff;
}
@media (max-width: 1280px) {
  .l-text-r-img-component .row .img-col .img-content {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 992px) {
  .l-text-r-img-component .row .img-col .img-content {
    display: none;
  }
}

.map-component .mian-wrp {
  display: flex;
  gap: 0;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .map-component .mian-wrp {
    flex-wrap: wrap;
    gap: 16px 0px;
  }
}
.map-component .mian-wrp .content {
  max-width: 33.33%;
  width: 100%;
  padding: 120px 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .map-component .mian-wrp .content {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .map-component .mian-wrp .content {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .map-component .mian-wrp .content {
    max-width: 100%;
    width: 100%;
    padding: 60px 24px 24px 24px;
    gap: 10px 0px;
  }
}
.map-component .mian-wrp .content p {
  color: #1D252E;
  font-family: "Aspekta";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .map-component .mian-wrp .content p {
    font-size: 16px;
    line-height: normal;
  }
}
.map-component .mian-wrp .svg-wrp {
  max-width: 33.03%;
  width: 100%;
}
@media (max-width: 992px) {
  .map-component .mian-wrp .svg-wrp {
    max-width: 400px;
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
  }
}
@media (max-width: 375px) {
  .map-component .mian-wrp .svg-wrp {
    max-width: 100%;
    width: 95%;
    margin: 0 auto 0 auto;
  }
}
.map-component .mian-wrp .svg-wrp svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .map-component .mian-wrp .svg-wrp svg {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
.map-component .mian-wrp .menuwrap {
  max-width: 33.64%;
  width: 100%;
  padding: 120px 140px 120px 80px;
}
@media (max-width: 1600px) {
  .map-component .mian-wrp .menuwrap {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .map-component .mian-wrp .menuwrap {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .map-component .mian-wrp .menuwrap {
    max-width: 100%;
    width: 100%;
    padding: 0px 24px 60px 24px;
  }
}
.map-component .country-list {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .map-component .country-list {
    gap: 0px 20px;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    display: grid;
  }
}
.map-component .country-list li {
  width: 100%;
  margin: 0;
  display: flex;
  transition: all 400ms ease-in-out;
}
@media (max-width: 992px) {
  .map-component .country-list li {
    max-width: 100%;
    height: 100%;
  }
}
.map-component .country-list li:first-child a {
  padding-top: 0px;
}
.map-component .country-list li a {
  cursor: pointer;
  border-bottom: 1px solid #E0DED5;
  transition: all 400ms ease-in-out;
  color: #1D252E;
  padding: 13px 0px;
  text-decoration: none;
  font-family: "Aspekta";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  width: 100%;
  display: flex;
}
@media (max-width: 1600px) {
  .map-component .country-list li a {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0px;
  }
}
@media (max-width: 1199px) {
  .map-component .country-list li a {
    padding: 6px 0px;
  }
}
.map-component .country {
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.map-component .country.active, .map-component .country.on, .map-component .country:hover {
  fill: #FC7B01;
  cursor: pointer;
  color: #FC7B01;
  transition: all 400ms ease-in-out;
  border-color: #FC7B01;
  fill-opacity: 1;
}
.map-component .on a {
  color: #FC7B01;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.map-component .on a:hover {
  color: #FC7B01;
  cursor: pointer;
  fill: #FC7B01;
  transition: all 400ms ease-in-out;
}
.map-component .on .country {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.map-component .on .country.on {
  color: #FC7B01;
  cursor: pointer;
  fill: #FC7B01;
  transition: all 400ms ease-in-out;
}

.active-bright {
  fill: #FC7B01;
  fill-opacity: 0.14;
  transition: all 400ms ease-in-out;
}
.active-bright.on {
  fill-opacity: 1;
  transition: all 400ms ease-in-out;
}

.frame-wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .frame-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.frame-wrap:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #FC7B01;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 992px) {
  .frame-wrap:before {
    display: none;
  }
}
.frame-wrap:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 58%;
  background: #F7F7F4;
  right: 16px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 0;
}
@media (max-width: 992px) {
  .frame-wrap:after {
    display: none;
  }
}

.parallaxbg-wrapper {
  position: relative;
  overflow: hidden;
}
.parallaxbg-wrapper .parallaxbg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-out;
  will-change: transform;
  height: 880px;
}
@media (max-width: 1280px) {
  .parallaxbg-wrapper .parallaxbg {
    height: 580px;
  }
}
@media (max-width: 992px) {
  .parallaxbg-wrapper .parallaxbg {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .parallaxbg-wrapper .parallaxbg {
    height: 220px;
  }
}
.parallaxbg-wrapper .parallaxbg__content {
  padding: 65px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
  will-change: transform;
}
@media (max-width: 1280px) {
  .parallaxbg-wrapper .parallaxbg__content {
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .parallaxbg-wrapper .parallaxbg__content {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .parallaxbg-wrapper .parallaxbg__content {
    padding: 15px;
  }
}
.parallaxbg-wrapper .parallaxbg__content--textimg img {
  max-width: 1786px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .parallaxbg-wrapper .parallaxbg__content--textimg img {
    max-width: 374px;
  }
}

.expertise-banner {
  margin-top: 60px;
  position: relative;
  padding: 40px 30px 160px;
}
@media (max-width: 1280px) {
  .expertise-banner {
    padding: 40px 30px 100px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .expertise-banner {
    padding: 40px 30px 30px;
    margin-top: 30px;
  }
}
.expertise-banner .expertise-box-wrap {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin: 0 auto;
}
.expertise-banner .expertise-box-wrap .product-img {
  width: 1150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.expertise-banner .logo-behind {
  position: absolute;
  bottom: 60px;
  z-index: 0;
  left: 0;
  right: 0;
  max-width: calc(100% - 125px);
  margin: auto;
}
@media (max-width: 767px) {
  .expertise-banner .logo-behind {
    bottom: 20px;
    max-width: calc(100% - 60px);
  }
}
.expertise-banner .logo-behind img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.main-wrap-tooltip {
  position: absolute;
}
.main-wrap-tooltip .feature {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .main-wrap-tooltip .feature {
    width: 24px;
    height: 24px;
  }
}
.main-wrap-tooltip .feature:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-image: url(../images/plus-icon-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .main-wrap-tooltip .feature:before {
    width: 16px;
    height: 16px;
  }
}
.main-wrap-tooltip .feature.active {
  border: 1px solid #FC7B01;
  background-color: #ffecdb;
}
.main-wrap-tooltip .feature.active:before {
  background-image: url(../images/Minus-orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-wrap-tooltip .tooltip {
  display: none;
  position: absolute;
  top: 0;
  transform: translate(-44%, -108%);
  border-radius: 16px;
  border: 1px solid rgba(29, 37, 46, 0.0901960784);
  background-color: #ffffff;
  color: #1D252E;
  padding: 30px;
  white-space: normal;
  font-size: 16px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
  left: 0;
}
@media (max-width: 992px) {
  .main-wrap-tooltip .tooltip {
    max-width: 250px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .main-wrap-tooltip .tooltip {
    max-width: 200px;
    padding: 15px;
  }
}
.main-wrap-tooltip .tooltip:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.main-wrap-tooltip .tooltip .tooltip-content .text-small {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .main-wrap-tooltip .tooltip .tooltip-content .text-small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .main-wrap-tooltip .tooltip .tooltip-content .text-large {
    font-size: 16px;
    line-height: normal;
  }
}
.main-wrap-tooltip.main-wrap-tooltip-1 {
  top: 20.5%;
  left: 33%;
}
.main-wrap-tooltip.main-wrap-tooltip-2 {
  top: 36%;
  left: 59%;
}
.main-wrap-tooltip.main-wrap-tooltip-3 {
  top: 32%;
  left: 73.2%;
}
@media (max-width: 767px) {
  .main-wrap-tooltip.main-wrap-tooltip-3 .tooltip {
    transform: translate(-76%, -105%);
  }
  .main-wrap-tooltip.main-wrap-tooltip-3 .tooltip::before {
    left: unset;
    right: 22px;
  }
}
.main-wrap-tooltip.main-wrap-tooltip-4 {
  top: 48%;
  left: 30.3%;
}
.main-wrap-tooltip.main-wrap-tooltip-5 {
  top: 53%;
  left: 71%;
}
@media (max-width: 767px) {
  .main-wrap-tooltip.main-wrap-tooltip-5 .tooltip {
    transform: translate(-72%, -105%);
  }
  .main-wrap-tooltip.main-wrap-tooltip-5 .tooltip::before {
    left: unset;
    right: 35px;
  }
}
.main-wrap-tooltip.main-wrap-tooltip-6 {
  top: 49%;
  left: 79.5%;
}
@media (max-width: 767px) {
  .main-wrap-tooltip.main-wrap-tooltip-6 .tooltip {
    transform: translate(-80%, -105%);
  }
  .main-wrap-tooltip.main-wrap-tooltip-6 .tooltip::before {
    left: unset;
    right: 15px;
  }
}

.crown-banner-section {
  position: relative;
  margin-top: -63px;
}
@media (max-width: 1280px) {
  .crown-banner-section {
    margin-top: -52px;
  }
}
@media (max-width: 767px) {
  .crown-banner-section {
    margin-top: -42px;
  }
}
@media (max-width: 1700px) {
  .crown-banner-section .title-h1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .crown-banner-section .title-h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .crown-banner-section .title-h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.crown-banner-section .border-frame::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 11;
}
@media (max-width: 1280px) {
  .crown-banner-section .border-frame::before {
    width: calc(100% - 20px);
    top: 0px;
  }
}
@media (max-width: 767px) {
  .crown-banner-section .border-frame::before {
    top: 0px;
  }
}
.crown-banner-section .border-frame::after {
  height: 96%;
  position: absolute;
  top: 0px;
  background: #FC7B01;
  z-index: 11;
}
@media (max-width: 1280px) {
  .crown-banner-section .border-frame::after {
    left: 10px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .crown-banner-section .border-frame::after {
    top: 0px;
  }
}
.crown-banner-section .box-frame:before {
  content: "";
  height: 23%;
  top: 0;
  z-index: 11;
}
@media (max-width: 1280px) {
  .crown-banner-section .box-frame:before {
    right: 10px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .crown-banner-section .box-frame:before {
    top: 0px;
  }
}
.crown-banner-section .box-frame:after {
  bottom: 4%;
  height: 25%;
  right: 20px;
  z-index: 11;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .crown-banner-section .box-frame:after {
    right: 10px;
  }
}
.crown-banner-section.box-frame-bottom::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  z-index: 1;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .crown-banner-section.box-frame-bottom::before {
    width: calc(100% - 20px);
  }
}
.client-logo-section {
  padding-top: 60px;
}
.client-logo-section .client-logos {
  padding-top: 60px;
}
.client-logo-section .client-logos .clients-logo-link {
  border-radius: 20px;
  border: 1px solid #82868C;
  text-align: center;
  margin: 0 auto;
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.client-logo-section .logo-slide-arrow .navigation {
  display: flex;
  gap: 10px;
}
.client-logo-section .logo-slide-arrow .navigation button {
  position: static;
  height: 64px;
  width: 64px;
  margin: 0;
  background: transparent;
  border: 1px solid #82868C;
  border-radius: 9999px;
}
@media (max-width: 1280px) {
  .client-logo-section .logo-slide-arrow .navigation button {
    width: 48px;
    height: 48px;
  }
}
.client-logo-section .logo-slide-arrow .navigation button:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.client-logo-section .logo-slide-arrow .navigation button.swiper-button-disabled {
  border-color: transparent;
}
.client-logo-section .logo-slide-arrow .navigation .swiper-button-prev:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.client-logo-section .logo-slide-arrow .navigation .swiper-button-next:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

.related-article-section .swiper-slide {
  height: auto;
}
.related-article-section .swiper-slide .article-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-article-section .swiper-slide .article-card:hover .border-frame {
  border-color: transparent;
}
.related-article-section .swiper-slide .article-card.border {
  border-radius: 16px;
  border: 1px solid #E0DED5;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .related-article-section .swiper-slide .article-card.border {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.related-article-section .swiper-slide .article-card.border:hover .article-card-inner {
  padding-left: 0;
  padding-right: 0;
}
.related-article-section .swiper-slide .article-card .article-card-image {
  margin-bottom: 0px;
}
.related-article-section .swiper-slide .article-card .article-card-inner {
  padding-top: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .related-article-section .swiper-slide .article-card .article-card-inner {
    padding-top: 15px;
  }
}
.related-article-section .swiper-slide .article-card .featured-links .post-date {
  font-size: 14px;
  line-height: 19.4px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  position: relative;
  color: #1D252E;
  border-bottom: 1px solid #1D252E;
  padding-bottom: 2px;
}
.related-article-section .swiper-slide .article-card .featured-links .post-date:before {
  content: "";
  background-image: url(../images/Calendar.svg);
  width: 16px;
  height: 16px;
  display: block;
  background-size: 16px;
  background-repeat: no-repeat;
}
.related-article-section .swiper {
  padding-left: 0;
}
@media (max-width: 1700px) {
  .related-article-section .swiper {
    padding-left: 0px;
  }
}

.related-article-section {
  padding-top: 120px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .related-article-section {
    padding-top: 60px;
  }
}

.article-card-row {
  border-top: 1px solid #E0DED5;
  padding-top: 40px;
}

.article-card-image {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .article-card-image {
    margin-bottom: 16px;
  }
}
.article-card-image img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: 0.4s all;
}
@media (max-width: 1280px) {
  .article-card-image img {
    height: 160px;
  }
}

.article-title {
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .article-title {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .article-section .slider-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .article-section .swiper-pagination {
    margin-top: 30px !important;
    margin-bottom: 40px;
  }
}

.article-slider-section {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .article-slider-section {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .article-slider-section {
    margin-bottom: 60px;
  }
}
.article-slider-section .swiper {
  padding-left: calc((100% - 1630px) / 2);
}
@media (max-width: 1700px) {
  .article-slider-section .swiper {
    padding-left: 24px;
  }
}

.article-card-inner {
  transition: 0.4s all;
}

.article-card {
  transition: 0.4s all;
  border-radius: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .article-card:hover {
    background-color: #FC7B01;
  }
  .article-card:hover .article-card-image img {
    padding: 8px;
    overflow: hidden;
    border-radius: 16px;
    transform: none;
  }
  .article-card:hover .article-card-inner {
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .article-card .featured-links {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
.article-card .featured-links .link {
  font-size: 14px;
  line-height: 19.4px;
}

.slider-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.slider-header .navigation {
  display: flex;
  gap: 10px;
}
.slider-header button {
  position: static;
  height: 64px;
  width: 64px;
  margin: 0;
  background: transparent;
  border: 1px solid #82868C;
  border-radius: 9999px;
}
@media (max-width: 1280px) {
  .slider-header button {
    width: 48px;
    height: 48px;
  }
}
.slider-header button:hover {
  border-color: #FC7B01;
  background-color: rgba(252, 123, 1, 0.14);
}
.slider-header button.swiper-button-disabled {
  border-color: transparent;
}
.slider-header .swiper-button-prev:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.slider-header .swiper-button-next:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

.article-card-row .article-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  border-radius: 8px;
}
.article-card-row .article-card .article-card-image {
  margin: 0;
  padding: 0;
}
.article-card-row .article-card .article-card-image img {
  max-height: 128px;
}
.article-card-row .article-card .article-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 0px 0px;
}
.article-card-row .article-card:hover .article-card-image img {
  transform: scale(0.98);
}
.article-card-row .article-card:hover .article-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2px 0px 8px 0px;
}

@media (max-width: 767px) {
  .btn-secondary.view-all-btn {
    width: 100%;
  }
}

.team-card {
  transition: 0.4s all;
  border-radius: 16px;
  padding-bottom: 24px;
  position: relative;
}
.team-card:nth-child(3n+2):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E0DED5;
  position: absolute;
  right: -22px;
  top: 0;
}
.team-card:nth-child(3n+2):before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E0DED5;
  position: absolute;
  left: -22px;
  top: 0;
}
@media (max-width: 992px) {
  .team-card:nth-child(3n+2):after, .team-card:nth-child(3n+2):before {
    display: none;
  }
}
@media (min-width: 768px) {
  .team-card:hover {
    background-color: #FC7B01;
  }
  .team-card:hover .team-membr-image img {
    padding: 8px;
    overflow: hidden;
    border-radius: 16px;
  }
  .team-card:hover .team-membr-content {
    padding-left: 24px;
  }
}
.team-card .team-membr-image {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .team-card .team-membr-image {
    margin-bottom: 16px;
  }
}
.team-card .team-membr-image img {
  height: 540px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: 0.4s all;
}
@media (max-width: 1280px) {
  .team-card .team-membr-image img {
    height: auto;
    aspect-ratio: 1/1.21;
  }
}
@media (max-width: 767px) {
  .team-card .team-membr-image img {
    height: auto;
    max-height: -moz-max-content;
    max-height: max-content;
    aspect-ratio: 1/1.14;
  }
}
.team-card .team-membr-content {
  font-size: 14px;
  line-height: 19.4px;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .team-card .team-membr-content {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .team-card .team-membr-content .member-name {
    margin-bottom: 0px;
  }
}
.team-card.modal-open {
  cursor: pointer;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .team-grid {
    gap: 20px 8px;
  }
}

.team-detail-modals .modal-content {
  display: flex;
  gap: 0px 40px;
  padding: 0px 0px 0px 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content {
    gap: 24px 16px;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.team-detail-modals .modal-content .left-team-membr-img {
  width: 100%;
  height: 400px;
  display: flex;
  max-width: 285px;
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content .left-team-membr-img {
    height: 150px;
    max-width: 150px;
  }
}
.team-detail-modals .modal-content .left-team-membr-img img {
  border-radius: 16px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.5/1.5;
}
.team-detail-modals .modal-content .right-content {
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding-right: 40px;
  font-size: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content .right-content {
    padding-right: 0px;
    overflow: visible;
  }
  .team-detail-modals .modal-content .right-content .top-content {
    position: absolute;
    top: -56%;
    z-index: 11111;
    left: 0;
    max-width: calc(100% - 170px);
    margin: 0 0 0 auto;
    right: 0;
  }
}
.team-detail-modals .modal-content .right-content .inner-scroll-data {
  max-height: 400px;
  height: 100%;
  overflow-x: auto;
  /* scrollbar */
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content .right-content .inner-scroll-data {
    max-height: 300px;
  }
}
.team-detail-modals .modal-content .right-content .inner-scroll-data::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.team-detail-modals .modal-content .right-content .inner-scroll-data::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.team-detail-modals .modal-content .right-content .inner-scroll-data::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px #FC7B01;
}
.team-detail-modals .modal-content .right-content .dec {
  padding: 20px 0px;
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content .right-content .dec {
    padding: 0px;
  }
}
.team-detail-modals .modal-content .right-content .dec p {
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #1D252E;
}
.team-detail-modals .modal-content .right-content .dec p b {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .team-detail-modals .modal-content .right-content .dec p b {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .team-detail-modals .modal-content .right-content .dec p {
    font-size: 16px;
  }
}
.team-detail-modals .modal-content .right-content:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #f7f7f4 20%, #f7f7f4 3%, #f7f7f4 23%, rgba(115, 115, 115, 0) 100%);
  bottom: -2px;
  z-index: 1;
  width: calc(100% - 46px);
  height: 40px;
  display: block;
  left: 0;
  right: 0;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .team-detail-modals .modal-content .right-content:after {
    width: calc(100% - 6px);
  }
}
.team-detail-modals .brand-logo-bottom {
  margin: 20px auto;
  display: flex;
}
@media (max-width: 767px) {
  .team-detail-modals .brand-logo-bottom {
    margin-bottom: 0px;
  }
}

.overlay {
  background-color: rgba(14, 25, 35, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.overlay.active {
  display: block;
}

.modal {
  display: none;
  left: calc(50% - 20px);
  margin: 20px;
  max-height: calc(100% - 40px);
  max-width: 1000px;
  overflow-y: clip;
  position: fixed;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 100;
  width: 100%;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  .modal {
    margin: 0px 20px;
    border-radius: 16px 16px 0px 0px;
    bottom: 0;
    top: unset;
    transform: translate(-50%, 0);
  }
}

.modal.active {
  display: block;
}

.modal-close::after {
  content: "";
  background-image: url(../images/close.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
  width: 88px;
  height: 88px;
  padding: 0px;
  border: 1px solid #82868C;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .modal-close::after {
    width: 48px;
    height: 48px;
    background-size: 13px;
  }
}
.modal-close::after:hover {
  background-color: #FC7B01;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .text-quote-section .text-center {
    text-align: left;
  }
}
.text-quote-section .text-quote {
  text-align: center;
}
@media (max-width: 767px) {
  .text-quote-section .text-quote .text-center {
    text-align: left;
  }
}
.text-quote-section .text-quote .title-text {
  font-family: "Aspekta";
  font-size: 58px;
  font-style: normal;
  font-weight: 250;
  line-height: 63.8px;
  color: #1D252E;
  max-width: 1080px;
  margin: 40px auto 0px;
}
@media (max-width: 1280px) {
  .text-quote-section .text-quote .title-text {
    font-size: 44px;
    line-height: 48.4px;
  }
}
@media (max-width: 767px) {
  .text-quote-section .text-quote .title-text {
    font-size: 30px;
    line-height: 33px;
    margin: 20px auto 0px;
  }
}
.text-quote-section .text-quote p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #1D252E;
}
@media (max-width: 1280px) {
  .text-quote-section .text-quote p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

.box-frame-bottom-d {
  position: relative;
}
.box-frame-bottom-d::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  z-index: 1;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d::before {
    width: calc(100% - 20px);
  }
}
.box-frame-bottom-d .border-frame::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 11;
  left: 0;
  right: 0;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d .border-frame::before {
    width: calc(100% - 20px);
    top: 0px;
  }
}
@media (max-width: 767px) {
  .box-frame-bottom-d .border-frame::before {
    top: 0px;
  }
}
.box-frame-bottom-d .border-frame::after {
  content: "";
  height: 96%;
  position: absolute;
  top: 0px;
  background: #FC7B01;
  z-index: 11;
  left: 20px;
  width: 1px;
  margin: auto;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d .border-frame::after {
    left: 10px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .box-frame-bottom-d .border-frame::after {
    top: 0px;
  }
}
.box-frame-bottom-d .box-frame:before {
  content: "";
  height: 23%;
  top: 0;
  z-index: 11;
  width: 1px;
  margin: auto;
  background: #FC7B01;
  position: absolute;
  right: 20px;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d .box-frame:before {
    right: 10px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .box-frame-bottom-d .box-frame:before {
    top: 0px;
  }
}
.box-frame-bottom-d .box-frame:after {
  content: "";
  bottom: 4%;
  height: 25%;
  right: 20px;
  z-index: 11;
  background: #FC7B01;
  width: 1px;
  margin: auto;
  position: absolute;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d .box-frame:after {
    right: 10px;
  }
}
.box-frame-bottom-d.box-frame-bottom::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  z-index: 1;
  width: calc(100% - 40px);
  margin: auto;
  background: #FC7B01;
}
@media (max-width: 1280px) {
  .box-frame-bottom-d.box-frame-bottom::before {
    width: calc(100% - 20px);
  }
}
.tb-p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1600px) {
  .tb-p-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .tb-p-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tb-p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .tb-p-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .tb-p-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.b-p-100 {
  padding-bottom: 100px;
}
@media (max-width: 1600px) {
  .b-p-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .b-p-100 {
    padding-bottom: 60px;
  }
}

.corporate-res-section ul {
  padding: 0;
  list-style: none;
  margin-top: 24px;
}
.corporate-res-section ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #1D252E;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  transition: 0.4s all;
}
.corporate-res-section ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FC7B01;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .corporate-res-section ul li::before {
    width: 8px;
    height: 8px;
  }
}
.corporate-res-section ul li:last-child {
  margin-bottom: 0;
}

.blockquote {
  padding: 60px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .blockquote {
    padding: 24px 24px;
  }
}
.blockquote.box-frame-bottom-d:before {
  width: 100%;
}
.blockquote.box-frame-bottom-d .border-frame:before {
  left: 0;
  right: 0;
  width: 100%;
}
.blockquote.box-frame-bottom-d .border-frame:after {
  left: 0;
}
.blockquote.box-frame-bottom-d .border-frame .box-frame:before {
  right: 0;
}
.blockquote.box-frame-bottom-d .border-frame .box-frame::after {
  right: 0;
}

.row-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 140px;
  background-color: #F7F7F4;
  padding: 120px;
  border-radius: 16px;
}
@media (max-width: 1280px) {
  .row-two {
    gap: 0px 60px;
    padding: 80px;
  }
}
@media (max-width: 992px) {
  .row-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding: 24px;
  }
}

blockquote {
  font-family: "Aspekta";
  font-size: 34px;
  line-height: 44.2px;
  font-weight: 700;
  color: #1D252E;
  position: relative;
}
blockquote::before {
  content: "";
  background-image: url(../images/qote-icon.svg);
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-size: 48px;
  position: relative;
}
@media (max-width: 1280px) {
  blockquote {
    font-size: 22px;
    line-height: 28.6px;
  }
}
@media (max-width: 375px) {
  blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
blockquote .authorename {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
  color: #1D252E;
  margin-top: 20px;
}
blockquote .authorepos {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 250;
  color: #1D252E;
}

.our-history-section {
  overflow: hidden;
}

.timeline {
  position: relative;
  max-width: 100%;
  display: flex;
  gap: 0;
}
@media (max-width: 1024px) {
  .timeline {
    flex-wrap: wrap;
  }
}
.timeline:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E0DED5;
  position: absolute;
  right: 0;
  left: 0;
  top: 58px;
}
@media (max-width: 1024px) {
  .timeline:before {
    display: none;
  }
}
.timeline:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #E0DED5;
  position: absolute;
  top: 58px;
  left: 100%;
  right: -100vw;
}
@media (max-width: 1024px) {
  .timeline:after {
    display: none;
  }
}
.timeline .timeline-item {
  width: auto;
  flex: auto;
  position: relative;
  cursor: pointer;
  border-left: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  margin-left: 0px;
}
@media (max-width: 1024px) {
  .timeline .timeline-item {
    flex: auto;
    width: 100%;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .timeline .timeline-item:before {
    content: "";
    width: 15px;
    height: 100%;
    border-left: 1px solid #E0DED5;
    transition: all 0.4s ease-in-out;
    min-height: 300px;
    position: absolute;
    left: 5px;
    min-height: auto;
    top: 20px;
  }
  .timeline .timeline-item:last-child:before {
    border-left: 1px solid transparent;
  }
}
.timeline .timeline-item.active {
  margin-left: 15px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .timeline .timeline-item.active {
    margin-left: 0px;
  }
}
.timeline .timeline-item.active:before {
  content: "";
  width: 15px;
  height: 100%;
  border-left: 1px solid #FC7B01;
  transition: all 0.4s ease-in-out;
  min-height: 300px;
  position: absolute;
  left: -15px;
}
@media (max-width: 1024px) {
  .timeline .timeline-item.active:before {
    left: 5px;
    min-height: auto;
    height: 100%;
    top: 16px;
  }
}
.timeline .timeline-item.active .title-text {
  color: #FC7B01;
  transition: all 0.4s ease-in-out;
}
.timeline .timeline-item.active .heading .toggle-btn-mob {
  display: none;
}
@media (max-width: 1024px) {
  .timeline .timeline-item.active .heading .toggle-btn-mob {
    display: flex;
  }
}
.timeline .timeline-item.active .heading .toggle-btn-mob:before {
  background-image: url(../images/Minus-orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.timeline .timeline-item .heading {
  position: relative;
}
.timeline .timeline-item .heading .toggle-btn-mob {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .timeline .timeline-item .heading .toggle-btn-mob {
    width: 24px;
    height: 24px;
    display: flex;
  }
}
.timeline .timeline-item .heading .toggle-btn-mob:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  background-image: url(../images/plus-icon-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .timeline .timeline-item .heading .toggle-btn-mob:before {
    width: 16px;
    height: 16px;
  }
}
.timeline .timeline-item .heading .toggle-btn-mob:hover {
  border: 1px solid #FC7B01;
  background-color: #ffecdb;
}
.timeline .timeline-item .heading .toggle-btn-mob:hover:before {
  background-image: url(../images/Minus-orange.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #FC7B01;
  top: 50px;
  left: 0;
  border-radius: 50px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .timeline-item::after {
    width: 12px;
    height: 12px;
    top: 16px;
  }
}

.timeline-content {
  position: absolute;
  top: 85px;
}
@media (max-width: 1024px) {
  .timeline-content {
    position: relative;
    top: 0px;
    padding-top: 10px;
  }
}/*# sourceMappingURL=custom-style.css.map */