/* compiled by scssphp v0.0.12 on Tue, 12 May 2026 02:41:49 +0000 (0.1098s) */

::selection {
  background: #0c474d;
  color: #fff; }

::-moz-selection {
  background: #0c474d;
  color: #fff; }

html {
  font-size: 100%; }

html, body {
  height: 100%; }

.btn-fontana-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0c474d;
  --bs-btn-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0c474d;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0c474d;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0c474d;
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, #0c474d 0%, #036c48 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  height: 62px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
  border: 3px solid rgba(255, 255, 255, 0.2); }
  .btn-fontana-green:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(to bottom, #0f5a60 0%, #049b64 100%); }
  .btn-fontana-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
    transition: left 0s; }
  .btn-fontana-green:hover::before {
    animation: shine 0.5s ease-in-out 1; }
  .btn-fontana-green:hover {
    transform: translateY(-2px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2); }

.btn-fontana-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fca200;
  --bs-btn-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fca200;
  --bs-btn-hover-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fca200;
  --bs-btn-active-border-color: rgba(255, 255, 255, 0.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fca200;
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, #d68900 0%, #fca200 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  height: 62px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -moz-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3); }
  .btn-fontana-orange:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(to bottom, #ce6700 0%, #efab00 100%); }
  .btn-fontana-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
    transition: left 0s; }
  .btn-fontana-orange:hover::before {
    animation: shine 0.5s ease-in-out 1; }
  .btn-fontana-orange:hover {
    transform: translateY(-2px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.2); }

.btn.btn-simple-green {
  background-color: #0c474d;
  height: 48px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .btn.btn-simple-green:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #0f828f;
    transform: translateY(-2px); }

.btn.btnWithIcon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn.btnWithIcon i {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    height: 100%; }
    .btn.btnWithIcon i::after {
      position: absolute;
      content: '';
      height: 20px;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      top: 50%;
      right: 0px;
      margin-top: -10px; }

body {
  font-family: 'Roboto', sans-serif;
  padding-top: 125px; }
  body .nav-overcontainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08); }
  body ul {
    margin: 0; }
  body .alert p {
    margin: 0; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Newsreader", serif; }
  body.subsite .reviews {
    border-top: 1px solid rgba(0, 0, 0, 0.06); }
  body header .video-content {
    height: calc(100vh - 125px);
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    body header .video-content::before {
      position: absolute;
      content: '';
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: -2; }
    body header .video-content #background-video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -3; }
    body header .video-content .welle {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      z-index: -1;
      background-image: url(/images/welle.svg);
      background-position: bottom center;
      background-size: contain;
      background-repeat: no-repeat; }
    body header .video-content .content-wrapper .content {
      color: #fff;
      width: 66.66667%; }
      body header .video-content .content-wrapper .content h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 1.875rem;
        font-weight: 600;
        position: relative;
        margin-bottom: 70px; }
        body header .video-content .content-wrapper .content h1::before {
          content: '';
          height: 1px;
          width: 60px;
          background-color: #fff;
          position: absolute;
          top: 15px;
          left: -95px; }
      body header .video-content .content-wrapper .content h2 {
        font-size: 3.5rem;
        font-weight: 400;
        margin-bottom: 70px; }
      body header .video-content .content-wrapper .content .button-wrapper {
        display: flex;
        flex-wrap: wrap; }
        body header .video-content .content-wrapper .content .button-wrapper a {
          font-size: 1.25rem;
          text-transform: uppercase; }
          body header .video-content .content-wrapper .content .button-wrapper a:first-child {
            margin-right: 35px; }
    body header .container {
      padding: 0;
      position: relative; }
    body header .container .nav-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 125px; }
      body header .container .nav-wrapper .main-nav {
        display: flex;
        align-items: center; }
      body header .container .nav-wrapper .main-nav nav {
        padding-right: 50px; }
        body header .container .nav-wrapper .main-nav nav ul {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center; }
          body header .container .nav-wrapper .main-nav nav ul li {
            list-style: none;
            font-size: 1rem;
            padding: 0 20px; }
            body header .container .nav-wrapper .main-nav nav ul li a {
              color: #333;
              font-weight: 600;
              text-decoration: none; }
              body header .container .nav-wrapper .main-nav nav ul li a:not(.btn) {
                position: relative; }
                body header .container .nav-wrapper .main-nav nav ul li a:not(.btn)::after {
                  content: "";
                  width: 0;
                  height: 2px;
                  position: absolute;
                  left: 0px;
                  bottom: -4px;
                  background-color: #333;
                  display: block;
                  -webkit-transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  transition: all 0.5s; }
                body header .container .nav-wrapper .main-nav nav ul li a:not(.btn):hover {
                  text-decoration: none;
                  color: #333;
                  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
                  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
                  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
                  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
                  body header .container .nav-wrapper .main-nav nav ul li a:not(.btn):hover::after {
                    width: 100%; }
            body header .container .nav-wrapper .main-nav nav ul li.active a {
              color: #0c474d; }
              body header .container .nav-wrapper .main-nav nav ul li.active a::after {
                content: "";
                width: 100%;
                height: 2px;
                position: absolute;
                left: 0px;
                bottom: -4px;
                background-color: #0c474d;
                display: block;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s; }

#mainNavigationButton {
  position: fixed;
  top: 17px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 1001;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #0c474d; }

#nav-mhweb-hamburger {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px 0px 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  /* X-Large Devices, Wide Screens */ }
  #nav-mhweb-hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
  #nav-mhweb-hamburger.open span {
    margin-left: 3px;
    margin-top: -4px; }
  #nav-mhweb-hamburger span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0; }
    #nav-mhweb-hamburger span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    #nav-mhweb-hamburger span:nth-child(1), #nav-mhweb-hamburger span:nth-child(2) {
      top: 0px; }
    #nav-mhweb-hamburger span:nth-child(3), #nav-mhweb-hamburger span:nth-child(4) {
      top: 10px; }
    #nav-mhweb-hamburger span:nth-child(5), #nav-mhweb-hamburger span:nth-child(6) {
      top: 20px; }
  #nav-mhweb-hamburger.open span:nth-child(1), #nav-mhweb-hamburger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    #nav-mhweb-hamburger.open span:nth-child(2), #nav-mhweb-hamburger.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-mhweb-hamburger.open span:nth-child(1) {
      left: 0px;
      top: 9px; }
    #nav-mhweb-hamburger.open span:nth-child(2) {
      left: calc(50% - 5px);
      top: 9px; }
    #nav-mhweb-hamburger.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    #nav-mhweb-hamburger.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    #nav-mhweb-hamburger.open span:nth-child(5) {
      left: 0px;
      top: 19px; }
    #nav-mhweb-hamburger.open span:nth-child(6) {
      left: calc(50% - 5px);
      top: 19px; }

@media only screen and (max-width: 1400px) {
  /* Large Devices, Wide Screens */
    body header .container .nav-wrapper .main-nav nav ul li {
      padding: 0 10px; } }

@media only screen and (max-width: 1200px) {
  /* Medium Devices, Desktops */
    body header .container .nav-wrapper .logo img {
      width: 200px;
      height: auto; } }

@media only screen and (max-width: 992px) {
  /* Small Devices, Tablets */
    body {
      padding-top: 82px; }
    #mainNavigationButton {
      display: flex; }
    body header .container {
      position: static;
      padding-left: 15px;
      padding-right: 15px; }
      body header .container .nav-wrapper {
        height: 82px; }
        body header .container .nav-wrapper .main-nav {
          position: absolute;
          top: 0px;
          left: -100%;
          width: calc(100% - 70px);
          background-color: #0c474d;
          background: linear-gradient(135deg, #0c474d 0%, #036c48 100%);
          min-height: 100vh;
          height: auto;
          z-index: 50;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          padding-left: 35px;
          padding-right: 35px;
          padding-top: 55px;
          -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
          body header .container .nav-wrapper .main-nav nav {
            width: 100%;
            padding: 0;
            margin-bottom: 25px; }
            body header .container .nav-wrapper .main-nav nav ul {
              padding: 0;
              width: 100%;
              flex-direction: column;
              align-items: flex-start; }
              body header .container .nav-wrapper .main-nav nav ul li {
                width: 100%;
                padding: 0; }
                body header .container .nav-wrapper .main-nav nav ul li a {
                  height: 55px;
                  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                  width: 100%;
                  color: #fff !important;
                  color: #fff;
                  text-decoration: none;
                  overflow: hidden;
                  position: relative;
                  display: inline-block;
                  background: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
                  background-clip: text;
                  -webkit-background-clip: text;
                  -webkit-text-fill-color: transparent;
                  background-size: 200% 100%;
                  background-position: 100%;
                  transition: background-position 275ms ease;
                  padding: 0;
                  display: flex;
                  align-items: center; }
                  body header .container .nav-wrapper .main-nav nav ul li a:hover {
                    background-position: 0 100%; }
                body header .container .nav-wrapper .main-nav nav ul li.active a {
                  color: #fca200 !important;
                  background-color: rgba(255, 255, 255, 0.1);
                  padding-left: 15px; }
                  body header .container .nav-wrapper .main-nav nav ul li.active a::after {
                    display: none; }
          body header .container .nav-wrapper .main-nav.open {
            -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
            left: 0; }
          body header .container .nav-wrapper .main-nav .btn-simple-green {
            text-align: left;
            justify-content: flex-start;
            width: 100%;
            background-color: #fca200;
            color: #fff; }
            body header .container .nav-wrapper .main-nav .btn-simple-green span {
              display: none; }
            body header .container .nav-wrapper .main-nav .btn-simple-green:hover {
              background-color: #e89100; }
    body header .container {
      height: 100%; }
    body header .video-content {
      min-height: calc(100vh - 82px);
      width: 100%;
      overflow: hidden; }
      body header .video-content .content-wrapper {
        height: 100%; }
        body header .video-content .content-wrapper .content {
          width: 100%;
          height: 100%;
          text-align: center;
          display: flex;
          flex-direction: column;
          justify-content: space-around;
          padding-bottom: 55px; }
          body header .video-content .content-wrapper .content h1 {
            font-size: 1.125rem;
            padding: 0 15px 35px 15px;
            margin-bottom: 35px; }
            body header .video-content .content-wrapper .content h1::before {
              left: 50%;
              top: auto;
              bottom: 0;
              margin-left: -30px;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$trAbsolute)";
              filter: alpha(opacity=50);
              -moz-opacity: 0.5;
              -khtml-opacity: 0.5;
              opacity: 0.5; }
          body header .video-content .content-wrapper .content h2 {
            font-size: 1.625rem; }
          body header .video-content .content-wrapper .content .button-wrapper {
            padding: 0 25px; }
            body header .video-content .content-wrapper .content .button-wrapper a.btn {
              width: 100%;
              font-size: 1.125rem;
              height: 48px;
              border: none; }
              body header .video-content .content-wrapper .content .button-wrapper a.btn i {
                display: none; }
              body header .video-content .content-wrapper .content .button-wrapper a.btn:first-child {
                margin-bottom: 10px;
                margin-right: 0; } }

@media only screen and (max-width: 768px) {
  /* Extra Small Devices, Phones */ }

@media only screen and (max-width: 575px) {
  /* Extra Small Devices, Phones */ }

@media only screen and (max-width: 480px) {
  /* Custom, iPhone Retina */
    body header .video-content .content-wrapper .content .button-wrapper {
      padding: 0; }
      body header .video-content .content-wrapper .content .button-wrapper a.btn {
        font-size: 1rem; } }

.label-section {
  padding: 10px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1); }
  .label-section .label-wrapper {
    width: 100%;
    overflow: hidden; }
  .label-section .label-swiper {
    width: 100%; }
    .label-section .label-swiper .swiper-wrapper {
      transition-timing-function: linear; }
    .label-section .label-swiper .swiper-slide {
      width: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 30px; }
    .label-section .label-swiper .swiper-slide img {
      max-height: 160px;
      width: auto;
      filter: grayscale(100%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .label-section .label-swiper .swiper-slide img:hover {
        filter: grayscale(0%);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

@media only screen and (max-width: 992px) {
  .label-section {
    padding: 10px 0; }
    .label-section .label-swiper .swiper-slide {
      padding: 0 20px; }
      .label-section .label-swiper .swiper-slide img {
        max-height: 60px; } }

@media only screen and (max-width: 575px) {
  .label-section {
    padding: 30px 0; }
    .label-section .label-swiper .swiper-slide {
      padding: 0 15px; }
      .label-section .label-swiper .swiper-slide img {
        max-height: 50px; } }

.section-intro {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .section-intro .image-bg {
    position: absolute;
    width: 650px;
    height: 650px;
    top: 50px;
    left: 5%;
    background-color: #0c474d;
    border-radius: 50%;
    z-index: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$trAbsolute)";
    filter: alpha(opacity=3);
    -moz-opacity: 0.03;
    -khtml-opacity: 0.03;
    opacity: 0.03; }
  .section-intro .intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px; }
  .section-intro .intro-content {
    flex: 5; }
    .section-intro .intro-content h2 {
      font-size: 3rem;
      font-weight: 400;
      color: #0c474d;
      margin-bottom: 25px;
      line-height: 1.3;
      position: relative; }
    .section-intro .intro-content h2::before {
      content: '';
      height: 1px;
      width: 60px;
      background-color: #0c474d;
      position: absolute;
      top: 25px;
      left: -85px; }
      @media only screen and (max-width: 992px) {
    .section-intro .intro-content h2::before {
      top: auto;
      bottom: 0px;
      left: 0;
      margin-left: 0; } }
    @media only screen and (max-width: 992px) {
    .section-intro .intro-content h2 {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
    .section-intro .intro-content p {
      font-size: 1.5rem;
      line-height: 2.25rem;
      color: #333;
      margin-bottom: 30px; }
    .section-intro .intro-content p strong {
      color: #0c474d; }
    .section-intro .intro-content .button-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-top: 50px; }
    .section-intro .intro-content .button-wrapper a.btn {
      font-size: 1.5rem; }
    .section-intro .intro-content .intro-list {
      list-style: none;
      padding: 0;
      margin-bottom: 35px; }
    .section-intro .intro-content .intro-list li {
      display: flex;
      align-items: center;
      font-size: 1.5rem;
      color: #333;
      margin-bottom: 12px;
      font-weight: bold; }
      .section-intro .intro-content .intro-list li i {
        color: #0c474d;
        margin-right: 20px;
        font-size: 3rem; }
    .section-intro .intro-content .btn-fontana-green {
      text-transform: uppercase; }
  .section-intro .intro-image {
    flex: 3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-intro .intro-image img {
      position: relative;
      z-index: 1;
      max-width: 100%;
      max-height: 400px;
      object-fit: contain; }

@media only screen and (max-width: 992px) {
  /*
@media only screen and (max-width : 575px) {
    .section-intro {
        padding: 40px 0;

        .intro-content {
            h2 {
                font-size: 1.5rem;
            }

            p {
                font-size: 0.9375rem;
            }

            .intro-list li {
                font-size: 0.9375rem;
            }
        }

        .intro-image {
            .image-bg {
                width: 250px;
                height: 250px;
            }

            img {
                max-height: 250px;
            }
        }
    }
}
    */
    .section-intro {
      padding: 30px 10px; }
      .section-intro .intro-wrapper {
        flex-direction: column;
        gap: 40px; }
      .section-intro .intro-content {
        max-width: 100%; }
        .section-intro .intro-content h2 {
          font-size: 1.5rem; }
        .section-intro .intro-content p {
          font-size: 1rem;
          line-height: 1.5rem; }
        .section-intro .intro-content .intro-list li {
          justify-content: flex-start;
          font-size: 1rem; }
          .section-intro .intro-content .intro-list li i {
            font-size: 2rem; }
        .section-intro .intro-content .button-wrapper a.btn {
          width: 100%;
          font-size: 1.125rem;
          height: 48px; }
      .section-intro .intro-image {
        padding-top: 35px; }
        .section-intro .intro-image .image-bg {
          width: 300px;
          height: 300px; }
        .section-intro .intro-image img {
          max-height: 300px; } }

.green-box {
  background-color: #036c48;
  background: linear-gradient(135deg, #0c474d 0%, #036c48 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center; }
  .green-box .container {
    position: relative;
    z-index: 1; }
  .green-box .steps-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start; }
  .green-box .step {
    flex: 1;
    text-align: center;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 670px; }
    .green-box .step .step-top {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
    .green-box .step .step-number {
      font-size: 3rem;
      font-weight: bold;
      color: #333;
      margin-bottom: 20px;
      height: 75px;
      width: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .green-box .step .step-icon {
      width: 335px;
      height: 335px;
      margin: 0 auto 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: relative; }
    .green-box .step .step-icon img {
      max-width: 65%;
      max-height: 65%;
      object-fit: contain; }
      .green-box .step .step-icon img.icon {
        position: absolute;
        width: 165px;
        height: auto;
        bottom: -85px; }
    .green-box .step h3 {
      font-size: 1.875rem;
      font-weight: 400;
      margin-bottom: 15px;
      color: #fff; }
    .green-box .step p {
      font-size: 1.125rem;
      line-height: 1.6;
      color: rgba(255, 255, 255, 0.8); }
  .green-box .green-box-cta {
    text-align: center;
    padding-top: 40px; }
    .green-box .green-box-cta p {
      font-size: 1.875rem;
      color: #fff;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto; }
    .green-box .green-box-cta .button-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
    .green-box .green-box-cta .btn-fontana-orange {
      text-transform: uppercase;
      font-size: 1.5rem;
      padding: 15px 40px; }

@media only screen and (max-width: 1200px) {
  .green-box .step .step-icon {
    width: 250px;
    height: 250px; } }

@media only screen and (max-width: 992px) {
  .green-box {
    padding: 50px 10px; }
    .green-box .steps-wrapper {
      flex-direction: column;
      gap: 0px;
      margin-bottom: 0; }
    .green-box .step {
      min-height: auto;
      margin-bottom: 135px; }
      .green-box .step h3 {
        font-size: 1.5rem; }
      .green-box .step p {
        font-size: 1rem;
        margin-bottom: 25px; }
      .green-box .step:last-child {
        margin-bottom: 15px; }
    .green-box .green-box-cta p {
      font-size: 1.125rem; }
      .green-box .green-box-cta .btn-fontana-orange {
        width: 100%;
        font-size: 1.125rem;
        height: 48px;
        padding: 10px; } }

.compare {
  padding: 80px 0;
  background-color: #f0f5f5; }
  .compare .compare-header {
    text-align: center;
    margin-bottom: 50px; }
    .compare .compare-header h2 {
      font-size: 3rem;
      font-weight: 400;
      color: #0c474d;
      margin-bottom: 25px; }
    .compare .compare-header p {
      font-size: 1.125rem;
      line-height: 2.25rem;
      color: #555;
      max-width: 900px;
      margin: 55px auto 75px auto; }
  .compare .scroll-hint {
    text-align: center;
    margin-bottom: 15px;
    color: #0c474d;
    font-size: 0.9375rem; }
    .compare .scroll-hint i {
      margin-right: 8px; }
  .compare .table-wrapper {
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    -moz-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.09); }
  .compare .compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f4f8f6;
    margin: 0;
    overflow: hidden; }
    .compare .compare-table thead tr {
      border-bottom: none; }
      .compare .compare-table thead tr th {
        padding: 25px 20px;
        font-weight: 600;
        vertical-align: middle;
        border-bottom: none; }
      .compare .compare-table thead tr th.feature-col {
        background-color: #e6eeeb;
        color: #fff;
        width: 25%; }
      .compare .compare-table thead tr th.fontana-col {
        background-color: #f4f8f6;
        text-align: center;
        width: 37.5%; }
        .compare .compare-table thead tr th.fontana-col img {
          max-width: 180px;
          height: auto; }
      .compare .compare-table thead tr th.competitor-col {
        background-color: #f8f9fa;
        color: #666;
        text-align: center;
        font-size: 1.5rem;
        width: 37.5%; }
    .compare .compare-table tbody tr:hover {
      background-color: #f5f9f9; }
      .compare .compare-table tbody tr td {
        padding: 8px 20px;
        vertical-align: middle;
        border-bottom: 1px solid #e9ecef;
        font-size: 1.125rem;
        line-height: 1.5; }
      .compare .compare-table tbody tr td.feature-col {
        background-color: #e6eeeb;
        font-weight: 600;
        color: #0c474d;
        min-height: 90px; }
      .compare .compare-table tbody tr td.fontana-col {
        color: #333;
        border-right: 1px solid #e9ecef;
        background-color: #f4f8f6;
        position: relative;
        padding-left: 65px; }
        .compare .compare-table tbody tr td.fontana-col .td-inner {
          min-height: 65px;
          display: flex;
          align-items: center; }
        .compare .compare-table tbody tr td.fontana-col i.fa-check {
          color: #28a745;
          margin-right: 10px;
          font-size: 1rem; }
        .compare .compare-table tbody tr td.fontana-col i.wo-check-icon {
          position: absolute;
          top: 50%;
          margin-top: -14px;
          left: 12px;
          height: 28px;
          width: 40px;
          display: block;
          background-image: url(/images/check-icon.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
      .compare .compare-table tbody tr td.competitor-col {
        color: #666;
        background-color: #f4f8f6;
        position: relative;
        padding-left: 55px; }
        .compare .compare-table tbody tr td.competitor-col i.fa-xmark {
          position: absolute;
          top: 0;
          left: 8px;
          height: 100%;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #9d0000;
          margin-right: 10px;
          font-size: 2.2rem; }
      .compare .compare-table tbody tr:last-child td {
        border-bottom: none; }

@media only screen and (max-width: 992px) {
  .compare {
    padding: 50px 0; }
    .compare .compare-header {
      margin-bottom: 30px; }
      .compare .compare-header h2 {
        font-size: 1.5rem; }
      .compare .compare-header p {
        margin: 0;
        font-size: 1rem;
        line-height: normal; }
    .compare .scroll-hint {
      display: block !important; }
    .compare .compare-table {
      min-width: 800px; }
      .compare .compare-table thead tr th {
        padding: 15px 12px; }
        .compare .compare-table thead tr th.fontana-col img {
          max-width: 140px; }
        .compare .compare-table thead tr th.competitor-col {
          font-size: 1rem; }
      .compare .compare-table tbody tr td {
        padding: 12px;
        font-size: 0.875rem; }
      .compare .compare-table tbody tr td.feature-col {
        font-size: 1rem; }
        .compare .compare-table tbody tr td.fontana-col {
          padding-left: 45px; }
          .compare .compare-table tbody tr td.fontana-col i.wo-check-icon {
            width: 20px;
            height: 16px;
            margin-top: -8px; }
        .compare .compare-table tbody tr td.competitor-col {
          padding-left: 45px; }
          .compare .compare-table tbody tr td.competitor-col i.fa-xmark {
            font-size: 1.2rem; } }

.reviews {
  padding: 80px 0;
  background-color: #fff; }
  .reviews .reviews-header {
    text-align: center;
    margin-bottom: 50px; }
    .reviews .reviews-header h2 {
      font-size: 3rem;
      font-weight: 400;
      color: #0c474d;
      margin-bottom: 25px;
      font-family: "Newsreader", serif; }
    .reviews .reviews-header p {
      font-size: 1.125rem;
      line-height: 1.7;
      color: #555;
      max-width: 900px;
      margin: 0 auto; }
  .reviews .reviews-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px; }
    .reviews .reviews-slider-wrapper .swiper-button-prev, .reviews .reviews-slider-wrapper .swiper-button-next {
      position: relative;
      width: 50px;
      height: 50px;
      background-color: #f8f8f8;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      flex-shrink: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .reviews .reviews-slider-wrapper .swiper-button-prev::after, .reviews .reviews-slider-wrapper .swiper-button-next::after {
      font-size: 1rem;
      color: #0c474d;
      font-weight: bold; }
    .reviews .reviews-slider-wrapper .swiper-button-prev:hover, .reviews .reviews-slider-wrapper .swiper-button-next:hover {
      background-color: #0c474d;
      border-color: #0c474d; }
      .reviews .reviews-slider-wrapper .swiper-button-prev:hover::after, .reviews .reviews-slider-wrapper .swiper-button-next:hover::after {
        color: #fff; }
    .reviews .reviews-slider-wrapper .reviews-swiper {
      flex: 1;
      overflow: hidden; }
  .reviews .review-card {
    background-color: #f4f8f6;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .reviews .review-card:hover {
      -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08); }
    .reviews .review-card .review-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px; }
    .reviews .review-card .review-header .review-avatar {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      flex-shrink: 0; }
      .reviews .review-card .review-header .review-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .reviews .review-card .review-header .review-avatar.initials {
        background-color: #0c474d;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        font-weight: bold; }
    .reviews .review-card .review-header .review-info h4 {
      font-size: 1.5rem;
      font-weight: 700;
      font-family: 'Roboto', sans-serif;
      color: #333;
      margin: 0; }
      .reviews .review-card .review-header .review-info p {
        font-size: 0.875rem;
        color: #888;
        margin: 0; }
      .reviews .review-card .review-header .review-info span {
        font-size: 0.875rem;
        color: #888; }
    .reviews .review-card .review-stars {
      margin-bottom: 15px; }
    .reviews .review-card .review-stars i {
      color: #fca200;
      font-size: 1rem;
      margin-right: 2px; }
    .reviews .review-card .review-text {
      flex: 1;
      margin-bottom: 15px;
      max-height: 52px;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out; }
    .reviews .review-card .review-text p {
      font-size: 1rem;
      line-height: 1.6;
      color: #555;
      margin: 0; }
    .reviews .review-card .review-text.expanded {
      max-height: 500px; }
    .reviews .review-card .review-more {
      color: rgba(0, 0, 0, 0.43);
      font-size: 0.9375rem;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .reviews .review-card .review-more:hover {
      color: #051e21;
      text-decoration: underline; }
  .reviews .reviews-cta {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .reviews .reviews-cta .btn-fontana-green {
      text-transform: uppercase;
      font-size: 1.5rem;
      padding: 15px 40px; }

@media only screen and (max-width: 992px) {
  .reviews {
    padding: 50px 0; }
    .reviews .reviews-header {
      margin-bottom: 30px;
      padding: 0 10px; }
      .reviews .reviews-header h2 {
        font-size: 1.5rem; }
      .reviews .reviews-header p {
        font-size: 1rem;
        line-height: normal; }
    .reviews .reviews-slider-wrapper {
      position: relative;
      padding-top: 10px; }
      .reviews .reviews-slider-wrapper .swiper-button-prev, .reviews .reviews-slider-wrapper .swiper-button-next {
        position: absolute;
        top: 15px; }
    .reviews .swiper-slide {
      padding-top: 50px; }
    .reviews .review-card {
      padding: 20px;
      text-align: center;
      overflow: visible; }
      .reviews .review-card .review-header {
        display: flex;
        flex-direction: column;
        margin-top: -44px; }
        .reviews .review-card .review-header .review-avatar {
          width: 50px;
          height: 50px; }
        .reviews .review-card .review-header .review-info h4 {
          font-size: 1rem; }
      .reviews .review-card .review-text p {
        font-size: 1rem; }
    .reviews .reviews-cta {
      margin-top: 30px;
      padding: 0 10px; }
      .reviews .reviews-cta .btn-fontana-green {
        width: 100%;
        font-size: 1.125rem; } }

.faq {
  padding: 80px 0;
  background-color: #f4f8f6; }
  .faq .faq-header {
    margin-bottom: 50px; }
    .faq .faq-header h2 {
      font-size: 3rem;
      font-weight: 400;
      color: #0c474d;
      margin-bottom: 25px;
      font-family: "Newsreader", serif;
      position: relative; }
    .faq .faq-header h2::before {
      content: '';
      height: 1px;
      width: 60px;
      background-color: #0c474d;
      position: absolute;
      top: 25px;
      left: -85px; }
      @media only screen and (max-width: 992px) {
    .faq .faq-header h2::before {
      top: auto;
      bottom: 0px;
      left: 0;
      margin-left: 0; } }
    @media only screen and (max-width: 992px) {
    .faq .faq-header h2 {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
    .faq .faq-header p {
      font-size: 1.125rem;
      line-height: 1.7;
      color: #555;
      max-width: 900px; }
  .faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .faq .faq-item {
    background-color: #fff;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px; }
    .faq .faq-item .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .faq .faq-item .faq-question span {
      font-size: 1.25rem;
      font-weight: 700;
      color: #0c474d;
      padding-right: 20px; }
    .faq .faq-item .faq-question i {
      color: #0c474d;
      font-size: 1rem;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      flex-shrink: 0; }
    .faq .faq-item .faq-question:hover span {
      color: #051e21; }
    .faq .faq-item .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out; }
    .faq .faq-item .faq-answer p {
      padding-top: 15px;
      font-size: 1rem;
      line-height: 1.7;
      color: #555;
      margin: 0; }
    .faq .faq-item.active .faq-question i {
      transform: rotate(180deg); }
    .faq .faq-item.active .faq-answer {
      max-height: 500px; }
  .faq .button-wrapper {
    padding-top: 60px;
    display: flex;
    justify-content: flex-start; }
    .faq .button-wrapper .btn {
      font-size: 1.5rem;
      text-transform: uppercase; }

@media only screen and (max-width: 992px) {
  .faq {
    padding: 50px 0; }
    .faq .faq-header {
      margin-bottom: 30px;
      padding: 0 10px; }
      .faq .faq-header h2 {
        font-size: 1.5rem; }
      .faq .faq-header p {
        font-size: 1rem;
        line-height: 1.5; }
    .faq .faq-list {
      padding: 0 10px; }
    .faq .faq-item .faq-question {
      padding: 15px 0; }
      .faq .faq-item .faq-question span {
        font-size: 1rem; }
      .faq .faq-item .faq-answer p {
        font-size: 0.9375rem; }
    .faq .button-wrapper {
      padding: 30px 15px 0 15px;
      width: 100%; }
      .faq .button-wrapper .btn {
        font-size: 1.125rem;
        min-height: 48px;
        width: 100%; } }

.green-box-bottom {
  background-color: #036c48;
  background: linear-gradient(135deg, #0c474d 0%, #036c48 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center; }
  .green-box-bottom .container {
    position: relative;
    z-index: 1; }
  .green-box-bottom .green-box-cta {
    text-align: center;
    padding-top: 40px; }
    .green-box-bottom .green-box-cta h2 {
      font-size: 3.75rem;
      color: #fff;
      font-weight: 400; }
    .green-box-bottom .green-box-cta p {
      font-size: 1.875rem;
      color: #fff;
      margin: 50px 0;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .green-box-bottom .green-box-cta .button-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
    .green-box-bottom .green-box-cta .btn-fontana-orange {
      text-transform: uppercase;
      font-size: 1.5rem;
      padding: 15px 40px; }

@media only screen and (max-width: 1200px) {
  .green-box-bottom .step .step-icon {
    width: 250px;
    height: 250px; } }

@media only screen and (max-width: 992px) {
  .green-box-bottom {
    padding: 50px 10px; }
    .green-box-bottom .green-box-cta h2 {
      font-size: 2.25rem; }
      .green-box-bottom .green-box-cta p {
        margin: 25px 0 50px 0;
        font-size: 1.125rem;
        width: 100%; }
      .green-box-bottom .green-box-cta .btn-fontana-orange {
        width: 100%;
        font-size: 1.125rem;
        height: 48px;
        padding: 10px; } }

footer {
  background-color: #f4f8f6;
  padding-top: 60px; }
  footer .footer-main {
    display: flex;
    justify-content: space-between;
    gap: 80px; }
  footer .footer-col.footer-about {
    flex: 0 0 35%;
    max-width: 35%; }
    footer .footer-col.footer-about .footer-logo {
      display: inline-block;
      margin-bottom: 20px; }
      footer .footer-col.footer-about .footer-logo img {
        height: 50px;
        width: auto; }
    footer .footer-col.footer-about p {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #333;
      margin-bottom: 25px; }
    footer .footer-col.footer-contact {
      flex: 0 0 35%;
      max-width: 35%; }
    footer .footer-col.footer-contact h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #0c474d;
      margin-bottom: 15px; }
    footer .footer-col.footer-contact address {
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.6;
      color: #333;
      margin-bottom: 15px; }
    footer .footer-col.footer-contact .footer-phone {
      font-size: 1rem;
      color: #333;
      margin-bottom: 25px; }
      footer .footer-col.footer-contact .footer-phone a {
        color: #333;
        text-decoration: none; }
      footer .footer-col.footer-contact .footer-phone a:hover {
        color: #0c474d; }
    footer .footer-col.footer-links {
      padding-top: 45px;
      flex: 0 0 25%;
      max-width: 25%; }
    footer .footer-col.footer-links a:hover {
      transform: translateX(-5px); }
  footer .footer-social {
    display: flex;
    gap: 10px; }
    footer .footer-social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border: 1px solid #0c474d;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      color: #0c474d;
      font-size: 1.25rem;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-decoration: none;
      -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
      background-color: #fff; }
    footer .footer-social a:hover {
      background-color: #0c474d;
      color: #fff; }
  footer .footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  footer .btn-footer-action {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 25px;
    border: 1px solid #0c474d;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: transparent;
    color: #0c474d;
    text-decoration: none;
    font-size: 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    footer .btn-footer-action:hover {
      background-color: #0c474d;
      color: #fff; }
    footer .btn-footer-action i {
      font-size: 1.5rem;
      display: flex;
      align-items: left;
      padding-right: 10px;
      margin-right: 0px;
      position: relative;
      height: 100%;
      width: 38px; }
    footer .btn-footer-action i::after {
      position: absolute;
      content: '';
      height: 20px;
      width: 1px;
      background-color: rgba(51, 51, 51, 0.29);
      top: 50%;
      right: 0px;
      margin-top: -10px; }
  footer .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    footer .footer-nav a {
      display: flex;
      align-items: center;
      gap: 25px;
      color: #333;
      text-decoration: none;
      font-size: 1rem;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    footer .footer-nav a::before {
      content: '';
      display: inline-block;
      width: 25px;
      height: 2px;
      background-color: #0c474d; }
    footer .footer-nav a:hover {
      color: #0c474d; }
  footer .footer-bottom {
    background-color: #e8efec;
    padding: 20px 0;
    margin-top: 60px; }
    footer .footer-bottom p {
      margin: 0;
      font-size: 0.9rem;
      color: #666; }

@media only screen and (max-width: 992px) {
  footer {
    padding-top: 40px; }
    footer .footer-main {
      flex-direction: column;
      gap: 40px; }
    footer .footer-col.footer-about, footer .footer-col.footer-contact, footer .footer-col.footer-links {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
      footer .footer-col.footer-about p {
        text-align: center;
        font-size: 1rem; }
      footer .footer-col.footer-contact h3 {
        margin-bottom: 10px; }
    footer .footer-social {
      justify-content: center; }
    footer .footer-buttons {
      align-items: center; }
      footer .footer-buttons .btn-footer-action {
        justify-content: flex-start;
        padding: 12px 20px;
        max-width: 320px;
        width: 100%; }
    footer .footer-nav {
      gap: 0;
      align-content: center;
      align-items: center; }
      footer .footer-nav a {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        border: 1px solid #ddd;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #0c474d;
        -webkit-border-radius: 8px;
        -khtml-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 10px;
        background-color: #fff;
        background-color: #fff;
        max-width: 320px; }
        footer .footer-nav a::before {
          display: none; }
        footer .footer-nav a:hover {
          background-color: #0c474d;
          color: #fff; }
    footer .footer-bottom {
      margin-top: 40px; }
      footer .footer-bottom p {
        text-align: center; } }

.subsite-wrapper {
  background-color: #fff;
  padding: 60px 0; }
  .subsite-wrapper.team {
    padding-bottom: 100px; }
  .subsite-wrapper.sitenotfound h1 {
    font-family: 'Roboto', sans-serif;
    color: #0c474d; }
  .subsite-wrapper h1, .subsite-wrapper h2, .subsite-wrapper h3, .subsite-wrapper h4, .subsite-wrapper h5, .subsite-wrapper h6 {
    margin-top: 55px;
    margin-bottom: 25px;
    color: #0c474d;
    font-weight: 700;
    font-family: 'Roboto', sans-serif; }
    .subsite-wrapper h1:first-child, .subsite-wrapper h2:first-child, .subsite-wrapper h3:first-child, .subsite-wrapper h4:first-child, .subsite-wrapper h5:first-child, .subsite-wrapper h6:first-child {
      margin-top: 0; }
  .subsite-wrapper p {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.7rem;
    max-width: 800px; }
  .subsite-wrapper ul {
    max-width: 800px;
    margin-bottom: 35px; }
    .subsite-wrapper ul li {
      font-size: 1.125rem;
      margin-bottom: 15px; }
  .subsite-wrapper a {
    color: #0c474d;
    text-decoration: none; }
    .subsite-wrapper a:not(.btn):not(.wobtn):not(.cboxElement) {
      position: relative;
      display: inline-block; }
    .subsite-wrapper a:not(.btn):not(.wobtn):not(.cboxElement)::before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      border-bottom: 1px dotted #0c474d;
      display: block; }
    .subsite-wrapper a:not(.btn):not(.wobtn):not(.cboxElement)::after {
      content: "";
      width: 0;
      height: 2px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      background-color: #0c474d;
      display: block;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .subsite-wrapper a:not(.btn):not(.wobtn):not(.cboxElement):hover {
      text-decoration: none;
      color: #0c474d;
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .subsite-wrapper a:not(.btn):not(.wobtn):not(.cboxElement):hover::after {
        width: 100%; }
  .subsite-wrapper .roboto {
    font-family: 'Roboto', sans-serif; }
  .subsite-wrapper .newsreader {
    font-family: "Newsreader", serif; }

@media only screen and (max-width: 992px) {
  .subsite-wrapper {
    padding: 30px 10px; }
    .subsite-wrapper p {
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.5rem; }
    .subsite-wrapper ul li {
      font-size: 1rem; } }

.contact-intro {
  margin-bottom: 40px; }
  .contact-intro .lead {
    font-size: 1.25rem;
    color: #555;
    max-width: 700px; }

.contact-form-wrapper {
  background-color: #f8f9fa;
  padding: 40px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-bottom: 40px; }
  .contact-form-wrapper h3 {
    margin-top: 0 !important;
    margin-bottom: 30px !important; }
  .contact-form-wrapper .form-floating {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .contact-form-wrapper .form-floating.focused .form-control, .contact-form-wrapper .form-floating.focused .form-select {
      border-color: #0c474d;
      box-shadow: 0 0 0 3px rgba(12, 71, 77, 0.15); }
    .contact-form-wrapper .form-floating.focused label {
      color: #0c474d; }
  .contact-form-wrapper .form-control, .contact-form-wrapper .form-select {
    border: 2px solid #ddd;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1rem;
    padding: 1rem 0.75rem; }
    .contact-form-wrapper .form-control:focus, .contact-form-wrapper .form-select:focus {
      border-color: #0c474d;
      box-shadow: 0 0 0 3px rgba(12, 71, 77, 0.15);
      outline: none; }
    .contact-form-wrapper .form-control:hover:not(:focus), .contact-form-wrapper .form-select:hover:not(:focus) {
      border-color: #c4c4c4; }
    .contact-form-wrapper .form-control.is-invalid, .contact-form-wrapper .form-select.is-invalid {
      border-color: #a00000;
      box-shadow: none; }
    .contact-form-wrapper .form-control.is-invalid:focus, .contact-form-wrapper .form-select.is-invalid:focus {
      box-shadow: 0 0 0 3px rgba(160, 0, 0, 0.15); }
    .contact-form-wrapper .form-control.is-valid, .contact-form-wrapper .form-select.is-valid {
      border-color: #0c474d; }
  .contact-form-wrapper .form-floating > label {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .contact-form-wrapper .form-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .contact-form-wrapper .form-check .form-check-input:checked {
      background-color: #0c474d;
      border-color: #0c474d; }
    .contact-form-wrapper .form-check .form-check-input:focus {
      border-color: #0c474d;
      box-shadow: 0 0 0 3px rgba(12, 71, 77, 0.15); }
    .contact-form-wrapper .form-check .form-check-input.is-invalid {
      border-color: #a00000; }
    .contact-form-wrapper .form-check .form-check-label {
      font-size: 0.95rem;
      color: #555;
      margin-left: 8px; }
    .contact-form-wrapper .form-check .form-check-label a {
      color: #0c474d;
      text-decoration: underline; }
      .contact-form-wrapper .form-check .form-check-label a:hover {
        text-decoration: none; }
  .contact-form-wrapper .btn-primary {
    background-color: #0c474d;
    border-color: #0c474d;
    padding: 14px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .contact-form-wrapper .btn-primary:hover {
      background-color: #06262a;
      border-color: #06262a;
      transform: translateY(-2px); }
    .contact-form-wrapper .btn-primary:focus {
      box-shadow: 0 0 0 3px rgba(12, 71, 77, 0.3); }
    .contact-form-wrapper .btn-primary:disabled {
      opacity: 0.7;
      transform: none; }
  .contact-form-wrapper .alert {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 1rem;
    margin-bottom: 20px; }
    .contact-form-wrapper .alert.alert-success {
      background-color: rgba(12, 71, 77, 0.1);
      border-color: #0c474d;
      color: #0c474d; }
    .contact-form-wrapper .alert.alert-danger {
      background-color: rgba(160, 0, 0, 0.1);
      border-color: #a00000;
      color: #a00000; }

.contatcsu {
  margin-top: -5px;
  display: none; }
  .contatcsu::after {
    display: none; }

.contact-person-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(12, 71, 77, 0.1);
  border: 1px solid #0c474d;
  padding: 12px 18px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .contact-person-badge i {
    color: #0c474d;
    font-size: 1.2rem; }
  .contact-person-badge span {
    flex: 1;
    font-size: 0.95rem;
    color: #333; }
  .contact-person-badge .remove-person {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f5f5f5;
    color: #666;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .contact-person-badge .remove-person:hover {
      background-color: #a00000;
      color: #fff !important; }
    .contact-person-badge .remove-person::after, .contact-person-badge .remove-person::before {
      display: none !important; }
    .contact-person-badge .remove-person i {
      font-size: 0.8rem;
      color: inherit; }

.contact-info-sidebar {
  background-color: #0c474d;
  color: #fff;
  padding: 35px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .contact-info-sidebar h4, .contact-info-sidebar h5 {
    color: #fff !important;
    margin-top: 0 !important; }
  .contact-info-sidebar p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem; }
  .contact-info-sidebar .contact-details {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px; }
    .contact-info-sidebar .contact-details address {
      font-style: normal; }
    .contact-info-sidebar .contact-details address p {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
      font-size: 0.95rem; }
      .contact-info-sidebar .contact-details address p i {
        width: 20px;
        text-align: center;
        margin-top: 3px; }
      .contact-info-sidebar .contact-details address p a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .contact-info-sidebar .contact-details address p a:hover {
        text-decoration: underline; }
      .contact-info-sidebar .contact-details address p a::after {
        display: none; }

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #25d366;
  color: #fff !important;
  padding: 16px 24px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
  -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .whatsapp-button i {
    font-size: 1.5rem; }
  .whatsapp-button:hover {
    background-color: #1fb055;
    transform: translateY(-2px);
    color: #fff; }
  .whatsapp-button::after {
    display: none !important; }

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #25d366;
  color: #fff;
  padding: 15px 25px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  z-index: 1000;
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .whatsapp-float i {
    font-size: 1.5rem; }
  .whatsapp-float:hover {
    background-color: #1fb055;
    transform: translateY(-3px) scale(1.02);
    color: #fff;
    -moz-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25); }
  .whatsapp-float::after {
    display: none !important; }

@media only screen and (max-width: 992px) {
  .contact-form-wrapper {
    padding: 25px 20px;
    margin-bottom: 30px; }
    .contact-form-wrapper h3 {
      font-size: 1.4rem; }
    .contact-form-wrapper .btn-primary {
      width: 100%; }

  .contact-info-sidebar {
    padding: 25px 20px; }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    padding: 12px 20px;
    font-size: 0.9rem; }
    .whatsapp-float .whatsapp-float-text {
      display: none; }
    .whatsapp-float i {
      font-size: 1.8rem; } }

@keyframes shine {
  0% {
    left: -100%; }

  100% {
    left: 100%; } }

.about-intro {
  margin-bottom: 50px; }
  .about-intro .lead {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.8;
    max-width: 900px;
    font-weight: 700; }
  .about-intro p {
    max-width: 900px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px; }

.team-member {
  background-color: #fff;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .team-member:hover {
    transform: translateY(-5px);
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12); }
    .team-member:hover .team-member-image img {
      transform: scale(1.05); }
  .team-member .team-member-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #f0f0f0; }
    .team-member .team-member-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .team-member .team-member-info {
    padding: 25px; }
    .team-member .team-member-info h3 {
      margin: 0 0 5px 0 !important;
      font-size: 1.4rem;
      color: #0c474d; }
    .team-member .team-member-info .team-role {
      color: #0c474d;
      font-weight: 600;
      font-size: 0.95rem;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .team-member .team-member-info .team-description {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #555;
      margin-bottom: 20px; }
    .team-member .team-member-info .team-social {
      display: flex;
      gap: 12px; }
    .team-member .team-member-info .team-social a {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: #0c474d;
      color: #fff;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-decoration: none; }
      .team-member .team-member-info .team-social a:hover {
        background-color: #051e21;
        color: #fff !important;
        transform: translateY(-2px); }
      .team-member .team-member-info .team-social a::after {
        display: none !important; }
      .team-member .team-member-info .team-social a::before {
        display: none !important; }
      .team-member .team-member-info .team-social a i {
        font-size: 1rem; }

@media only screen and (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }

  .team-member .team-member-image {
    height: 220px; }
    .team-member .team-member-info {
      padding: 20px; }
      .team-member .team-member-info h3 {
        font-size: 1.2rem; }
      .team-member .team-member-info .team-description {
        font-size: 0.9rem; } }

@media only screen and (max-width: 576px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 25px; }

  .team-member .team-member-image {
    height: 250px; }

  .about-intro .lead {
    font-size: 1.1rem; } }

.environment-hero {
  margin-bottom: 50px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
  .environment-hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block; }

.environment-content {
  margin-bottom: 60px; }
  .environment-content h2 {
    color: #0c474d;
    margin-bottom: 25px;
    font-size: 2rem; }
  .environment-content .lead {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: 700; }
  .environment-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555; }

.environment-highlight {
  display: flex;
  gap: 40px;
  background: linear-gradient(135deg, rgba(12, 71, 77, 0.05) 0%, rgba(3, 108, 72, 0.08) 100%);
  padding: 40px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin-bottom: 60px; }
  .environment-highlight .highlight-icon {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .environment-highlight .highlight-icon i {
      font-size: 2.5rem;
      color: #0c474d; }
    .environment-highlight .highlight-icon i.fa-arrow-right-arrow-left {
      font-size: 1.5rem;
      opacity: 0.6; }
  .environment-highlight .highlight-content h3 {
    color: #0c474d;
    font-size: 1.5rem;
    margin-bottom: 15px; }
    .environment-highlight .highlight-content > p {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #444;
      margin-bottom: 25px; }
    .environment-highlight .highlight-content > p strong {
      color: #0c474d; }
  .environment-highlight .highlight-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }
    .environment-highlight .highlight-benefits .benefit {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 15px;
      background: #fff;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05); }
    .environment-highlight .highlight-benefits .benefit i {
      color: #0c474d;
      font-size: 1.2rem;
      flex-shrink: 0; }
    .environment-highlight .highlight-benefits .benefit span {
      font-size: 0.95rem;
      color: #333;
      font-weight: 500; }

@media only screen and (max-width: 768px) {
  .environment-highlight {
    flex-direction: column;
    gap: 25px;
    padding: 30px 25px; }
    .environment-highlight .highlight-icon {
      flex-direction: row;
      justify-content: flex-start; }
    .environment-highlight .highlight-benefits {
      grid-template-columns: 1fr; } }

.environment-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 70px; }
  .environment-stats .stat-item {
    background: #fff;
    padding: 35px 25px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .environment-stats .stat-item:hover {
      transform: translateY(-5px);
      -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12); }
    .environment-stats .stat-item .stat-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #0c474d 0%, #137079 100%);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px; }
    .environment-stats .stat-item .stat-icon i {
      font-size: 1.8rem;
      color: #fff; }
    .environment-stats .stat-item .stat-number {
      font-size: 2.5rem;
      font-weight: 700;
      color: #0c474d;
      margin-bottom: 5px;
      font-family: 'Roboto', sans-serif; }
    .environment-stats .stat-item .stat-label {
      font-size: 1rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .environment-stats .stat-item p {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
      margin: 0; }

.environment-process {
  margin-bottom: 70px; }
  .environment-process h3 {
    color: #0c474d;
    font-size: 1.75rem;
    margin-bottom: 40px;
    text-align: center; }
  .environment-process .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative; }
  .environment-process .process-step {
    background: #fff;
    padding: 30px 20px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
    z-index: 1; }
    .environment-process .process-step .step-number {
      width: 50px;
      height: 50px;
      background: #0c474d;
      color: #fff;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0 auto 20px;
      font-family: 'Roboto', sans-serif; }
    .environment-process .process-step h4 {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 12px;
      font-family: 'Roboto', sans-serif; }
    .environment-process .process-step p {
      font-size: 0.9rem;
      color: #666;
      line-height: 1.6;
      margin: 0; }

.environment-cta {
  background: linear-gradient(135deg, #0c474d 0%, #126870 100%);
  padding: 50px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  color: #fff; }
  .environment-cta h3 {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 15px; }
  .environment-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .environment-cta .btn {
    background: #fff;
    color: #0c474d;
    font-weight: 600;
    padding: 15px 40px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none; }
    .environment-cta .btn:hover {
      background: #f0f0f0;
      transform: translateY(-2px); }

@media only screen and (max-width: 992px) {
  .environment-hero img {
    height: 300px; }

  .environment-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .environment-stats .stat-item:last-child {
      grid-column: span 2;
      max-width: 400px;
      margin: 0 auto; }

  .environment-process .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .environment-process .process-steps::before {
      display: none; } }

@media only screen and (max-width: 576px) {
  .environment-hero img {
    height: 220px; }

  .environment-content h2 {
    font-size: 1.5rem; }
    .environment-content .lead {
      font-size: 1.1rem; }

  .environment-stats {
    grid-template-columns: 1fr; }
    .environment-stats .stat-item:last-child {
      grid-column: auto;
      max-width: none; }
    .environment-stats .stat-item .stat-number {
      font-size: 2rem; }

  .environment-process .process-steps {
    grid-template-columns: 1fr; }
    .environment-process h3 {
      font-size: 1.4rem; }

  .environment-cta {
    padding: 35px 25px; }
    .environment-cta h3 {
      font-size: 1.4rem; }
    .environment-cta p {
      font-size: 1rem; } }

.jobs-intro {
  margin-bottom: 50px; }
  .jobs-intro .lead {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: bold; }
  .jobs-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555; }

.jobs-benefits {
  margin-bottom: 60px; }
  .jobs-benefits h2 {
    color: #0c474d;
    font-size: 1.75rem;
    margin-bottom: 35px; }
  .jobs-benefits .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; }
  .jobs-benefits .benefit-card {
    background: #fff;
    padding: 30px 25px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .jobs-benefits .benefit-card:hover {
      transform: translateY(-5px);
      -moz-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12); }
    .jobs-benefits .benefit-card .benefit-icon {
      width: 65px;
      height: 65px;
      background: linear-gradient(135deg, #0c474d 0%, #137079 100%);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px; }
    .jobs-benefits .benefit-card .benefit-icon i {
      font-size: 1.6rem;
      color: #fff; }
    .jobs-benefits .benefit-card h3 {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 12px;
      font-family: 'Roboto', sans-serif; }
    .jobs-benefits .benefit-card p {
      font-size: 0.95rem;
      color: #666;
      line-height: 1.6;
      margin: 0; }

.jobs-culture {
  margin-bottom: 60px;
  background: linear-gradient(135deg, rgba(12, 71, 77, 0.05) 0%, rgba(3, 108, 72, 0.08) 100%);
  padding: 40px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }
  .jobs-culture .culture-content h2 {
    color: #0c474d;
    font-size: 1.5rem;
    margin-bottom: 20px; }
    .jobs-culture .culture-content > p {
      font-size: 1.1rem;
      line-height: 1.8;
      color: #444;
      margin-bottom: 25px; }
  .jobs-culture .culture-values {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; }
    .jobs-culture .culture-values li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 15px;
      background: #fff;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      font-size: 0.95rem;
      color: #333;
      font-weight: 500; }
    .jobs-culture .culture-values li i {
      color: #0c474d;
      font-size: 1rem; }

.jobs-openings h2 {
  color: #0c474d;
  font-size: 1.75rem;
  margin-bottom: 30px; }

.no-vacancies {
  background: #fff;
  border: 2px dashed #ddd;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 50px 40px;
  text-align: center; }
  .no-vacancies .no-vacancies-icon {
    width: 80px;
    height: 80px;
    background: #f5f5f5;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px; }
    .no-vacancies .no-vacancies-icon i {
      font-size: 2rem;
      color: #999; }
  .no-vacancies h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif; }
  .no-vacancies p {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 25px; }
  .no-vacancies .btn {
    background: #0c474d;
    color: #fff;
    padding: 12px 30px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    font-weight: 600; }
    .no-vacancies .btn:hover {
      background: #06262a;
      transform: translateY(-2px); }

@media only screen and (max-width: 992px) {
  .jobs-benefits .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }

  .jobs-culture .culture-values {
    grid-template-columns: 1fr; } }

@media only screen and (max-width: 576px) {
  .jobs-intro .lead {
    font-size: 1.1rem; }

  .jobs-benefits h2 {
    font-size: 1.4rem; }
    .jobs-benefits .benefits-grid {
      grid-template-columns: 1fr; }
    .jobs-benefits .benefit-card {
      padding: 25px 20px; }

  .jobs-culture {
    padding: 30px 25px; }
    .jobs-culture .culture-content h2 {
      font-size: 1.3rem; }

  .no-vacancies {
    padding: 40px 25px; }
    .no-vacancies h3 {
      font-size: 1.15rem; } }

.ablauf-intro {
  margin-bottom: 50px; }
  .ablauf-intro .lead {
    font-size: 1.3rem;
    color: #333;
    line-height: 1.7;
    max-width: 800px; }
  .ablauf-intro .button-wrapper {
    margin-top: 35px; }
    .ablauf-intro .button-wrapper a.btn {
      display: inline-flex;
      width: auto;
      color: #fff;
      text-decoration: none; }
    .ablauf-intro .button-wrapper a.btn i {
      transition: transform 0.35s ease; }
    .ablauf-intro .button-wrapper a.btn:hover {
      color: #fff;
      text-decoration: none; }
      .ablauf-intro .button-wrapper a.btn:hover i {
        transform: translateX(5px); }

.ablauf-timeline {
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px; }
  .ablauf-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #0c474d 0%, #1a98a5 100%);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .ablauf-timeline .timeline-item {
    position: relative;
    padding-bottom: 40px;
    display: flex;
    gap: 25px; }
    .ablauf-timeline .timeline-item:last-child {
      padding-bottom: 0; }
    .ablauf-timeline .timeline-item .timeline-icon {
      position: absolute;
      left: -50px;
      width: 44px;
      height: 44px;
      background: #0c474d;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
    .ablauf-timeline .timeline-item .timeline-icon.highlight {
      width: 52px;
      height: 52px;
      left: -54px;
      background: linear-gradient(135deg, #fca200 0%, #e89100 100%);
      -moz-box-shadow: 0px 5px 15px rgba(252, 162, 0, 0.3);
      -webkit-box-shadow: 0px 5px 15px rgba(252, 162, 0, 0.3);
      box-shadow: 0px 5px 15px rgba(252, 162, 0, 0.3); }
    .ablauf-timeline .timeline-item .timeline-icon i {
      font-size: 1.1rem;
      color: #fff; }
    .ablauf-timeline .timeline-item .timeline-content {
      background: #fff;
      padding: 25px 30px;
      -webkit-border-radius: 12px;
      -khtml-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
      flex: 1; }
    .ablauf-timeline .timeline-item .timeline-content h3 {
      font-size: 1.25rem;
      color: #0c474d;
      margin-bottom: 12px;
      font-family: 'Roboto', sans-serif; }
    .ablauf-timeline .timeline-item .timeline-content p {
      font-size: 1rem;
      color: #555;
      line-height: 1.7;
      margin: 0; }
      .ablauf-timeline .timeline-item .timeline-content p strong {
        color: #0c474d; }
    .ablauf-timeline .timeline-item .timeline-content .timeline-highlight {
      margin-top: 15px;
      padding: 12px 15px;
      background: linear-gradient(135deg, rgba(252, 162, 0, 0.1) 0%, rgba(252, 162, 0, 0.15) 100%);
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      gap: 10px; }
      .ablauf-timeline .timeline-item .timeline-content .timeline-highlight i {
        color: #fca200;
        font-size: 1.1rem; }
      .ablauf-timeline .timeline-item .timeline-content .timeline-highlight span {
        font-weight: 600;
        color: #333;
        font-size: 0.95rem; }

.ablauf-benefits {
  background: linear-gradient(135deg, rgba(12, 71, 77, 0.05) 0%, rgba(3, 108, 72, 0.08) 100%);
  padding: 40px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }
  .ablauf-benefits h2 {
    color: #0c474d;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center; }
  .ablauf-benefits .benefits-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    .ablauf-benefits .benefits-row .benefit-item {
      background: #fff;
      padding: 20px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 12px; }
    .ablauf-benefits .benefits-row .benefit-item i {
      font-size: 1.8rem;
      color: #0c474d; }
    .ablauf-benefits .benefits-row .benefit-item span {
      font-size: 0.95rem;
      font-weight: 600;
      color: #333; }

@media only screen and (max-width: 992px) {
  .ablauf-benefits .benefits-row {
    grid-template-columns: repeat(2, 1fr); } }

@media only screen and (max-width: 576px) {
  .ablauf-intro .lead {
    font-size: 1.1rem; }

  .ablauf-timeline {
    padding-left: 40px; }
    .ablauf-timeline::before {
      left: 15px; }
    .ablauf-timeline .timeline-item .timeline-icon {
      left: -40px;
      width: 36px;
      height: 36px; }
      .ablauf-timeline .timeline-item .timeline-icon.highlight {
        width: 42px;
        height: 42px;
        left: -43px; }
      .ablauf-timeline .timeline-item .timeline-icon i {
        font-size: 0.9rem; }
      .ablauf-timeline .timeline-item .timeline-content {
        padding: 20px; }
      .ablauf-timeline .timeline-item .timeline-content h3 {
        font-size: 1.1rem; }
      .ablauf-timeline .timeline-item .timeline-content p {
        font-size: 0.95rem; }

  .ablauf-benefits {
    padding: 30px 20px; }
    .ablauf-benefits h2 {
      font-size: 1.3rem; }
    .ablauf-benefits .benefits-row {
      grid-template-columns: 1fr;
      gap: 15px; }
      .ablauf-benefits .benefits-row .benefit-item {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 15px 20px; }
      .ablauf-benefits .benefits-row .benefit-item i {
        font-size: 1.4rem; } }

.faq-intro {
  margin-bottom: 40px; }
  .faq-intro .lead {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.7;
    font-weight: 700; }
  .faq-intro p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555; }

.faq-list-full {
  margin-bottom: 50px; }
  .faq-list-full .faq-item {
    background: #fff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    overflow: hidden; }
    .faq-list-full .faq-item .faq-question {
      padding: 20px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .faq-list-full .faq-item .faq-question:hover {
      background: rgba(12, 71, 77, 0.03); }
    .faq-list-full .faq-item .faq-question span {
      font-size: 1.1rem;
      font-weight: 600;
      color: #333;
      padding-right: 20px; }
    .faq-list-full .faq-item .faq-question i {
      color: #0c474d;
      font-size: 1rem;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .faq-list-full .faq-item .faq-answer {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .faq-list-full .faq-item .faq-answer p {
      padding: 0 25px 20px;
      font-size: 1rem;
      line-height: 1.8;
      color: #555;
      margin: 0; }
    .faq-list-full .faq-item.active .faq-question {
      background: rgba(12, 71, 77, 0.05); }
      .faq-list-full .faq-item.active .faq-question i {
        transform: rotate(180deg); }
    .faq-list-full .faq-item.active .faq-answer {
      max-height: 500px; }

.faq-contact {
  display: flex;
  gap: 30px;
  align-items: center;
  background: linear-gradient(135deg, #0c474d 0%, #126870 100%);
  padding: 40px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #fff; }
  .faq-contact .faq-contact-icon {
    flex-shrink: 0; }
    .faq-contact .faq-contact-icon i {
      font-size: 3.5rem;
      opacity: 0.9; }
  .faq-contact .faq-contact-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #fff; }
    .faq-contact .faq-contact-content p {
      font-size: 1rem;
      opacity: 0.95;
      margin-bottom: 20px;
      line-height: 1.6; }
    .faq-contact .faq-contact-content .btn {
      background: #fff;
      color: #0c474d;
      font-weight: 600;
      padding: 12px 30px;
      -webkit-border-radius: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: none; }
    .faq-contact .faq-contact-content .btn:hover {
      background: #f0f0f0;
      transform: translateY(-2px); }

@media only screen and (max-width: 768px) {
  .faq-intro .lead {
    font-size: 1.1rem; }

  .faq-list-full .faq-item .faq-question {
    padding: 18px 20px; }
    .faq-list-full .faq-item .faq-question span {
      font-size: 1rem; }
    .faq-list-full .faq-item .faq-answer p {
      padding: 0 20px 18px;
      font-size: 0.95rem; }

  .faq-contact {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px; }
    .faq-contact .faq-contact-icon i {
      font-size: 2.5rem; }
    .faq-contact .faq-contact-content h3 {
      font-size: 1.25rem; } }
