@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville", serif;
  src: "/assets/font/Libre_Baskerville/LibreBaskerville-Regular.woff2" format("truetype");
}
@font-face {
  font-family: "Plus Jakarta Sans", sans-serif;
  src: "/assets/font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.woff2" format("truetype");
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
  font-family: "Libre Baskerville", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding {
  padding: 96px 0px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 64px 20px;
  }
}
@media screen and (max-width: 425px) {
  .section-padding {
    padding: 48px 20px;
  }
}

.common-padding {
  padding: 48px 0px;
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 36px 20px;
  }
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

h1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 66px;
    line-height: 82px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 58px;
    line-height: 70px;
  }
  h1 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
h1 strong {
  font-weight: 400;
  color: #F4CC00;
}

h2 {
  font-size: 48px;
  line-height: 58px;
  font-style: normal;
  font-weight: 700;
  color: #167A6D;
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 44px;
    line-height: 54px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
h2 strong {
  font-weight: 400;
  color: #F4CC00;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

h4 {
  font-size: 22px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 425px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

p {
  font-weight: 500;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  margin-bottom: 0;
}

.description-primary {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1440px) {
  .description-primary {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .description-primary {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .description-primary {
    font-size: 14px;
    line-height: 22px;
  }
}

.description-secondary {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1440px) {
  .description-secondary {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .description-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.global-button a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #167A6D;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 99px;
  display: block;
  background: transparent;
  border: 1.75px solid #167A6D;
  transition: all 800ms ease;
}
.global-button a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgb(18.1041666667, 100.3958333333, 89.6979166667);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  z-index: -1;
  opacity: 0.3;
}
.global-button a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.global-button a:hover {
  color: #ffffff;
  background: #167A6D;
}
@media screen and (min-width: 1440px) {
  .global-button a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .global-button a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}

.global-button-white a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #167A6D;
  text-align: center;
  text-transform: capitalize;
  padding: 12px 32px;
  border-radius: 99px;
  display: block;
  background: #ffffff;
  border: 1.75px solid #167A6D;
  transition: all 800ms ease;
}
.global-button-white a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgb(18.1041666667, 100.3958333333, 89.6979166667);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  z-index: -1;
  opacity: 0.3;
}
.global-button-white a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.global-button-white a:hover {
  color: #ffffff;
  background: #167A6D;
}
@media screen and (min-width: 1440px) {
  .global-button-white a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .global-button-white a {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 20px;
  }
}

.section-bg {
  background-color: #FFF3EB;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.subtitle-icon::before {
  content: "\e864";
  font-family: fontello;
  font-size: 30px;
  background: linear-gradient(180deg, #FFDA41 0%, #FFF3EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  margin-right: 10px;
}

.section-movement {
  transform: translateY(-86px);
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-movement {
    transform: translateY(-64px);
  }
}
@media screen and (max-width: 767px) {
  .section-movement {
    transform: translateY(-48px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 575px) {
  .common-hero .container > .section-padding {
    padding-inline: 0;
  }
}
@media screen and (min-width: 991px) {
  .common-hero .container > .section-padding {
    padding: 84px 0;
  }
}
@media screen and (max-width: 991px) {
  .common-hero .container > .section-padding {
    padding: 64px 0;
  }
}
@media screen and (max-width: 767px) {
  .common-hero .container > .section-padding {
    padding: 64px 20px;
  }
}

.header .container {
  padding: 41px 0px 0px 0px;
}
@media screen and (max-width: 991px) {
  .header .container {
    padding: 41px 0px 0px 0px;
  }
}
@media screen and (max-width: 575px) {
  .header .container {
    padding: 41px 20px 0px 20px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .header__inner {
    gap: 20px;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 999;
  animation: stickySlideDown 1s forwards;
}
.header.header-disable {
  animation: stickySlideUp 1s forwards;
}
@media screen and (max-width: 767px) {
  .header.header-disable {
    animation: none;
  }
}

.act-header-fix {
  position: absolute;
  width: 100%;
  z-index: 11;
}

@media screen and (max-width: 991px) {
  .header__inner_logo {
    flex: 1;
  }
}
.header__inner_logo a .custom-logo {
  max-width: 100%;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 991px) {
  .header__inner_logo a .custom-logo {
    height: 100%;
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  margin: -50px 0 0;
  position: absolute;
  right: -15px !important;
  width: auto;
  top: -60%;
  visibility: hidden;
  transform: translate(105%, 0px);
  -webkit-transform: translate(105%, 0px);
  transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  opacity: 0;
}

#modal-1 ul li ul.wp-block-navigation__submenu-container li:first-child {
  display: none;
}
#modal-1 li.open-on-hover-click:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  #modal-1 li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .header__inner_menu {
    display: none !important;
  }
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li {
  transform: translateX(-124%);
  -webkit-transform: translateX(-124%);
}
.header__inner_menu .menu-expand ul.wp-block-navigation__container li ul.wp-block-navigation__submenu-container li {
  transform: unset;
  -webkit-transform: unset;
}
.header__inner_menu .wp-block-navigation__container {
  gap: 12px;
}
@media screen and (min-width: 1400px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container {
    display: none !important;
  }
}
.header__inner_menu .wp-block-navigation__container .selected:hover .wp-block-navigation__submenu-icon {
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .selected ul.wp-block-navigation__submenu-container {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click .wp-block-navigation__submenu-container {
    display: block;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .wp-block-navigation__submenu-container {
  display: flex;
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .member-sub-menu {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .member-sub-menu {
    width: auto;
  }
}
.header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .event-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.open-on-hover-click:hover .event-submenu {
    width: auto;
  }
}
.header__inner_menu .wp-block-navigation__container li.menu-item {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.menu-items-contactus {
    padding: 13px 0px;
  }
}
.header__inner_menu .wp-block-navigation__container li {
  gap: 5px;
  padding: 27px 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li {
    padding: 13px 0px;
    width: 100%;
    transition: ease all 0.8s;
    -webkit-transition: ease all 0.8s;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
    font-size: 15px;
    line-height: 20px;
  }
}
.header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content:hover {
  transition: all 500ms;
  color: #F4CC00;
}
@media screen and (min-width: 1400px) {
  .header__inner_menu .wp-block-navigation__container li .wp-block-navigation-item__content {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner_menu .wp-block-navigation__container li ul.wp-block-navigation__submenu-container li a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus {
    margin-top: auto;
  }
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a:hover {
  background-size: 0% 0px !important;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
  display: block;
  background-color: rgba(0, 0, 0, 0.83);
  padding: 12px 24px;
  color: #ffffff;
  border-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container .menu-items-contactus a span:hover {
  transition: all 500ms;
  background-color: #000000;
  color: #ffffff;
  background-size: 0% 0px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a span {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container .menu-items-contactus a {
    width: 100%;
    text-align: center;
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding: 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-container li.wp-block-navigation-item {
  margin-left: 0px;
  padding: 0px 0px;
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: flex;
  align-items: flex-end;
  height: unset;
  width: unset;
  margin-left: 0px;
  margin-bottom: -2px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
    position: absolute;
    top: 19px;
    right: 0px;
    transform: rotate(270deg);
  }
}
.header__inner_menu .wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  width: 14px;
  height: 14px;
  color: #ffffff;
  margin-top: 0;
}
.header__inner_menu .wp-block-navigation__container li.event-submenu .wp-block-navigation__submenu-icon {
  left: 76px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu .wp-block-navigation__container li.event-submenu .wp-block-navigation__submenu-icon {
    right: 0;
    left: unset;
    transform: rotate(270deg);
  }
}

@media screen and (max-width: 991px) {
  .header__right {
    order: 2;
  }
}
.header__right a,
.header__right .wp-block-button__link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #167A6D;
  padding: 14px 25px;
  border-radius: 99px;
  border: 2px solid transparent;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__right a:hover::after,
.header__right .wp-block-button__link:hover::after {
  transition: all 500ms;
  transform: translateX(4px);
}
@media screen and (max-width: 1199px) {
.header__right a,
.header__right .wp-block-button__link {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 22px;
  }
}
@media screen and (max-width: 767px) {
  .header__right a,
  .header__right .wp-block-button__link {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .header__right a,
  .header__right .wp-block-button__link {
    font-size: 13px;
    line-height: 20px;
    padding: 12px 16px;
  }
}
.header__right a::after,
.header__right .wp-block-button__link::after {
  content: "\e800";
  font-family: "fontello";
  font-weight: 100;
}

.home .header__right .wp-block-button__link {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #167A6D;
}
.home .header__right .wp-block-button__link:hover::after {
  transition: all 500ms;
  transform: translateX(4px);
}

.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: absolute;
  top: 78px;
  width: 250px;
  border: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li {
  display: inline-block;
  vertical-align: text-top;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 6px 0px;
  color: #000000;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  background-size: 0% 1px;
  text-decoration-line: underline;
  transition: width 0.3s ease;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
    padding: 8px 0px 0px 0px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle::before {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(180deg);
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.header__inner_menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container li.child-toggle a span {
  padding-left: 15px;
}

.header__inner_menu li.wp-block-navigation-item ul.member-sub-menu {
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.member-sub-menu {
    width: 522px;
  }
}
.header__inner_menu li.wp-block-navigation-item ul.member-sub-menu li {
  width: 255px;
}
@media screen and (max-width: 1199px) {
  .header__inner_menu li.wp-block-navigation-item ul.member-sub-menu li {
    width: 235px;
  }
}

.header__inner_menu li.wp-block-navigation-item ul.careers-sub-menu {
  width: 250px;
}

.header__inner_menu li.wp-block-navigation-item ul.event-submenu {
  width: 205px;
}
@media screen and (max-width: 991px) {
  .header__inner_menu li.wp-block-navigation-item ul.event-submenu {
    margin: -100px 0 0 !important;
  }
}

.header__inner_menu .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 1px solid transparent;
}

@media screen and (max-width: 991px) {
  .wp-block-navigation__responsive-container-open {
    display: block !important;
    color: #ffffff;
  }
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: block !important;
    z-index: 99;
  }
}
.sidebar__menu {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .sidebar__menu {
    display: block !important;
    order: 3;
  }
}
.sidebar__menu .wp-block-navigation__responsive-close {
  background: #ffffff;
}
.sidebar__menu .wp-block-navigation__responsive-dialog .wp-block-navigation__responsive-container-close {
  right: 30px;
  top: 30px;
}
.sidebar__menu .wp-block-navigation__responsive-container-content {
  background: #ffffff;
  display: list-item !important;
  overflow: unset;
  padding-top: 0 !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.sidebar__menu .wp-block-navigation__container {
  display: block !important;
  margin: 0px auto;
  padding: 90px 0px 30px 0px;
  width: 80%;
  height: 100vh;
  border-top: 1px solid #c9c9c9;
}
.sidebar__menu .wp-block-navigation__container a {
  color: #000000 !important;
}
.sidebar__menu .wp-block-navigation__container a:hover {
  color: #115D53 !important;
}
.sidebar__menu li.wp-block-navigation-item ul.wp-block-navigation__submenu-container {
  position: unset;
  top: 0;
  width: auto;
  box-shadow: none;
}
.sidebar__menu .wp-block-navigation__responsive-container {
  padding: 0;
  width: 350px !important;
  animation: none !important;
  transform: translateX(-400px);
  transition: all 500ms;
  position: fixed !important;
  overflow: visible;
  height: 100vh;
  z-index: 99;
}
@media screen and (max-width: 575px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 300px !important;
  }
}
@media screen and (max-width: 360px) {
  .sidebar__menu .wp-block-navigation__responsive-container {
    width: 100% !important;
  }
}
.sidebar__menu .wp-block-navigation__responsive-container.is-menu-open {
  transform: translateX(0px);
  flex-direction: unset;
}
.sidebar__menu li.wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  color: #000000 !important;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 0px;
}

.header-close-sidebar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-150%);
  }
}
.footer {
  background-color: #004040;
}
.footer__bg {
  background: url("./../images/footer_sydney_landmark.png") no-repeat bottom;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: -300px;
}
@media screen and (max-width: 575px) {
  .footer__inner {
    gap: 30px;
  }
}
.footer__inner .row {
  display: flex;
  justify-content: space-between;
  gap: 48px 0;
  --bs-gutter-x: 24px;
}
@media screen and (max-width: 1199px) {
  .footer__inner .row {
    --bs-gutter-x: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner .row {
    gap: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner .common-padding {
    padding: 0;
  }
}
.footer__bulb-img {
  display: flex;
  justify-content: center;
}
.footer__bulb-img img {
  animation: bulbRotate 4s infinite ease-in-out alternate;
}
@keyframes bulbRotate {
  0% {
    transform: rotate(-7deg);
  }
  100% {
    transform: rotate(7deg);
  }
}
.footer__act-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  z-index: 1;
}
.footer__act-content .wp-block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer__act-content .wp-block-heading::before, .footer__act-content .wp-block-heading::after {
  content: "";
  width: 170px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .footer__act-content .wp-block-heading::before, .footer__act-content .wp-block-heading::after {
    display: none;
  }
}
.footer__act-content img {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .footer__act-content {
    padding-inline: 20px;
  }
}
.footer__act-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #ffffff;
}
.footer__act-info h2,
.footer__act-info p {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media only screen and (min-width: 991px) {
  .footer__act-info p {
    width: 780px;
  }
}
.footer .watermark-container {
  position: relative;
  overflow: hidden;
}
.footer .background-watermark {
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0.1;
  letter-spacing: 2px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1400px) {
  .footer .background-watermark {
    font-size: 140px;
  }
}
@media screen and (max-width: 991px) {
  .footer .background-watermark {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .footer .background-watermark {
    font-size: 58px;
  }
}
@media screen and (max-width: 575px) {
  .footer .background-watermark {
    display: none;
  }
}
.footer__inner_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .footer__inner_box {
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
}
.footer__inner_box h5 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .footer__inner_box h5 {
    font-size: 20px;
  }
}
.footer__inner_details {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__inner_details p {
  font-weight: 400;
  color: #ffffff;
}
.footer h5 {
  color: #ffffff;
}
.footer__inner_links p {
  font-weight: 700;
  color: #ffffff;
}
.footer__inner_links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer__inner_links ul {
    align-items: center;
    text-align: center;
  }
}
.footer__inner_links ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.footer__inner_links ul li a span {
  color: rgba(255, 255, 255, 0.6980392157);
}
.footer__inner_links ul li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #F4CC00;
  transition: width 0.5s ease-in-out;
}
.footer__inner_links ul li a span:hover::after {
  width: 100%;
}
.footer__inner_links ul li a:hover span {
  transition: all 300ms;
}
@media screen and (min-width: 1400px) {
  .footer__inner_links ul li a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .footer__inner_links ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer .wp-block-separator {
  border-bottom: 1px solid #F1F1F1;
  opacity: 0.5;
}
.footer .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: start;
  word-break: break-word;
}
.footer__contact p {
  color: #ffffff;
}
.footer__contact p a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    gap: 18px;
  }
}
@media screen and (max-width: 575px) {
  .footer__contact {
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .footer__contact {
    gap: 10px;
  }
}
@media screen and (max-width: 360px) {
  .footer__contact {
    align-items: start;
  }
}
.footer__find-us {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .wp-social-link {
  background-color: #167A6D;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .footer .subscribe-form {
    display: flex;
    justify-content: center;
  }
}
.footer .subscribe-form p {
  display: flex;
  align-items: center;
  padding: 6px;
  width: 90%;
  background-color: #0f3b3c;
  border: 2px solid #1b5f58;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .footer .subscribe-form p {
    justify-content: space-between;
  }
}
.footer .subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9882352941);
}
.footer .subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.9882352941);
}
.footer .subscribe-form input[type=email] {
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
}
.footer .subscribe-form input[type=submit] {
  padding: 12px 20px;
  font-size: 14px;
  color: white;
  background-color: #1b5f58;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer .subscribe-form input[type=submit]:hover {
  background-color: #15736a;
}
.footer .subscribe-form .wpcf7-form-control:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.footer .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__contact-address, .footer__contact-mail, .footer__contact-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__contact-address::before, .footer__contact-mail::before, .footer__contact-call::before {
  font-family: "fontello";
  font-size: 20px;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #167a6d;
  background: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 575px) {
  .footer__contact-address::before, .footer__contact-mail::before, .footer__contact-call::before {
    font-size: 15px;
    min-width: 30px;
    min-height: 30px;
  }
}
.footer__contact-address::before {
  content: "\e821";
  font-size: 28px;
}
.footer__contact-mail::before {
  content: "\e886";
}
.footer__contact-call::before {
  content: "\e887";
}
.footer .wpcf7-response-output {
  color: #ffffff;
  border-color: #F4CC00 !important;
  border-radius: 10px;
  margin-top: 40px !important;
}
@media screen and (max-width: 575px) {
  .footer .wpcf7-response-output {
    margin: 40px 28px 0 !important;
  }
}
.footer .wpcf7-not-valid-tip {
  position: absolute;
  margin: 17px 0 10px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 991px) {
  .footer .wpcf7-not-valid-tip {
    min-width: 200px;
  }
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__bottom {
    justify-content: center;
  }
}
.footer__bottom p {
  color: #D6D6D6;
}
.footer__bottom p a {
  font-weight: 500;
  color: #D6D6D6;
  transition: all 600ms ease;
}
.footer__bottom p a:hover {
  color: #F4CC00;
}
.footer__bottom .footer__privacy {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 575px) {
  .footer__bottom .footer__copyright {
    text-align: center;
  }
}

.search__inner_heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.search__inner_heading h1 {
  text-align: start;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 425px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 270px;
  }
}
@media screen and (max-width: 360px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 250px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  border: 1px solid #167A6D !important;
  border-radius: 100px;
  padding: 10px 20px;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: block;
}
@media screen and (min-width: 1400px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 18px;
    line-height: 24px;
  }
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input::placeholder,
  .search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
    font-size: 14px;
    line-height: 20px;
  }
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button {
  font-weight: 500;
  color: #F4CC00;
  background: #ffffff;
  border: 1px solid #F4CC00 !important;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.search__inner_heading .wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  transition: all 500ms;
  color: #ffffff;
  background: #F4CC00;
}
.search__inner_loop ul,
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
}
.search__inner_loop ul {
  gap: 24px;
}
.search__inner_loop ul li {
  gap: 12px;
  border-bottom: 1px solid #167A6D;
  padding-bottom: 24px;
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
.search__inner_loop ul li a {
  color: #167A6D;
  transition: all 300ms ease;
}
.search__inner_loop ul li a:hover {
  color: #F4CC00;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search__inner_loop .wp-block-query-pagination a {
  font-weight: 400;
  color: #167A6D;
  padding: 10px 25px;
  border: 1px solid #167A6D;
  border-radius: 100px;
  display: block;
}
@media screen and (max-width: 425px) {
  .search__inner_loop .wp-block-query-pagination a {
    padding: 6px 20px;
  }
}

.home-cta {
  position: relative;
  overflow: hidden;
}
.home-cta__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-cta__bg-img img {
  width: 100%;
  height: 100%;
}
.home-cta__inner {
  position: relative;
  z-index: 1;
}
.home-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.home-cta__content h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.home-cta__content h2::after, .home-cta__content h2::before {
  content: "";
  width: 170px;
  height: 1px;
  background-color: #ffffff;
}
.home-cta__content h2,
.home-cta__content p {
  color: #ffffff;
}
.home-cta__content img {
  max-width: 90px;
  margin-bottom: 20px;
}
.home-cta__content .wp-block-buttons {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.home-cta__content .wp-block-buttons .home-cta-button a {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-cta__content .wp-block-buttons .home-cta-button a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  z-index: -1;
  opacity: 0.3;
}
.home-cta__content .wp-block-buttons .home-cta-button a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.home-cta__content .wp-block-buttons .home-cta-button a:hover {
  background-color: #ffffff;
  color: #167A6D;
}
.home-cta__content .wp-block-buttons .home-cta-button-transparent a {
  background-color: transparent;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home-cta__content .wp-block-buttons .home-cta-button-transparent a span.ripple-effect {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
  z-index: -1;
  opacity: 0.3;
}
.home-cta__content .wp-block-buttons .home-cta-button-transparent a:hover span.ripple-effect {
  width: 250%;
  height: 250%;
}
.home-cta__content .wp-block-buttons .home-cta-button-transparent a:hover {
  background-color: #ffffff;
  color: #167A6D;
}

.our-services .row {
  --bs-gutter-x: 36px;
}
@media screen and (max-width: 1199px) {
  .our-services .row {
    --bs-gutter-x: 24px;
    gap: 24px 0;
  }
}
.our-services__box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.031372549);
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .our-services__box {
    padding: 24px;
  }
}
.our-services__box h3 {
  color: #09332E;
}
.our-services__box p {
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0A0D0B;
}
.our-services__box figure {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.031372549);
  border-radius: 20px;
}
.our-services__box figure img {
  max-width: 52px;
  max-height: 52px;
}
.our-services__box .wp-block-buttons {
  padding-top: 20px;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .our-services__box .wp-block-buttons {
    padding-top: 8px;
  }
}
.our-services__box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 0;
  border-radius: 100% 100% 0 0;
}
.our-services__box:hover::before {
  top: 0;
  border-radius: 0;
}
.our-services__box > * {
  position: relative;
  z-index: 1;
}
.our-services .our-services__box::before {
  background: rgba(22, 122, 109, 0.1019607843);
}

.call-to-action__overlay {
  border: 1px solid #167A6D;
  border-radius: 18px;
  padding: 12px;
}
.call-to-action__inner {
  background-color: #004040;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .call-to-action__inner {
    padding: 36px 36px 0 36px;
  }
}
.call-to-action .row {
  gap: 24px 0;
}
@media screen and (max-width: 991px) {
  .call-to-action .row {
    flex-direction: column-reverse;
  }
}
.call-to-action__content, .call-to-action__img {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .call-to-action__content, .call-to-action__img {
    align-items: center;
    text-align: center;
  }
}
.call-to-action__img {
  justify-content: end;
  padding: 43px 0px 0px 43px;
}
@media screen and (max-width: 991px) {
  .call-to-action__img {
    padding: 0;
  }
}
.call-to-action__img img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .call-to-action__img img {
    max-width: 250px;
  }
}
.call-to-action__content {
  justify-content: center;
  gap: 21px;
  padding: 43px 43px 43px 0;
}
@media screen and (max-width: 991px) {
  .call-to-action__content {
    gap: 16px;
    padding: 0;
  }
}
.call-to-action__content h2 {
  font-weight: 400;
}
.call-to-action__content h2,
.call-to-action__content p {
  color: #ffffff;
}

.award__title {
  text-align: center;
}
.award__inner-content, .award__slider-content {
  padding: 10px;
  border: 1px solid #167A6D;
  border-radius: 12px;
}
@media screen and (min-width: 991px) {
  .award__inner-content, .award__slider-content {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .award__inner-content, .award__slider-content {
    width: 96%;
  }
}
.award .row {
  height: 550px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .award .row {
    height: 100%;
  }
}
.award__slider-content {
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .award__slider-content {
    height: 600px;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .award__slider-content {
    height: auto;
  }
}
.award__slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.award__slider-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
  border-radius: 20px;
}
.award__legends-content {
  background: #004040;
  padding: 44px 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  border-radius: 12px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .award__legends-content {
    padding: 44px;
    gap: 24px;
  }
}
.award__legends-content p {
  color: #ffffff;
}
.award__descriptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.introduction__inner {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
@media screen and (max-width: 991px) {
  .introduction__inner {
    gap: 36px;
  }
}
@media screen and (max-width: 991px) {
  .introduction .launch__inner-wapper .row {
    flex-direction: column-reverse;
  }
}
.introduction__inner-content,
.introduction .launch__inner-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.introduction__subtitle,
.introduction .launch__subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.368627451);
  display: flex;
  align-items: center;
}
.introduction .description-primary {
  line-height: 28px;
}
.introduction .row {
  --bs-gutter-x: 48px;
  gap: 24px 0;
}
.introduction__title,
.introduction .launch__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #167A6D;
}
@media screen and (max-width: 767px) {
  .introduction__title,
  .introduction .launch__title {
    line-height: 37px;
  }
}
.introduction__desctiptions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .introduction__desctiptions {
    gap: 14px;
  }
}
.introduction .launch__img-wapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .introduction .launch__img-wapper figure {
    height: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .introduction .launch__img-wapper figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .introduction .launch__img-wapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.introduction .launch__img-wapper img {
  width: 95%;
  height: 300px;
  border-radius: 17px;
  border: 10px solid #ffffff;
}
@media screen and (max-width: 991px) {
  .introduction .launch__img-wapper img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .introduction .launch__img-wapper img {
    width: 100%;
    height: auto;
  }
}
.introduction .launch__charge-img img {
  width: 180px;
  height: 160px;
  position: absolute;
  top: -15px;
  right: -10px;
  border-radius: 17px;
}
@media screen and (min-width: 1400px) {
  .introduction .launch__charge-img img {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .introduction .launch__charge-img img {
    top: -10px;
    right: -5px;
  }
}
@media screen and (max-width: 991px) {
  .introduction .launch__charge-img img {
    position: unset;
    width: 100%;
    height: 300px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .launch__charge-img img {
    height: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .introduction .launch__charge-img img {
    width: 100%;
  }
}

.home-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home-hero .splide__track,
.home-hero .splide__list {
  height: 100vh;
}
.home-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero__bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-hero__overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(178.22deg, rgba(0, 0, 0, 0.6) 10.42%, rgba(18, 16, 40, 0.5) 54.46%, rgba(18, 16, 40, 0.8) 98.49%);
  height: 100vh;
}
.home-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.home-hero__content h1,
.home-hero__content h1 strong {
  font-weight: 700;
}
.home-hero__content h1,
.home-hero__content p {
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
}
.home-hero__content p.home-hero__content_subtitle {
  font-weight: 700;
  color: #F4CC00;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
}
.home-hero__content img {
  max-width: 90px;
  margin-bottom: 20px;
}
.home-hero__content .wp-block-buttons {
  margin-top: 12px;
}
.home-hero__content .wp-block-buttons .global-button-white a {
  color: #ffffff;
  background: #167A6D;
}
.home-hero__content .wp-block-buttons .global-button-white a:hover {
  background: #167A6D;
}
.home-hero ul.splide__pagination {
  bottom: 64px;
}
@media screen and (max-width: 767px) {
  .home-hero ul.splide__pagination {
    bottom: 48px;
  }
}
@media screen and (max-width: 425px) {
  .home-hero ul.splide__pagination {
    bottom: 36px;
  }
}
.home-hero ul.splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
  background-color: #D9D9D9;
}
@media screen and (max-width: 425px) {
  .home-hero ul.splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.home-hero ul.splide__pagination .splide__pagination__page.is-active {
  width: 60px;
  background-color: #F4CC00;
  border-radius: 15px;
  transform: scale(1);
}
@media screen and (max-width: 425px) {
  .home-hero ul.splide__pagination .splide__pagination__page.is-active {
    border-radius: 10px;
  }
}
.home-hero .animation-gif {
  position: absolute;
  right: 10%;
  top: 50%;
}
.home-hero .animation-gif img {
  height: 200px;
  width: 200px;
}
.home-hero .animation-gif-second {
  position: absolute;
  bottom: 2%;
  left: 26%;
}
.home-hero .animation-gif-second img {
  height: 200px;
  width: 200px;
}

.contact-form__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 38px;
  border-radius: 24px;
  box-shadow: 0px 2.89px 30.87px 0px rgba(0, 0, 0, 0.031372549);
  background-color: #ffffff;
}
.contact-form__inner_content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-form__inner_content h3 {
  color: #167A6D;
}
.contact-form__inner .wpcf7 .wpcf7-form {
  display: inline-block;
}
.contact-form__inner .wpcf7 .row {
  --bs-gutter-x: 16px;
  gap: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact-form__inner .wpcf7 .row {
    gap: 16px 0;
  }
}
.contact-form__inner .wpcf7 br {
  display: none;
}
.contact-form__inner .wpcf7 span {
  display: block;
}
.contact-form__inner .wpcf7 .contact-form__box {
  margin-top: 0;
}
.contact-form__inner .wpcf7 .contact-form__box input::-moz-placeholder, .contact-form__inner .wpcf7 .contact-form__box textarea::-moz-placeholder {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #167A6D;
}
.contact-form__inner .wpcf7 .contact-form__box label,
.contact-form__inner .wpcf7 .contact-form__box input,
.contact-form__inner .wpcf7 .contact-form__box select,
.contact-form__inner .wpcf7 .contact-form__box textarea,
.contact-form__inner .wpcf7 .contact-form__box option,
.contact-form__inner .wpcf7 .contact-form__box input::placeholder,
.contact-form__inner .wpcf7 .contact-form__box textarea::placeholder,
.contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #167A6D;
}
@media screen and (min-width: 1440px) {
  .contact-form__inner .wpcf7 .contact-form__box input::-moz-placeholder, .contact-form__inner .wpcf7 .contact-form__box textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .contact-form__inner .wpcf7 .contact-form__box label,
  .contact-form__inner .wpcf7 .contact-form__box input,
  .contact-form__inner .wpcf7 .contact-form__box select,
  .contact-form__inner .wpcf7 .contact-form__box textarea,
  .contact-form__inner .wpcf7 .contact-form__box option,
  .contact-form__inner .wpcf7 .contact-form__box input::placeholder,
  .contact-form__inner .wpcf7 .contact-form__box textarea::placeholder,
  .contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact-form__inner .wpcf7 span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 5px 0px 5px;
}
@media screen and (min-width: 1400px) {
  .contact-form__inner .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 17px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px) {
  .contact-form__inner .wpcf7 span.wpcf7-not-valid-tip {
    font-size: 13px;
    line-height: 18px;
  }
}
.contact-form__inner .wpcf7 .select-box p {
  position: relative;
}
.contact-form__inner .wpcf7 .select-box p::after {
  content: "\f078";
  font-family: "fontawesome";
  font-size: 14px;
  line-height: 14px;
  color: #167A6D;
  position: absolute;
  right: 20px;
  bottom: 21%;
}
.contact-form__inner .wpcf7 .select-box p select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.contact-form__inner .wpcf7 .contact-form__box input,
.contact-form__inner .wpcf7 .contact-form__box textarea,
.contact-form__inner .wpcf7 .contact-form__box select {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(2, 99, 91, 0.2509803922) !important;
  border-radius: 10px;
}
.contact-form__inner .wpcf7 .contact-form__box label {
  margin-bottom: 5px;
}
.contact-form__inner .wpcf7 .contact-form__box input::-moz-placeholder, .contact-form__inner .wpcf7 .contact-form__box textarea::-moz-placeholder {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.contact-form__inner .wpcf7 .contact-form__box input::placeholder,
.contact-form__inner .wpcf7 .contact-form__box textarea::placeholder,
.contact-form__inner .wpcf7 .contact-form__box option {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.contact-form__inner .wpcf7 .contact-form__box input::-moz-placeholder, .contact-form__inner .wpcf7 .contact-form__box textarea::-moz-placeholder {
  color: #83888F;
}
.contact-form__inner .wpcf7 .contact-form__box input::placeholder,
.contact-form__inner .wpcf7 .contact-form__box textarea::placeholder {
  color: #83888F;
}
.contact-form__inner .wpcf7 .contact-form__box textarea {
  height: 124px;
  resize: none;
  border-radius: 10px;
}
.contact-form__inner .wpcf7 .contact-form__box input:focus,
.contact-form__inner .wpcf7 .contact-form__box textarea:focus,
.contact-form__inner .wpcf7 .contact-form__box select:focus {
  outline: 1px solid #167A6D;
  outline-offset: 0;
  box-shadow: 0 0 0 2px rgba(22, 122, 109, 0.2);
}
.contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  background: #167A6D;
  padding: 14px 28px;
  border-radius: 99px;
  display: block;
}
@media screen and (min-width: 1440px) {
  .contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 24px;
  }
}
.contact-form__inner .wpcf7 .contact-form__box .wpcf7-submit:hover {
  transition: all 500ms;
  border: 1px solid #F4CC00 !important;
}
.contact-form__inner .wpcf7 .conatct-submit-button p {
  position: relative;
}
.contact-form__inner .wpcf7 .conatct-submit-button p .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 29%;
}
.contact-form__inner .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

.common-hero {
  position: relative;
  overflow: hidden;
}
.common-hero hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  margin: 0;
  padding-top: 160px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.06);
}
@media screen and (max-width: 575px) {
  .common-hero hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
.common-hero__inner {
  position: relative;
}
.common-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.common-hero__bg-img img {
  width: 100%;
  height: 100%;
}
.common-hero__overlay {
  position: relative;
  z-index: 1;
  background: rgba(0, 64, 64, 0.9);
}
.common-hero__light-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.common-hero .row {
  gap: 36px 0;
  justify-content: space-between;
}
.common-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .common-hero__content {
    gap: 16px;
  }
}
.common-hero__content h1,
.common-hero__content p {
  color: #ffffff;
}
.common-hero__content .wp-block-buttons {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.common-hero__content .wp-block-buttons .global-button a {
  color: #ffffff;
  background: transparent;
  border: 1px solid transparent;
}
.common-hero__content .wp-block-buttons .global-button-white a {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
.common-hero__content ul {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
}
.common-hero__content ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #FEF7ED;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1440px) {
  .common-hero__content ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .common-hero__content ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__content ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-hero__content ul li::before {
  font-size: 22px;
  line-height: 22px;
  color: #FEF7ED;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.common-hero h3 {
  color: #ffffff;
}
.common-hero__post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
.common-hero__post-meta time,
.common-hero__post-meta .wp-block-post-author-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 23px;
  line-height: 34px;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .common-hero__post-meta time,
  .common-hero__post-meta .wp-block-post-author-name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-hero__post-meta time,
  .common-hero__post-meta .wp-block-post-author-name {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__post-meta time,
  .common-hero__post-meta .wp-block-post-author-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.common-hero__post-meta .wp-block-post-author-name,
.common-hero__post-meta .wp-block-post-date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common-hero__post-meta .wp-block-post-author-name::before,
.common-hero__post-meta .wp-block-post-date::before {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .common-hero__post-meta .wp-block-post-author-name::before,
  .common-hero__post-meta .wp-block-post-date::before {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__post-meta .wp-block-post-author-name::before,
  .common-hero__post-meta .wp-block-post-date::before {
    font-size: 18px;
    line-height: 18px;
  }
}
.common-hero__events-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
.common-hero__events-post-meta .event-date-range,
.common-hero__events-post-meta .wp-block-post-terms a {
  font-size: 18px;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.0588235294);
}
@media screen and (min-width: 1440px) {
  .common-hero__events-post-meta .event-date-range,
  .common-hero__events-post-meta .wp-block-post-terms a {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .common-hero__events-post-meta .event-date-range,
  .common-hero__events-post-meta .wp-block-post-terms a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__events-post-meta .event-date-range,
  .common-hero__events-post-meta .wp-block-post-terms a {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-hero__events-post-meta .event-date-range::before {
  content: "\e81c";
}
.common-hero__events-post-meta .wp-block-post-terms a::before {
  content: "\e81b";
}
.common-hero__events-post-meta .event-date-range,
.common-hero__events-post-meta .wp-block-post-terms a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common-hero__events-post-meta .event-date-range::before,
.common-hero__events-post-meta .wp-block-post-terms a::before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .common-hero__events-post-meta .event-date-range::before,
  .common-hero__events-post-meta .wp-block-post-terms a::before {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 425px) {
  .common-hero__events-post-meta .event-date-range::before,
  .common-hero__events-post-meta .wp-block-post-terms a::before {
    font-size: 16px;
    line-height: 16px;
  }
}
.common-hero__main-img, .common-hero__content {
  height: 100%;
}
.common-hero__main-img {
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.common-hero__main-img figure {
  width: 100%;
  position: absolute;
  bottom: -96px;
}
@media screen and (max-width: 991px) {
  .common-hero__main-img figure {
    position: unset;
    bottom: unset;
  }
}
.common-hero__main-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 991px) {
  .common-hero__main-img img {
    transform: translateY(0);
    border-radius: 12px;
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .common-hero__main-img img {
    height: 400px;
  }
}
.common-hero .explore-btn {
  margin-top: 24px;
}
.common-hero .explore-btn p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.common-hero .explore-btn p a {
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common-hero .explore-btn p a::after {
  content: "䕅";
  font-family: "fontello";
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
  animation: explore-btn 0.6s ease-in-out infinite;
}
.common-hero .global-button-white.btn-white a {
  background-color: #ffffff;
  color: #167A6D;
}
.common-hero .global-button-white.btn-white a:hover {
  background-color: #167A6D;
  color: #ffffff;
}
.common-hero .event-info {
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

@keyframes explore-btn {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.common-hero.legend-hero .row {
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .common-hero.legend-hero .row {
    height: 456px;
  }
}
@media screen and (max-width: 991px) {
  .common-hero.legend-hero .row {
    height: auto;
  }
}
.common-hero.legend-hero .common-hero__content {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .common-hero.form-hero .common-hero__inner {
    padding-bottom: 0;
  }
}

.members-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 77, 78, 0.9);
  z-index: 2;
}
.members-hero .common-hero__inner {
  position: relative;
  z-index: 3;
}

.rank-math-breadcrumb {
  margin-bottom: 6px;
}
.rank-math-breadcrumb p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.rank-math-breadcrumb p a:first-child::before {
  content: "ࠀ";
  font-family: "fontello";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 0px 0 5px 0;
  padding: 0;
  display: block;
}
.rank-math-breadcrumb p,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1440px) {
  .rank-math-breadcrumb p,
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .rank-math-breadcrumb p,
  .rank-math-breadcrumb a,
  .rank-math-breadcrumb span {
    font-size: 14px;
    line-height: 22px;
  }
}
.rank-math-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.rank-math-breadcrumb span {
  color: #ffffff;
}
.rank-math-breadcrumb .separator {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.rank-math-breadcrumb .separator::before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 16px;
  line-height: 16px;
  font-weight: bolder;
  color: #ffffff;
  margin: 0 0 -2px 0;
  padding: 0;
  display: block;
}

.contact-details .row {
  gap: 24px 0;
  --bs-gutter-x: 28px;
}
@media screen and (max-width: 767px) {
  .contact-details .row {
    gap: 16px 0;
    --bs-gutter-x: 16px;
  }
}
.contact-details__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .contact-details__content br {
    display: none;
  }
}
.contact-details__box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 24px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 400.53px 112.11px 0px rgba(0, 0, 0, 0);
  background: rgba(252, 252, 252, 0.9490196078);
  padding: 28px;
}
.contact-details__box img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  border: 1px solid #CECECE;
  box-shadow: 4.08px 4.08px 40.77px 0px rgba(0, 0, 0, 0.1411764706);
  margin-bottom: 16px;
}
.contact-details__box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #767676;
}
@media screen and (min-width: 1440px) {
  .contact-details__box p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 991px) {
  .contact-details__box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact-details__box .mail-links {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-details__box .mail-links p:first-child {
  width: 100%;
}
.contact-details__box .mail-links a {
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  color: #167A6D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.69px solid #D9D9D9;
  border-radius: 100px;
  padding: 10px;
  transition: all 0.6s;
}
.contact-details__box .mail-links a::before {
  content: "\e013";
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  color: #167A6D;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2px 0;
  padding: 0;
}
.contact-details__box .mail-links a:hover {
  color: #ffffff;
  border: 1.69px solid #167A6D;
}
.contact-details__box .mail-links a:hover:hover::before {
  color: #ffffff;
}
.contact-details__box .copy-mail-links::before {
  font-size: 18px;
  line-height: 18px;
  color: #A2A2A2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.contact-details__box .copy-mail-links::before:hover {
  color: #167A6D;
}

.other-contact-details {
  position: relative;
  overflow: hidden;
}
.other-contact-details__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.other-contact-details__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-contact-details__inner {
  background: rgba(0, 64, 64, 0.4509803922);
}
.other-contact-details__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0px 244.4px 68.41px 0px rgba(0, 0, 0, 0);
  border: 1px solid #EEEEEE;
  border-radius: 24px;
  background: rgba(252, 252, 252, 0.9490196078);
  padding: 24px;
}
.other-contact-details__address, .other-contact-details__call-box, .other-contact-details__mail-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.other-contact-details__address h3,
.other-contact-details__address h4, .other-contact-details__call-box h3,
.other-contact-details__call-box h4, .other-contact-details__mail-box h3,
.other-contact-details__mail-box h4 {
  color: #167A6D;
}
.other-contact-details__address p,
.other-contact-details__address a, .other-contact-details__call-box p,
.other-contact-details__call-box a, .other-contact-details__mail-box p,
.other-contact-details__mail-box a {
  color: #09332E;
  font-family: "Libre Baskerville", serif;
}
.other-contact-details__address a, .other-contact-details__call-box a, .other-contact-details__mail-box a {
  transition: all 0.6s;
}
.other-contact-details__address a:hover, .other-contact-details__call-box a:hover, .other-contact-details__mail-box a:hover {
  color: #167A6D;
}
.other-contact-details__address p::before, .other-contact-details__call-box p::before, .other-contact-details__mail-box p::before {
  font-size: 18px;
  line-height: 18px;
  color: #167A6D;
  background-color: #ffffff;
  border-radius: 100%;
  min-width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.other-contact-details__address p.icon-mappin::before, .other-contact-details__call-box p.icon-mappin::before, .other-contact-details__mail-box p.icon-mappin::before {
  font-size: 24px;
  line-height: 24px;
}
.other-contact-details__boxes {
  display: flex;
  align-items: flex-start;
  gap: 16px 24px;
  flex-wrap: wrap;
}
.other-contact-details hr.wp-block-separator {
  margin: 0;
}

.latest-news {
  border-radius: 36px;
}
.latest-news__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .latest-news__inner {
    gap: 48px;
  }
}
.latest-news__heading-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.latest-news .wp-block-separator {
  border-bottom: 1px solid #DDDDDD;
  opacity: 0.8;
}
.latest-news .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 47%;
  margin-top: 27px;
}
@media screen and (max-width: 1199px) {
  .latest-news .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 38%;
  }
}
@media screen and (max-width: 991px) {
  .latest-news .wp-block-separator {
    display: none;
  }
}
.latest-news__heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 575px) {
  .latest-news__heading {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.latest-news__heading-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 380px;
}
.latest-news__heading-left p {
	font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 991px) {
  .latest-news__heading-left {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .latest-news__heading-left {
    width: 100%;
  }
}
.latest-news__posts-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .latest-news__posts-container {
    flex-wrap: wrap;
  }
}
.latest-news .wp-block-post {
  display: flex;
  background: #ffffff;
  width: 49%;
  border-radius: 18px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .latest-news .wp-block-post {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .latest-news .wp-block-post {
    flex-direction: column;
  }
}
.latest-news__featured-img figure {
  width: 200px;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .latest-news__featured-img figure {
    width: 100%;
    height: 250px;
  }
}
.latest-news__featured-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px 0 0 20px;
  filter: grayscale(100%) contrast(130%) brightness(90%);
  box-shadow: 0px -54.55px 86.59px 0px rgba(0, 0, 0, 0) inset;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 575px) {
  .latest-news__featured-img img {
    border-radius: 20px 20px 0 0;
  }
}
.latest-news .wp-block-post > div:not(.latest-news__featured-img) {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  .latest-news .wp-block-post > div:not(.latest-news__featured-img) {
    padding: 30px 20px;
  }
}
.latest-news__posts-body {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 1199px) {
  .latest-news__posts-body {
    gap: 24px;
  }
}
.latest-news__posts-body .wp-block-post-title a {
  color: rgb(49, 49, 49);
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
.latest-news__posts-body-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.latest-news__time-info {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.latest-news .wp-block-post-date time,
.latest-news .taxonomy-news_category a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #167A6D;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: rgba(22, 122, 109, 0.1019607843);
  padding: 6px 12px;
  border-radius: 999px;
  display: block;
}
.latest-news .taxonomy-news_category a {
  color: #000000;
  background: transparent;
  border: 1px solid #D1D5DB;
}
.latest-news .taxonomy-news_category a:hover {
  background-color: rgba(22, 122, 109, 0.1019607843);
  color: #167A6D;
}
.latest-news .wp-block-post-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
}
.latest-news .wp-block-post-excerpt {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.latest-news__read-more {
  font-weight: 600;
  text-decoration: none;
  color: #167A6D;
  background: transparent;
  border: 1px solid #167A6D;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  transition: all 0.6s ease;
  padding: 10px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.latest-news__read-more::after {
  content: " \e800";
  font-family: fontello;
  margin-left: 6px;
}
.latest-news .wp-block-post:hover {
  transform: translateY(-4px);
}
.latest-news .wp-block-post:hover .latest-news__featured-img img {
  filter: none;
}
.latest-news .wp-block-post:hover .latest-news__posts-body .wp-block-post-title a {
  text-decoration: underline;
  text-decoration-color: #F4CC00;
}
.latest-news .wp-block-post:hover .latest-news__posts-body .latest-news__read-more {
  background-color: #167A6D;
  color: #ffffff;
}

.our-story h2 {
  display: flex;
}
@media screen and (max-width: 991px) {
  .our-story h2::before {
    display: none;
  }
}
.our-story__inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.our-story__inner-content h2 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .our-story__inner-content {
    gap: 16px;
  }
}
.our-story__inner-content p {
  margin-top: 16px;
}
.our-story__inner-content .global-button-white.btn-mail a::after {
  content: "\f08e";
  font-family: "fontello";
  margin-left: 8px;
}
.our-story .global-button-white a {
  background-color: #167A6D;
  color: #ffffff;
}
.our-story .global-button-white a:hover {
  border-color: #167A6D;
}
@media screen and (max-width: 425px) {
  .our-story .global-button-white a {
    font-size: 13px;
  }
}
.our-story .our-story__slider img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .our-story .our-story__slider img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.our-story__slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
@media screen and (max-width: 575px) {
  .our-story__slider-wrapper {
    margin-top: 24px;
  }
}
.our-story__slider-wrapper::before, .our-story__slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 110px;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.our-story__slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 575px) {
  .our-story__slider-wrapper::before {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 10%);
  }
}
.our-story__slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 575px) {
  .our-story__slider-wrapper::after {
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 10%);
  }
}
.our-story .slider__curve {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: -15px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .our-story .slider__curve {
    height: 30px;
    top: -24px;
    display: none;
  }
}

.produced__inner-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.produced__subtitle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.368627451);
  display: flex;
  align-items: center;
}
.produced .description-primary {
  line-height: 28px;
}
.produced .row {
  --bs-gutter-x: 48px;
  gap: 24px 0;
}
.produced__title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #167A6D;
}
@media screen and (max-width: 767px) {
  .produced__title {
    line-height: 37px;
  }
}
.produced__desctiptions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .produced__desctiptions {
    gap: 14px;
  }
}
.produced__img-wapper {
  position: sticky;
  top: 10px;
}
.produced__img-wapper img {
  border: 10px solid #ffffff;
  border-radius: 17px;
  height: auto;
  max-width: 100%;
  max-height: 340px;
}
.produced__inner-wapper {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
@media screen and (max-width: 991px) {
  .produced__inner-wapper {
    gap: 48px;
  }
}
.produced__letter {
  padding: 48px;
  background-color: #ffffff;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  gap: 43px;
}
@media screen and (max-width: 991px) {
  .produced__letter {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .produced__letter {
    padding: 30px;
    border-radius: 24px;
  }
}
.produced__letter-body {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 991px) {
  .produced__letter-body {
    gap: 16px;
  }
}
.produced__letter-body .description-primary {
  line-height: 31px;
  font-weight: 700;
  color: #09332E;
}
.produced__letter-title {
  font-size: 30px;
  color: #115D53;
}
@media screen and (max-width: 767px) {
  .produced__letter-title {
    font-size: 27px;
    line-height: 37px;
  }
}
.produced__letter-title::after {
  content: "";
  width: 350px;
  height: 4px;
  border-radius: 7px;
  margin-top: 6px;
  background: linear-gradient(90deg, #FFF 0%, #FFDA41 50%, #FFF 100%);
  display: flex;
}
@media screen and (max-width: 575px) {
  .produced__letter-title::after {
    display: none;
  }
}
.produced__letter-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.produced__letter-footer .global-button-white a {
  background-color: #167A6D;
  color: #ffffff;
}
.produced__letter-footer .global-button-white a:hover {
  border-color: #167A6D;
}
.produced__letter-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .produced__letter-name {
    gap: 0;
  }
}
.produced__letter-name p {
  font-weight: 700;
  color: #115D53;
}

.achievements {
  position: relative;
  overflow: hidden;
}
.achievements__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.achievements__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievements__inner-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 1;
}
.achievements__inner-content h2 {
  display: flex;
  align-items: center;
}
.achievements__inner-content h2::after {
  content: "";
  width: 564px;
  height: 2px;
  margin-left: 12px;
  opacity: 0.6;
  background-color: #DDDDDD;
}
@media screen and (max-width: 1199px) {
  .achievements__inner-content h2::after {
    width: 464px;
  }
}
@media screen and (max-width: 991px) {
  .achievements__inner-content h2::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .achievements__inner-content {
    gap: 48px;
  }
}
.achievements .row {
  --bs-gutter-x: 64px;
  gap: 36px 0;
}
@media screen and (max-width: 1199px) {
  .achievements .row {
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 575px) {
  .achievements .row {
    gap: 24px 0;
  }
}
.achievements h2 {
  color: #ffffff;
}
.achievements__cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .achievements__cards {
    gap: 8px;
  }
}
.achievements__cards-title, .achievements__cards-description {
  color: #ffffff;
}
.achievements__cards-title {
  font-size: 62px;
  line-height: 72px;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (min-width: 1440px) {
  .achievements__cards-title {
    font-size: 64px;
    line-height: 74px;
  }
}
@media screen and (max-width: 1199px) {
  .achievements__cards-title {
    font-size: 56px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .achievements__cards-title {
    font-size: 50px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .achievements__cards-title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media screen and (max-width: 575px) {
  .achievements__cards-title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 425px) {
  .achievements__cards-title {
    font-size: 30px;
    line-height: 44px;
  }
}
.achievements__cards-description {
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1440px) {
  .achievements__cards-description {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .achievements__cards-description {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 425px) {
  .achievements__cards-description {
    font-size: 18px;
    line-height: 26px;
  }
}

.legends__inner {
  gap: 88px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .legends__inner {
    gap: 36px;
  }
}
.legends__heading-content {
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .legends__heading-content {
    gap: 13px;
  }
}
.legends__heading-content .description-primary {
  text-align: center;
}
.legends__title {
  text-align: center;
  background-color: #FFF3EB;
  padding: 0 8px;
  z-index: 1;
}
.legends__title-container {
  text-align: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.legends__title-container::before {
  content: "";
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  position: absolute;
}
.legends__card {
  gap: 76px 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .legends__card {
    gap: 36px;
  }
}
.legends__card li {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  padding: 0 28px 28px 28px;
  width: calc(33.333% - 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .legends__card li {
    width: calc(50% - 36px);
  }
}
@media screen and (max-width: 767px) {
  .legends__card li {
    padding-top: 28px;
  }
}
@media screen and (max-width: 575px) {
  .legends__card li {
    width: 100%;
  }
}
.legends__name {
  color: #005C5C;
  margin-top: 15px;
}
.legends__name a {
  color: #005C5C;
}
.legends .legend-company-name {
  font-size: 19px;
  font-weight: 600;
  color: #09332E;
}
.legends__excerpt p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.legends__card-content p {
  color: rgba(0, 0, 0, 0.6);
}
.legends .live-search-box {
  display: flex;
  justify-content: center;
}
.legends .live-search-box input {
  width: 50%;
  height: 40px;
  border: none;
  padding: 10px;
  border: 1px solid rgba(9, 51, 46, 0.2117647059);
  border-radius: 12px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .legends .live-search-box input {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .legends .live-search-box input {
    width: 100%;
  }
}
.legends .wp-block-separator {
  border-bottom: 1px solid #DDDDDD;
  opacity: 0.8;
  margin-bottom: 10px;
}
.legends .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.legends__read-more {
  font-weight: 600;
  color: #D08700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  transition: all 1s;
}
.legends__read-more::after {
  content: "\e800";
  font-family: fontello;
  margin-top: 2px;
}
.legends__read-more:hover {
  color: #167A6D;
}
.legends__read-more:hover::after {
  transform: translateX(5px);
}
.legends__image-frame {
  background-image: url("./../images/frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 250px;
  aspect-ratio: 1 / 1;
  margin-top: -40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .legends__image-frame {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .legends__image-frame {
    margin-top: 0;
    width: 150px;
  }
}
@media screen and (max-width: 575px) {
  .legends__image-frame {
    width: 200px;
  }
}
.legends__image-frame figure {
    position: absolute;
    top: 18%;
    left: 18%;
    width: 63%;
    height: 64%;
    margin: 0;
}
.legends__image-frame figure img {
	width: 100%;
    height: 100%;
}
.legends .wp-block-query-pagination {
  margin-top: 48px;
  display: flex;
  gap: 14px;
}
.legends .wp-block-query-pagination a {
  color: rgba(9, 51, 46, 0.8117647059);
  border: 1px solid rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
  padding: 10px 12px;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\e800";
  font-family: fontello;
  margin-left: 10px;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\e82e";
  font-family: fontello;
  margin-right: 10px;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-next-arrow,
.legends .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: none;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 14px;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-numbers a,
.legends .wp-block-query-pagination .wp-block-query-pagination-numbers span {
  color: rgba(9, 51, 46, 0.8117647059);
  border: 1px solid rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
  padding: 9px 16px;
}
.legends .wp-block-query-pagination .wp-block-query-pagination-numbers span {
  background-color: #167A6D;
  color: #ffffff;
}
.legends form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.legends .wp-block-search__input {
  padding: 14px 17px;
}
.legends .wp-block-search__button {
  margin-left: 0;
}
.legends .wp-block-search__inside-wrapper {
  width: 60%;
  border: 1px solid rgba(9, 51, 46, 0.2117647059);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .legends .wp-block-search__inside-wrapper {
    width: 100%;
  }
}
.legends .pagination-info {
  text-align: center;
  color: rgba(9, 51, 46, 0.4588235294);
  margin-top: 24px;
}

.legends-hero .legends__image-frame {
  background-image: url("./../images/single-frame.png");
  width: 80%;
  aspect-ratio: 1 / 1;
  margin-top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}
.legends-hero .legends__image-frame figure {
  position: absolute;
  top: 32%;
  left: 17%;
  width: 49%;
  height: 52%;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .legends-hero .legends__image-frame {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .legends-hero .legends__image-frame {
    width: 70%;
  }
}
@media screen and (max-width: 425px) {
  .legends-hero .legends__image-frame {
    width: 90%;
  }
}
.legends-hero .legend-company-name {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.legends-hero__image {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .legends-hero__image {
    justify-content: center;
  }
}
.legends-hero .row {
  --bs-gutter-x: 0px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .legends-hero .row {
    flex-direction: column-reverse;
    --bs-gutter-y: 24px;
  }
}
.legends-hero .common-hero__content {
  gap: 18px;
  justify-content: center;
}
.legends-hero .col-md-6 {
  margin-top: 0;
}
.legends-hero__explore p {
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  bottom: -30px;
}
.legends-hero__explore p a {
  color: #FFFFFFD1;
}
@media screen and (max-width: 767px) {
  .legends-hero__explore p {
    display: none;
  }
}
.legends-hero__explore p::after {
  content: "\f004";
  font-family: fontello;
  animation: jumpY 0.6s ease-in-out infinite;
}
.legends-hero__excerpt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .legends-hero__excerpt {
    font-size: 17px;
  }
}
.legends-hero__betch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-image: url("./../images/symbol.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 144px;
  width: 152px;
  position: absolute;
  bottom: 0;
  left: -8%;
}
@media screen and (max-width: 991px) {
  .legends-hero__betch {
    left: -10%;
    bottom: -14%;
  }
}
@media screen and (max-width: 575px) {
  .legends-hero__betch {
    height: 134px;
    width: 122px;
    background-size: contain;
  }
}
@media screen and (max-width: 425px) {
  .legends-hero__betch {
    left: 0%;
  }
}
@media screen and (max-width: 360px) {
  .legends-hero__betch {
    left: -8%;
    bottom: -17%;
  }
}
.legends-hero__betch h5,
.legends-hero__betch h6 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .legends-hero__betch h5,
  .legends-hero__betch h6 {
    font-size: 12px;
  }
}
.legends-hero__betch h6 {
  font-size: 10px;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .legends-hero .common-padding {
    padding: 64px 20px;
  }
}
@media screen and (max-width: 425px) {
  .legends-hero .common-padding {
    padding: 48px 20px;
  }
}

@keyframes jumpY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
.matter__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .matter__inner {
    gap: 36px;
  }
}
.matter__title {
  text-align: center;
  background-color: #ffffff;
  z-index: 1;
  padding: 0 8px;
}
.matter__title-container {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.matter__title-container::before {
  content: "";
  background-color: #DDDDDD;
  position: absolute;
  width: 100%;
  height: 1px;
}
.matter__image-wapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .matter__image-wapper {
    gap: 18px;
  }
}
.matter__image-wapper img {
  border-radius: 12px;
}
@media screen and (max-width: 360px) {
  .matter__image-wapper img {
    min-height: 125px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.matter .subtitle-icon::before {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  .matter .subtitle-icon::before {
    margin-top: 2px;
  }
}
.matter .wp-block-separator {
  border-bottom: 1px solid #DDDDDD;
  opacity: 0.8;
}
.matter .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.matter__know {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .matter__know {
    gap: 24px;
  }
}
.matter__know ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .matter__know ul {
    gap: 15px;
  }
}
.matter__know li strong {
  padding-left: 40px;
}
.matter__know h3 {
  color: #167A6D;
  font-weight: 700;
}

.spotlight__inner {
  position: relative;
}
.spotlight__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 1400px) {
  .spotlight__content {
    gap: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .spotlight__content {
    gap: 25px;
  }
}
.spotlight__title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  line-height: 42px;
}
@media screen and (min-width: 1400px) {
  .spotlight__title {
    font-size: 32px;
    line-height: 51px;
  }
}
@media screen and (max-width: 1199px) {
  .spotlight__title {
    font-size: 24px;
    line-height: 38px;
  }
}
.spotlight__description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .spotlight__description {
    gap: 18px;
  }
}
.spotlight .description-primary {
  display: flex;
}
.spotlight .subtitle-icon::before {
  margin-top: 4px;
}
.spotlight__image {
  position: sticky;
  top: 40px;
}
.spotlight__image img {
  border-radius: 12px;
  width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
  .spotlight__image img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .spotlight__image figure {
    display: flex;
    justify-content: center;
  }
}

.lasting-legacy__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .lasting-legacy__inner {
    gap: 25px;
  }
}
.lasting-legacy__img-container {
  text-align: center;
}
.lasting-legacy__img-container figure img {
	width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
}
.lasting-legacy__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .lasting-legacy__content {
    gap: 30px;
  }
}
.lasting-legacy__content .description-primary {
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  width: 850px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8509803922);
}
@media screen and (min-width: 1440px) {
  .lasting-legacy__content .description-primary {
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
    width: 1044px;
  }
}
@media screen and (max-width: 1199px) {
  .lasting-legacy__content .description-primary {
    width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .lasting-legacy__content .description-primary {
    width: 100%;
  }
}

.single-page__links-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .single-page__links-inner {
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-page__links-inner {
    flex-direction: column;
  }
}
.single-page__back-btn {
  padding: 12px 32px;
  text-align: center;
  background-color: #ffffff;
  color: #1A1A1A;
  border: 2px solid #F0F0F0;
  border-radius: 89px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.3s ease;
}
.single-page__back-btn:hover {
  background-color: #167A6D;
  border: 2px solid #167A6D;
  color: #ffffff;
}
.single-page__back-btn:hover::before {
  color: #ffffff;
}
.single-page__back-btn::before {
  content: "\f100";
  font-family: "fontello";
  padding-right: 10px;
  color: #167A6D;
  transition: all 0.3s ease;
}
.single-page__back-btn a {
  color: inherit;
}
.single-page__btn-container {
  display: flex;
  flex-direction: row;
  gap: 11px;
}
@media screen and (max-width: 991px) {
  .single-page__btn-container {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-page__btn-container {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.single-page__prev-btn, .single-page__next-btn {
  padding: 12px 32px;
  text-align: center;
  background-color: #ffffff;
  color: #1A1A1A;
  border: 2px solid #F0F0F0;
  border-radius: 89px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.3s ease;
}
.single-page__prev-btn:hover {
  background-color: #167A6D;
  border: 2px solid #167A6D;
  color: #ffffff;
}
.single-page__prev-btn:hover::before {
  color: #ffffff;
}
.single-page__prev-btn::before {
  content: "\f104";
  font-family: "fontello";
  padding-right: 10px;
  color: #167A6D;
  transition: all 0.3s ease;
}
.single-page__prev-btn a {
  color: inherit;
}
.single-page__next-btn:hover {
  background-color: #167A6D;
  border: 2px solid #167A6D;
  color: #ffffff;
}
.single-page__next-btn:hover::after {
  color: #ffffff;
}
.single-page__next-btn::after {
  content: "\f105";
  font-family: "fontello";
  padding-left: 10px;
  color: #167A6D;
  transition: all 0.3s ease;
}
.single-page__next-btn a {
  color: inherit;
}
.single-page__share-social {
  position: absolute;
  bottom: 52px;
  right: 16px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}
.single-page__share-btn {
  padding: 12px 32px;
  text-align: center;
  background-color: #ffffff;
  color: #1A1A1A;
  border: 2px solid #F0F0F0;
  border-radius: 89px;
  box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.0705882353);
  transition: all 0.3s ease;
}
.single-page__share-btn:hover {
  background-color: #167A6D;
  border: 2px solid #167A6D;
  color: #ffffff;
}
.single-page__share-btn:hover::after {
  color: #ffffff;
}
.single-page__share-btn::after {
  content: "\e82d";
  font-family: "fontello";
  padding-left: 10px;
  color: #167A6D;
  transition: all 0.3s ease;
}
.single-page__share-btn a {
  color: inherit;
}
.single-page__share-btn-container {
  position: relative;
}
.single-page__share-btn-container:hover .single-page__share-social {
  opacity: 1;
  transform: scale(1);
}

.about {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.about__bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__content-container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about__content-container {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .about__content-container {
    top: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .about__content-container .container {
    max-width: 1140px;
  }
}
.about__inner {
  padding: 0 190px;
}
@media screen and (min-width: 1400px) {
  .about__inner {
    padding: 0 120px;
  }
}
@media screen and (max-width: 1199px) {
  .about__inner {
    padding: 0 160px;
  }
}
@media screen and (max-width: 991px) {
  .about__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .about__inner {
    padding: 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .about__content {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about__content {
    gap: 8px;
  }
}
.about__description {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .about__description {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about__description {
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .about__description {
    gap: 4px;
  }
}
.about__description .description-primary {
  color: #000;
}
.about__description--theme {
  width: 715px;
  color: #A65F00 !important;
}
@media screen and (max-width: 1199px) {
  .about__description--theme {
    width: 100%;
  }
}

.about-bg {
  width: 100%;
  height: 45px;
  background: linear-gradient(90deg, #0D1D1C 0%, #0D1D1C 100%);
}

.nominate__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.nominate__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .nominate__content {
    gap: 13px;
  }
}
.nominate__content .description-primary {
  text-align: center;
}
.nominate__title {
  text-align: center;
  background-color: #ffffff;
  padding: 0 8px;
  z-index: 1;
}
.nominate__title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  position: relative;
}
.nominate__title-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.nominate__box-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nominate__box-container {
    justify-content: center;
    gap: 70px 50px;
  }
}
@media screen and (max-width: 575px) {
  .nominate__box-container {
    flex-direction: column;
    gap: 50px 0;
  }
}
.nominate__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.nominate__box:hover .nominate__box-icon-rounded {
  animation-play-state: paused;
}
.nominate__box-icon-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FEF9C2;
  border-radius: 100%;
}
.nominate__box-counter {
  padding: 20px 12px;
  animation: icon-motion 1.2s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .nominate__box-counter {
    padding: 16px;
  }
}
.nominate__box-counter h3 {
  color: #D08700;
}
.nominate__box-icon {
  padding: 10px;
  animation: icon-motion 1.2s ease-in-out infinite;
  will-change: transform;
}
.nominate__box-icon p {
  font-size: 28px;
  color: #D08700;
}
.nominate__box span {
  color: #A65F00;
}

@keyframes icon-motion {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.common-page .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-page .wp-block-post-content h4,
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content a,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content figcaption {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.common-page .wp-block-post-content h2,
.common-page .wp-block-post-content h3,
.common-page .wp-block-post-content h4 {
  margin: 20px 0 10px 0;
}
.common-page .wp-block-post-content h2 {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.common-page .wp-block-post-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .common-page .wp-block-post-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .common-page .wp-block-post-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.common-page .wp-block-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.common-page .wp-block-post-content ul {
  margin: 10px;
}
.common-page .wp-block-post-content p {
  margin-bottom: 8px;
}
.common-page .wp-block-post-content p:last-child {
  margin-bottom: 0px;
}
.common-page .wp-block-post-content li {
  position: relative;
  padding-left: 48px;
  color: rgba(0, 0, 0, 0.6);
}
.common-page .wp-block-post-content li::before {
  content: "\e864";
  font-family: "fontello";
  font-size: 25px;
  line-height: 25px;
  color: #FFDA41;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
}
.common-page .wp-block-post-content p,
.common-page .wp-block-post-content li,
.common-page .wp-block-post-content a,
.common-page .wp-block-post-content figcaption {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1440px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .common-page .wp-block-post-content p,
  .common-page .wp-block-post-content li,
  .common-page .wp-block-post-content a,
  .common-page .wp-block-post-content figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
.common-page .wp-block-post-content a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.common-page .wp-block-post-content a:hover {
  color: #167A6D;
}
.common-page .wp-block-post-content p:first-child,
.common-page .wp-block-post-content h2:first-child,
.common-page .wp-block-post-content h3:first-child,
.common-page .wp-block-post-content h4:first-child,
.common-page .wp-block-post-content div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.common-page .wp-block-post-content p:last-child,
.common-page .wp-block-post-content h2:last-child,
.common-page .wp-block-post-content h3:last-child,
.common-page .wp-block-post-content h4:last-child,
.common-page .wp-block-post-content div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.common-page .wp-block-post-content hr,
.common-page .wp-block-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 0;
  background: #EBEBEB;
  border-color: #EBEBEB;
  width: 100%;
}
.common-page .wp-block-post-content hr {
  margin: 24px 0;
}
.common-page .wp-block-post-content figure {
  margin: 24px 0;
}
.common-page .wp-block-post-content img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.common-page .wp-block-post-content figcaption {
  color: #364153;
  margin: 20px 0 10px 0;
}

.news-list__inner ul.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 2%;
}
@media screen and (max-width: 1199px) {
  .news-list__inner ul.wp-block-post-template {
    gap: 24px 2%;
  }
}
.news-list__inner ul.wp-block-post-template li {
  width: 49%;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 3.05px 3.05px 36.61px 0px rgba(0, 0, 0, 0.0901960784);
  padding: 24px;
  transition: transform 1s;
}
@media screen and (max-width: 1199px) {
  .news-list__inner ul.wp-block-post-template li {
    width: 100%;
  }
}
.news-list__inner ul.wp-block-post-template li:nth-child(3n-2) {
  width: 100%;
}
.news-list__inner ul.wp-block-post-template li .row {
  height: 100%;
  gap: 16px 0;
}
.news-list__inner ul.wp-block-post-template li figure.wp-block-post-featured-image {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  height: 100%;
}
.news-list__inner ul.wp-block-post-template li figure.wp-block-post-featured-image img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  height: 100%;
  max-height: 360px;
}
.news-list__post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
}
.news-list__post-content .taxonomy-news_category a,
.news-list__post-content time,
.news-list__post-content .wp-block-post-author-name,
.news-list__post-content .wp-block-post-excerpt__excerpt {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.news-list__post-content .taxonomy-news_category a {
  color: #A1A1A1;
  text-transform: uppercase;
}
.news-list__post-content .wp-block-post-title a {
  color: #09332E;
}
.news-list__post-content hr.wp-block-separator {
  margin: 0;
}
.news-list__post-content_meta {
  display: flex;
  align-items: center;
  gap: 8px 20px;
}
.news-list__post-content_meta time,
.news-list__post-content_meta .wp-block-post-author-name {
  color: rgba(26, 26, 26, 0.8901960784);
  text-transform: capitalize;
}
.news-list__post-content_meta .wp-block-post-author-name,
.news-list__post-content_meta .wp-block-post-date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-list__post-content_meta .wp-block-post-author-name::before,
.news-list__post-content_meta .wp-block-post-date::before {
  font-size: 20px;
  line-height: 20px;
  color: #005C5C;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.news-list__post-content .global-button {
  margin-top: 8px;
}
.news-list .wp-block-query-pagination {
  display: flex;
  gap: 14px;
}
.news-list .wp-block-query-pagination a,
.news-list .wp-block-query-pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-next,
.news-list .wp-block-query-pagination .wp-block-query-pagination-previous {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
}
.news-list .wp-block-query-pagination a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(9, 51, 46, 0.8117647059);
  border: 1px solid rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
  transition: all 600ms ease;
}
.news-list .wp-block-query-pagination a:hover {
  background-color: rgba(22, 122, 109, 0.102);
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-previous::before,
.news-list .wp-block-query-pagination .wp-block-query-pagination-next::after {
  font-family: "fontello";
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\e800";
  margin-left: 10px;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\e82e";
  margin-right: 10px;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-next-arrow,
.news-list .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: none;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 14px;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-numbers a,
.news-list .wp-block-query-pagination .wp-block-query-pagination-numbers span {
  color: rgba(9, 51, 46, 0.8117647059);
  border: 1px solid rgba(0, 0, 0, 0.3490196078);
  border-radius: 10px;
  padding: 10px 12px;
}
.news-list .wp-block-query-pagination .wp-block-query-pagination-numbers span {
  background-color: #167A6D;
  color: #ffffff;
}

.news-content__inner {
  position: relative;
  transform: translateY(-47px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news-content__inner {
    transform: translateY(-47px);
  }
}
@media screen and (max-width: 425px) {
  .news-content__inner {
    transform: translateY(-48px);
  }
}
.news-content__featured-image {
  position: relative;
}
.news-content__featured-image img {
  width: 100%;
  height: auto;
  max-height: 410px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
.news-content__featured-image .taxonomy-news_category {
  position: absolute;
  top: 20px;
  left: 32px;
  z-index: 1;
  display: flex;
}
.news-content__featured-image .taxonomy-news_category a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  border-radius: 111.247px;
  border: 1.124px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.13);
  padding: 8px 16px;
}
@media screen and (max-width: 1199px) {
  .news-content__featured-image .taxonomy-news_category a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .news-content__featured-image .taxonomy-news_category a {
    font-size: 16px;
    line-height: 16px;
  }
}
.news-content__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.news-content__buttons .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.news-content__buttons .print-btn a::before {
  content: "\f808";
}
.news-content__buttons .share-email-btn a::before {
  content: "\e803";
}
.news-content__buttons .share-btn a::before {
  content: "\e82d";
}
.news-content__buttons .global-button a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-content__buttons .global-button a::before {
  font-family: "fontello";
  font-size: 18px;
  line-height: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .news-content__buttons .global-button a::before {
    font-size: 16px;
    line-height: 16px;
  }
}
.news-content__buttons .share-btn-group {
  display: flex;
  align-items: center;
}
.news-content__buttons .share-post-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.news-content__buttons .share-post-icons .wp-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  color: #167A6D;
  border: 1px solid #167A6D;
  transition: all 0.3s ease-in-out;
}
.news-content__buttons .share-post-icons .wp-social-link svg {
  width: 20px;
  height: 20px;
}
.news-content__buttons .share-post-icons .wp-social-link:hover {
  background-color: #167A6D;
  color: #ffffff;
  transform: scale(1);
}
.news-content .news-content__buttons .show.share-post-icons {
  transform: translateX(12px);
  opacity: 1;
  visibility: visible;
}
.news-content .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-content .wp-block-post-content h4,
.news-content .wp-block-post-content p,
.news-content .wp-block-post-content a,
.news-content .wp-block-post-content li,
.news-content .wp-block-post-content figcaption {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
.news-content .wp-block-post-content h2,
.news-content .wp-block-post-content h3,
.news-content .wp-block-post-content h4 {
  margin: 20px 0 10px 0;
}
.news-content .wp-block-post-content h2 {
  font-size: 32px;
  line-height: 42px;
}
@media screen and (min-width: 1440px) {
  .news-content .wp-block-post-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media screen and (max-width: 991px) {
  .news-content .wp-block-post-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .news-content .wp-block-post-content h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .news-content .wp-block-post-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news-content .wp-block-post-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.news-content .wp-block-post-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
  .news-content .wp-block-post-content h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .news-content .wp-block-post-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .news-content .wp-block-post-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-content .wp-block-post-content ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news-content .wp-block-post-content ul {
  margin: 10px;
}
.news-content .wp-block-post-content p {
  margin-bottom: 8px;
}
.news-content .wp-block-post-content p:last-child {
  margin-bottom: 0px;
}
.news-content .wp-block-post-content li {
  position: relative;
  padding-left: 48px;
  color: rgba(0, 0, 0, 0.6);
}
.news-content .wp-block-post-content li::before {
  content: "\e864";
  font-family: "fontello";
  font-size: 25px;
  line-height: 25px;
  color: #FFDA41;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
}
.news-content .wp-block-post-content p,
.news-content .wp-block-post-content li,
.news-content .wp-block-post-content a,
.news-content .wp-block-post-content figcaption {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 1440px) {
  .news-content .wp-block-post-content p,
  .news-content .wp-block-post-content li,
  .news-content .wp-block-post-content a,
  .news-content .wp-block-post-content figcaption {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .news-content .wp-block-post-content p,
  .news-content .wp-block-post-content li,
  .news-content .wp-block-post-content a,
  .news-content .wp-block-post-content figcaption {
    font-size: 14px;
    line-height: 22px;
  }
}
.news-content .wp-block-post-content a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.news-content .wp-block-post-content a:hover {
  color: #167A6D;
}
.news-content .wp-block-post-content p:first-child,
.news-content .wp-block-post-content h2:first-child,
.news-content .wp-block-post-content h3:first-child,
.news-content .wp-block-post-content h4:first-child,
.news-content .wp-block-post-content div:first-child {
  margin-top: 0;
  padding-top: 0;
}
.news-content .wp-block-post-content p:last-child,
.news-content .wp-block-post-content h2:last-child,
.news-content .wp-block-post-content h3:last-child,
.news-content .wp-block-post-content h4:last-child,
.news-content .wp-block-post-content div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-content .wp-block-post-content hr,
.news-content .wp-block-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 0;
  background: #EBEBEB;
  border-color: #EBEBEB;
  width: 100%;
}
.news-content .wp-block-post-content hr {
  margin: 24px 0;
}
.news-content .wp-block-post-content figure {
  margin: 24px 0;
}
.news-content .wp-block-post-content img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.news-content .wp-block-post-content figcaption {
  color: #364153;
  margin: 20px 0 10px 0;
}

.logo-section__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.logo-section__heading h2 {
  position: relative;
}
.logo-section__heading p {
 font-family: "Plus Jakarta Sans", sans-serif;
}
.logo-section__heading h2::after,
.logo-section__heading h2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: min(180px, 12vw + 60px);
  height: 1px;
  background-color: rgb(221, 221, 221);
}
@media screen and (max-width: 1199px) {
  .logo-section__heading h2::after,
  .logo-section__heading h2::before {
    width: min(180px, 5vw + 60px);
  }
}
@media screen and (max-width: 991px) {
  .logo-section__heading h2::after,
  .logo-section__heading h2::before {
    display: none;
  }
}
.logo-section__heading h2::after {
  right: 0;
}
.logo-section__heading h2::before {
  left: 0;
}
.logo-section__box p {
  font-size: 14px;
  margin-top: 7px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.logo-section__box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 32.09px 0px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  width: 100%;
  height: 92px;
}
.logo-section__box figure img {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 60px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.logo-section .logo-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.logo-section .logo-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}
.logo-section .logo-item {
  flex-shrink: 0;
  width: 180px;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .logo-section .logo-item {
    padding: 0 10px;
  }
}
.logo-section .logo-item:hover img {
  filter: grayscale(0);
}
.logo-section .logo-slider:hover .logo-track {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Whats-on-form .form-section-sticky {
  position: sticky;
  top: 24px;
}
@media screen and (max-width: 991px) {
  .Whats-on-form .form-section-sticky {
    position: static;
  }
}
.Whats-on-form .form-section {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 3px 3px 42px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.Whats-on-form .form-section legend {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 8px;
}
.Whats-on-form .form-row {
  margin-bottom: 22px;
}
.Whats-on-form .form-row.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.Whats-on-form .image-description {
  margin-bottom: 20px;
}
.Whats-on-form .form-group {
  display: flex;
  flex-direction: column;
}
.Whats-on-form .form-group input,
.Whats-on-form .form-group select,
.Whats-on-form .form-group textarea {
  font-size: 16px;
  color: #64748B;
  background: none;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px;
}
.Whats-on-form .form-select-text select {
  color: #020817;
}
.Whats-on-form .form-section .field-description {
  font-size: 13px;
  color: #666;
  margin-left: 16px;
  margin-top: 14px;
}
.Whats-on-form button[type=submit] {
  font-size: 16px;
  color: #ffffff;
  background-color: #167A6D;
  border: 1px solid #167A6D;
  border-radius: 50px;
  padding: 12px 30px;
  cursor: pointer;
}
.Whats-on-form button[type=submit]:hover {
  color: #000000;
  background: transparent;
  border: 1px solid #167A6D;
}
.Whats-on-form button[type=submit]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.Whats-on-form #form-messages-container ul {
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 5px;
}
.Whats-on-form #form-messages-container.success ul {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.Whats-on-form #form-messages-container.error ul {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.Whats-on-form .input-error {
  border-color: red !important;
}
.Whats-on-form .field-error {
  font-size: 13px;
  color: red;
  margin-top: 5px;
  display: none;
}
.Whats-on-form .image-description {
  list-style-type: disc;
}
.Whats-on-form .field-description.section-tip {
  color: #167A6D;
  background: rgba(22, 122, 109, 0.08);
  border: 1px solid #BFDBFE;
  border-radius: 10px;
  padding: 16px;
  margin-left: 0;
}
.Whats-on-form .field-description.section-warning {
  color: #854D0E;
  background: #FEFCE8;
  border: 1px solid #FEF08A;
  border-radius: 10px;
  padding: 16px;
  margin-left: 0;
}
.Whats-on-form .form-section-header {
  background-image: url("./../images/hero background.png");
  background-size: cover;
  border-radius: 12px 12px 0 0;
  padding: 16px;
}
.Whats-on-form .form-section-content {
  padding: 24px;
}
.Whats-on-form ul li {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .Whats-on-form .form-row.two-columns {
    grid-template-columns: 1fr;
  }
}
.Whats-on-form label {
  font-weight: 700;
  color: #167A6D;
  margin-bottom: 10px;
}
.Whats-on-form label strong {
  font-weight: 700;
  color: #EF4444;
}
.Whats-on-form .form-upload-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 16px;
  border: 2px dotted rgba(22, 122, 109, 0.25);
  padding: 20px;
}
.Whats-on-form input[type=file]::-webkit-file-upload-button {
  color: #000000;
  background-color: transparent;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 9px 17px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.Whats-on-form .custom-select-wrapper {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.Whats-on-form .custom-select-wrapper select {
  width: 98%;
  border: none;
}

.season-guide__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .season-guide__inner {
    gap: 44px;
  }
}
@media screen and (max-width: 575px) {
  .season-guide__inner {
    gap: 24px;
  }
}
.season-guide__title {
  padding-right: 12px;
  background-color: #FFF3EB;
  z-index: 1;
}
.season-guide__title-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.season-guide__title-container::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .season-guide__title-container::before {
    display: none;
  }
}
.season-guide__img {
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .season-guide__img {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 575px) {
  .season-guide__img {
    margin-bottom: 24px;
  }
}
.season-guide__img img {
  width: 100%;
}
.season-guide__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 575px) {
  .season-guide__content {
    gap: 15px;
  }
}
.season-guide__content .global-button-white:hover a {
  border-width: 1.75px;
}
.season-guide__content .global-button-white a::before {
  content: "\e81d";
  font-family: "fontello";
  padding-right: 9px;
  color: inherit;
}
.season-guide__content hr {
  width: 100% !important;
  color: #DDDDDD;
}
.season-guide__form-box {
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid rgba(22, 122, 109, 0.3411764706);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.season-guide__form-box a {
  color: #167A6D;
}
.season-guide__form-box a::before {
  content: "\f1c1";
  font-family: "fontello";
  padding-right: 8px;
  color: #167A6D;
}

.membership__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.membership__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .membership__content {
    text-align: left;
  }
  .membership__content p {
    width: 100%;
  }
}
.membership__title {
  z-index: 1;
  background-color: #ffffff;
  padding-right: 12px;
}
.membership__title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.membership__title-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .membership__title-container::before {
    display: none;
  }
}
.membership__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px;
  height: 100%;
  background-color: rgba(22, 122, 109, 0.0509803922);
  border: 1px solid rgba(22, 122, 109, 0.3019607843);
  border-radius: 26px;
}
@media screen and (max-width: 425px) {
  .membership__box {
    padding: 28px;
  }
}
.membership__box-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1440px) {
  .membership__box-content .description-secondary {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .membership__box-content .description-secondary {
    min-height: 72px;
  }
}
.membership__box-content .wp-block-heading {
  font-weight: 700;
}
.membership__box .global-button {
  width: 100%;
  border-radius: 106px;
  transition: all 0.3s ease;
}
.membership__box .global-button a {
  padding: 0;
  background: none;
  color: #ffffff;
  padding: 16px 40px;
  background-color: #167A6D;
  border: 1px solid #167A6D;
}
.membership__box .global-button a::after {
  content: "\e806";
  font-family: "fontello";
  padding-left: 10px;
  color: inherit;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .membership__box .global-button a {
    padding: 16px;
  }
}
@media screen and (max-width: 425px) {
  .membership__box .global-button a {
    font-size: 14px;
  }
}
.membership__box .global-button:hover a::after {
  padding-left: 20px;
}
.membership__box .global-button--transparent a {
  background-color: transparent;
  color: #167A6D;
}
.membership__box .global-button--transparent a::before {
  content: "\e868";
  font-family: "fontello";
  font-size: 22px;
  padding-right: 10px;
  transition: all 0.3s ease;
}
.membership__box .global-button--transparent:hover {
  background-color: #167A6D;
}
.membership__box .global-button--transparent:hover a {
  color: #ffffff;
}
.membership__box-note {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 12px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .membership__box-note {
    font-size: 14px;
  }
}
.membership__box-note::before {
  content: "\f06a";
  font-family: "fontawesome";
  padding-right: 9px;
  color: #167A6D;
}

.grant-program__inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 991px) {
  .grant-program__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .grant-program__inner {
    gap: 30px;
  }
}
.grant-program__title {
  z-index: 1;
  background-color: #FFF3EB;
  padding-right: 12px;
}
.grant-program__title-container {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.grant-program__title-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #DDDDDD;
}
@media screen and (max-width: 767px) {
  .grant-program__title-container::before {
    display: none;
  }
}
.grant-program__content {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.grant-program__icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.grant-program__icon-box-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(22, 122, 109, 0.1098039216);
  border-radius: 100%;
}
.grant-program__icon-box-icon::before {
  font-size: 35px;
  color: #167A6D;
}
.grant-program__icon-box-title {
  font-weight: 700;
  color: #167A6D;
}
@media screen and (min-width: 1400px) {
  .grant-program__icon-box-title {
    font-size: 26px;
    line-height: 38px;
  }
}
.grant-program__icon-box .description-secondary-font {
  font-weight: 700;
  color: #364153;
}
.grant-program__icon-box-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(54, 65, 83, 0.7215686275);
}
.grant-program .global-button {
  margin: 0 auto;
}
.grant-program .global-button a {
  padding: 15px 38px;
  background-color: #167A6D;
  color: #ffffff;
  border: 2px solid #167A6D;
  border-radius: 106px;
  transition: all 0.3s ease;
}
.grant-program .global-button a::after {
  content: "\e806";
  font-family: "fontello";
  padding-left: 10px;
  color: inherit;
  transition: all 0.3s ease;
}
.grant-program .global-button:hover a::after {
  padding-left: 18px;
}
.grant-program__announce-desc {
  font-weight: 600;
  text-align: center;
  color: #364153;
}
.grant-program__announce-desc::before {
  color: #167A6D;
  margin-right: 12px;
}
.grant-program__separator {
  width: 100% !important;
  border: 1px solid #E8E8E8;
}
.grant-program__eligible-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.grant-program__eligible-content h4 {
  font-weight: 700;
}
.grant-program__eligible-item {
  padding: 11px 22px;
  background-color: rgba(22, 122, 109, 0.0705882353);
  border-radius: 34px;
}
.grant-program__eligible-item .description-secondary-font {
  color: #2D2D2D;
}
.grant-program__eligible-item .description-secondary-font::before {
  font-size: 22px;
  line-height: 27px;
  margin-right: 8px;
  color: #167A6D;
}
.grant-program__eligible-item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.grant-program__expand-container {
  width: 100%;
  padding: 25px 36px;
  background-color: rgba(22, 122, 109, 0.0509803922);
  border: 1px solid rgba(22, 122, 109, 0.3019607843);
  border-radius: 16px;
}
@media screen and (max-width: 575px) {
  .grant-program__expand-container {
    padding: 18px 28px;
  }
}
.grant-program__expand-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grant-program__expand-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.grant-program__expand-item-title h4 {
  cursor: pointer;
  font-weight: 700;
}
.grant-program__expand-item-title h4::after {
  content: "\f004";
  font-family: "fontello";
  padding-left: 12px;
  vertical-align: middle;
  color: inherit;
  transition: all 0.3s ease;
}
.grant-program__expand-item-title p {
  color: rgba(54, 65, 83, 0.6196078431);
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .grant-program__expand-item-title p {
    display: none;
  }
}
.grant-program__expand-item-desc {
  display: none;
  max-height: 480px;
  overflow-y: scroll;
}
.grant-program__expand-item-desc::-webkit-scrollbar {
  width: 10px;
}
.grant-program__expand-item-desc::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.grant-program__expand-item-desc::-webkit-scrollbar-thumb {
  background-color: #167A6D;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
}
.grant-program__expand-item-desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.grant-program__expand-item-desc div {
  padding: 14px 0;
  border-top: 1px solid #C8C8C8;
}
.grant-program__expand-item-desc strong {
  margin-bottom: 18px;
  color: #167A6D;
}
.grant-program__expand-item-desc p {
  margin-bottom: 10px;
}
.grant-program__expand-item-desc ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}
.grant-program__expand-item-desc ol {
  list-style-position: inside;
}
.grant-program__expand-item-desc ol li {
  margin-bottom: 8px;
}

.member-cta__inner {
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 24px;
  background-color: rgba(252, 252, 252, 0.9490196078);
  box-shadow: 3px 3px 36px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  padding: 46px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .member-cta__inner {
    padding: 34px;
  }
}
.member-cta__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .member-cta__content {
    gap: 25px;
  }
}
.member-cta__title {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .member-cta__title {
    font-size: 28px;
  }
}
.member-cta__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .member-cta__img {
    opacity: 0.5;
  }
}
.member-cta__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.member-cta__email {
  color: rgba(9, 51, 46, 0.6980392157);
}
@media screen and (max-width: 575px) {
  .member-cta__email {
    line-height: 25px;
  }
}
.member-cta__email a {
  color: #09332E;
}
.member-cta__email::before {
  content: "@";
  font-family: "fontawesome";
  font-size: 17px;
  padding: 10px;
  margin-right: 14px;
  color: #ffffff;
  background-color: #167A6D;
  border-radius: 100%;
}
@media screen and (max-width: 575px) {
  .member-cta__email::before {
    font-size: 15px;
    padding: 6px;
    margin-right: 6px;
  }
}
.member-cta__phone {
  color: rgba(9, 51, 46, 0.6980392157);
}
@media screen and (max-width: 575px) {
  .member-cta__phone {
    line-height: 25px;
  }
}
.member-cta__phone a {
  color: #09332E;
}
.member-cta__phone::before {
  content: "\f095";
  font-family: "fontawesome";
  font-size: 17px;
  padding: 10px;
  margin-right: 14px;
  color: #ffffff;
  background-color: #167A6D;
  border-radius: 100%;
}
@media screen and (max-width: 575px) {
  .member-cta__phone::before {
    font-size: 15px;
    padding: 6px;
    margin-right: 6px;
  }
}
.member-cta .global-button {
  border: 1px solid #167A6D;
  border-radius: 16px;
  background-color: #167A6D;
  transition: all 0.3s ease;
}
.member-cta .global-button a {
  font-weight: 700;
  color: #ffffff;
  background: transparent;
  border-radius: 16px;
  padding: 15px 38px;
}
@media screen and (max-width: 425px) {
  .member-cta .global-button a {
    padding: 15px;
  }
}
.member-cta .global-button:hover a {
  border: 1px solid transparent;
}

.schedule {
  background-color: #FFF3EB;
}
.schedule__include {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 991px) {
  .schedule__include {
    gap: 22px;
  }
}
.schedule__include-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}
@media screen and (max-width: 425px) {
  .schedule__include-title {
    font-size: 26px;
    line-height: 38px;
  }
}
.schedule__include-features {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 100%;
  padding: 33px 35px;
  background: linear-gradient(135deg, rgba(198, 255, 248, 0.2376) 0%, rgba(198, 255, 248, 0.189) 100%);
  border: 1px solid rgba(37, 109, 100, 0.2784313725);
  border-radius: 16px;
}
.schedule__include-features-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.schedule__include-features-item .description-secondary {
  font-weight: 600;
  color: #101828;
}
.schedule__include-features-icon {
  font-size: 30px;
  line-height: 36px;
  color: #167A6D;
}
.schedule__include-features-separator {
  width: 100% !important;
  border: 1px solid rgba(221, 221, 221, 0.9215686275);
}
.schedule__include-features-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.schedule__include-features-price h3 {
  font-weight: 700;
  color: #167A6D;
}
.schedule__include-description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.schedule__include-description .description-primary {
  color: rgba(0, 0, 0, 0.7411764706);
  padding-left: 30px;
}
.schedule__include-description .description-primary a {
  color: #167A6D;
}
.schedule__include-description .description-primary::before {
  content: "\e864";
  font-family: "fontello";
  color: #FFDA41;
  position: absolute;
  left: 0;
}
.schedule__highlight {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 991px) {
  .schedule__highlight {
    gap: 22px;
  }
}
.schedule__highlight-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}
@media screen and (max-width: 425px) {
  .schedule__highlight-title {
    font-size: 26px;
    line-height: 38px;
  }
}
.schedule__highlight-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 575px) {
  .schedule__highlight-box {
    gap: 15px;
  }
}
.schedule__highlight-box > *:not(:first-child) {
  margin: 0 24px;
}
@media screen and (max-width: 575px) {
  .schedule__highlight-box > *:not(:first-child) {
    margin: 0 14px;
  }
}
.schedule__highlight-box-header {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  background-color: #167A6D;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.schedule__highlight-box-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  padding: 12px;
  background-color: #FEFCE8;
  border-radius: 8px;
}
@media screen and (max-width: 575px) {
  .schedule__highlight-box-footer {
    gap: 22px;
  }
}
.schedule__highlight-box-footer .time {
  font-weight: 600;
  color: #167A6D !important;
}
.schedule__highlight-box-footer .description-secondary {
  color: #000000;
}
@media screen and (min-width: 1440px) {
  .schedule__highlight-box-footer .description-secondary {
    font-size: 16px;
    line-height: 24px;
  }
}
.schedule__highlight-box-separator {
  width: 90% !important;
  border: 1px solid rgba(221, 221, 221, 0.9215686275);
}
.schedule__highlight-lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.schedule__highlight-lists .description-secondary {
  color: #101828;
}
.schedule__highlight-lists-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.schedule__highlight-lists-container li {
  font-family: "Plus Jakarta Sans", sans-serif;
  list-style-position: inside;
}
@media screen and (min-width: 1400px) {
  .schedule__highlight-lists-container {
    gap: 84px;
  }
}
@media screen and (max-width: 575px) {
  .schedule__highlight-lists-container {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .schedule__highlight-lists-container {
    flex-direction: column;
    gap: 0;
  }
}
.schedule__highlight-lists-items {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #364153;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 575px) {
  .schedule__highlight-lists-items {
    list-style-position: outside;
    padding-left: 12px;
  }
  .schedule__highlight-lists-items li {
    margin-bottom: 6px;
  }
}
.schedule__time-table {
  margin: 0;
  font-family: "Libre Baskerville", serif;
}
.schedule__time-table table,
.schedule__time-table th,
.schedule__time-table td {
  border: 0;
}
.schedule__time-table strong {
  color: #167A6D;
}

.register__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .register__inner {
    gap: 35px;
  }
}
.register .row {
  justify-content: center;
  --bs-gutter-x: 36px;
  --bs-gutter-y: 24px;
}
@media screen and (max-width: 991px) {
  .register .row {
    --bs-gutter-x: 24px;
  }
}
.register__title {
  z-index: 1;
  background-color: #ffffff;
  padding-right: 12px;
}
.register__title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.register__title-container::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #DDDDDD;
}
.register__box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 27px;
  height: 100%;
  background-color: rgba(22, 122, 109, 0.0509803922);
  border: 1px solid rgba(22, 122, 109, 0.3019607843);
  border-radius: 26px;
}
.register__box-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.register__box-content .wp-block-heading {
  font-weight: 700;
}
.register__box .global-button {
  width: 100%;
  background-color: #167A6D;
  border: 1px solid #167A6D;
  border-radius: 106px;
  transition: all 0.3s ease;
}
.register__box .global-button a {
  padding: 16px 40px;
  background: none;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .register__box .global-button a {
    padding: 16px;
  }
}
@media screen and (max-width: 425px) {
  .register__box .global-button a {
    padding: 12px 14px;
    font-size: 12px;
  }
}
.register__box .global-button a::after {
  content: "\f08e";
  font-family: "fontawesome";
  padding-left: 13px;
  color: inherit;
  transition: all 0.3s ease;
}
.register__box .global-button:hover {
  border: 1px solid transparent;
}
.register__box .global-button:hover a::after {
  padding-left: 20px;
}
.register__box .global-button--transparent {
  margin-top: auto;
  background-color: transparent;
}
.register__box .global-button--transparent a {
  color: #167A6D;
}
.register__box .global-button--transparent a::after {
  content: "\e868";
  font-family: "fontello";
  font-size: 24px;
  padding-left: 13px;
  color: inherit;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .register__box .global-button--transparent a::after {
    font-size: 18px;
    padding-left: 8px;
  }
}
.register__box .global-button--transparent:hover {
  background-color: #167A6D;
}
.register__box .global-button--transparent:hover a {
  color: #ffffff;
}
.register__btn-container {
  margin-top: auto;
}
.register__pay-note {
  width: 100%;
  text-align: center;
}
.register__pay-note p {
  color: #3B4149;
}
.register__pay-note p::before {
  content: "\f283";
  font-family: "fontawesome";
  font-size: 24px;
  padding: 14px 12px;
  margin-right: 16px;
  color: #167A6D;
  background-color: rgba(22, 122, 109, 0.1019607843);
  border: 1px solid rgba(0, 94, 82, 0.1098039216);
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .register__pay-note p::before {
    font-size: 20px;
    padding: 12px 10px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 575px) {
  .register__pay-note p::before {
    font-size: 18px;
    padding: 10px 8px;
    margin-right: 10px;
  }
}

.document__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .document__inner {
    gap: 25px;
  }
}
.document .wp-block-separator {
  border-bottom: 1px solid rgba(221, 221, 221, 0.7607843137);
  opacity: 0.6;
}
.document .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.document__title {
  text-align: center;
}
.document__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  height: 100%;
  padding: 27px 53px 27px 28px;
  background-color: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.document__box:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 991px) {
  .document__box {
    gap: 14px;
    padding: 20px;
  }
}
@media screen and (max-width: 425px) {
  .document__box {
    gap: 12px;
    padding: 12px;
  }
}
.document__box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #FEF9C2;
  border-radius: 100%;
}
@media screen and (max-width: 575px) {
  .document__box-icon {
    width: 45px;
    height: 45px;
  }
}
.document__box-icon p {
  font-size: 35px;
  color: #D08700;
}
@media screen and (max-width: 575px) {
  .document__box-icon p {
    font-size: 20px;
  }
}
.document__box-content .description-primary-font {
  font-weight: 700;
  color: #101828;
  margin-bottom: 3px;
}
.document__box-content .description-secondary a {
  font-weight: 500;
  color: #4A5565;
}

.member-details-wrapper .row {
  --bs-gutter-x: 71px;
  position: relative;
  overflow: visible;
}
.member-details-wrapper .sticky-position {
  position: relative;
}
.member-details-wrapper .member-details {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .member-details-wrapper .member-details {
    position: unset;
  }
}
.member-details-wrapper__events {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.member-details-wrapper__events h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #167A6D;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .member-details-wrapper__events h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.member-details-wrapper__events p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.member-details-wrapper__events .upcoming-events {
  background-color: #ffffff;
  border-radius: 17px;
  padding: 31px 32px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  position: relative;
  overflow: visible;
}
.member-details-wrapper__events .upcoming-events .event-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  padding-top: 160px;
}
.member-details-wrapper__events .upcoming-events .event-card .event-thumbnail {
  position: absolute;
  top: -60px;
  left: 0;
}
.member-details-wrapper__events .upcoming-events .event-card .event-thumbnail img {
  width: 164px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.member-details-wrapper__events .upcoming-events .event-card p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #A1A1A1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .member-details-wrapper__events .upcoming-events .event-card p {
    font-size: 14px;
    line-height: 22px;
  }
}
.member-details-wrapper__events .upcoming-events .event-card h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .member-details-wrapper__events .upcoming-events .event-card h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.member-details-wrapper__events .upcoming-events .event-card h3 a {
  color: #09332E;
}
.member-details-wrapper__events .upcoming-events .event-card .time-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.member-details-wrapper__events .upcoming-events .event-card .time-location p.event-state a::before {
  content: "\e81b";
}
.member-details-wrapper__events .upcoming-events .event-card .time-location p.event-date::before {
  content: "\f133";
}
.member-details-wrapper__events .upcoming-events .event-card .time-location p,
.member-details-wrapper__events .upcoming-events .event-card .time-location a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #005c5c;
}
@media screen and (max-width: 767px) {
  .member-details-wrapper__events .upcoming-events .event-card .time-location p,
  .member-details-wrapper__events .upcoming-events .event-card .time-location a {
    font-size: 16px;
    line-height: 22px;
  }
}
.member-details-wrapper__events .upcoming-events .event-card .time-location p::before,
.member-details-wrapper__events .upcoming-events .event-card .time-location a::before {
  font-size: 18px;
  line-height: 16px;
  font-family: "fontello";
  color: #005C5C;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .member-details-wrapper__events .upcoming-events .event-card .time-location p::before,
  .member-details-wrapper__events .upcoming-events .event-card .time-location a::before {
    font-size: 16px;
    line-height: 22px;
  }
}
.member-details-wrapper__events .upcoming-events .event-card .partner-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0px 3.82px 40.74px 0px rgba(0, 0, 0, 0.0588235294);
}
.member-details-wrapper__events .upcoming-events .event-card .partner-info img {
  max-width: 48px;
  width: auto;
  height: auto;
}
.member-details-wrapper__events .upcoming-events .event-card .partner-info p {
  color: #000000;
  font-weight: 400;
}
.member-details-wrapper__events .upcoming-events .event-card hr {
  background-color: rgba(233, 233, 233, 0.7294117647);
}
.member-details-wrapper__events:not(:has(.event-card)) {
  display: none;
}

.member-details-wrapper:not(:has(.member-details-wrapper__events)) .member-details {
  position: unset;
}
.corporate-members__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .corporate-members__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .corporate-members__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.corporate-members__content .item {
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 64, 64, 0.08);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .corporate-members__content .item {
    padding: 30px 20px;
  }
}
.corporate-members__content .item h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .corporate-members__content .item h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .corporate-members__content .item h3 {
    font-size: 19px;
  }
}
.corporate-members__content .item p a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: unset;
  border: unset;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.corporate-members__content .item p a::after {
  content: "\e800";
  font-family: "fontello";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 500ms;
}

.corporate-members__content .item p a:hover {
  color: #167A6D;
}

.single-whats_on .wp-block-post-featured-image img {
    object-fit: contain !important;
}

/* Mobile only (max-width: 991px) */
@media (max-width: 991px) {
  .single-whats_on .wp-block-post-featured-image img {
    height: auto;
  }
}
.corporate-members__content .item p a:hover::after {
  color: #167A6D;
  transform: translateX(5px);
}/*# sourceMappingURL=main.css.map */