html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Manrope", serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: rgb(239, 239, 239);
  color: #E4F2F4;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  color: unset;
  outline: none;
}

a,
.transition,
#languages li a.wpml-ls-link .wpml-ls-native {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.grecaptcha-badge {
  z-index: 999;
}

.cn-button.bootstrap {
  border-radius: 0;
  padding: 10px 20px;
}

.img-reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reveal {
  visibility: hidden;
}

.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-10 {
  z-index: 10;
}

.t-border {
  border-top: 1px solid;
}

.b-border {
  border-bottom: 1px solid;
}

.fit-img img,
.fit-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

a.link {
  position: relative;
  padding-bottom: 2.5px;
}
a.link span.link-underline {
  width: 0%;
  height: 2px;
}
a.link:hover span.link-underline {
  width: 100%;
}

.layout-link-wrapper a.link {
  padding-bottom: 3.5px;
}
.layout-link-wrapper a.link span.link-underline {
  height: 4px;
}

.border,
.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #D9D9D9;
}

#languages span:last-child {
  opacity: 0.65;
}

span.language-div {
  height: 100%;
  width: 2px;
  background-color: #fff;
}

.clearfix {
  clear: both;
}

.ruler-latest-posts .ruler-latest-post-item span.ruler-latest-post-num {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ruler-latest-posts .ruler-latest-post-item:hover, .ruler-latest-posts .ruler-latest-post-item:focus {
  cursor: pointer;
}
.ruler-latest-posts .ruler-latest-post-item:hover span.ruler-latest-post-num, .ruler-latest-posts .ruler-latest-post-item:focus span.ruler-latest-post-num {
  color: #E4F2F4;
  background-color: #231F20;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

div#breadcrumbs ul li a {
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div#breadcrumbs ul li:hover a, div#breadcrumbs ul li:focus a {
  opacity: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div#breadcrumbs ul li:not(:last-child)::after {
  content: " ";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0.5rem;
  background-color: #231F20;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-black {
  border: 1px solid #231F20;
}

.b-white-op {
  border: 1px solid rgba(241, 234, 228, 0.2);
}

.b-green {
  border: 1px solid rgba(122, 167, 138, 0.32);
}

.b-light-green {
  border: 1px solid rgba(67, 202, 113, 0.32);
}

.radius-16 {
  border-radius: 16px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-50 {
  border-radius: 50%;
}

.button-wrapper .button {
  padding-left: 50px;
  padding-right: 35px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.button-wrapper .btn-icon svg {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.button-wrapper:hover .btn-icon svg {
  -webkit-transform: scale(62);
  -moz-transform: scale(62);
  -ms-transform: scale(62);
  -o-transform: scale(62);
  transform: scale(62);
}

.page-hero-section .hero-content-wrapper {
  z-index: 20;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-hero-section .hero-file-wrapper::before {
  z-index: 5;
  pointer-events: none;
}
.page-hero-section .hero-file-wrapper::after {
  z-index: 6;
  pointer-events: none;
}

.accordion-button {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M34.8327 23.8298H23.8327V34.8298H20.166V23.8298H9.16602V20.1631H20.166V9.16309H23.8327V20.1631H34.8327V23.8298Z' fill='white'/%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 44 44' fill='none'%3E%3Cpath d='M32.3696 14.2189L24.5914 21.9971L32.3696 29.7752L29.7769 32.368L21.9987 24.5898L14.2205 32.368L11.6278 29.7752L19.406 21.9971L11.6278 14.2189L14.2205 11.6262L21.9987 19.4043L29.7769 11.6262L32.3696 14.2189Z' fill='white'/%3E%3C/svg%3E");
}
.accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  width: 44px;
  height: 44px;
  background-size: 44px;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
}

.white-fill {
  fill: #E4F2F4;
}

.black-fill {
  fill: #231F20;
}

.d-green-fill {
  fill: #1D3C34;
}

.b-d-green {
  border: 1px solid #1D3C34;
}

.green-bg, .green_bg {
  background-color: #028361;
}

.l-green-bg {
  background: #43CA71;
}

.d-green-bg, .d_green_bg {
  background-color: #1D3C34;
}

.white-bg {
  background-color: #EFEFEF;
}

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

.black-bg {
  background-color: #231F20;
}

.beige-bg, .beige_bg {
  background-color: #F1EFE7;
}

.black-op-bg {
  background-color: rgba(35, 31, 32, 0.5);
}

.c-light-grey,
.c-light-grey a {
  color: #D9D9D9;
}

.c-light-green,
.c-light-green a {
  color: #43CA71;
}

.c-teal,
.c-teal a {
  color: #6b8e8a;
}

.c-white-og,
.c-white-og a {
  color: #ffffff;
}

.c-green,
.c-green a {
  color: #028361;
}

.c-d-green, .c_d_green,
.c-d-green, .c_d_green a {
  color: #1D3C34;
}

.c-white,
.c-white a {
  color: #E4F2F4;
}

.c-black,
.c-black a {
  color: #231F20;
}

.op30 {
  opacity: 0.3;
}

.op70 {
  opacity: 0.7;
}

.bo-white {
  border-color: #E4F2F4;
}

.bo-light-green {
  border-color: #43CA71 !important;
}

.bo-green {
  border-color: #028361 !important;
}

.bo-teal {
  border-color: #6b8e8a;
}

.bo_d_green {
  border-color: #1D3C34;
}

.mask {
  display: inline-block;
  background: linear-gradient(92deg, #1D3C34 0.17%, #028361 37.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Bold.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Bold.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraBold.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraBold.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraBold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraLight.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraLight.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-ExtraLight.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Light.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Light.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Light.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Medium.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Medium.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Regular.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Regular.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-SemiBold.eot");
  src: url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-SemiBold.woff2") format("woff2"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-SemiBold.woff") format("woff"), url("/wp-content/themes/theme-base/assets/fonts/manrope/Manrope-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
p {
  word-wrap: break-word;
}

.font-manrope {
  font-family: "Manrope", serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.line-height1 {
  line-height: 1;
}

.line-height1-2 {
  line-height: 1.2;
}

.line-height1-3 {
  line-height: 1.3;
}

.line-height1-5 {
  line-height: 1.5;
}

.line-height1-8 {
  line-height: 1.8;
}

.line-height2 {
  line-height: 2;
}

.line-height1-8 {
  line-height: 1.8;
}

.line-height140,
.line-height140 p {
  line-height: 140%;
}

.line-height160,
.line-height160 p {
  line-height: 160%;
}

.line-height155,
.line-height155 p {
  line-height: 155.556%;
}

.text-16 {
  font-size: clamp(14px, 0.8vw, 16px);
  font-style: normal;
}

.text-18 {
  font-size: 18px;
  font-style: normal;
}

.text-20 {
  font-size: clamp(16px, 1vw, 20px);
  font-style: normal;
}

.text-22 {
  font-size: clamp(17px, 1.1vw, 22px);
  font-style: normal;
}

.text-25 {
  font-size: clamp(18px, 1.3vw, 25px);
  font-style: normal;
}

.text-30 {
  font-size: clamp(20px, 1.8vw, 30px);
  font-style: normal;
}

.text-35 {
  font-size: clamp(20px, 1.8vw, 35px);
  font-style: normal;
}

.text-40,
.text-40 h2 {
  font-size: clamp(30px, 2.1vw, 40px);
  font-style: normal;
}

.text-50 {
  font-size: clamp(35px, 2.6vw, 50px);
  font-style: normal;
}

.text-58 {
  font-size: clamp(25px, 3vw, 58px);
  font-style: normal;
}

.text-62,
.text-62 h1 {
  font-size: clamp(42px, 3.2vw, 62px);
  font-style: normal;
}

.text-73 {
  font-size: clamp(33px, 3.8vw, 73px);
  font-style: normal;
}

.text-55 {
  font-size: clamp(25px, 2.9vw, 55px);
  font-style: normal;
}

.text-95 {
  font-size: clamp(35px, 4.9vw, 95px);
  font-style: normal;
}

.text-80 {
  font-size: 80px;
  font-style: normal;
}

.text-110,
.text-110 h1 {
  font-size: clamp(50px, 5.7vw, 110px);
  font-style: normal;
}

.text-160,
.text-160 h1 {
  font-size: clamp(70px, 8.3vw, 160px);
  font-style: normal;
}

/* Buttons */
.button:hover, .button:focus {
  text-decoration: none;
}
.button a {
  color: inherit;
}

button {
  background: transparent;
}

.load-more-btn.is-loading {
  opacity: 0.6;
  pointer-events: none;
  cursor: wait;
}
.load-more-btn.has-error {
  border-color: #c00;
}

.button-wrapper {
  padding: clamp(15px, 1.9vw, 37px);
  border-radius: 80px;
}

#search-btn {
  cursor: pointer;
}

#search-icon.opened .search_open {
  display: none;
  opacity: 0;
}
#search-icon.opened .search_close {
  display: block;
  opacity: 1;
}

#searchOverlay {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

#search-icon {
  cursor: pointer;
  transition: all 0.3s linear;
}
#search-icon:hover {
  opacity: 0.6;
}

#search-wrapper {
  max-width: 500px;
  right: 0;
}

#s {
  height: 50px;
  color: #E4F2F4;
  border-color: #E4F2F4;
  background: none;
  box-shadow: none;
  border-left: none;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
}
#s::placeholder {
  color: #E4F2F4;
}
#s:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgb(255, 240, 42);
}

.search-close-btn-wrapper {
  cursor: pointer;
}
.search-close-btn-wrapper svg {
  height: 45px;
  height: width;
  cursor: pointer;
}

.autoComplete_wrapper {
  width: 100%;
}

.autoComplete_wrapper input {
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 15px;
  text-overflow: unset;
  color: #E4F2F4;
  border-color: #E4F2F4;
  outline: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background-image: unset;
  background-size: unset;
  background-position: unset;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper input:hover, .autoComplete_wrapper input:focus {
  border: 0;
  border-bottom: 1px solid;
  border-color: #E4F2F4;
}
.autoComplete_wrapper input:focus-visible {
  outline: none;
  border: 0;
  border-bottom: 1px solid;
}
.autoComplete_wrapper input:hover, .autoComplete_wrapper input:focus, .autoComplete_wrapper input:focus-visible, .autoComplete_wrapper input::placeholder {
  color: #E4F2F4 !important;
  background-image: unset;
}
.autoComplete_wrapper input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 16 16"><path d="M1 1l14 14m0-14L1 15" stroke="white" stroke-width="2"/></svg>') no-repeat center center;
  cursor: pointer;
  opacity: 0.8;
}
.autoComplete_wrapper input[type=search]:hover::-webkit-search-cancel-button {
  opacity: 1;
}

.autoComplete_wrapper ul {
  max-height: unset;
  height: auto;
  color: #E4F2F4;
  padding: 0;
  z-index: 1;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper ul li {
  margin: 0 0 5px 0;
  padding: 10px;
  font-size: 15px;
  color: #E4F2F4;
  border-radius: 0;
  border-bottom: 1px solid #E4F2F4;
  background-color: transparent;
  text-overflow: unset;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.autoComplete_wrapper ul li:hover {
  opacity: 0.5;
  background-color: transparent;
}
.autoComplete_wrapper ul li div.title {
  color: #E4F2F4;
}
.autoComplete_wrapper ul li span.meta {
  display: none;
}

.sm-t-padding {
  padding-top: clamp(10px, 1.3vw, 25px);
}

.sm-b-padding {
  padding-bottom: clamp(10px, 1.3vw, 25px);
}

.t-padding {
  padding-top: clamp(20px, 2.6vw, 50px);
}

.b-padding {
  padding-bottom: clamp(20px, 2.6vw, 50px);
}

.l-padding {
  padding-left: clamp(20px, 2.6vw, 50px);
}

.r-padding {
  padding-right: clamp(20px, 2.6vw, 50px);
}

.md-t-padding {
  padding-top: clamp(40px, 5.2vw, 100px);
}

.md-b-padding {
  padding-bottom: clamp(40px, 5.2vw, 100px);
}

.md-l-padding {
  padding-left: clamp(40px, 5.2vw, 100px);
}

.md-r-padding {
  padding-right: clamp(40px, 5.2vw, 100px);
}

.lg-l-padding {
  padding-left: clamp(80px, 8.9vw, 170px);
}

.lg-r-padding {
  padding-right: clamp(80px, 8.9vw, 170px);
}

.lg-t-padding {
  padding-top: clamp(80px, 8.9vw, 170px);
}

.lg-b-padding {
  padding-bottom: clamp(80px, 8.9vw, 170px);
}

.space250-l-padding {
  padding-left: clamp(125px, 13vw, 250px);
}

.space250-r-padding {
  padding-right: clamp(125px, 13vw, 250px);
}

.space250-t-padding {
  padding-top: clamp(125px, 13vw, 250px);
}

.space250-b-padding {
  padding-bottom: clamp(125px, 13vw, 250px);
}

.space270-l-padding {
  padding-left: clamp(130px, 14.1vw, 270px);
}

.space270-r-padding {
  padding-right: clamp(130px, 14.1vw, 270px);
}

.space270-t-padding {
  padding-top: clamp(130px, 14.1vw, 270px);
}

.space270-b-padding {
  padding-bottom: clamp(130px, 14.1vw, 270px);
}

.xl-t-padding {
  padding-top: clamp(200px, 22.4vw, 430px);
}

.xl-b-padding {
  padding-bottom: clamp(200px, 22.4vw, 430px);
}

.xl-l-padding {
  padding-left: clamp(200px, 22.4vw, 430px);
}

.xl-r-padding {
  padding-right: clamp(200px, 22.4vw, 430px);
}

.t-margin {
  margin-top: clamp(20px, 2.6vw, 50px);
}

.b-margin {
  margin-bottom: clamp(20px, 2.6vw, 50px);
}

.l-margin {
  margin-left: clamp(20px, 2.6vw, 50px);
}

.r-margin {
  margin-right: clamp(20px, 2.6vw, 50px);
}

.md-t-margin {
  margin-top: clamp(40px, 5.2vw, 100px);
}

.md-b-margin {
  margin-bottom: clamp(40px, 5.2vw, 100px);
}

.lg-t-margin {
  margin-top: clamp(80px, 8.9vw, 170px);
}

.lg-b-margin {
  margin-bottom: clamp(80px, 8.9vw, 170px);
}

.lg-l-margin {
  margin-left: clamp(80px, 8.9vw, 170px);
}

.lg-r-margin {
  margin-right: clamp(80px, 8.9vw, 170px);
}

.xl-t-margin {
  margin-top: clamp(200px, 22.4vw, 430px);
}

.xl-b-margin {
  margin-bottom: clamp(200px, 22.4vw, 430px);
}

.xl-l-margin {
  margin-left: clamp(200px, 22.4vw, 430px);
}

.xl-r-margin {
  margin-right: clamp(200px, 22.4vw, 430px);
}

.space250-l-margin {
  margin-left: clamp(125px, 13vw, 250px);
}

.space250-r-margin {
  margin-right: clamp(125px, 13vw, 250px);
}

.space250-t-margin {
  margin-top: clamp(125px, 13vw, 250px);
}

.space250-b-margin {
  margin-bottom: clamp(125px, 13vw, 250px);
}

.height-920 {
  height: 920px;
}

.height-750 {
  height: 750px;
}

.height-450 {
  height: 450px;
}

.swiper-controls {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
}

.swiper-pagination {
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  display: flex;
}

.swiper-pagination-bullet {
  border: 1px solid;
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
}

.swiper-button {
  border: 1px solid;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.3s linear;
}
.swiper-button:hover {
  background: #E4F2F4;
}
.swiper-button:hover path {
  background: #E4F2F4;
  stroke: yellow;
}

.swiper-button-disabled {
  opacity: 0.5;
}

ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.page-numbers li span.page-numbers {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #231F20;
}
ul.page-numbers li a.page-numbers:not(.next, .prev) {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
ul.page-numbers li a.page-numbers:hover {
  background-color: #231F20;
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}
ul.page-numbers li a.page-numbers:hover svg {
  stroke: yellow;
}
ul.page-numbers li a.page-numbers svg {
  stroke: yellow;
}
ul.page-numbers li a.page-numbers.prev svg {
  transform: rotate(-136deg);
  -webkit-transform: rotate(-136deg);
  -moz-transform: rotate(-136deg);
  -ms-transform: rotate(-136deg);
  -o-transform: rotate(-136deg);
}
ul.page-numbers li a.page-numbers.next svg {
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  -moz-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  -o-transform: rotate(42deg);
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
  width: 50px;
  height: 50px;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
}

.custom-logo-link svg {
  width: clamp(72px, 6.4vw, 122px);
  height: 100%;
}

#mobile-open {
  width: 50px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.menu-line {
  width: 2px;
  height: 100%;
  margin: 0;
  background-color: currentColor;
}
.menu-line.top {
  height: 80%;
}
.menu-line.mid {
  height: 70%;
}
.menu-line.bot {
  height: 90%;
}

#mobile-menu:not(.opened) .menu-line {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#mobile-menu:not(.opened) .menu-line.top {
  transform: rotate(45deg);
}
#mobile-menu:not(.opened) .menu-line.mid {
  transform: rotate(45deg);
  opacity: 1;
}
#mobile-menu:not(.opened) .menu-line.bot {
  transform: rotate(45deg);
}

#mobile-open:hover .menu-line {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 100%;
}

#mobile-menu.opened #mobile-open {
  width: 50px;
  gap: 0;
  position: relative;
}
#mobile-menu.opened .menu-line {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  height: 100%;
  position: absolute;
}
#mobile-menu.opened .menu-line.top {
  transform: rotate(45deg) translate(6px, -6px);
}
#mobile-menu.opened .menu-line.mid {
  transform: rotate(45deg) translate(4.5px, -4px);
  opacity: 0;
}
#mobile-menu.opened .menu-line.bot {
  transform: rotate(-45deg) translate(4px, 4px);
}

/* Modal Menu */
#mobile-menu-modal {
  border-radius: 21px;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 1%;
  left: 50%;
  width: 250px;
  height: auto;
  background: rgba(29, 60, 52, 0.7);
  z-index: 9999;
  transition: transform 0.4s ease;
  overflow-y: auto;
}
#mobile-menu-modal #menu-social {
  font-size: 10px;
  font-weight: normal;
}
#mobile-menu-modal #menu-main-menu {
  flex-direction: column;
}
#mobile-menu-modal #menu-main-menu li {
  margin-top: 0.5rem;
}

#menu-social li {
  margin-right: 10px;
}
#menu-social li:last-child {
  margin-right: 0px;
}

#menu-modal-menu {
  flex-direction: column;
}
#menu-modal-menu li {
  border-bottom: 1px solid rgba(120, 153, 4, 0.2);
  width: 100%;
  padding: 7px 0;
}
#menu-modal-menu li:last-child {
  border: none;
}

#modal-navigation,
.menu-modal-menu-container {
  width: 100%;
}

#mobile-close {
  cursor: pointer;
  right: 10px;
  top: 20px;
  height: 30px;
}
#mobile-close svg {
  transition: 0.3s all linear;
  height: 30px;
  width: auto;
}
#mobile-close:hover svg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Menu & Submenu */
.sub-menu {
  list-style: none;
  padding-left: 10px;
  font-size: 70%;
}

span.accordion-btn {
  cursor: pointer;
  width: 12.5px;
  height: 12.5px;
}
span.accordion-btn span.accordion-line {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
span.accordion-btn span.accordion-line.top {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
span.accordion-btn span.accordion-line.active.top {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#header {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100vh;
  display: flex;
  align-items: center;
  pointer-events: none;
  overflow-y: none;
  z-index: 99999;
  overflow-y: hidden;
}
#header .container-fluid {
  pointer-events: none;
}

.midnightHeader {
  transition: background 0.8s ease;
}
.midnightHeader #logo svg path {
  transition: fill 0.8s ease;
}
.midnightHeader li a {
  transition: color 0.8s ease;
}
.midnightHeader .white-fill {
  transition: fill 0.8s ease;
}
.midnightHeader .white-text {
  transition: color 0.8s ease;
}
.midnightHeader .menu-line {
  transition: background 0.8s ease;
}
.midnightHeader.default {
  background: transparent;
}
.midnightHeader.default li a {
  color: rgb(239, 239, 239);
}
.midnightHeader.default li a:hover {
  color: #ffffff;
}
.midnightHeader.default .white-fill {
  fill: #ffffff;
}
.midnightHeader.default .white-text {
  color: #ffffff;
}
.midnightHeader.default .menu-line {
  background: #ffffff;
}
.midnightHeader.green {
  background: transparent;
}
.midnightHeader.green .site-logo path {
  fill: #028361;
}
.midnightHeader.green li a {
  color: rgb(2, 131, 97);
}
.midnightHeader.green li a:hover {
  color: #028361;
}
.midnightHeader.green .white-fill {
  fill: #028361;
}
.midnightHeader.green .white-text {
  color: #028361;
}
.midnightHeader.green .menu-line {
  background: #028361;
}

.midnightInner {
  overflow: hidden !important;
}

#header.is-green .midnightHeader #logo svg path {
  fill: #ffffff;
}
#header.is-green .midnightHeader li a {
  color: #ffffff;
}
#header.is-green .midnightHeader li a:hover {
  color: #028361;
}
#header.is-green .midnightHeader .white-fill {
  fill: #ffffff;
}
#header.is-green .midnightHeader .menu-line {
  background: #ffffff;
}

.menu-right-inner button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.container-fluid > .row #mobile-menu,
.container-fluid > .row .logo,
.container-fluid > .row nav,
.container-fluid > .row #languages,
.container-fluid > .row #search-btn {
  pointer-events: all;
}

.footer-file-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  border-radius: 16px;
  overflow: hidden;
}

.footer-file-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0.12%, rgba(102, 102, 102, 0.6) 99.88%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

a:hover {
  color: #43CA71;
}

.button-wrapper:hover .button {
  color: #43CA71;
}

#footer-medium .footer-part-file-wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#footer-medium .footer-part-file-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0.12%, rgba(102, 102, 102, 0.6) 99.88%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#footer-short .more-post-link {
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#footer-short .more-post-link .read-more-arrow {
  display: inline-block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#footer-short .more-post-link:hover .read-more-arrow {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

#hero-section .hero-file-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 60, 52, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#hero-section .hero-file-wrapper::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.6) 44.96%, #EFEFEF 99.52%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#hero-section .hero-content-wrapper {
  z-index: 10;
  top: 50%;
  left: 50%;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hero-section .button-wrapper:hover .button {
  color: #1D3C34;
}

#our-people-section .our-people-desc .mask {
  display: inline-block;
  background: linear-gradient(92deg, #1D3C34 0.17%, #028361 37.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#our-people-section .people-bg1 {
  background-color: #037B5F;
}
#our-people-section .people-bg2 {
  background-color: #43CA71;
}
#our-people-section .people-bg3 {
  background-color: #1D3C34;
}
#our-people-section .people-bg4 {
  background-color: #6B8E8A;
}
#our-people-section .our-people-item {
  border-radius: 40px;
}
#our-people-section .swiper-navigation-our-people {
  position: relative;
  padding-right: 30px;
  gap: 30px;
  z-index: 10;
}
#our-people-section .our-people-button-prev,
#our-people-section .our-people-button-next {
  background: #037B5F;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#our-people-section .button-wrapper:hover .button {
  color: #E4F2F4;
}

#our-heritage-section {
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
#our-heritage-section > .container-fluid,
#our-heritage-section > .container-fluid > .row {
  height: 100%;
}
#our-heritage-section > .container-fluid > .row {
  flex-wrap: nowrap;
  flex-direction: column;
}
#our-heritage-section .heritage-title {
  flex-shrink: 0;
}
#our-heritage-section > .container-fluid > .row > .col-12:last-child {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#our-heritage-section .items-wrapper {
  width: max-content !important;
  height: 100%;
  position: relative;
  align-items: stretch;
  justify-content: space-around;
}
#our-heritage-section .heritage-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-block: clamp(20px, 4.2vw, 40px);
}
#our-heritage-section .heritage-col.odd {
  justify-content: flex-start;
}
#our-heritage-section .heritage-col.even {
  justify-content: flex-end;
}
#our-heritage-section .heritage-item {
  position: relative;
  z-index: 2;
}
#our-heritage-section .heritage-ribbon {
  position: absolute;
  top: 50%;
  left: 0;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='14' viewBox='0 0 32 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.6797 6.57649L30.4197 7.34649C27.6097 8.60649 25.3398 8.71649 22.5198 7.39649C19.0798 5.79649 16.7998 2.08649 12.7598 1.73649C13.6898 1.00649 14.9598 0.436486 16.1198 0.196486C23.1298 -1.28351 25.1897 6.06649 31.6797 6.57649Z' fill='%2343CA71'/%3E%3Cpath d='M19.0699 11.6166L17.62 12.4766C11.86 15.0266 8.60001 11.8766 4.51001 8.77662C3.68001 8.14662 2.75991 7.65662 1.77991 7.31662L0 6.70662C1.2 6.09662 2.41 5.45662 3.75 5.19662C10.31 3.93662 12.8299 11.4766 19.0599 11.6066L19.0699 11.6166Z' fill='%2343CA71'/%3E%3Cpath d='M25.3798 9.09661C25.2298 9.34661 24.7598 9.55661 24.4998 9.68661C21.9398 10.9366 19.6897 11.3066 16.9797 10.2866C13.0997 8.83661 10.7697 4.79661 6.46973 4.26661C7.26973 3.62661 8.38976 3.09661 9.37976 2.83661C16.5998 0.91661 18.7498 8.70661 25.3898 9.10661L25.3798 9.09661Z' fill='%2343CA71'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 70px 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#our-solutions-section {
  position: relative;
}
#our-solutions-section .logo-wrapper {
  position: fixed;
  top: 40%;
  left: 50%;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#our-solutions-section .logo-wrapper svg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#our-solutions-section .line-svg {
  position: absolute;
  top: -50%;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(239, 239, 239, 0.5);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: clamp(300px, 82.3vw, 1580px);
  height: clamp(300px, 82.3vw, 1580px);
  z-index: -1;
  pointer-events: none;
}
#our-solutions-section .line-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}
#our-solutions-section .solution-post-content .mask {
  display: inline-block;
  background: linear-gradient(90deg, #EFEFEF 0%, #6B8E8A 78.85%, #028361 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#our-solutions-section .button-wrapper:hover .button {
  color: #028361;
}

#together-toward-zero-section .radar-wrapper {
  width: 100%;
  max-width: 806px;
  aspect-ratio: 1/1;
}
#together-toward-zero-section .radar-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}
#together-toward-zero-section .radar-items-viewport {
  position: relative;
  width: 100%;
  min-height: 400px;
}
#together-toward-zero-section .radar-items-track {
  will-change: transform;
}
#together-toward-zero-section .radar-item {
  opacity: 0.3;
  transition: opacity 0.25s ease;
}
#together-toward-zero-section .radar-item.active {
  opacity: 1;
}
#together-toward-zero-section .mask {
  display: inline-block;
  background: linear-gradient(92deg, #1D3C34 0.17%, #028361 37.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mobile-close {
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 10000;
}

#notfound {
  background: linear-gradient(180deg, rgb(29, 60, 52) 0%, #142E29 50%, #1D3C34 100%);
}
#notfound .bg-text {
  font-size: clamp(150px, 14.6vw, 280px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(67, 202, 113, 0.15);
}

#hero-part-section .category-name-pill .category-tag {
  padding: 6px 18px;
  border: 1px solid #43CA71;
  border-radius: 999px;
  font-weight: 700;
  background: #43CA71;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#hero-part-section .category-name-pill .category-tag:hover {
  background: #028361;
}
#hero-part-section.gradient-bg {
  background: linear-gradient(121deg, #1D3C34 -3.65%, #028361 29.2%, #037B5F 51.09%, #1D3C34 69.34%);
  z-index: -1;
}
#hero-part-section::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.6) 44.96%, #EFEFEF 99.52%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#hero-part-section:not(.gradient-bg) .hero-file-wrapper {
  background: linear-gradient(121deg, #1D3C34 -3.65%, #028361 29.2%, #037B5F 51.09%, #1D3C34 69.34%);
}
#hero-part-section .hero-file-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 60, 52, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#hero-part-section .button-wrapper:hover .button {
  color: #1D3C34;
}

.numbers-simple {
  display: flex;
  gap: 20%;
  justify-items: start;
  justify-content: flex-start;
}

span.tag::before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #43ca71;
  position: absolute;
  top: calc(50% - 2px);
  left: -10px;
}
span.faq-num {
  color: #e4f2f4;
  font-size: 40px;
  opacity: 0.2;
  margin-right: 40px;
  font-weight: 300;
}
.is-open span.dots, .is-open span.more-text {
  display: inline;
}

.tags {
  display: flex;
  gap: 30px;
  padding-left: 10px;
}

.two-column-text .inner {
  border: 2px solid;
}

.box .image {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fit-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.boxes-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.box-flex {
  flex: 1;
}

/* team */
.dynamic-boxes article {
  border: 1px solid;
}

.circle-image {
  width: 280px;
}

.dynamic-post-item .logo {
  right: 30px;
  top: 80px;
}

.more-text {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  vertical-align: top;
}

.article-text.is-open .more-text {
  max-height: unset;
  opacity: 1;
}

/* pills */
.two_column_image_and_links .pills,
.simple-content .pills {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.pills a {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* accordion */
.faq-sections .accordion-button::after {
  filter: brightness(99);
}
.faq-sections .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #028361;
}
.faq-sections .accordion-button:not(.collapsed) span.faq-num {
  font-size: 60px;
}
.faq-sections .accordion-button:focus {
  box-shadow: none;
}
.faq-sections .accordion-item {
  border-color: #2e5c50;
}
.faq-sections .accordion-item .accordion-button:hover {
  background: #028361;
}

.page-template-template-default #header {
  top: 20% !important;
}
.page-template-template-default .default-page-content h2 {
  font-size: clamp(20px, 1.3vw, 25px);
  position: relative;
  font-weight: 700;
}
.page-template-template-default .default-page-content h2:not(:first-child) {
  margin-top: clamp(50px, 9.4vw, 180px);
}
.page-template-template-default .default-page-content h2:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  border-radius: 2px;
  left: -30px;
  background: #037B5F;
}
.page-template-template-default .default-page-content p {
  margin-block: 25px;
  color: #737373;
  font-size: 15px;
}

#post-header.gradient-bg {
  background: linear-gradient(121deg, #1D3C34 -3.65%, #028361 29.2%, #037B5F 51.09%, #1D3C34 69.34%);
  z-index: -1;
}
#post-header::after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.6) 44.96%, #EFEFEF 99.52%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#post-header .back-to-category {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#post-header .back-to-category .back-arrow {
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#post-header .back-to-category:hover .back-arrow {
  transform: translateX(-4px);
}
#post-header .post-tag-pill {
  padding: 6px 18px;
  border: 1px solid #43CA71;
  border-radius: 999px;
  font-weight: 700;
  background: #43CA71;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#post-header .post-tag-pill:hover {
  background: #028361;
}

#single-post-content-section p {
  font-size: clamp(17px, 1.1vw, 22px);
  font-style: normal;
  font-weight: 400;
  margin-block: clamp(20px, 2.6vw, 50px);
}
#single-post-content-section p:first-child {
  margin-top: 0;
}
#single-post-content-section h2 {
  font-size: clamp(25px, 1.8vw, 35px);
  font-style: normal;
  font-weight: 400;
  margin-bottom: clamp(20px, 2.6vw, 50px);
}
#single-post-content-section .wp-block-image {
  border-radius: 16px;
  margin-bottom: clamp(20px, 2.6vw, 50px);
  overflow: hidden;
}
#single-post-content-section blockquote {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  background: #1D3C34;
  color: #ffffff;
}
#single-post-content-section blockquote p {
  margin: 0;
  position: relative;
  font-weight: 400;
}
#single-post-content-section blockquote p:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 4px;
  height: 100%;
  background: #43CA71;
}
#single-post-content-section .share-link {
  padding: 8px 20px 10px 20px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #6b8e8a;
  color: #6b8e8a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#single-post-content-section .share-link:hover {
  border: 1px solid #43CA71;
  background: #43CA71;
  color: #ffffff;
}
#single-post-content-section .post-tag-pill {
  padding: 6px 18px;
  border: 1px solid #6b8e8a;
  border-radius: 999px;
  font-weight: 700;
  color: #6b8e8a;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#single-post-content-section .post-tag-pill:hover {
  border: 1px solid #43CA71;
  background: #43CA71;
  color: #ffffff;
}
#single-post-content-section #sidebar .related-read-more .read-more-arrow {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#single-post-content-section #sidebar .related-read-more:hover .read-more-arrow {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transform: translateX(5px);
}
#single-post-content-section #sidebar .author-widget .author-avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.archive .pill-tag {
  padding: clamp(3px, 0.4vw, 8px) clamp(10px, 1.6vw, 30px);
  background: #43CA71;
  border: 1px solid #43CA71;
}
.archive .pill-tag:hover:not(.featured-pill), .archive .pill-tag.is-active:not(.featured-pill) {
  color: #E4F2F4;
  background: #1D3C34;
  border: 1px solid #1D3C34;
}
.archive .button-wrapper:hover .button {
  color: #E4F2F4;
}
.archive .post-tags-overlay {
  bottom: 0;
  padding: 16px;
}
.archive .post-tags-overlay a:hover {
  color: #E4F2F4;
  background: #1D3C34;
}
.archive .more-post-item .image-wrapper {
  height: clamp(220px, 15.6vw, 300px);
}
.archive .more-post-item .image-wrapper a {
  width: 100%;
  height: 100%;
}
.archive .more-post-link {
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.archive .more-post-link .read-more-arrow {
  display: inline-block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.archive .more-post-link:hover .read-more-arrow {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}