* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: inherit;
}
#page {
  overflow: hidden;
}
section {
  position: relative;
  padding: 146px 0;
}
.b2-inner-content.sm {
  max-width: 1180px;
}
.b2-bg-primary-color {
  background-color: var(--primary-color);
}
.b2-parallax-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.b2-curved-corners.top-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-curved-corners.bottom-curve {
  border-top-right-radius: 50% 5%;
  border-top-left-radius: 50% 5%;
}
.b2-boxshadow {
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-center-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2-img-center {
  display: block;
  margin: 0 auto;
}
.b2-inner-content {
  max-width: 1440px;
  margin: 0 auto;
}
.pre-header {
  font-size: 1.125rem;
  letter-spacing: 0.3375rem;
  line-height: 1.75rem !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  clear: both;
  margin: 0;
}
h1,
.h1 {
  font-size: 4.375rem;
  font-weight: 900;
}
h2 {
  font-size: 4.375rem;
  font-weight: 900;
  letter-spacing: 0.0875rem;
  line-height: 4.6875rem;
}
h2.subheading {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
h2.small {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
}
h3 {
  font-size: 2rem;
}
h3.small {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.125rem;
}
p {
  margin: 16px 0;
}
p,
.b2-paragraph {
  font-size: 16px;
  color: inherit;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #002447;
  line-height: 1.6;
}
.b2-text-primary-color {
  color: var(--primary-color);
}
.b2-title-font {
  font-family: 'Poppins', sans-serif;
}
.b2-paragraph-font {
  font-family: 'Poppins', sans-serif;
}
.b2-text-italic {
  font-style: italic;
}
.post-thumbnail {
  float: left;
  max-width: 300px;
  margin: 0 16px 16px 0;
}
img.rounded {
  border-radius: 10px;
}
a {
  font-size: inherit;
  color: var(--primary-color);
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in;
}
.b2-link {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 14px 32px;
  background-color: var(--primary-color);
  border-radius: 40px;
}
.b2-link:hover,
.b2-link.secondary {
  background-color: var(--secondary-color);
}
.b2-link.secondary:hover {
  background-color: var(--primary-color);
}
.b2-link i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 38px;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 8px;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.b2-social {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
.b2-btt-toggle {
  position: fixed;
  bottom: 140px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.b2-btt-toggle.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.b2-btt-toggle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: #002447;
  border-radius: 50%;
}
.b2-mob-phone {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.b2-mob-phone a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 16px 0;
  background: var(--primary-color);
  border-radius: 50%;
}
#breadcrumbs a {
  color: var(--primary-color);
}
form .gform-body input[type=text],
form .gform-body input[type=email],
form .gform-body input[type=number],
form .gform-body input[type=tel],
form .gform-body input[type=url],
form .gform-body input[type=search],
form .gform-body select,
form .gform-body textarea {
  appearance: none;
  outline: none;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 56px;
  padding: 0 25px;
  border: 1px solid var(--secondary-color);
  border-radius: 100px !important;
  background: #fff;
  color: var(--primary-color);
}
form .gform-body textarea {
  min-height: 100px;
  padding: 8px;
  resize: none;
  border-radius: 10px !important;
}
form .gform-body input[type=radio] {
  border: 1px solid var(--secondary-color) !important;
  width: 30px;
  height: 30px;
}
form .gform-body input[type=radio]::before {
  background-color: var(--secondary-color) !important;
  inline-size: 30px;
  height: 30px;
}
form .gform-body select {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/uploads/2025/05/Icon_-Down.svg");
  background-repeat: no-repeat;
  background-position: 95%;
}
form .gform-body select:hover {
  background-image: url("/wp-content/uploads/2025/05/Icon_-Down.svg");
  background-repeat: no-repeat;
  background-position: 95%;
}
form .gform-body select:focus {
  background-image: url("/wp-content/uploads/2025/05/Icon_-Down.svg");
  background-repeat: no-repeat;
  background-position: 95%;
}
form .gform-body input[type=file] {
  appearance: none;
  outline: none;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 56px;
  border: 1px solid var(--secondary-color);
  border-radius: 100px !important;
  background: #fff;
  color: var(--primary-color);
}
form .gform-body button,
form .gform-body input[type=submit],
form .gform-body input[type=button] {
  display: block;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 40px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in;
}
form .gform-body button:hover,
form .gform-body input[type=submit]:hover,
form .gform-body input[type=button]:hover {
  background-color: var(--secondary-color);
}
.gform-footer {
  margin-top: 50px !important;
  position: relative !important;
  z-index: 10 !important;
}
.gform-footer input[type=submit] {
  width: 155px !important;
  height: 46px !important;
  border-radius: 50px !important;
  display: block;
  padding: 1em;
  font-size: 1rem !important;
  color: #fff;
  background-color: var(--secondary-color) !important;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in !important;
}
.gform-footer input[type=submit]:hover {
  opacity: 0.7;
}
.b2-custom-select {
  position: relative;
}
.b2-custom-select select {
  display: none;
}
.b2-custom-select .b2-custom-select-container {
  position: relative;
}
.b2-custom-select .b2-custom-select-container p {
  padding: 16px;
  font-size: 1rem;
  border: 2px solid rgba(29,29,29,0.1);
  border-radius: 6px;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container i {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 200px;
  border: 2px solid rgba(29,29,29,0.1);
  border-top: none;
  overflow-y: scroll;
  background-color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1;
}
.b2-custom-select .b2-custom-select-container ul li {
  padding: 16px 11px;
  border-radius: 6px;
  max-width: 95%;
  margin: 0 auto;
  cursor: pointer;
}
.b2-custom-select .b2-custom-select-container ul li:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.single-post main#primary,
.page-template-default main#primary,
.page-template-template-default-nobanner main#primary,
.archive main#primary,
.error404 main#primary {
  max-width: 85.31%;
  margin: 0 auto;
  padding: 0 20px;
}
.page-template-template-fullwidth main#primary {
  max-width: 100%;
  padding: 0;
}
main#primary {
  min-height: 500px;
}
div#comments {
  display: none;
}
.entry-meta,
.entry-footer {
  margin-bottom: 16px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.post,
.page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.b2-hp-banner {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item {
  position: relative;
}
.b2-hp-banner .b2-hp-banner-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
.b2-hp-banner .b2-hp-banner-slide-item canvas {
  display: block;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.b2-hp-banner .b2-hp-banner-slide-item > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85.31%;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95.31%;
  pointer-events: none;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-arrows span {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease-in-out;
}
.b2-hp-banner .b2-hp-banner-arrows span.next {
  float: right;
}
.b2-hp-banner .b2-hp-banner-arrows span:hover {
  color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots {
  position: absolute;
  bottom: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.b2-hp-banner .b2-hp-banner-dots ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.b2-hp-banner .b2-hp-banner-dots ul li.slick-active button {
  background-color: var(--primary-color);
}
.b2-hp-banner .b2-hp-banner-dots ul li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.b2-partners {
  position: relative;
}
.b2-partners .b2-partners-slide .b2-partners-item {
  position: relative;
  padding: 0 15px;
}
.b2-partners .b2-partners-slide .b2-partners-item a {
  display: block;
}
.b2-partners .b2-partners-slide .b2-partners-item a.no-link {
  pointer-events: none;
}
.b2-partners .b2-partners-slide .b2-partners-item a img {
  max-height: 200px;
  margin: 0 auto;
}
.b2-partners .b2-partners-slide .b2-partners-item a img.light {
  filter: brightness(0) invert(1);
}
.b2-partners .b2-partners-slide .b2-partners-item a img.dark {
  filter: brightness(0);
}
.page .b2-sitemap {
  line-height: 1.5;
  list-style: disc;
  margin-left: 32px;
}
.page .b2-sitemap > li {
  margin-bottom: 8px;
}
.page .b2-sitemap > li > a {
  margin-bottom: 12px;
}
.page .b2-sitemap ul {
  list-style: disc;
  padding-left: 16px;
  margin: 8px 0 0 0;
}
.b2-faq-item {
  position: relative;
  margin-bottom: 0px;
}
.b2-faq-item .b2-faq-item-q {
  position: relative;
  background-color: #f2f9fc;
  border-radius: 0;
  border-top: 0;
  padding: 30px 90px 30px 30px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.b2-faq-item .b2-faq-item-q h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: #002447;
}
.b2-faq-item .b2-faq-item-q.tab-close {
  background-color: #fff;
  border-top: 2px solid #f0f0f0;
}
.b2-faq-item .b2-faq-item-q.tab-close i {
  transform: rotate(180deg);
  background: #fff;
  color: var(--secondary-color);
}
.b2-faq-item .b2-faq-item-q:hover {
  opacity: 0.8;
}
.b2-faq-item .b2-faq-item-q i {
  position: absolute;
  top: 33%;
  right: 16px;
  background: var(--secondary-color);
  color: #fff;
  border: 4px solid var(--secondary-color);
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.b2-faq-item .b2-faq-item-a {
  display: none;
  padding: 0px 90px 30px 30px;
  background: #f2f9fc;
}
.b2-faq-item .b2-faq-item-a span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
}
.faq-item:last-child .b2-faq-item .tab-close {
  border-bottom: 2px solid #f0f0f0;
}
.b2-faq .col-6 .b2-faq-item:last-child .tab-close {
  border-bottom: 2px solid #f0f0f0;
}
.b2-faq .col-6:last-child .b2-faq-item:last-child .tab-close {
  border-bottom: 2px solid #f0f0f0;
}
.b2-blog-item {
  position: relative;
  margin-bottom: 30px;
}
.b2-blog-item a {
  display: block;
  color: inherit;
}
.b2-blog-item a .b2-blog-item-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b2-blog-item a .b2-blog-item-details {
  position: relative;
}
.b2-blog-item a .b2-blog-item-details span {
  min-width: auto;
}
.b2-mh-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
.b2-mh-wrap.scrolled {
  position: fixed;
  top: 0px;
}
.b2-mh-wrap .b2-mh-top {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b2-mh-wrap .b2-mh-top a.b2-mh-left {
  background-color: #002447;
  padding: 12px;
  text-align: center;
}
.b2-mh-wrap .b2-mh-top a.b2-mh-right {
  background-color: var(--primary-color);
  padding: 12px;
  text-align: center;
}
.b2-mh-wrap .b2-mh-top a {
  font-size: 0.8125rem;
  font-weight: 600;
}
.b2-mh-wrap .b2-mh-top a span {
  margin-left: 8px;
}
.b2-mh-wrap .b2-mh-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.b2-mh-wrap .b2-mh-bot .b2-mh-bot-col.left {
  width: 180px;
}
.b2-mh-wrap .b2-mh-bot .b2-mh-bot-col.right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.b2-mh-wrap .b2-mh-bot .b2-mh-bot-col.right .b2-link {
  font-size: 0.875rem;
  padding: 6px 10px;
  margin: 0 16px;
}
.b2-about-template {
  position: relative;
  padding: 0;
}
.b2-about-template img {
  max-width: 800px;
}
.b2-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2-contact-details li {
  margin-bottom: 8px;
}
.b2-contact-details li i {
  font-size: 16px;
  color: #000;
}
.b2-contact-details li a {
  font-size: 16px;
  color: #000;
}
.b2-contact-form {
  font-size: 0;
  position: relative;
}
.b2-contact-form p {
  margin: 0;
}
.b2-contact-form br {
  display: none;
}
.b2-contact-form form.wpcf7-form > p {
  display: none;
}
.b2-contact-form .b2-contact-form-field {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
}
.b2-contact-form .b2-contact-form-field.half {
  width: 50%;
}
.b2-contact-form .b2-contact-form-field.half.pad-left {
  padding-left: 8px;
}
.b2-contact-form .b2-contact-form-field.half.pad-right {
  padding-right: 8px;
}
.b2-contact-form .b2-contact-form-field.full {
  width: 100%;
}
.b2-contact-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  width: auto !important;
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
}
.b2-contact-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 !important;
}
.be-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.2);
}
.be-modal .be-modal-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 10px;
  background: #fff;
  box-shadow: -5px 5px 15px 0px rgba(0,0,0,0.1);
  max-width: 1365px;
  height: auto;
  margin: auto;
  padding: 40px;
  width: 100%;
}
.be-modal .be-modal-header {
  position: relative;
}
.be-modal .be-modal-body img {
  margin: auto;
  display: block;
}
.be-modal .be-modal-body p:last-child {
  margin-bottom: 0;
}
.be-modal .be-modal-close {
  background: var(--secondary-color);
  color: #fff;
  font-size: 35px;
  border-radius: 100%;
  padding: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}
.be-modal .be-modal-body .be-modal-title {
  color: var(--secondary-color);
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
}
.be-modal .be-modal-body .be-modal-position {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.3375rem;
  text-transform: uppercase;
  margin: 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
header.scrolled {
  padding: 20px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
header.scrolled .header-logo {
  max-width: 242px;
}
header .header-logo {
  display: block;
  max-width: 242px;
  transition: all 0.2s ease-in-out;
}
header .header-top {
  display: flex;
  align-items: center;
  justify-content: end;
}
header .header-top .header-top-col {
  margin-left: 20px;
}
header .header-top .header-top-col a {
  margin-left: 30px;
}
header .header-top .header-top-col a.header-search,
header .header-top .header-top-col a.header-phone {
  font-weight: 600;
}
header .header-top .header-top-col a.header-search:hover,
header .header-top .header-top-col a.header-phone:hover {
  color: var(--secondary-color);
}
header .header-top .header-top-col a.header-search i,
header .header-top .header-top-col a.header-phone i {
  margin-right: 8px;
}
header #mega-menu-menu-1 a {
  font-weight: 600 !important;
}
header .main-navigation {
  position: relative;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mheader-search-form,
.header-search-form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.mheader-search-form.show-form,
.header-search-form.show-form {
  opacity: 1;
  pointer-events: auto;
}
.mheader-search-form input,
.header-search-form input {
  width: 100%;
  height: 50px !important;
  border: none !important;
  border-bottom: 2px solid #0094c1 !important;
  border-radius: 0 !important;
}
.mheader-search-form {
  bottom: -50px;
  width: 100%;
  left: 0;
  padding: 0 20px 20px;
}
#header #mega-menu-item-516 .mega-sub-menu {
  width: 380px !important;
}
#header .mega-sub-menu {
  border-radius: 0.3125rem !important;
  background: #fff !important;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25) !important;
  padding: 20px !important;
  width: 300px !important;
  left: 0px !important;
}
#header .mega-sub-menu .mega-menu-link {
  background: none !important;
  color: #002447 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
#header #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  color: var(--secondary-color) !important;
}
#header #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link,
#header #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link > span.mega-indicator::after {
  color: #c2e838 !important;
}
#header .mega-menu-item-has-children .mega-menu-link[href="#"] {
  cursor: default !important;
}
#header #mega-menu-wrap-menu-1 .mega-sub-menu > li.mega-menu-item a {
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
}
#header #mega-menu-wrap-menu-1 .mega-sub-menu > li.mega-menu-item a:hover {
  font-weight: 600 !important;
}
#header #mega-menu-wrap-menu-1 .mega-sub-menu > li.mega-menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateX(0) scaleX(0);
  width: 100%;
  height: 3px;
  background: var(--secondary-color);
  transition: transform 0.3s ease-in-out;
}
#header #mega-menu-wrap-menu-1 .mega-sub-menu > li.mega-menu-item a:hover::after {
  transform: translateX(0) scaleX(1);
}
footer {
  position: relative;
  padding: 70px 0 0;
}
footer .footer-ltop {
  position: relative;
  z-index: 1;
}
footer .footer-ltop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #f0f0f0;
  pointer-events: none;
  z-index: -1;
}
footer .footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #002447;
}
footer .footer-top .footer-logo {
  display: block;
  max-width: 242px;
}
footer .footer-top .footer-top-links {
  display: flex;
  justify-content: end;
}
footer .footer-top .footer-top-links a {
  margin-left: 30px;
}
footer .footer-bot {
  position: relative;
  padding: 30px 0 100px;
}
footer .footer-bot .footer-bot-smi {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
  gap: 10px;
}
footer .footer-bot .footer-bot-smi .pre-heading {
  font-weight: 600;
}
footer .footer-bot .footer-bot-smi li {
  margin-right: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer-bot .footer-bot-smi li a {
  font-size: 2rem;
  color: #002447;
}
footer .footer-bot .footer-bot-smi li a:hover {
  color: var(--secondary-color);
}
footer .footer-bot .footer-bot-logos li {
  margin-bottom: 16px;
}
footer .footer-bot .footer-bot-links strong {
  display: block;
  font-weight: 600;
  color: #002447;
  margin-bottom: 24px;
}
footer .footer-bot .footer-bot-links ul.col-2 {
  column-count: 1;
}
footer .footer-bot .footer-bot-links ul.level1 li a {
  font-weight: 600;
}
footer .footer-bot .footer-bot-links ul li {
  margin-bottom: 16px;
}
footer .footer-bot .footer-bot-links ul li a {
  color: #002447;
  line-height: 1.2;
}
footer .footer-bot .footer-bot-links ul li a:hover {
  color: var(--secondary-color);
}
footer .footer-lbot {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
}
footer .footer-lbot .footer-copyright {
  font-size: 0.875rem;
}
footer .footer-lbot .footer-copyright a {
  color: inherit;
}
footer .footer-lbot .footer-lbot-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer .footer-lbot .footer-lbot-links li {
  position: relative;
  padding: 0 8px;
}
footer .footer-lbot .footer-lbot-links li:last-child {
  padding-right: 0;
}
footer .footer-lbot .footer-lbot-links li:last-child::after {
  opacity: 0;
}
footer .footer-lbot .footer-lbot-links li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--primary-color);
  pointer-events: none;
}
footer .footer-lbot .footer-lbot-links li a {
  font-size: 0.875rem;
  color: #002447;
  text-decoration: underline;
}
footer p {
  margin: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-template-acknowledgement footer,
.search footer {
  padding-top: 0;
}
.page-template-template-acknowledgement footer .footer-ltop,
.search footer .footer-ltop {
  padding-top: 100px;
}
.page-template-template-acknowledgement footer .footer-ltop::before,
.search footer .footer-ltop::before {
  height: 100%;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #002447;
  line-height: 1;
  background-color: #fff;
  margin: 0;
}
.home main#primary {
  max-width: 100%;
  padding: 0;
}
.home article,
.home .entry-content,
.home ul,
.home p {
  margin: 0;
  padding: 0;
}
.home ul {
  list-style: none;
}
.b2-ip-banner {
  position: relative;
}
.b2-ip-banner canvas {
  display: block;
  width: 100%;
  min-height: 135px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
}
h1.entry-title {
  font-size: 4rem;
  text-transform: uppercase;
}
.be-banner {
  position: relative;
  display: block;
  padding: 10% 0 14%;
  margin-top: 135px;
}
.be-banner > img,
.be-banner .be-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.be-banner > img iframe,
.be-banner .be-banner-video iframe {
  transform: scale(1.4);
}
.be-banner .b2-inner-content {
  position: relative;
  z-index: 1;
}
.be-banner .b2-inner-content .b2-row {
  align-items: end;
}
.be-banner .b2-inner-content .be-banner-txt {
  position: relative;
  z-index: 1;
}
.be-banner .b2-inner-content .be-banner-txt::before {
  content: "";
  position: absolute;
  top: -85px;
  right: 0;
  width: 200%;
  height: calc(100% + 170px);
  background-color: rgba(0,148,193,0.7);
  border-radius: 50px;
  pointer-events: none;
  z-index: -1;
}
.be-banner .b2-inner-content .be-banner-txt h1 {
  line-height: 4.6875rem;
  margin: 35px 0;
}
.be-banner .b2-inner-content .be-banner-txt p {
  font-size: 1.375rem;
  line-height: 2;
  max-width: 846px;
}
.be-banner .b2-inner-content .be-banner-btn {
  max-width: 219px;
  margin-left: auto;
}
.be-intro {
  padding-bottom: 0;
  z-index: 2;
}
.be-intro > img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.be-intro .be-intro-img {
  position: relative;
}
.be-intro .be-intro-img .be-intro-img-accent img {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.be-intro .be-intro-img .be-intro-img-accent img.accent1 {
  top: 38%;
  right: 2%;
}
.be-intro .be-intro-img .be-intro-img-accent img.accent2 {
  top: -4%;
  left: -26%;
}
.be-intro .be-intro-img .be-intro-img-accent img.accent3 {
  bottom: 4%;
  left: -11%;
}
.be-intro .be-intro-txt {
  position: relative;
  z-index: 2;
}
.be-intro .be-intro-txt h2 {
  width: 700px;
  margin-left: -39%;
  margin-bottom: 45px;
  color: var(--primary-color);
}
.be-intro .be-intro-txt h2 span {
  color: var(--secondary-color);
}
.be-intro .be-intro-txt p {
  padding-left: 16px;
  margin-bottom: 16px;
}
.be-intro .be-intro-txt p strong {
  font-weight: 600;
  color: var(--primary-color);
}
.be-centre {
  background-color: var(--primary-color);
  margin-top: -43px;
  z-index: 1;
}
.be-centre > img {
  position: absolute;
  top: -35px;
  right: 15.41%;
  pointer-events: none;
  z-index: -1;
}
.be-centre h2 {
  margin-bottom: 30px;
  color: #fff;
}
.be-centre .be-centre-item {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
.be-centre .be-centre-item:hover .be-centre-item-img img {
  filter: brightness(0.8);
}
.be-centre .be-centre-item:hover .be-centre-item-img p {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.be-centre .be-centre-item-img {
  display: block;
  position: relative;
}
.be-centre .be-centre-item-img img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out;
}
.be-centre .be-centre-item-img p {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 245px;
  line-height: 1.625rem;
  letter-spacing: 0.3rem;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.be-centre .be-centre-item-txt {
  padding: 20px 30px 50px;
}
.be-centre .be-centre-item-txt strong {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.0175rem;
}
.be-centre .be-centre-item-txt strong.color1 {
  color: var(--secondary-color);
}
.be-centre .be-centre-item-txt strong.color2 {
  color: var(--accent-color);
}
.be-centre .be-centre-item-txt strong.color3 {
  color: var(--primary-color);
}
.be-centre .be-centre-item-txt p {
  margin: 16px 0;
}
.be-centre .be-centre-item-txt span {
  font-weight: 600;
}
.be-stage h2 {
  color: #002447;
  margin-bottom: 30px;
}
.be-stage h2 span {
  color: var(--secondary-color);
}
.be-stage .be-stage-list .be-stage-item {
  position: relative;
}
.be-stage .be-stage-list .be-stage-item.stage1 {
  display: flex;
  max-width: 745px;
}
.be-stage .be-stage-list .be-stage-item.stage1 .stage-plant {
  bottom: 7%;
  right: 19%;
}
.be-stage .be-stage-list .be-stage-item.stage1 .stage-string {
  top: 24%;
  left: 100%;
}
.be-stage .be-stage-list .be-stage-item.stage2 {
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  max-width: 738px;
  margin-top: -24%;
  margin-left: auto;
}
.be-stage .be-stage-list .be-stage-item.stage2 .stage-plant {
  bottom: 0;
  right: 0;
}
.be-stage .be-stage-list .be-stage-item.stage2 .stage-string {
  top: 62%;
  right: 100%;
}
.be-stage .be-stage-list .be-stage-item.stage3 {
  display: flex;
  flex-direction: row-reverse;
  max-width: 778px;
}
.be-stage .be-stage-list .be-stage-item.stage3 .stage-plant {
  bottom: 0;
  left: 0;
}
.be-stage .be-stage-list .be-stage-item.stage3 .stage-string {
  top: 63%;
  left: 23%;
}
.be-stage .be-stage-list .be-stage-item.stage4 {
  max-width: 630px;
  margin-top: -10%;
  margin-left: auto;
}
.be-stage .be-stage-list .be-stage-item.stage4 .stage-plant {
  top: 13%;
  right: 0;
}
.be-stage .be-stage-list .be-stage-item.stage4 .stage-string {
  top: 90%;
  left: 36%;
}
.be-stage .be-stage-list .be-stage-item.stage4 .be-stage-item-txt {
  margin-left: auto;
  padding-top: 0;
}
.be-stage .be-stage-list .be-stage-item.stage5 {
  display: flex;
  max-width: 840px;
  margin-left: 13%;
  margin-top: -7%;
}
.be-stage .be-stage-list .be-stage-item.stage5 .stage-plant {
  bottom: 0;
  left: -7%;
}
.be-stage .be-stage-list .be-stage-item.stage5 .be-stage-item-txt {
  max-width: 340px;
}
.be-stage .be-stage-list .be-stage-item .stage-plant,
.be-stage .be-stage-list .be-stage-item .stage-string {
  position: absolute;
}
.be-stage .be-stage-list .be-stage-item .be-stage-item-txt {
  max-width: 275px;
  padding-top: 40px;
}
.be-stage .be-stage-list .be-stage-item .be-stage-item-txt h3 {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.0175rem;
  color: var(--primary-color);
}
.be-stage .be-stage-list .be-stage-item .be-stage-item-txt strong {
  display: block;
  font-weight: 600;
  color: #002447;
  line-height: 1.625rem;
  margin: 16px 0;
}
.be-fclts {
  position: relative;
  padding-top: 288px;
  padding-bottom: 0;
  z-index: 1;
}
.be-fclts > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.be-fclts .be-fclts-txt h2 {
  line-height: 3.4375rem;
  margin: 30px 0;
}
.be-fclts .be-img img {
  border-radius: 20px;
}
.be-fclts .be-fclts-slide-wrap {
  position: relative;
  margin-top: 50px;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-item {
  position: relative;
  margin: 0 15px;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-item.top img {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-item.bot img {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-item img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-slide-arrows {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: calc(100% + 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-slide-arrows span {
  display: block;
  width: 33px;
  height: 33px;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  line-height: 33px;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}
.be-fclts .be-fclts-slide-wrap .be-fclts-slide-arrows span:hover {
  background-color: var(--primary-color);
}
.be-why::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #f2f9fc;
  pointer-events: none;
  z-index: -1;
}
.be-why h2 {
  color: var(--primary-color);
  margin-bottom: 40px;
}
.be-why .col-4 img.b2-img-responsive {
  border-radius: 50px;
}
.be-why .be-why-item {
  display: block;
  position: relative;
}
.be-why .be-why-item:hover .be-why-item-img img:first-child {
  filter: brightness(0.9);
}
.be-why .be-why-item .be-why-item-img {
  position: relative;
  margin-bottom: 30px;
}
.be-why .be-why-item .be-why-item-img img:first-child {
  object-fit: cover;
  height: 400px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.be-why .be-why-item .be-why-item-img .be-why-item-icon {
  position: absolute;
  bottom: -70px;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.be-why .be-why-item h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  color: #002447;
}
.be-why .be-why-item p {
  margin: 16px 0;
}
.be-why .be-why-item span {
  font-weight: 600;
}
.be-rvws {
  padding-bottom: 50px;
}
.be-rvws h2 {
  color: var(--secondary-color);
  line-height: 3.4375rem;
  max-width: 345px;
}
.be-rvws .be-rvws-slide-wrap {
  position: relative;
}
.be-rvws .be-rvws-item {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  max-width: 409px;
}
.be-rvws .be-rvws-item img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.be-rvws .be-rvws-item strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  color: #002447;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
}
.be-rvws .be-rvws-item i {
  display: block;
  font-size: 1rem;
  color: #002447;
  line-height: 1.6rem;
  margin: 16px 0;
}
.be-rvws .be-rvws-item p {
  font-weight: 600;
}
.be-rvws .be-rvws-slide-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 77px);
  display: flex;
  justify-content: end;
}
.be-rvws .be-rvws-slide-arrows span {
  font-size: 2rem;
  color: #fff;
  line-height: 77px;
  text-align: center;
  width: 77px;
  height: 77px;
  background-color: var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.be-rvws .be-rvws-slide-arrows span:hover {
  background-color: var(--primary-color);
}
.be-rvws .be-rvws-slide-arrows span.prev {
  display: none !important;
}
.ip-container .be-cta {
  margin-top: -140px;
}
.page-template-template-acknowledgement .be-cta,
.search .be-cta {
  display: none;
}
.be-cta {
  position: relative;
  padding: 255px 0;
  z-index: 3;
}
.be-cta > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.be-cta .b2-inner-content {
  max-width: 1180px;
}
.be-cta .b2-inner-content .be-cta-txt {
  max-width: 715px;
}
.be-cta .b2-inner-content .be-cta-txt h2 {
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 4.6875rem;
  letter-spacing: 0.0875rem;
  margin-bottom: 30px;
}
.be-cta .b2-inner-content .be-cta-txt h2 span {
  color: var(--secondary-color);
}
.be-cta .b2-inner-content .be-cta-txt p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.be-cta .b2-inner-content .be-cta-btn a {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  padding: 20px 0;
  max-width: 316px;
  margin: 0 0 20px auto;
}
.be-cta .b2-inner-content .be-cta-btn a:hover {
  color: #002447 !important;
  background-color: #fff !important;
}
.be-cta .b2-inner-content .be-cta-btn a.color1 {
  background-color: var(--secondary-color);
}
.be-cta .b2-inner-content .be-cta-btn a.color2 {
  background-color: var(--accent-color);
}
.be-cta .b2-inner-content .be-cta-btn a.color3 {
  background-color: #285ebc;
}
.ip-be-banner {
  position: relative;
  margin-top: 135px;
}
.ip-be-banner.sm-banner img {
  height: 400px;
}
.ip-be-banner.sm-banner .ip-be-banner-txt {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0;
}
.ip-be-banner .ip-be-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.ip-be-banner .ip-be-banner-video iframe {
  filter: brightness(0.8);
  transform: scale(1.6);
  width: 100%;
  height: 100%;
}
.ip-be-banner img {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}
.ip-be-banner .pre-header {
  text-shadow: 0 0 20px #0e0e0e;
}
.ip-be-banner .ip-be-banner-txt {
  position: absolute;
  padding-bottom: 80px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.ip-be-banner .ip-be-banner-txt h1,
.ip-be-banner .ip-be-banner-txt .h1 {
  max-width: 840px;
  margin: 30px 0;
  line-height: 4.6875rem;
  text-shadow: 0 0 50px #0e0e0e;
}
.ip-be-banner .ip-be-banner-txt .b2-text-info {
  max-width: 864px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.ip-be-intro {
  background-color: #f2f9fc;
}
.ip-be-intro > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ip-be-intro .b2-row {
  align-items: end;
}
.ip-be-intro .ip-be-intro-hdr strong {
  display: block;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.ip-be-intro .ip-be-intro-hdr h2 {
  font-weight: 700;
  line-height: 3.4375rem;
  color: var(--primary-color);
}
.ip-be-intro .ip-be-intro-hdr h2 span {
  color: var(--secondary-color);
}
.ip-be-intro .ip-be-intro-txt {
  font-weight: 600;
  line-height: 1.625rem;
  max-width: 455px;
}
.ip-be-vals {
  padding-bottom: 0;
  z-index: 4;
}
.ip-be-vals h2 {
  color: var(--primary-color);
  margin-bottom: 40px;
}
.ip-be-vals .ip-be-vals-item {
  position: relative;
}
.ip-be-vals .ip-be-vals-item img {
  margin: 0 auto 20px;
}
.ip-be-vals .ip-be-vals-item h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #002447;
}
.ip-be-vals .ip-be-vals-content {
  margin-top: 90px;
}
.ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid,
.ip-be-vals .ip-be-vals-content iframe {
  position: relative;
  display: block;
  max-width: 658px;
  margin-left: auto;
  margin-bottom: 30px;
}
.ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid:hover img:first-child,
.ip-be-vals .ip-be-vals-content iframe:hover img:first-child {
  filter: brightness(0.8);
}
.ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid img:first-child,
.ip-be-vals .ip-be-vals-content iframe img:first-child {
  filter: brightness(0.5);
  border-radius: 20px;
  height: 370px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid .play,
.ip-be-vals .ip-be-vals-content iframe .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip-be-vals .ip-be-vals-content .ip-be-vals-content-img {
  max-width: 695px;
  height: 370px;
  object-fit: cover;
  border-radius: 20px;
}
.ip-be-vals .ip-be-vals-content-txt p {
  margin-bottom: 24px;
}
.ip-be-vals .ip-be-vals-content-txt p strong {
  font-weight: 600;
  color: var(--primary-color);
}
.ip-be-vals .ip-be-vals-content-txt div strong {
  display: block;
  font-weight: 600;
  color: #002447;
  margin-bottom: 12px;
}
.ip-be-atc-intro {
  z-index: 1;
}
.ip-be-atc-intro > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ip-be-atc-intro .b2-inner-content.sm {
  max-width: 1180px;
}
.ip-be-atc-intro h2 {
  color: var(--primary-color);
  line-height: 3.4375rem;
}
.ip-be-atc-intro .leaf-icon {
  margin: 0 auto;
}
.ip-be-atc-intro .align-bot {
  align-items: end;
  margin-bottom: 40px;
}
.ip-be-atc-intro .align-bot .map-preview {
  max-width: 600px;
  border-radius: 20px;
}
.ip-be-atc-intro .align-bot .ip-b2-atc-intro strong {
  font-weight: 600;
}
.ip-be-atc-intro iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 45vw;
  margin-bottom: 30px;
}
.ip-be-atc-intro .ip-be-atc-vid {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ip-be-atc-intro .ip-be-atc-vid:hover img:first-child {
  filter: brightness(0.8);
}
.ip-be-atc-intro .ip-be-atc-vid img:first-child {
  filter: brightness(0.5);
  border-radius: 20px;
  height: 800px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.ip-be-atc-intro .ip-be-atc-vid .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ip-be-atc-intro .ip-be-atc-img img {
  object-fit: cover;
  height: 450px;
  margin: 0 auto;
  border-radius: 20px;
}
.ip-be-qlty-intro {
  padding-bottom: 0;
}
.ip-be-qlty-intro .ip-be-qlty-intro-txt h2 {
  color: var(--primary-color);
  line-height: 3.4375rem;
  margin-bottom: 16px;
}
.ip-be-qlty-intro .ip-be-qlty-intro-txt h2 span {
  color: var(--secondary-color);
}
.ip-be-qlty-intro .ip-be-qlty-intro-txt p {
  font-weight: 600;
  max-width: 574px;
}
.ip-be-qlty-intro .ip-be-qlty-intro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ip-be-qlty-intro .ip-be-qlty-intro-list li {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}
.ip-be-qlty-intro .ip-be-qlty-intro-list li img {
  margin-right: 30px;
}
.ip-be-qlty-intro .ip-be-qlty-intro-list li div strong {
  font-size: 1.75rem;
  font-weight: 900;
  color: #002447;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
}
.ip-be-cmt-intro {
  padding-bottom: 190px;
  z-index: 1;
}
.ip-be-cmt-intro > img {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1;
}
.ip-be-cmt-intro .b2-inner-content.sm {
  max-width: 1240px;
}
.ip-be-cmt-intro .ip-be-cmt-intro-txt {
  max-width: 530px;
}
.ip-be-cmt-intro .ip-be-cmt-intro-txt h2 {
  color: var(--secondary-color);
}
.ip-be-cmt-intro .ip-be-cmt-intro-txt h2 span {
  color: var(--primary-color);
}
.ip-be-cmt-intro .ip-be-cmt-intro-prev {
  object-fit: cover;
  height: 523px;
  border-radius: 20px;
}
.ip-be-cmt-intro .ip-be-cmt-intro-img {
  margin: 30px 0 50px;
}
.ip-be-cmt-intro .ip-be-cmt-intro-img img {
  object-fit: cover;
  height: 453px;
  border-radius: 20px;
}
.ip-be-cmt-intro .ip-be-cmt-intro-bot-txt strong {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  color: var(--primary-color);
}
.ip-be-team-intro {
  padding-bottom: 0;
  z-index: 1;
}
.ip-be-team-intro > img {
  position: absolute;
  top: 0;
  left: -1px;
  z-index: -1;
}
.ip-be-team-intro .b2-inner-content {
  max-width: 1180px;
}
.ip-be-team-intro .b2-inner-content .ip-be-team-intro-txt h2 {
  color: var(--primary-color);
  margin-top: 20px;
  margin-left: -27%;
}
.ip-be-team-intro .b2-inner-content .ip-be-team-intro-txt h2 span {
  color: var(--secondary-color);
}
.ip-be-team-intro .b2-inner-content img {
  height: 640px;
  object-fit: cover;
  border-radius: 20px;
}
.be-nutri-intro .b2-inner-content.sm {
  max-width: 1180px;
}
.be-nutri-intro .be-intro-img-exp {
  height: auto;
  width: 100%;
  display: block;
}
.be-nutri-intro .be-intro-txt h2 {
  max-width: 620px;
  margin-left: -24%;
}
.be-nutri-intro .be-intro-img .accent2 {
  top: -12% !important;
  left: -12% !important;
}
.be-nutri-intro .be-intro-img .accent1 {
  top: unset !important;
  bottom: -4%;
  right: -7% !important;
}
.b2-slider-nutri {
  position: relative;
  margin-top: 40px;
}
.b2-slider-nutri .b2-slider-img-accent img {
  position: absolute;
  right: 10%;
  z-index: 10;
  top: -20%;
}
.b2-talk-us {
  padding-top: 50px;
}
.b2-talk-us .subheading {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.b2-talk-us .b2-body-copy {
  max-width: 938px;
  margin: auto;
  margin-bottom: 50px;
}
.b2-team-chef {
  position: relative;
  padding: 146px 0 0;
}
.b2-team-chef::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("/wp-content/uploads/2025/05/Wave-Shape.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.b2-team-chef .wave-accent {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.b2-team-chef .subheading {
  color: var(--secondary-color);
  margin-bottom: 40px;
}
.b2-card h3 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  color: var(--secondary-color);
  margin-top: 10px;
}
.b2-card p {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.3375rem;
  text-transform: uppercase;
}
.b2-our-menu {
  background-color: #f2f9fc;
  padding: 146px 0;
}
.b2-our-menu .b2-inner-content.sm {
  max-width: 1180px;
}
.b2-our-menu .b2-menu-row {
  align-items: center;
}
.b2-our-menu h2 {
  color: var(--primary-color);
  margin-bottom: 25px;
}
.b2-our-menu h3 {
  color: var(--primary-color);
  line-height: 2.375rem;
  margin-bottom: 30px;
}
.b2-our-menu .b2-menu-list {
  position: relative;
  padding-top: 70px;
}
.b2-our-menu .b2-menu-list h4 {
  color: var(--secondary-color);
}
.b2-our-menu .b2-our-menu-img-accent img {
  position: absolute;
}
.b2-our-menu .b2-our-menu-img-accent .accent1 {
  top: 110px;
  left: -60px;
}
.b2-our-menu .b2-our-menu-img-accent .accent2 {
  top: 30px;
  right: -60px;
}
.b2-faq {
  padding: 146px 0 300px;
}
.b2-faq h2 {
  margin-bottom: 40px;
  color: #002447;
}
.b2-slide-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: calc(70% + 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.b2-slide-arrows span {
  display: block;
  width: 33px;
  height: 33px;
  background-color: var(--secondary-color);
  color: #fff;
  text-align: center;
  line-height: 33px;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
}
.b2-slide-arrows .prev {
  position: relative;
}
.b2-slide-arrows .next {
  position: relative;
}
.b2-slider-nutri .slick-list {
  padding: 0px 14% !important;
}
.b2-slider-nutri .be-fclts-item {
  margin: 0 15px;
}
.b2-slider-nutri .slick-slide img {
  height: 357px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.be-stage-growth {
  padding: 146px 0 0;
}
.be-stage-growth .be-stage-container {
  justify-content: center;
  row-gap: 100px;
}
.be-stage-growth .be-stage-container .b2-col:last-child .be-stage-card-asset {
  display: flex;
  align-items: center;
  justify-content: end;
}
.be-stage-growth h2.b2-text-center.subheading {
  color: #0094c1;
  margin-bottom: 60px;
}
.be-stage-growth h2.b2-text-center.subheading span {
  color: var(--secondary-color);
}
.be-stage-growth h2 {
  color: #002447;
}
.be-stage-growth .be-stage-growth-heading {
  position: relative;
}
.be-stage-growth .be-stage-growth-heading > .accent1 {
  position: absolute;
  top: -65px;
  right: 140px;
}
.be-stage-growth .be-stage-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.be-stage-growth .be-stage-card .be-stage-card-info .b2-link {
  margin-top: 14px;
}
.be-stage-growth .be-stage-card .accent2 {
  display: block;
  margin-top: -60px;
}
.be-stage-growth .be-stage-card .accent3 {
  display: block;
  margin-top: -60px;
}
.be-stage-growth .be-stage-card .accent4 {
  display: block;
  margin-top: -30px;
}
.be-stage-growth .be-card-space {
  margin-top: 100px;
  margin-bottom: 40px;
}
.be-stage-growth .be-stage-card-asset-hor {
  display: flex;
  align-items: center;
  justify-content: end;
}
.be-hear-families {
  padding: 146px 0 185px 0;
}
.ip-be-logo {
  width: 453px !important;
  object-fit: contain !important;
  height: 72px !important;
}
.ip-be-discover {
  background-color: var(--primary-color);
  overflow: hidden;
}
.ip-be-discover .b2-row {
  align-items: center;
}
.ip-be-discover .b2-img-responsive {
  border-radius: 20px;
}
.ip-be-discover .ip-be-cmt-intro-txt h1,
.ip-be-discover .ip-be-cmt-intro-txt h2 {
  line-height: 4.6875rem;
  width: 935px;
  position: relative;
  z-index: 10;
}
.ip-be-discover .ip-be-cmt-intro-txt h1 > span,
.ip-be-discover .ip-be-cmt-intro-txt h2 > span {
  color: var(--accent-color);
}
.ip-be-discover .ip-be-cmt-intro-txt p {
  color: #f0f0f0;
}
.ip-be-rooms {
  padding: 0 0 146px;
  position: relative;
}
.ip-be-rooms h2 {
  margin: 0 auto 40px;
  display: block;
}
.b2-rooms-card {
  position: relative;
}
.b2-rooms-card-image {
  position: relative;
}
.b2-rooms-card-plants {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.b2-rooms-card-body {
  position: relative;
  margin-left: 0px;
}
.b2-rooms-card-body a {
  color: #002447 !important;
}
.b2-rooms-card-body a:hover {
  color: var(--primary-color) !important;
}
.b2-rooms-card-body h3 {
  margin-top: 20px;
}
.ip-be-why {
  overflow: hidden;
}
.ip-be-rvws {
  position: relative;
}
.be-enquiry {
  position: relative;
  padding-top: 0;
  padding-bottom: 200px;
}
.be-enquiry h2 {
  color: var(--primary-color);
}
.wave-intro {
  position: absolute;
  top: -10px;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.wave-rooms {
  position: absolute;
  top: -445px;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.be-contact-heading h1 {
  color: var(--primary-color);
}
.be-contact-heading h1 span {
  color: var(--secondary-color);
}
.be-contact-details {
  position: relative;
}
.be-contact-details::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #f2f9fc;
  height: 67%;
  width: 100%;
  z-index: -1;
}
.be-contact-details h2 {
  color: var(--primary-color);
}
.be-contact-form {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  position: relative;
/* Custom Radio Button */
}
.be-contact-form .accent-icon {
  position: absolute;
  bottom: -100px;
}
.be-contact-form .gform-body .gform_fields {
  row-gap: 20px !important;
}
.be-contact-form .gform-body h4 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.be-contact-form #field_2_10 .gfield_radio {
  flex-direction: row !important;
}
.be-contact-form #input_2_18_other {
  border-radius: 10px !important;
  margin-left: 20px !important;
  height: 38px !important;
}
.be-contact-form .gchoice {
  align-items: center;
}
.be-contact-form .gchoice_2_18_4 {
  display: flex !important;
}
.be-contact-form #field_2_1 input[type="radio"] {
  display: none;
}
.be-contact-form #field_2_1 .gfield_radio {
  flex-direction: row !important;
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(1) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(1) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(2) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(2) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(3) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-contact-form #field_2_1 .gchoice:nth-of-type(3) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-contact-form #field_2_1 label {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 35px;
  border-radius: 100px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.be-contact-map {
  padding-top: 50px;
}
.be-contact-map h2 {
  margin-bottom: 30px;
}
.be-contact-map .be-contact-table {
  display: grid;
  grid-template-columns: 30px 120px 1fr;
  align-items: center;
  grid-gap: 30px;
}
.be-contact-map .be-contact-table p {
  font-weight: 600 !important;
  margin: 6px 0;
}
.be-contact-map .be-contact-table a {
  color: #002447 !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}
.be-contact-map .be-contact-email {
  display: grid;
  grid-template-columns: 30px 40px 1fr;
  align-items: center;
  grid-gap: 30px;
}
.be-contact-map .be-contact-email p {
  font-weight: 600 !important;
  margin: 6px 0;
}
.be-contact-map .be-contact-email a {
  color: #002447 !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}
.be-contact-map .be-contact-google-map iframe {
  border-radius: 5px;
  width: 483px;
}
.be-contact-map .be-contact-google-map p {
  font-weight: 600;
}
.be-contact-map .be-contact-google-map-heading {
  margin-top: 54px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.be-contact-map .be-contact-google-map-heading h4 {
  color: var(--primary-color);
}
.be-room-intro {
  position: relative;
}
.be-room-intro .b2-row {
  align-items: center;
}
.be-room-intro .b2-inner-content .b2-img-responsive {
  border-radius: 200px 200px 0 0;
}
.be-room-intro h1,
.be-room-intro h2 {
  color: var(--primary-color);
}
.be-room-intro h1 span,
.be-room-intro h2 span {
  color: var(--secondary-color);
}
.be-room-intro p {
  margin: 30px 0;
}
.be-room-intro .intro-highlight {
  color: var(--primary-color);
  font-weight: 600;
}
.be-text-image .b2-row {
  align-items: center;
}
.be-text-image .b2-row:first-child {
  margin-bottom: 60px;
}
.be-text-image h2 {
  color: var(--primary-color);
}
.be-text-image .b2-text-image-asset {
  position: relative;
}
.be-text-image .b2-text-image-asset .accent1 {
  position: absolute;
  top: -90px;
  right: -140px;
}
.be-text-image .b2-text-image-asset .accent2 {
  position: absolute;
  bottom: 0;
  left: -135px;
}
.be-icon-list {
  background: #f2f9fc;
}
.be-icon-list .be-icon-list-container {
  display: grid;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  gap: 40px;
  grid-template-columns: repeat(5, 1fr);
}
.be-icon-list .be-icon-list-card {
  text-align: center;
}
.be-icon-list .be-icon-list-card p {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}
.ip-be-team-capt.urangan h2 {
  color: var(--secondary-color);
  margin-bottom: 50px;
}
.ip-be-team-capt.urangan .b2-link {
  color: var(--secondary-color);
}
.ip-be-team-capt.urangan .team-cta .b2-link {
  color: #fff;
  margin: 60px auto 0;
}
.ip-be-team-capt.urangan .be-team-capt-item img.b2-img-responsive {
  z-index: 4;
}
.ip-be-team-capt.urangan .be-team-capt-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Urangan-Headshot-BG.webp");
  border-radius: 5px;
  z-index: 4;
}
.ip-be-team-capt.urangan .be-team-capt-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #f0f0f0;
  border-radius: 5px;
}
.ip-be-team-capt.urraween {
  padding: 0;
}
.ip-be-team-capt.urraween h2 {
  color: var(--accent-color);
  margin-bottom: 50px;
}
.ip-be-team-capt.urraween .b2-link {
  color: var(--accent-color);
}
.ip-be-team-capt.urraween h3 {
  color: var(--accent-color) !important;
}
.ip-be-team-capt.urraween .be-modal .be-modal-close {
  background: var(--accent-color);
}
.ip-be-team-capt.urraween .be-modal-title {
  color: var(--accent-color);
}
.ip-be-team-capt.urraween .b2-team-card-container {
  grid-template-columns: repeat(3, 1fr);
}
.ip-be-team-capt.urraween .be-team-capt-item img.b2-img-responsive {
  height: 470px;
  z-index: 4;
}
.ip-be-team-capt.urraween .be-team-capt-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Urraween-Headshot-BG.webp");
  border-radius: 5px;
  z-index: 4;
}
.ip-be-team-capt.urraween .be-team-capt-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #f0f0f0;
  border-radius: 5px;
}
.ip-be-team-capt.urraween .team-cta .b2-link {
  background: var(--accent-color);
  color: #002447;
  margin: 60px 0 0;
}
.ip-be-team-capt.deception {
  padding: 146px 0 210px;
}
.ip-be-team-capt.deception h2 {
  color: var(--primary-color);
  margin-bottom: 50px;
}
.ip-be-team-capt.deception .b2-link {
  color: var(--primary-color);
}
.ip-be-team-capt.deception h3 {
  color: var(--primary-color);
}
.ip-be-team-capt.deception .be-modal .be-modal-close {
  background: var(--primary-color);
}
.ip-be-team-capt.deception .be-modal-title {
  color: var(--primary-color);
}
.ip-be-team-capt.deception .b2-team-card-container {
  grid-template-columns: repeat(3, 1fr);
}
.ip-be-team-capt.deception .be-team-capt-item img.b2-img-responsive {
  height: 470px;
  z-index: 4;
}
.ip-be-team-capt.deception .be-team-capt-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Deception-Bay-Headshot-BG.webp");
  border-radius: 5px;
  z-index: 4;
}
.ip-be-team-capt.deception .be-team-capt-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #f0f0f0;
  border-radius: 5px;
}
.ip-be-team-capt.deception .team-cta .b2-link {
  background: var(--primary-color);
  color: #fff;
  margin: 60px 0 0;
}
.ip-be-team-careers {
  position: relative;
  padding: 200px 0;
  z-index: 1;
}
.ip-be-team-careers h2,
.ip-be-team-careers p {
  color: #fff;
}
.ip-be-team-careers .accent-wave {
  position: absolute;
  top: -100px;
  left: 0;
  height: 700px;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
.ip-be-team-careers .b2-row {
  align-items: center;
}
.ip-be-team-careers .b2-link {
  background: var(--secondary-color);
}
.team-cta {
  display: flex;
  justify-content: center;
}
.be-team-capt .be-team-capt-heading {
  display: flex;
  position: relative;
  left: 75px;
}
.be-team-capt .be-team-capt-heading img {
  position: absolute;
  bottom: 30px;
  left: -60px;
  z-index: 1;
}
.be-team-capt .be-team-capt-heading h2 {
  position: relative;
  color: var(--primary-color);
  z-index: 1;
  margin: 32px 38px;
}
.be-team-capt.urangan h2 {
  color: var(--secondary-color);
}
.be-team-capt.urangan .b2-link {
  color: var(--secondary-color);
}
.be-team-crew.urangan h2 {
  color: var(--secondary-color) !important;
}
.be-team-crew.urangan .b2-link {
  background-color: var(--secondary-color) !important;
}
.be-team-capt.urraween h2 {
  color: var(--accent-color);
}
.be-team-capt.urraween .be-team-capt-item h3 {
  color: var(--accent-color);
}
.be-team-capt.urraween .be-team-capt-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Urraween-Headshot-BG.webp");
}
.be-team-capt.urraween .b2-link {
  color: var(--accent-color);
}
.be-team-capt.urraween .be-modal .be-modal-close {
  background: var(--accent-color);
}
.be-team-capt.urraween .be-modal-title {
  color: var(--accent-color);
}
.be-team-crew.urraween h2 {
  color: var(--accent-color) !important;
}
.be-team-crew.urraween .b2-link {
  background-color: var(--accent-color) !important;
}
.be-team-crew.urraween .be-team-crew-item .be-team-crew-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Urraween-Headshot-BG.webp") !important;
}
.be-team-crew.urraween .be-modal .be-modal-close {
  background: var(--accent-color);
}
.be-team-crew.urraween .be-modal-title {
  color: var(--accent-color);
}
.be-team-capt.deception h2 {
  color: var(--primary-color);
}
.be-team-capt.deception .b2-link {
  color: var(--primary-color);
}
.be-team-capt.deception .be-team-capt-item h3 {
  color: var(--primary-color);
}
.be-team-capt.deception .be-team-capt-item-img::before {
  background-image: url("/wp-content/uploads/2025/07/Deception-Bay-Headshot-BG.webp");
}
.be-team-capt.deception .be-modal .be-modal-close {
  background: var(--primary-color);
}
.be-team-capt.deception .be-modal-title {
  color: var(--primary-color);
}
.be-team-crew.deception h2 {
  color: var(--primary-color) !important;
}
.be-team-crew.deception .be-team-crew-item .be-team-crew-item-img::before {
  background-image: url("/wp-content/uploads/2025/05/Deception-Bay-Headshot-BG.webp") !important;
}
.be-team-crew.deception .be-modal .be-modal-close {
  background: var(--primary-color);
}
.be-team-crew.deception .be-modal-title {
  color: var(--primary-color);
}
.b2-team-card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.be-team-capt-item {
  position: relative;
}
.be-team-capt-item .be-team-capt-item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.be-team-capt-item .b2-link {
  color: var(--primary-color);
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 4;
}
.be-team-capt-item:hover .b2-link {
  transform: translate(-50%, 0);
  opacity: 1;
}
.be-team-capt-item .be-team-capt-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2025/05/Urangan-Headshot-BG.webp");
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 4;
  pointer-events: none;
}
.be-team-capt-item .be-team-capt-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #f0f0f0;
  border-radius: 5px;
}
.be-team-capt-item:hover .be-team-capt-item-img::before {
  opacity: 1;
}
.be-team-capt-item img.b2-img-responsive {
  border-radius: 5px;
  object-fit: cover;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.be-team-capt-item h3 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  margin-top: 20px;
  color: var(--secondary-color);
}
.be-team-capt-item p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.3375rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.be-team-crew {
  padding: 0 0 240px;
}
.be-team-crew .be-team-capt-heading {
  display: inline-block;
  position: relative;
  left: 75px;
}
.be-team-crew .be-team-capt-heading img {
  position: absolute;
  bottom: 40px;
  right: -130px;
  z-index: 1;
}
.be-team-crew .be-team-capt-heading h2 {
  position: relative;
  color: var(--primary-color);
  z-index: 1;
  margin: 32px 0;
}
.be-team-crew-item .be-team-crew-item-img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.be-team-crew-item .b2-link {
  font-size: 0.8rem;
  padding: 14px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 4;
}
.be-team-crew-item:hover .b2-link {
  transform: translate(-50%, 0);
  opacity: 1;
}
.be-team-crew-item img.b2-img-responsive {
  border-radius: 5px;
  object-fit: cover;
  height: 300px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.be-team-crew-item .be-team-crew-item-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("/wp-content/uploads/2025/05/Urangan-Headshot-BG.webp");
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 4;
  pointer-events: none;
}
.be-team-crew-item:hover .be-team-crew-item-img::before {
  opacity: 1;
}
.be-team-crew-item .be-team-crew-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  background: #f0f0f0;
  border-radius: 5px;
}
.be-team-crew-item h4 {
  color: #002447;
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  letter-spacing: 0.0125rem;
}
.b2-team-crew-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.be-enrol-intro {
  padding: 146px 0 260px;
}
.be-enrol-intro .b2-row {
  align-items: center;
}
.be-enrol-intro .be-enrol-intro-text h2 {
  color: var(--primary-color);
}
.be-enrol-intro .be-enrol-intro-text h2 span {
  color: var(--secondary-color);
}
.be-enrol-intro .three-img {
  padding-top: 30px;
  padding-bottom: 50px;
}
.be-enrol-intro img {
  border-radius: 20px;
}
.be-enrol-intro h2 {
  color: var(--primary-color);
}
.be-enrol-intro .heading-text p {
  padding-top: 30px;
}
.be-why-choose {
  padding-top: 0;
}
.be-why-choose h2 {
  margin-bottom: 50px;
}
.be-why-choose h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  padding-top: 30px;
}
.be-why-choose .b2-img-responsive {
  border-radius: 50px;
}
.be-four-icons h2 {
  color: var(--primary-color);
  margin-bottom: 50px;
}
.be-four-icons .be-four-icons-item img {
  margin: 0 auto;
}
.be-four-icons .be-four-icons-item h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 20px;
}
.be-unveiling {
  padding-top: 0;
}
.be-key-focus {
  background-color: #f2f9fc;
}
.be-key-focus .b2-row {
  justify-content: center;
}
.be-key-focus .be-four-icons-item {
  margin-bottom: 30px;
}
.be-key-focus .be-key-focus-bot-txt {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  color: var(--primary-color);
  max-width: 1100px;
  margin: 0 auto;
}
.be-key-focus .be-key-focus-bot-txt span {
  color: var(--secondary-color);
}
.be-masonry {
  padding-top: 0;
  padding-bottom: 220px;
}
.be-masonry .be-masonry-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: auto;
}
.be-masonry .be-masonry-text-block h2 {
  color: var(--primary-color);
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  left: -130px;
}
.be-masonry .be-masonry-text-block p {
  width: 453px;
}
.be-masonry .be-masonry-img-1 {
  grid-column: 1;
  grid-row: 1;
}
.be-masonry .be-masonry-text-1 {
  grid-column: 2;
  grid-row: 1;
}
.be-masonry .be-masonry-text-2 {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  justify-content: end;
  align-items: center;
}
.be-masonry .be-masonry-img-2 {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-self: end;
  margin-top: -240px;
}
.be-masonry .be-masonry-img-3 {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  justify-content: end;
}
.be-masonry .be-masonry-text-3 {
  grid-column: 2;
  grid-row: 3;
  display: flex;
  align-items: center;
}
.be-masonry .be-masonry-text-3 p {
  font-weight: 600;
}
.be-faq-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 45px 0 !important;
}
.be-faq-form label {
  display: none;
}
.be-faq-form .gform-body {
  display: flex;
  align-items: center;
  position: relative;
}
.be-faq-form .gform-body img {
  padding: 3px;
  border-radius: 100%;
  height: 29px;
  width: 29px;
  background-color: var(--secondary-color);
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.be-faq-resources {
  padding-bottom: 0;
}
.be-faq-resources h2 {
  color: var(--primary-color);
  margin-bottom: 50px;
}
.be-faq-resources .b2-slide-arrows {
  width: calc(100% - 106px);
  top: 45%;
  transform: translateY(-45%);
}
.be-faq-slider-wrap {
  position: relative;
  padding: 0 55px;
}
.be-faq-slider .be-faq-slider-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 30px 15px;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin: 0 15px;
  min-height: 333px;
}
.be-faq-slider .be-faq-slider-item img {
  margin: 0 auto;
  height: 50px;
}
.be-faq-slider .be-faq-slider-item a {
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: underline !important;
  color: #002447;
}
.be-faq-slider .be-faq-slider-item a:hover {
  color: var(--primary-color);
}
.be-intro h2 {
  color: var(--primary-color);
  width: 574px;
  position: relative;
  left: -125px;
}
.be-intro h2 span {
  color: var(--secondary-color);
}
.be-intro .be-intro-highlight {
  color: var(--primary-color);
  font-weight: 600;
}
.be-enrolling {
  padding-bottom: 0;
}
.be-enrolling h2 {
  color: var(--secondary-color);
  margin-bottom: 30px;
}
.be-enrolling .be-enrolling-item h3 {
  color: var(--primary-color);
}
.be-enrolling .be-enrolling-item + .be-enrolling-item {
  margin-top: 34px;
}
.be-enrolling .b2-row + .b2-row {
  margin-top: 50px;
}
.be-easy h3 {
  color: var(--primary-color);
}
.be-easy ul {
  margin-left: 20px;
  padding-left: 0;
}
.be-easy ul li {
  font-weight: 300;
  color: #002447;
  line-height: 1.6;
}
.be-easy strong {
  font-weight: 600;
}
.be-easy-item {
  display: flex;
  gap: 30px;
}
.be-easy-item p {
  font-weight: 700;
}
.be-easy-item + .be-easy-item {
  margin-top: 20px;
}
.be-talk {
  display: grid;
  gap: 50px;
  grid-template-columns: 300px 1fr;
  align-items: center;
  max-width: 850px;
  text-align: center;
  margin: auto;
}
.be-talk h2 {
  margin-bottom: 0;
}
.be-card-resources {
  position: relative;
  padding-bottom: 0;
}
.be-card-resources h4 {
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.be-card-resources .be-card-resources-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  margin: auto;
}
.be-card-resources .be-card-resources-container .be-card-resources-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: var(--primary-color);
  filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.25));
  border-radius: 30px;
}
.be-card-resources .be-card-resources-container .be-card-resources-item > p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
  letter-spacing: 0.0125rem;
  margin-top: 8px;
  margin-bottom: 0;
}
.be-card-resources .be-card-resources-container .be-card-resources-item a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  text-decoration: underline;
}
.be-card-resources .wave-bubblegum {
  position: absolute;
  top: 140px;
  left: 0;
  pointer-events: none;
  width: auto;
  z-index: -1;
}
.be-child-care-calculator {
  background: var(--secondary-color);
}
.be-child-care-calculator-form {
  position: relative;
  z-index: 5;
  border-radius: 20px;
  background: #fff;
  padding: 50px;
}
.be-child-care-calculator-form h2 {
  color: var(--secondary-color);
  margin-bottom: 40px;
}
.be-child-care-calculator-form label {
  margin: 20px 0;
  display: block;
}
.be-child-care-calculator-form .b2-link {
  margin: 40px 0;
}
.be-child-care-calculator-cta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.be-child-care-calculator-cta-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
}
.be-bay-work {
  background: url("/wp-content/uploads/2025/05/Night_Sky_Wave_Background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 300px 0;
  margin-top: -65px;
}
.be-bay-work .be-why-choose img {
  margin: auto;
}
.be-love-work h2 {
  color: var(--secondary-color);
  margin: 100px 0 50px;
}
.be-love-work .slick-list {
  padding: 0px 14% !important;
}
.be-love-work .be-career-slider-item {
  border-radius: 20px;
  background: #f0f0f0;
  padding: 30px;
  margin: 0 15px;
}
.be-love-work .be-career-slider-item p {
  margin-top: 0;
  font-size: 15px;
}
.be-love-work .be-career-slider-item-body {
  font-style: italic;
}
.be-love-work .be-career-slider-item-name {
  font-weight: 600;
  margin-bottom: 0;
}
.be-love-work .be-career-slider-container {
  position: relative;
}
.be-love-work .b2-slide-arrows {
  width: calc(70% + 100px);
}
.be-love-work-icon {
  padding: 50px 0;
}
.be-love-work-icon .be-love-work-icon-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.be-love-work-icon .be-love-work-icon-container .be-love-work-icon-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 20px;
  align-items: center;
}
.be-love-work-icon .be-love-work-icon-container .be-love-work-icon-item h3 {
  font-size: 1.75rem;
}
.be-love-work-bot {
  padding-bottom: 100px;
}
.be-growing-team {
  background: #f2f9fc;
}
.be-growing-team h2 {
  color: var(--primary-color);
  margin-bottom: 30px;
}
.be-growing-team h2 span {
  color: var(--secondary-color);
}
.be-growing-team .be-growing-team-container {
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
}
.be-growing-team .be-growing-team-item--details {
  display: none;
}
.be-growing-team .be-growing-team-item--details ul {
  margin: 0;
}
.be-growing-team .be-growing-team-item--details ul li {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #002447;
  line-height: 1.6;
}
.be-growing-team .be-growing-team-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.be-growing-team .be-growing-team-item h4 {
  font-size: 1.375rem;
}
.be-growing-team .be-growing-team-item .be-growing-team-tags {
  display: flex;
  gap: 10px;
}
.be-growing-team .be-growing-team-item .be-growing-team-tags .b2-link i {
  line-height: 30px;
  width: 22px;
  height: 32px;
  border: 0;
  margin-left: 0;
}
.be-growing-team .be-growing-team-container + .be-growing-team-container {
  margin-top: 20px;
}
.be-career-form {
  background: #fff !important;
/* Custom Radio Button */
}
.be-career-form h2 {
  color: var(--primary-color);
  margin-bottom: 50px;
}
.be-career-form form {
  max-width: 730px;
  margin: auto;
}
.be-career-form #field_3_6 input[type="radio"] {
  display: none;
}
.be-career-form #field_3_6 .gfield_radio {
  flex-direction: row !important;
}
.be-career-form #field_3_6 .gchoice:nth-of-type(1) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-career-form #field_3_6 .gchoice:nth-of-type(1) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-career-form #field_3_6 .gchoice:nth-of-type(2) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-career-form #field_3_6 .gchoice:nth-of-type(2) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-career-form #field_3_6 .gchoice:nth-of-type(3) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.be-career-form #field_3_6 .gchoice:nth-of-type(3) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
.be-career-form #field_3_6 label {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 35px;
  border-radius: 100px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.be-career-form .job-icon {
  position: relative;
  left: calc(15% + 160px);
  bottom: 45px;
}
.be-career-form .gform-field-label {
  display: block !important;
}
.be-legal-content {
  padding: 30px 0 300px;
}
.be-legal-content h2 {
  margin-top: 30px;
}
.be-legal-content h3 {
  color: var(--secondary-color);
  margin-top: 40px;
}
.be-testimonials-intro {
  position: relative;
}
.be-testimonials-intro .be-testimonials-wave-bg {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.be-testimonials-intro h2 {
  color: var(--secondary-color);
}
.be-testimonials-intro h2 span {
  color: var(--primary-color);
}
.be-testimonials-intro h2.h1 {
  margin-bottom: 100px;
}
.be-testimonial-heading {
  position: relative;
  z-index: 1;
}
.be-testimonial-heading h2 {
  color: var(--secondary-color);
}
.be-testimonial-heading .b2-mark {
  position: absolute;
  top: 0;
  left: -70px;
  pointer-events: none;
  z-index: -1;
}
.be-testimonial-heading h3.be-testimonial-title {
  color: var(--primary-color);
}
.be-testimonials-3-col .be-testimonial-heading {
  max-width: 400px;
}
.be-testimonials-slant-container {
  background-color: var(--primary-color);
  padding: 30px 0;
  position: relative;
  left: -10%;
  width: 120%;
  height: auto;
  transform: rotate(-5deg);
  transform-origin: 0;
  overflow: hidden;
  z-index: 2;
}
.be-testimonials-slant-container .slick-track {
  display: flex;
  gap: 80px;
  align-items: center;
}
.be-testimonials-image-text {
  padding-top: 0;
  padding-bottom: 0;
}
.be-testimonials-image-text .b2-row + .b2-row {
  margin-top: 30px;
}
.be-testimonials-image-text .be-testimonial-heading h2 {
  margin-bottom: 50px;
}
.be-testimonials-image-text .b2-row.v-center:last-child {
  flex-direction: row-reverse;
}
.be-testimonials-image-text img {
  border-radius: 10px;
}
.be-testimonials-image-banner {
  padding: 0;
}
.be-testimonials-quote-text {
  padding-bottom: 0;
}
.page-template-template-nutrition .team-modal-338 {
  display: none;
}
.page-template-template-testimonials .be-cta {
  margin-top: -40px;
}
.page-template-template-careers {
  background: #f2f9fc;
}
.page-template-template-careers .be-cta {
  display: none;
}
.page-template-template-careers footer .footer-ltop::before {
  height: 118%;
}
.page-template-template-urraween .be-cta,
.page-template-template-urangan .be-cta,
.page-template-template-deception-bay .be-cta {
  display: none;
}
.page-template-template-urraween footer .footer-ltop::before,
.page-template-template-urangan footer .footer-ltop::before,
.page-template-template-deception-bay footer .footer-ltop::before {
  height: 118%;
}
.page-template-template-contact .wave-intro {
  top: 5px;
}
.page-template-template-contact .be-cta {
  display: none;
}
.page-template-template-contact footer .footer-ltop::before {
  height: 118%;
}
.page-template-template-contact .ip-be-banner img {
  height: 400px;
}
.page-template-template-room-nursery .be-rvws,
.page-template-template-room-toddler .be-rvws,
.page-template-template-room-junior-kindy .be-rvws,
.page-template-template-room-senior-kindy .be-rvws,
.page-template-template-room-kindergarten .be-rvws {
  padding-bottom: 200px;
}
.page-template-template-family-handbook .be-room-intro h1 {
  width: 695px;
  position: relative;
  z-index: 5;
}
.page-template-template-family-handbook .be-room-intro .b2-img-responsive {
  position: relative;
  z-index: 4;
}
.page-template-template-family-handbook .be-cta {
  margin-top: -240px;
}
.page-template-template-faq .ip-be-banner img {
  height: 400px;
}
.page-template-template-faq .be-cta {
  margin-top: -40px;
}
.page-template-template-child-care .be-cta {
  margin-top: -265px;
}
.page-template-template-sitemap .be-cta {
  display: none;
}
.page-template-template-sitemap footer .footer-ltop::before {
  height: 115%;
}
.page-template-template-sitemap .ip-be-banner img {
  height: 400px;
}
.page-template-template-centre-urraween .be-cta,
.page-template-template-centre-urangan .be-cta,
.page-template-template-centre-deception-bay .be-cta,
.page-template-template-centre-burpengary .be-cta,
.page-template-template-centre-north-lakes .be-cta {
  margin-top: -185px;
}
.page-template-template-see-our-rooms .be-cta {
  margin-top: -155px;
}
.page-template-template-faq h2.h1 {
  color: #0094c1;
}
.error404 .be-cta,
.page-template-template-thank-you .be-cta {
  display: none;
}
.error404 footer .footer-ltop::before,
.page-template-template-thank-you footer .footer-ltop::before {
  height: 115%;
}
.error404 .ip-be-banner .ip-be-banner-txt,
.page-template-template-thank-you .ip-be-banner .ip-be-banner-txt {
  bottom: 0;
  left: 50%;
  top: 86px;
  transform: translateX(-50%);
  text-align: center;
}
.error404 .ip-be-banner .ip-be-banner-txt h1,
.page-template-template-thank-you .ip-be-banner .ip-be-banner-txt h1 {
  margin: 0 auto 20px;
}
.error404 .ip-be-banner .ip-be-banner-txt h2,
.page-template-template-thank-you .ip-be-banner .ip-be-banner-txt h2 {
  margin-bottom: 20px;
}
.error404 .ip-be-banner .ip-be-banner-txt .b2-link,
.page-template-template-thank-you .ip-be-banner .ip-be-banner-txt .b2-link {
  background: #fff;
  color: var(--secondary-color);
}
.error404 .ip-be-banner .ip-be-banner-txt .b2-link:hover,
.page-template-template-thank-you .ip-be-banner .ip-be-banner-txt .b2-link:hover {
  color: #fff;
  background: var(--secondary-color);
}
.page-template-template-thank-you h2 {
  max-width: 600px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.65rem;
}
.gform-theme--foundation .gform_fields {
  row-gap: 16px !important;
}
.page-id-260 .ip-be-discover .ip-be-cmt-intro-txt h2 > span {
  color: #00d3d3;
}
.page-id-266 .ip-be-discover .ip-be-cmt-intro-txt h2 > span {
  color: #285ebc;
}
.be-search-results {
  margin-top: 100px;
}
.be-search-results h1 {
  color: var(--primary-color);
  margin-bottom: 35px;
}
.be-search-results .b2-inner-content {
  max-width: 940px;
}
.be-search-results form {
  position: relative;
  margin-bottom: 40px;
}
.be-search-results form .be-search-results-field {
  position: relative;
}
.be-search-results form .be-search-results-field input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
}
.be-search-results form .be-search-results-field button {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.be-sr-item {
  position: relative;
  padding: 30px 0;
  border-bottom: 2px solid #f5f5f5;
}
.be-sr-item p {
  color: #000;
}
.be-sr-item .b2-link {
  margin-left: auto;
}
.ip-be-photo-grid-body {
  padding-top: 0;
}
.ip-be-photo-grid-body h2 {
  color: var(--secondary-color);
  padding-bottom: 50px;
}
.ip-be-photo-grid-body .ip-be-photo-grid-top {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.ip-be-photo-grid-body .ip-be-photo-grid-top img {
  border-radius: 25px;
}
.ip-be-photo-grid-body .ip-be-photo-grid-bot {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
.ip-be-photo-grid-body .ip-be-photo-grid-bot img {
  border-radius: 25px;
}
.ip-be-photo-grid-body .ip-be-photo-grid img {
  object-fit: contain;
}
.ip-be-photo-grid-body .photo-grid-highlight {
  color: var(--secondary-color);
  font-weight: 600;
}
.ip-be-photo-grid-body .b2-row + .b2-row {
  margin-bottom: 70px;
}
.ip-be-photo-grid-body .ip-be-grid-bot .ip-be-photo-grid-top,
.ip-be-photo-grid-body .ip-be-grid-bot .ip-be-photo-grid-bot {
  justify-content: center;
}
.ip-be-qlty-ftrs img {
  margin-bottom: 40px;
}
.ip-be-qlty-ftrs h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0.0175rem;
  color: #002447;
  margin-bottom: 30px;
}
.ip-be-qlty-ftrs strong {
  display: block;
  font-weight: 600;
  line-height: 1.625rem;
  min-height: 48px;
}
.ip-be-vals-mob-img {
  display: none;
  border-radius: 20px;
}
.page-template-template-centre .be-cta {
  display: none;
}
.page-template-template-centre footer .footer-ltop::before {
  height: 115%;
}
.page-template-template-centre .be-enquiry {
  padding-top: 300px;
}
.be-masonry-fam-resources {
  padding-top: 146px;
  padding-bottom: 300px;
}
.be-masonry-fam-resources h2 {
  color: var(--secondary-color);
}
.be-masonry-fam-resources .be-masonry-text-block {
  max-width: 453px;
}
.be-masonry-fam-resources .be-masonry-middle {
  position: relative;
  left: 100px;
}
.be-masonry-fam-resources .b2-inner-content + .b2-inner-content {
  padding-top: 100px;
}
.be-masonry-fam-resources .b2-inner-content + .b2-inner-content h2 {
  margin-top: 30px;
}
.be-masonry-fam-resources .b2-inner-content + .b2-inner-content p {
  margin-bottom: 50px;
}
.be-masonry-fam-resources img {
  border-radius: 20px;
}
body.modal-open {
  overflow: hidden;
}
.youtube-facade {
  position: relative;
  width: 100%;
  padding-top: 46.875%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
}
.youtube-facade iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.be-sitemap {
  padding: 60px 0;
}
#handbook .be-modal-content {
  max-width: 610px;
}
#handbook .gform-theme--framework .gfield--type-choice .gfield_radio {
  flex-direction: row;
}
#handbook .gform-theme--framework .gfield--type-choice .gchoice {
  align-items: center;
  display: flex;
}
#field_4_1 input[type="radio"] {
  display: none;
}
#field_4_1 .gfield_radio {
  flex-direction: row !important;
}
#field_4_1 .gchoice:nth-of-type(1) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
#field_4_1 .gchoice:nth-of-type(1) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
#field_4_1 .gchoice:nth-of-type(2) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
#field_4_1 .gchoice:nth-of-type(2) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
#field_4_1 .gchoice:nth-of-type(3) label {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
#field_4_1 .gchoice:nth-of-type(3) input[type="radio"]:checked + label {
  background: var(--secondary-color);
  color: #fff;
}
#field_4_1 label {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 35px;
  border-radius: 100px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
}
.be-masonry .be-masonry-container img {
  border-radius: 10px;
}
.ip-be-team-capt .be-modal-image,
.be-team-capt .be-modal-image,
.be-team-crew .be-modal-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ip-be-team-capt .be-modal-image img,
.be-team-capt .be-modal-image img,
.be-team-crew .be-modal-image img {
  position: relative;
  z-index: 5;
  width: 100%;
}
.ip-be-team-capt .be-modal-image::before,
.be-team-capt .be-modal-image::before,
.be-team-crew .be-modal-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.4s ease;
  z-index: 4;
  pointer-events: none;
}
.ip-be-team-capt.urangan .be-modal-image::before,
.be-team-capt.urangan .be-modal-image::before,
.be-team-crew.urangan .be-modal-image::before {
  background-image: url("/wp-content/uploads/2025/05/Urangan-Headshot-BG.webp");
}
.ip-be-team-capt.urraween .be-modal-image::before,
.be-team-capt.urraween .be-modal-image::before,
.be-team-crew.urraween .be-modal-image::before {
  background-image: url("/wp-content/uploads/2025/05/Urraween-Headshot-BG.webp");
}
.ip-be-team-capt.deception .be-modal-image::before,
.be-team-capt.deception .be-modal-image::before,
.be-team-crew.deception .be-modal-image::before {
  background-image: url("/wp-content/uploads/2025/05/Deception-Bay-Headshot-BG.webp");
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 2500px) {
  .be-testimonials-3-col {
    padding-top: 500px;
  }
  .be-card-resources .wave-bubblegum {
    width: 100%;
  }
}
@media only screen and (max-width: 1700px) {
  .be-faq-slider .be-faq-slider-item {
    min-height: 360px;
  }
}
@media only screen and (max-width: 1440px) {
  .be-fclts .be-fclts-slide-wrap .be-fclts-slide-arrows {
    left: 0;
    width: 100%;
  }
  .be-rvws .be-rvws-slide-arrows {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) {
  .be-intro-img img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .be-intro .be-intro-txt p {
    padding-left: 0;
  }
  .be-centre > img {
    right: 6.41%;
  }
  header .header-search-form {
    width: 95%;
  }
  .ip-be-atc-intro .align-bot .map-preview {
    max-width: 550px;
  }
  .ip-be-atc-intro .ip-be-atc-vid img:first-child {
    height: 600px;
  }
  .ip-be-atc-intro .ip-be-atc-img img {
    height: 350px;
  }
}
@media only screen and (max-width: 1280px) {
  .ip-be-rooms::before {
    top: -160px;
  }
}
@media only screen and (max-width: 1200px) {
  header .main-navigation {
    top: 15px;
  }
  ul#mega-menu-menu-1 li.mega-toggle-on a.mega-menu-link {
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    position: relative;
    right: 30px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu a {
    color: #fff !important;
    text-align: right !important;
    font-weight: 300 !important;
    line-height: 18px !important;
    padding: 10px 0px !important;
    text-decoration: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #002447 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    padding: 40px !important;
  }
  .be-banner > img iframe,
  .be-banner .be-banner-video iframe {
    transform: scale(2);
  }
  .be-stage .be-stage-list .be-stage-item.stage2 img.stage-preview {
    width: 55%;
  }
  .be-stage .be-stage-list .be-stage-item.stage5 {
    max-width: 690px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #header .mega-sub-menu {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    left: -15px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
    text-align: right;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 480px;
    right: -480px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu a:hover {
    text-align: right !important;
  }
  .be-stage-growth .be-stage-growth-heading > .accent1 {
    right: 35px;
  }
  .be-testimonials-intro .be-testimonials-wave-bg {
    height: 140vh !important;
  }
  .be-room-intro h1 {
    font-size: 4rem;
  }
  .be-growing-team .be-growing-team-item {
    display: block;
  }
  .ip-be-photo-grid-body .ip-be-photo-grid-top {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }
  .ip-be-photo-grid-body .ip-be-photo-grid-bot {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .be-contact-form #field_2_1 .gfield_radio {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-template-template-about .ip-be-intro .ip-be-intro-txt {
    max-width: 100%;
  }
  .page-template-template-team .ip-be-team-intro img.b2-img-responsive {
    display: none;
  }
  .page-template-template-team .be-cta {
    margin-top: -190px;
  }
  .be-testimonials-intro .be-testimonials-wave-bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 1080px) {
  .pre-header {
    font-size: 1rem;
  }
  h1,
  .h1 {
    font-size: 3.375rem;
  }
  h2,
  .be-cta .b2-inner-content .be-cta-txt h2 {
    font-size: 3.375rem;
  }
  h2.subheading {
    font-size: 2.5rem;
  }
  header .header-top .header-top-col {
    margin-left: 10px;
  }
  header .header-top .header-top-col a {
    margin-left: 16px;
  }
  header .header-top .header-top-col a,
  header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 0.8rem;
  }
  .be-banner {
    margin-top: 205px;
  }
  .be-banner .b2-inner-content .be-banner-txt h1,
  .be-cta .b2-inner-content .be-cta-txt h2 {
    line-height: 3.7rem;
  }
  .be-banner .b2-inner-content .be-banner-txt p {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .be-banner .b2-inner-content .be-banner-txt::before {
    top: -40px;
    height: calc(100% + 80px);
  }
  .be-intro .be-intro-txt h2 {
    line-height: 3.7rem;
  }
  .be-centre {
    margin-top: -8px;
  }
  .be-centre .be-centre-item-img img {
    height: 200px;
  }
  .be-centre .be-centre-item-txt strong {
    font-size: 1.5rem;
  }
  .be-stage .be-stage-list .be-stage-item.stage2 {
    margin-top: -14%;
  }
  .be-stage .be-stage-list .be-stage-item.stage3 {
    margin-top: 7%;
  }
  .be-stage .be-stage-list .be-stage-item.stage4 {
    margin-top: 4%;
  }
  .be-stage .be-stage-list .be-stage-item.stage5 {
    margin-top: 1%;
  }
  .be-stage .be-stage-list .be-stage-item.stage2 .stage-string {
    top: 69%;
    right: 91%;
    width: 250px;
    transform: rotate(-22deg);
  }
  .be-stage .be-stage-list .be-stage-item.stage5 .be-stage-item-txt {
    padding-top: 16%;
  }
  .be-stage .be-stage-list .be-stage-item.stage4 .stage-string {
    top: 91%;
    left: 60%;
    transform: rotate(-19deg);
  }
  .be-fclts .b2-col.col-7 {
    display: none;
  }
  .be-fclts .b2-col.col-4 {
    width: 100%;
  }
  .be-why::before {
    height: 170%;
  }
  .be-why .be-why-item .be-why-item-img img:first-child {
    height: 300px;
  }
  .be-why .be-why-item h3,
  .be-cta .b2-inner-content .be-cta-txt p {
    font-size: 1.2rem;
  }
  .be-rvws .be-rvws-item strong,
  .be-cta .b2-inner-content .be-cta-btn a {
    font-size: 1.5rem;
  }
  footer .footer-bot .footer-bot-links ul li a {
    font-size: 0.8rem;
  }
  footer .footer-bot .footer-bot-links ul.level1 li a {
    font-size: 1rem;
  }
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid,
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-img {
    max-width: 400px;
  }
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid img:first-child,
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-img {
    height: 270px;
  }
  .be-icon-list .be-icon-list-container {
    display: flex;
    flex-wrap: wrap;
  }
  .be-masonry-container {
    grid-template-columns: 1fr !important;
  }
  .be-masonry-img-1,
  .be-masonry-text-1,
  .be-masonry-text-2,
  .be-masonry-img-2,
  .be-masonry-img-3,
  .be-masonry-text-3 {
    grid-column: 1 !important;
    grid-row: unset !important;
  }
  .be-masonry-img-2 {
    margin-top: 0px !important;
    justify-self: stretch !important;
  }
  .be-masonry-text-block h2 {
    margin-top: 30px !important;
    left: 0px !important;
  }
  .be-masonry-text-block p {
    width: 100% !important;
  }
  .be-masonry-img-1 img,
  .be-masonry-img-2 img,
  .be-masonry-img-3 img {
    height: auto;
    width: auto;
    margin: auto;
  }
  .be-masonry-img-1 {
    order: 1;
  }
  .be-masonry-text-1 {
    order: 2;
  }
  .be-masonry-img-2 {
    order: 3;
  }
  .be-masonry-text-2 {
    order: 4;
  }
  .be-masonry-img-3 {
    order: 5;
  }
  .be-masonry-text-3 {
    order: 6;
  }
}
@media (max-width: 1080px) {
  .be-masonry-fam-resources {
    padding-top: 60px;
    padding-bottom: 150px;
    text-align: center;
  }
  .be-masonry-fam-resources .be-masonry-middle {
    left: 0;
  }
  .be-masonry-fam-resources .be-masonry-middle .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .be-masonry-fam-resources .be-masonry-middle h2 {
    margin-top: 0 !important;
  }
  .be-masonry-fam-resources .b2-inner-content + .b2-inner-content {
    padding-top: 0;
  }
  .be-masonry-fam-resources .b2-inner-content + .b2-inner-content p {
    margin-bottom: 30px;
  }
  .be-masonry-fam-resources .be-masonry-text-block {
    max-width: 100%;
  }
  .be-masonry-fam-resources .b2-img-responsive {
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .be-stage-container .b2-col:last-child .be-stage-card-asset {
    flex-direction: column;
  }
  .be-stage-container .b2-col:last-child .be-stage-card-asset .accent5 {
    margin-top: -215px;
    margin-right: 90px;
  }
  .ip-be-vals .ip-be-vals-content-txt {
    text-align: center;
  }
  .be-room-intro .ip-be-cmt-intro-txt {
    text-align: center;
  }
  .b2-spacing-lg.b2-no-top-spacing {
    text-align: center;
  }
  .be-text-image {
    text-align: center;
  }
  .b2-text-image-asset img {
    margin: auto;
  }
  .be-enquiry h2,
  .be-enquiry p {
    text-align: center;
  }
  .gform-theme--foundation .gform_footer {
    justify-content: center;
  }
  .ip-be-discover {
    text-align: center;
  }
  .ip-be-discover .b2-img-responsive {
    margin: auto;
  }
  .ip-be-photo-grid-body .b2-row + .b2-row {
    text-align: center;
  }
  .be-nutri-intro .be-intro-txt h2 {
    max-width: 100%;
  }
  .b2-our-menu .b2-menu-row {
    text-align: center;
  }
  .b2-our-menu .b2-menu-row .b2-img-responsive {
    margin: auto;
  }
  .ip-be-qlty-intro .ip-be-qlty-intro-list {
    max-width: 485px;
    margin: auto;
  }
  .page-template-template-child-care .be-intro {
    text-align: center;
  }
  .page-template-template-child-care .be-intro img.b2-img-responsive {
    margin: auto;
  }
  .be-enrolling .b2-img-responsive {
    margin: auto;
  }
  .be-enrolling .be-enrolling-item {
    text-align: center;
  }
  .be-enrolling .be-easy h3 {
    text-align: center;
  }
  .be-enrolling .be-easy {
    max-width: 555px;
    margin: auto;
  }
  .be-enrolling .be-easy p {
    text-align: center;
  }
  .be-enrolling .be-easy .be-easy-item {
    flex-direction: column;
    gap: 0;
  }
  .be-enrolling .be-easy .be-easy-item img {
    width: 80px;
    height: 80px;
    margin: auto;
  }
  .page-template-template-faq .be-faq-resources {
    padding-top: 60px;
  }
  .b2-rooms-card .b2-img-responsive {
    margin: auto;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
  }
  .b2-rooms-card-body h3 {
    text-align: center;
  }
  .b2-rooms-card-body p {
    text-align: center;
  }
  .ip-be-discover .ip-be-cmt-intro-txt h1,
  .ip-be-discover .ip-be-cmt-intro-txt h2 {
    width: 100%;
  }
  .page-template-template-family-handbook .be-room-intro {
    text-align: center;
  }
  .page-template-template-enrolment-process .be-enrol-intro {
    text-align: center;
  }
  .page-template-template-enrolment-process .be-enrol-intro .b2-img-responsive {
    margin: auto;
  }
  .page-template-template-preparing-prep .be-masonry {
    text-align: center;
  }
  .be-testimonials-intro {
    text-align: center;
  }
  .be-testimonials-3-col .be-testimonial-heading {
    max-width: 100%;
    text-align: center;
  }
  .be-testimonial-heading {
    text-align: center;
  }
  .be-testimonials-quote-text {
    text-align: center;
  }
  .be-testimonials-image-text .b2-img-responsive {
    margin: auto;
  }
  .be-testimonial-heading .b2-mark {
    display: none;
  }
  .be-testimonial-heading h3.be-testimonial-title,
  .be-testimonial-heading h2 {
    display: inline-block;
    position: relative;
  }
  .be-testimonial-heading .be-testimonial-title::before {
    content: '';
    background: url("/wp-content/uploads/2025/04/quotation-mark.svg");
    width: 80px;
    height: 44px;
    position: absolute;
    z-index: -1;
    display: block;
    left: -5%;
  }
  .be-testimonial-heading h2::before {
    content: '';
    background: url("/wp-content/uploads/2025/04/quotation-mark.svg");
    width: 80px;
    height: 44px;
    position: absolute;
    z-index: -1;
    display: block;
    left: 0%;
  }
  .be-testimonials-intro .be-testimonial-heading h2::before {
    opacity: 0.2;
  }
  .page-template-template-room-nursery .ip-be-banner,
  .page-template-template-room-toddler .ip-be-banner,
  .page-template-template-room-junior-kindy .ip-be-banner,
  .page-template-template-room-senior-kindy .ip-be-banner,
  .page-template-template-room-kindergarten .ip-be-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-template-template-room-nursery .ip-be-banner .ip-be-banner-txt,
  .page-template-template-room-toddler .ip-be-banner .ip-be-banner-txt,
  .page-template-template-room-junior-kindy .ip-be-banner .ip-be-banner-txt,
  .page-template-template-room-senior-kindy .ip-be-banner .ip-be-banner-txt,
  .page-template-template-room-kindergarten .ip-be-banner .ip-be-banner-txt {
    padding: 30px;
    text-align: center;
    background: var(--primary-color);
    position: relative;
  }
  .page-template-template-room-nursery .ip-be-banner .ip-be-banner-txt .h1,
  .page-template-template-room-nursery .ip-be-banner .ip-be-banner-txt h1,
  .page-template-template-room-toddler .ip-be-banner .ip-be-banner-txt .h1,
  .page-template-template-room-toddler .ip-be-banner .ip-be-banner-txt h1,
  .page-template-template-room-junior-kindy .ip-be-banner .ip-be-banner-txt .h1,
  .page-template-template-room-junior-kindy .ip-be-banner .ip-be-banner-txt h1,
  .page-template-template-room-senior-kindy .ip-be-banner .ip-be-banner-txt .h1,
  .page-template-template-room-senior-kindy .ip-be-banner .ip-be-banner-txt h1,
  .page-template-template-room-kindergarten .ip-be-banner .ip-be-banner-txt .h1,
  .page-template-template-room-kindergarten .ip-be-banner .ip-be-banner-txt h1 {
    margin-bottom: 0;
  }
  .be-stage .be-stage-list .be-stage-item.stage2 img.stage-preview {
    width: 100% !important;
  }
  .ip-be-photo-grid-body .ip-be-grid-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .b2-faq-item .b2-faq-item-a span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
  .elfsight-app-637494e4-b144-4175-96df-b81eed9065a9 {
    display: none;
  }
  .b2-btt-toggle {
    bottom: 30px;
  }
  .ip-be-banner .pre-header + p {
    margin-top: 8px !important;
  }
  .ip-be-banner .ip-be-banner-video iframe {
    transform: scale(3);
  }
  .be-banner .be-banner-video {
    height: 45vw;
    min-height: 245px;
  }
  .be-banner .be-banner-video iframe {
    transform: scale(2);
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
  }
  .be-search-results {
    margin-top: 0;
  }
  .be-search-results .b2-col.col-3.b2-text-right {
    text-align: left;
  }
  section {
    padding: 60px 0;
  }
  .b2-inner-content,
  main#primary {
    max-width: 100%;
  }
  .b2-row {
    display: block;
  }
  .b2-row .b2-col {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .b2-link {
    font-size: 0.875rem;
  }
  form button,
  form input[type=submit],
  form input[type=button] {
    font-size: 16px;
    min-width: auto;
    width: 100%;
  }
  .page-template-template-contact footer .footer-ltop::before {
    height: 104% !important;
  }
  .b2-hp-banner .b2-hp-banner-slide-item > div {
    text-align: center;
  }
  .b2-hp-banner .b2-hp-banner-slide-item p {
    font-size: 12px;
  }
  .b2-hp-banner .b2-hp-banner-dots {
    bottom: 18px;
  }
  .b2-blog-item {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
  }
  .b2-about-template img {
    max-width: 100%;
  }
  .be-banner {
    margin-top: 0;
    padding: 0;
    min-height: auto;
    z-index: 3;
  }
  .be-banner > .b2-inner-content {
    padding: 0;
    width: 100%;
  }
  .be-banner .be-banner-video {
    position: relative;
  }
  .be-banner > img,
  .be-banner .b2-inner-content .be-banner-txt::before {
    display: none;
  }
  .be-banner .b2-inner-content .b2-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .be-banner .b2-inner-content .b2-row .b2-col {
    margin-bottom: 0;
  }
  .be-banner .b2-inner-content .be-banner-txt {
    text-align: center;
    padding: 30px 20px;
    background-color: var(--primary-color);
  }
  .be-banner .b2-inner-content .be-banner-txt .pre-header {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4375rem;
    letter-spacing: 0.24375rem;
    text-transform: uppercase;
  }
  .be-banner .b2-inner-content .be-banner-txt h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    letter-spacing: 0.04375rem;
    margin: 12px 0 0;
  }
  .be-banner .b2-inner-content .be-banner-txt::before {
    width: 100%;
    height: 66%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .be-banner-btn a {
    padding: 10px 20px;
  }
  .pre-header {
    font-weight: 300;
  }
  h1,
  .h1,
  h2,
  .be-cta .b2-inner-content .be-cta-txt h2 {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
  }
  h2.subheading {
    font-size: 1.75rem;
    line-height: 2rem !important;
  }
  .be-cta .b2-inner-content .be-cta-txt h2 {
    line-height: 2.5rem;
  }
  .be-banner .b2-inner-content .be-banner-txt p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #002447;
    line-height: 1.5;
    margin-top: 70px;
  }
  .be-banner-mob-txt {
    padding: 40px 20px 20px;
    background: #f2f9fc;
    margin-bottom: -10px;
  }
  .be-banner-mob-txt p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #002447;
    text-align: center;
    line-height: 1.5rem;
  }
  .be-intro {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .be-intro .be-intro-img {
    max-width: 280px;
    margin: 0 auto;
  }
  .be-intro .be-intro-img .be-intro-img-accent img.accent1 {
    top: 23%;
    right: 2%;
    width: 70px;
  }
  .be-intro .be-intro-img .be-intro-img-accent img.accent2 {
    top: -13%;
    left: -6%;
    width: 116px;
  }
  .be-intro .be-intro-img .be-intro-img-accent img.accent3 {
    bottom: 22%;
    width: 40px;
  }
  .be-intro .be-intro-txt h2 {
    line-height: 2.5rem;
    margin-left: 0;
    width: auto;
  }
  .be-intro .be-intro-txt {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  p,
  .b2-paragraph,
  .be-centre .be-centre-item-txt span,
  .be-stage .be-stage-list .be-stage-item .be-stage-item-txt strong,
  .be-why .be-why-item span,
  .be-rvws .be-rvws-item i,
  .be-cta .b2-inner-content .be-cta-txt p {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
  }
  .be-centre {
    padding-bottom: 30px;
  }
  .be-centre > img {
    top: -57px;
    right: 30px;
    width: 150px;
  }
  .be-centre .be-centre-item {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .be-centre .be-centre-item-txt strong,
  .be-stage .be-stage-list .be-stage-item .be-stage-item-txt h3 {
    font-size: 1.125rem;
  }
  .be-centre .be-centre-item-txt {
    padding: 20px;
  }
  .be-stage h2 span {
    position: relative;
    color: var(--accent-color);
  }
  .be-stage h2 span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 48px;
    height: 56px;
    background-image: url("/wp-content/uploads/2025/04/doodle-leaves.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
  .be-stage .be-stage-list .be-stage-item {
    max-width: 280px !important;
    margin: 0 auto 50px !important;
    text-align: center;
    display: block !important;
  }
  .be-stage .be-stage-list .be-stage-item::after {
    content: "";
    position: absolute;
    width: 115px;
    height: 115px;
    background-image: url("/wp-content/uploads/2025/04/string-accent2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
  .be-stage .be-stage-list .be-stage-item .stage-string {
    display: none;
  }
  .be-stage .be-stage-list .be-stage-item .stage-plant {
    width: 100px;
  }
  .be-stage .be-stage-list .be-stage-item .be-stage-item-txt,
  .be-stage .be-stage-list .be-stage-item.stage5 .be-stage-item-txt {
    padding-top: 20px;
  }
  .be-stage .be-stage-list .be-stage-item.stage1::after {
    top: 107%;
    left: -11%;
    transform: rotate(56deg) rotateX(180deg);
  }
  .be-stage .be-stage-list .be-stage-item.stage1 .stage-preview {
    max-width: 208px;
  }
  .be-stage .be-stage-list .be-stage-item.stage1 .stage-plant {
    bottom: 53%;
    right: 0;
  }
  .be-stage .be-stage-list .be-stage-item.stage2::after {
    top: 104%;
    right: -11%;
    transform: rotate(100deg);
  }
  .be-stage .be-stage-list .be-stage-item.stage2 .stage-preview {
    max-width: 232px;
    margin-left: auto;
  }
  .be-stage .be-stage-list .be-stage-item.stage2 .stage-plant {
    bottom: 41%;
    left: 0;
  }
  .be-stage .be-stage-list .be-stage-item.stage3::after {
    top: 99%;
    left: -19%;
    transform: rotate(78deg) rotateX(180deg);
  }
  .be-stage .be-stage-list .be-stage-item.stage3 .stage-preview {
    max-width: 241px;
  }
  .be-stage .be-stage-list .be-stage-item.stage3 .stage-plant {
    bottom: 49%;
    right: 0;
    left: auto;
  }
  .be-stage .be-stage-list .be-stage-item.stage4::after {
    top: 100%;
    right: -11%;
    transform: rotate(87deg);
  }
  .be-stage .be-stage-list .be-stage-item.stage4 .stage-preview {
    max-width: 248px;
    margin-left: auto;
  }
  .be-stage .be-stage-list .be-stage-item.stage4 .stage-plant {
    top: auto;
    bottom: 57%;
    left: 0;
    right: auto;
  }
  .be-stage .be-stage-list .be-stage-item.stage5 {
    margin-bottom: 0 !important;
  }
  .be-stage .be-stage-list .be-stage-item.stage5::after {
    display: none;
  }
  .be-stage .be-stage-list .be-stage-item.stage5 .stage-preview {
    max-width: 226px;
  }
  .be-stage .be-stage-list .be-stage-item.stage5 .stage-plant {
    bottom: 49%;
    right: 0;
    left: auto;
  }
  .be-why::before {
    height: 130%;
  }
  .be-fclts {
    padding-top: 180px;
    text-align: center;
  }
  .be-fclts > img {
    height: 100%;
  }
  .be-fclts .be-fclts-slide-wrap .slick-list {
    overflow: visible;
    padding: 0 30%;
  }
  .be-fclts .be-fclts-slide-wrap .be-fclts-item img {
    height: 350px;
  }
  .be-why .be-why-item {
    text-align: center;
    max-width: 280px;
    margin: 0 auto 30px;
  }
  .be-why .be-why-item .be-why-item-img img:first-child {
    height: 280px;
  }
  .be-why .be-why-item .be-why-item-img .be-why-item-icon {
    bottom: 0;
    width: 62px;
  }
  .be-rvws {
    text-align: center;
  }
  .be-rvws h2,
  .be-rvws .be-rvws-item {
    margin: 0 auto;
  }
  .be-rvws .be-rvws-item {
    padding-left: 0;
  }
  .be-rvws .be-rvws-item img {
    width: 47px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .be-rvws .be-rvws-item strong,
  .be-cta .b2-inner-content .be-cta-btn a {
    font-size: 1.125rem;
  }
  .be-rvws .be-rvws-slide-arrows {
    position: relative;
    justify-content: space-between;
    max-width: 90px;
    margin: 30px auto 0;
  }
  .be-rvws .be-rvws-slide-arrows span {
    font-size: 1rem;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .be-rvws .be-rvws-slide-arrows span.prev {
    display: inline !important;
  }
  .be-cta {
    padding: 180px 0;
  }
  .be-cta > img {
    height: 100%;
  }
  .be-cta .b2-inner-content .be-cta-txt {
    text-align: center;
    margin: 0 auto;
  }
  .be-cta .b2-inner-content .be-cta-btn a {
    padding: 5px 0;
    max-width: 280px;
    margin: 0 auto 16px;
  }
  footer {
    padding: 120px 0 0;
  }
  footer .footer-ltop::before {
    height: 130%;
  }
  footer .footer-top .footer-logo {
    max-width: 160px;
    margin: 0 auto 30px;
  }
  footer .footer-top .footer-top-links {
    justify-content: center;
    flex-direction: column-reverse;
  }
  footer .footer-top .footer-top-links a:first-child {
    max-width: 230px;
    margin: 0 auto;
  }
  footer .footer-top .footer-top-links a:last-child {
    max-width: 200px;
    margin: 0 auto 16px;
  }
  footer .footer-bot .footer-bot-smi {
    justify-content: center;
  }
  footer .footer-bot .footer-bot-smi li {
    margin: 0 8px;
  }
  ul.footer-bot-logos {
    display: none;
  }
  .b2-col.col-2.mob-col-6 {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-bot .footer-bot-links strong,
  footer .footer-bot .footer-bot-links ul li a,
  footer .footer-bot .footer-bot-links ul.level1 li a {
    font-size: 0.75rem;
  }
  ul.level1 {
    display: flex;
    flex-flow: wrap;
    margin: 0 -15px;
  }
  ul.level1 li {
    width: 50%;
    padding: 0 15px;
  }
  footer .footer-bot {
    padding: 30px 0;
  }
  footer .footer-lbot .footer-copyright {
    font-size: 0.625rem;
    line-height: 0.875rem;
    text-align: center;
  }
  footer .footer-lbot .footer-lbot-links {
    justify-content: center;
  }
  footer .footer-lbot .footer-lbot-links li a {
    font-size: 0.625rem;
  }
  .ip-be-banner {
    margin-top: 0;
  }
  .ip-be-banner img {
    height: 400px;
  }
  .ip-be-intro > img {
    width: 33%;
    height: auto;
  }
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-vid {
    margin: 0 auto;
  }
  .ip-be-vals .ip-be-vals-content .ip-be-vals-content-img {
    display: none;
  }
  .ip-be-vals .ip-be-vals-content {
    padding-bottom: 180px;
  }
  .ip-be-atc-intro {
    text-align: center;
  }
  .ip-be-atc-intro .leaf-icon {
    display: none;
  }
  .ip-be-atc-intro .align-bot .map-preview {
    max-width: 80%;
    margin: 0 auto;
  }
  .ip-be-atc-intro .ip-be-atc-vid {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .b2-row.ip-be-atc-img,
  .b2-row.ip-be-cmt-intro-img {
    display: flex !important;
    max-width: 416px;
    margin: 0 auto;
  }
  .b2-row.ip-be-atc-img .b2-col.col-4,
  .b2-row.ip-be-cmt-intro-img .b2-col.col-4 {
    width: 100% !important;
    padding: 0 8px;
  }
  .ip-be-atc-intro .ip-be-atc-vid img:first-child {
    height: 370px;
  }
  .ip-be-atc-intro .ip-be-atc-img img,
  .ip-be-cmt-intro .ip-be-cmt-intro-img img {
    height: 100%;
  }
  .ip-be-qlty-intro .ip-be-qlty-intro-txt p {
    max-width: 100%;
  }
  .ip-be-qlty-intro-txt {
    text-align: center;
    max-width: 100%;
  }
  .ip-be-qlty-intro .ip-be-qlty-intro-list li img {
    width: 50px;
    margin-right: 15px;
  }
  .ip-be-qlty-intro .ip-be-qlty-intro-list li div strong {
    font-size: 1.25rem;
  }
  .page-template-template-benchmark-for-quality .be-cta {
    margin-top: 0 !important;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-txt {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-txt h2 {
    line-height: 1.3;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-prev {
    height: 400px;
    margin: 0 auto 20px;
  }
  .ip-be-cmt-intro > img {
    display: none;
  }
  .ip-be-cmt-intro-txt p {
    color: #002447;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-bot-txt {
    text-align: center;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-bot-txt strong {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .b2-team-chef {
    padding-top: 40px;
  }
  .be-nutri-intro {
    padding-top: 40px !important;
  }
  .b2-our-menu {
    padding: 40px 0;
  }
  .b2-team-chef::before {
    display: none;
  }
  .b2-faq {
    padding: 40px 0 175px;
  }
  .ip-be-discover .ip-be-cmt-intro-txt h1 {
    line-height: 2.6875rem;
    width: 100%;
  }
  .ip-be-banner-txt .h1 {
    line-height: 2.1875rem !important;
  }
  .ip-be-banner .ip-be-banner-txt h1,
  .ip-be-banner .ip-be-banner-txt .h1 {
    line-height: 2.1875rem !important;
  }
  .b2-team-card-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .b2-team-crew-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .be-modal .be-modal-content {
    top: 10%;
    width: 60%;
    padding: 20px;
    transform: translate(-50%, 0px);
  }
  .be-modal .be-modal-close {
    top: -20px;
    right: -15px;
  }
  .ip-be-team-intro .b2-inner-content .ip-be-team-intro-txt h2 {
    margin-left: 0;
    text-align: center;
  }
  .ip-be-team-intro .b2-inner-content .ip-be-team-intro-txt p {
    color: #fff !important;
    text-align: center;
  }
  .ip-be-team-capt.urangan {
    padding-top: 0;
    z-index: 10;
  }
  .ip-be-team-careers .accent-wave {
    top: -70px;
  }
  .be-enrol-intro {
    padding: 60px 0 260px;
  }
  .page-template-template-family-handbook .be-room-intro h1 {
    width: 100%;
  }
  .ip-be-banner .ip-be-banner-txt .b2-text-info {
    font-size: 1rem;
    line-height: 1.5rem;
    text-shadow: 0 0 20px #0e0e0e;
  }
  .be-intro h2 {
    width: 100%;
    left: 0px;
  }
  .be-talk {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page-template-template-child-care .be-intro {
    padding-top: 40px !important;
  }
  .page-template-template-child-care .be-enrolling {
    padding: 0 0 40px !important;
  }
  .be-card-resources {
    padding-bottom: 60px;
    padding-top: 0;
  }
  .be-card-resources-container {
    grid-template-columns: 1fr !important;
  }
  .page-template-template-child-care .be-cta {
    margin-top: -190px;
  }
  .page-template-template-careers .be-intro {
    padding-top: 40px !important;
    text-align: center;
  }
  .page-template-template-careers .be-intro img.b2-img-responsive {
    margin: auto;
  }
  .be-growing-team {
    text-align: center;
  }
  .be-growing-team .be-growing-team-item {
    flex-direction: column;
  }
  .be-growing-team .be-growing-team-item .be-growing-team-tags {
    gap: 10px;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .be-bay-work {
    background: #002447;
    padding: 60px 0 0;
    margin-top: 0;
  }
  .be-testimonials-intro h2.h1 {
    margin-bottom: 30px;
  }
  .be-love-work .slick-list {
    padding: 0px 15% !important;
  }
  .be-love-work .b2-slide-arrows {
    width: calc(65% + 100px);
  }
  .be-testimonial-heading .b2-mark {
    left: -15px;
  }
  .be-testimonials-intro .be-testimonial-heading .b2-mark {
    opacity: 0.2;
  }
  .b2-faq .b2-row .b2-col:first-child .b2-faq-item:last-child .tab-close {
    border-bottom: 0;
  }
  .b2-team-chef .b2-row .col-3 {
    margin-bottom: 30px;
  }
  .b2-our-menu .b2-menu-list {
    padding-top: 0px;
  }
  .b2-menu-list .col-4 > h4 {
    margin-top: 40px;
  }
  .b2-faq-item .b2-faq-item-a {
    padding: 0px 30px 30px 30px;
  }
  .be-stage-growth {
    padding: 60px 0 0;
  }
  .be-stage-card .be-stage-card-body,
  .be-stage-card-info .be-stage-card-body {
    height: auto !important;
  }
  .be-stage-growth .be-card-space {
    margin-top: 40px;
  }
  .page-template-template-see-our-rooms .be-hear-families {
    padding: 30px 0 185px 0;
  }
  .ip-be-rooms {
    padding: 0 0 60px;
  }
  .page-template-template-centre-urraween .ip-be-rvws,
  .page-template-template-centre-urangan .ip-be-rvws,
  .page-template-template-centre-deception-bay .ip-be-rvws,
  .page-template-template-centre-burpengary .ip-be-rvws,
  .page-template-template-centre-north-lakes .ip-be-rvws {
    padding-top: 0;
  }
  .page-template-template-centre-urraween .b2-faq,
  .page-template-template-centre-urangan .b2-faq,
  .page-template-template-centre-deception-bay .b2-faq,
  .page-template-template-centre-burpengary .b2-faq,
  .page-template-template-centre-north-lakes .b2-faq {
    padding: 0px 0 60px;
  }
  .be-legal-content {
    padding: 20px 0 200px;
  }
  .error404 footer .footer-ltop::before {
    height: 103%;
  }
  .page-template-template-sitemap footer .footer-ltop::before {
    height: 105%;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px !important;
  }
  .be-stage-growth .be-stage-card-asset {
    margin: 0 auto;
  }
  .be-stage-growth .be-stage-card-info {
    text-align: center;
    margin-top: 20px;
  }
  .be-why-choose .b2-img-responsive {
    margin: auto;
  }
  .be-key-focus .be-key-focus-bot-txt {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .ip-be-cmt-intro {
    padding-bottom: 60px;
  }
  .ip-be-photo-grid-body {
    padding-bottom: 120px;
  }
  .be-photo-grid-logo {
    margin: auto;
  }
  .ip-be-photo-grid-top,
  .ip-be-photo-grid-bot {
    align-items: center !important;
    justify-content: center !important;
  }
  .page-template-template-thank-you footer .footer-ltop::before {
    height: 103%;
  }
  .page-template-template-thank-you h2 {
    font-size: 1rem;
    line-height: 1.2rem !important;
  }
  .ip-be-qlty-ftrs strong {
    min-height: auto;
  }
  .ip-be-vals-mob-img {
    display: block;
    margin: 30px auto 0;
  }
  .be-contact-map {
    padding-top: 0;
    max-width: 485px;
    margin: auto;
  }
  .be-contact-map h2,
  .be-contact-map .be-contact-google-map p {
    text-align: center;
  }
  .be-contact-map .be-contact-google-map-heading {
    justify-content: center;
  }
  .page-template-template-team .ip-be-banner img,
  .page-template-template-team-deception .ip-be-banner img,
  .page-template-template-team-urangan .ip-be-banner img,
  .page-template-template-team-urraween .ip-be-banner img {
    object-position: 100%;
  }
  .ip-be-banner .ip-be-banner-txt {
    padding-bottom: 50px;
  }
  .be-faq-resources {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .be-testimonials-3-col .b2-row .b2-col {
    margin-bottom: 50px;
  }
  .be-testimonials-3-col .b2-row .b2-col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-careers footer .footer-ltop::before {
    height: 105%;
  }
  .be-love-work-icon-container {
    grid-template-columns: 1fr !important;
  }
  .be-contact-form #field_2_1 .gfield_radio {
    flex-direction: column !important;
  }
  .be-masonry-img-1 img,
  .be-masonry-img-2 img,
  .be-masonry-img-3 img {
    width: 100%;
  }
  .be-testimonials-intro .be-testimonials-wave-bg {
    height: 150vh;
  }
  .ip-be-banner .ip-be-banner-video iframe {
    transform: scale(3.1111);
  }
  .ip-be-team-capt.deception {
    padding: 146px 0 70px;
  }
  .be-love-work-icon .be-love-work-icon-container .be-love-work-icon-item h3 {
    font-size: 1.2rem;
  }
  .ip-be-team-intro .b2-inner-content img {
    height: 320px;
  }
  .b2-slide-arrows {
    width: calc(63% + 100px);
  }
  .be-career-form #field_3_6 .gfield_radio {
    flex-direction: column !important;
  }
  .be-career-form #field_3_6 .gfield_radio .gchoice {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ip-be-team-careers {
    padding: 175px 0;
    text-align: center;
  }
  .be-banner .b2-inner-content .be-banner-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .be-stage-container .b2-col:last-child .be-stage-card-asset .accent5 {
    margin-top: -180px;
  }
  .be-stage-growth .be-stage-card .accent4 {
    margin-top: -80px;
  }
  .be-stage-growth .be-stage-card .accent3 {
    margin-top: -100px;
  }
  .be-stage-growth .be-stage-card .accent1 {
    margin-top: -100px;
  }
  .page-template-template-family-handbook .be-cta {
    margin-top: -40px !important;
  }
  .ip-be-team-capt.urraween .b2-team-card-container,
  .ip-be-team-capt.deception .b2-team-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2-team-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .b2-team-crew-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .ip-be-team-capt.urraween .be-team-capt-item img.b2-img-responsive,
  .ip-be-team-capt.deception .be-team-capt-item img.b2-img-responsive {
    height: 250px;
  }
  .be-team-capt-item img.b2-img-responsive {
    height: 250px;
  }
  .be-team-capt-item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .be-team-capt .be-team-capt-heading h2,
  .be-team-crew .be-team-capt-heading h2 {
    margin: 20px 0;
  }
  .be-team-crew .be-team-capt-heading {
    left: 0;
  }
  .be-team-capt .be-team-capt-heading {
    left: 0;
  }
  footer {
    padding: 20px 0 0;
  }
  .be-cta {
    padding: 130px 0;
  }
  .ip-be-atc-intro .ip-be-atc-img img,
  .ip-be-cmt-intro .ip-be-cmt-intro-img img {
    height: 100px;
  }
  .ip-be-cmt-intro .ip-be-cmt-intro-prev {
    height: 300px;
  }
  .be-stage-growth .be-stage-card {
    grid-template-columns: 1fr;
  }
  .be-stage-container .b2-col:last-child .be-stage-card-asset {
    display: block !important;
  }
  .ip-be-discover .ip-be-cmt-intro-txt h2 {
    line-height: 2.6875rem;
    width: 100%;
  }
  .be-contact-map .be-contact-table {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .be-contact-email {
    grid-template-columns: 1fr !important;
    grid-gap: 0 !important;
    margin-top: 30px;
  }
  .page-template-template-team .be-cta {
    margin-top: -175px;
  }
  .be-modal .be-modal-content {
    width: 90%;
  }
  footer .footer-bot .footer-bot-smi {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .be-team-capt-item p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .be-fclts .be-fclts-slide-wrap .be-fclts-item img {
    height: 170px;
  }
}
