#module-bwahabitat-about .page-header {
  display               : grid;
  grid-template-columns : 1fr;
}

#module-bwahabitat-about .page-header > * {
  grid-area : 1/1
}

#module-bwahabitat-about .page-header img {
  object-fit : cover;
  height     : 410px;
  width      : 100%;
}

#module-bwahabitat-about .page-header h1 {
  background      : transparent;
  display         : flex;
  align-items     : center;
  justify-content : center;
  color           : white;
  text-align      : center;
  font-size       : 60px;
  font-style      : normal;
  font-weight     : 700;
  line-height     : 1.1;
  padding         : 20px;
}

/********************************
  First Part
 ********************************/

.habitat-about-company {
  padding : 105px 0;
}

.habitat-about-company-wrapper {
  display : flex;
  gap     : 70px;
}

.habitat-about-company-title .subtitle, .habitat-numbers-header .subtitle, .habitat-zones-content .subtitle {
  font-size               : 14px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
  letter-spacing          : 0.14px;
  text-transform          : uppercase;
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
  margin                  : 0;
  min-width               : 420px;
}

.habitat-about-company-title .title {
  color       : var(--color-primary);
  font-size   : 45px;
  font-style  : normal;
  font-weight : 700;
  line-height : 50px;
  margin      : 0;
}

.habitat-about-company-content {
  color          : var(--color-primary);
  font-size      : 15px;
  font-style     : normal;
  font-weight    : 500;
  line-height    : 180%;
  display        : flex;
  flex-direction : column;
  gap            : 20px;
}

.habitat-about-company-content > * {
  opacity   : 0;
  transform : translateY(20px);
}

.habitat-about-company-mission {
  border-radius  : 16px;
  background     : #F3F7FA;
  display        : flex;
  padding        : 60px 40px;
  flex-direction : column;
  align-items    : center;
  opacity        : 0;
  transform      : translateY(30px);
}

.mission-subtitle {
  color          : rgba(44, 50, 72, 0.70);
  text-align     : center;
  font-size      : 13px;
  font-style     : normal;
  font-weight    : 700;
  line-height    : normal;
  text-transform : uppercase;
}

.mission-text {
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
  font-size               : 22px;
  font-style              : normal;
  line-height             : normal;
  text-align              : center;
}

.habitat-company-list {
  margin          : 3px 0 1.5rem 30px;
  padding         : 0;
  list-style-type : disc;
}

.habitat-company-list li {
  margin-bottom : 0.5rem;
  font-size     : 1rem;
}


/********************************
  Part overview selection Section
 ********************************/

.habitat-about-overview-section {
  background : rgba(0, 0, 0, 0.05);
  color      : var(--color-white-default);
  padding    : 75px 0;
}

.habitat-about-overview-title-section-title, .habitat-numbers-header .title, .habitat-zones-content .title {
  color       : var(--color-primary);
  text-align  : center;
  margin      : 0;
  font-size   : 45px;
  font-style  : normal;
  font-weight : 700;
  line-height : 50px;
}

.habitat-service-section {
  padding-top : 55px;
  position    : relative;
}

.habitat-service-section_svg {
  position : absolute;
  top      : -30px;
  left     : -100px;
}

.habitat-service-link {
  display         : flex;
  flex-direction  : column;
  height          : 100%;
  justify-content : space-between;
  gap             : 15px;
}

.habitat-service-header {
  display     : flex;
  align-items : center;
  gap         : 5px;
  height      : 100%;
}

.habitat-service-header .habitat-service-title:after {
  content          : '';
  position         : absolute;
  width            : calc(100% + 15px);
  left             : -15px;
  height           : 1px;
  background-color : var(--color-pro);
  bottom           : -5px;
  transform-origin : left;
  transform        : scaleX(0);
  transition       : transform 0.25s ease-in, width .25s ease-in, left .25s ease-in;
}

.habitat-service-section_slide:hover .habitat-service-header .habitat-service-title:after {
  transform        : scaleX(1);
  width            : calc(100%);
  left             : 0;
  transition-delay : .35s;
}

.habitat-service-title {
  color         : var(--color-primary);
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  position      : relative;
  margin-top    : 0;
  margin-bottom : 6px;
}

.habitat-service-section_slide .habitat-service-header_svg {
  transform : rotate(45deg);
}

.habitat-service-section_slide .habitat-service-header_svg line {
  stroke-dasharray  : 9 0;
  stroke-dashoffset : 0;
  transition        : stroke-dashoffset .35s ease-out, stroke-dasharray .35s ease-out;
  transition-delay  : .35s;
}

.habitat-service-section_slide:hover .habitat-service-header_svg line {
  stroke-dashoffset : 20;
  stroke-dasharray  : 18 25;
  transition-delay  : 0s;
}

.habitat-service-section_slide .habitat-service-header_svg path {
  stroke-dasharray  : 15 15;
  stroke-dashoffset : -14;
  transition        : stroke-dasharray .25s ease-out;
  transition-delay  : .3s;
}

.habitat-service-section_slide:hover .habitat-service-header_svg path {
  stroke-dasharray : 0 15;
  transition-delay : .1s;
}

.habitat-service-section .media-container {
  overflow      : hidden;
  border-radius : 10px;
  width         : fit-content;
}

.habitat-service-link:hover {
  color : var(--color-white-default);
}

.habitat-service-link:hover .default-media {
  transform : scale(1.05);
}

.habitat-service-header_svg {
  color : var(--color-pro);
}

.habitat-service-header_svg, .habitat-service-section .default-media {
  transition : all 0.3s ease-in-out;
}

/********************************
  Part Habitat Numbers
 ********************************/

.habitat-numbers {
  padding : 140px 0;
}

.habitat-numbers-header {
  display        : flex;
  flex-direction : column;
  align-items    : center;
}

.habitat-numbers-header .subtitle {
  min-width : initial;
}

.habitat-numbers-grid {
  display         : flex;
  align-items     : flex-start;
  gap             : 30px;
  justify-content : space-between;
  margin-top      : 50px;
}

.habitat-number-item {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  gap            : 20px;
  max-width      : 180px;
}

.habitat-number-item .circle {
  width           : 180px;
  height          : 180px;
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
  border-radius   : 50%;
  position        : relative;
  opacity         : 0;
  transform       : scale(0);
  background      : #fff;
}

.habitat-number-item .circle svg {
  position : absolute;
  inset    : 0;
  width    : 100%;
  height   : 100%;
}

.habitat-number-item .circle svg circle {
  fill              : none;
  stroke            : url(#circleGradient);
  stroke-width      : 10;
  stroke-dasharray  : 534;
  stroke-dashoffset : 534;
  transform         : rotate(-90deg);
  transform-origin  : center;
  transition        : stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.habitat-number-item .circle.loading svg circle {
  stroke-dashoffset : 0;
}

.habitat-number-item .number {
  color       : #89BE42;
  font-size   : 42px;
  font-style  : normal;
  font-weight : 300;
  line-height : 42px;
}

.habitat-number-item small {
  color       : #89BE42;
  font-size   : 18px;
  font-style  : normal;
  font-weight : 300;
  line-height : normal;
}

.habitat-number-item .habitat-number-item_text {
  color       : var(--color-primary);
  text-align  : center;
  font-size   : 17px;
  font-style  : normal;
  font-weight : 700;
  line-height : normal;
}

/********************************
  Part Habitat Zones
 ********************************/

.habitat-zones {
  background : linear-gradient(265deg, #00A4BC -117.43%, #2B3952 62.17%);
  padding    : 100px 0;
}

.habitat-zones-content {
  width : 100%;
}

.habitat-zones-wrapper {
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 70px;
}

.habitat-zones-wrapper > img,
.habitat-zones-wrapper > picture {
  opacity   : 0;
  transform : translateX(-50px);
}

.habitat-zones-content .title {
  color         : var(--color-white-default);
  text-align    : initial;
  margin-bottom : 35px;
}

.habitat-zones-text {
  color       : var(--color-white-default);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
  opacity     : 0.7;
  max-width   : 500px;
}

.habitat-zones-list li {
  color       : var(--color-white-default);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 800;
  line-height : 29px;
  display     : flex;
  align-items : baseline;
  opacity     : 0;
  transform   : translateX(-20px);
}

.habitat-zones-list .bullet {
  margin-right : 10px;
}

.habitat-zones-list li small {
  font-size   : 11px;
  font-style  : normal;
  font-weight : 600;
  line-height : 29px;
  margin-left : 5px;
}

.habitat-zones-address {
  display         : inline-flex;
  min-height      : 72px;
  padding         : 10px 30px;
  justify-content : space-between;
  align-items     : center;
  border-radius   : 100px;
  background      : var(--color-white-default);
  margin-top      : 35px;
  gap             : 12px;
  opacity         : 0;
  transform       : translateY(30px);
}

.habitat-zones-address-text {
  display        : flex;
  flex-direction : column;
  color          : #89BE42;
  font-size      : 15px;
  font-style     : normal;
  font-weight    : 800;
  line-height    : normal;
}

.habitat-zones-address-text span {
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
}
