/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./code/app_custom_corporategifting/cartridge/client/default/scss/experience/enquiryPage.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /** ==================================================================== **/
  /** Create Custom CSS Variables from "sfra bootstrap override" variables **/
  /** ==================================================================== **/
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #0070d2;
  --color-green: #008827;
  --color-primary: #00a1e0;
  --color-red: #c00;
  --color-success: var(--color-green);
  --color-danger: var(--color-red);
  --color-light-blue: #7ed0ee;
  --color-grey1: #f9f9f9;
  --color-grey2: #eee;
  --color-grey3: #ccc;
  --color-grey4: #999;
  --color-grey5: #666;
  --color-grey6: #444;
  --color-grey7: #222;
  --color-grey8: #333;
  --color-grey-transparent-1: rgba(0, 0, 0, 0.65);
  --color-grey-transparent-2: rgba(0, 0, 0, 0.25);
  --color-light-gray: var(--color-grey1);
  --color-slightly-darker-gray: var(--color-grey4);
  --color-dark-gray: var(--color-grey6);
  --color-darker-gray: var(--color-grey7);
  --color-horizontal-rule-grey: var(--color-grey3);
  --color-product-number-grey: var(--color-grey3);
  --color-horizontal-border-grey: var(--color-grey4);
  --color-menu-link: var(--color-grey6);
  --color-close-menu-bg: var(--color-grey2);
  --color-link-color: var(--color-dark-gray);
  --color-hr-border-color: var(--color-grey3);
  /** ==================================================================== **/
  /** Define skin named variables here                                    **/
  /** ==================================================================== **/
  --skin-background-color-1: var(--color-gray1);
  --skin-border-color-1: var(--color-white);
  --skin-main-text-color-1: var(--color-gray7);
  --skin-main-text-color-2: var(--color-gray7);
  --skin-menu-color-1: #444;
  --skin-menu-color-1-invert: var(--color-white);
  --skin-menu-color-2: #222;
  --skin-link-color-1: #444;
  --skin-link-color-2: var(--color-blue);
  --skin-primary-color-1: var(--color-primary);
  --skin-primary-color-2: var(--color-primary);
  --skin-primary-color-invert-1: var(--color-white);
  --skin-selectbox-background-color-1: var(--color-white);
  --skin-selectbox-text-color-1: var(--skin-main-text-color-1);
  --skin-banner-background-color-1: #444;
  --skin-banner-background-color-2: #222;
  --skin-banner-text-color-1: var(--color-white);
  --skin-heading-color-1: var(--color-primary);
  --skin-heading-color-1-invert: var(--color-white);
  --skin-price-1: var(--color-gray7);
  --skin-header-font: 'Dosis';
  --skin-body-font: var(--font-family-sans-serif); }

.image-tile-wrapper {
  position: relative;
  text-align: center;
  min-width: 18.75rem;
  width: 100%; }
  @media (min-width: 1024px) {
    .image-tile-wrapper {
      min-width: auto; } }
  .image-tile-wrapper:hover .arrow {
    display: block;
    position: absolute;
    right: 1.25rem;
    bottom: 4.375rem; }
  .image-tile-wrapper .image-tile-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .image-tile-wrapper .image-tile-section .img-link {
      padding: 0;
      border: none;
      width: 100%; }
    .image-tile-wrapper .image-tile-section img {
      border-radius: 2.5rem;
      width: 100%; }
    .image-tile-wrapper .image-tile-section .image-tile-name {
      padding-top: 1.25rem;
      color: #fff;
      margin: 0; }
  .image-tile-wrapper .arrow {
    width: 3.0625rem;
    height: 3rem;
    display: none; }

.custom-assest-tile {
  background-color: rgba(0, 0, 0, 0.5); }

.modal-dialog {
  max-width: unset;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.modal-content {
  width: 100%;
  border-radius: 2.3125rem;
  position: relative;
  background-color: #e7fafd;
  margin: auto; }
  @media (min-width: 768px) {
    .modal-content {
      width: 35.875rem; } }
  @media (min-width: 1024px) {
    .modal-content {
      width: 49.625rem; } }
  .modal-content .modal-body {
    padding: 1.875rem 3rem 1.5625rem; }

.heading-title {
  text-align: center;
  margin-bottom: 1.125rem; }
  .heading-title .heading-text {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #333; }

.carousel-section {
  width: 100%; }
  @media (min-width: 768px) {
    .carousel-section {
      width: 21.875rem; } }

.btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5625rem;
  border: none;
  outline: none !important;
  opacity: 0.75;
  width: 1.875rem; }

.cross {
  outline: none !important;
  width: 1rem !important; }

.content-section {
  text-align: center; }
  .content-section .content-text {
    color: #636466;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 1.875rem; }

.arrow-prev,
.arrow-next {
  opacity: 1; }
  .arrow-prev img,
  .arrow-next img {
    width: 2.5rem; }

.carousel-control-prev:focus,
.carousel-control-prev:active,
.carousel-control-next:focus,
.carousel-control-next:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.arrow-prev {
  left: -1.25rem; }

.arrow-next {
  right: -1.25rem; }
  .arrow-next:focus, .arrow-next:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.arrow-prev.disabled,
.arrow-next.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default; }

.video-page-layout {
  height: 100%; }
  .video-page-layout .video-section {
    position: relative;
    height: 100%; }
    .video-page-layout .video-section .video-content-container {
      height: 100%; }
      .video-page-layout .video-section .video-content-container .video-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(5%, #000000f2), to(#0000));
        background: linear-gradient(360deg, #000 0%, #000000f2 5%, #0000 100%);
        border-radius: 0 0 0.625rem 0.625rem;
        z-index: 1; }
        .video-page-layout .video-section .video-content-container .video-content .video-content-headline {
          white-space: normal;
          margin-bottom: 0;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-size: 1.25rem;
          font-weight: 600;
          line-height: 2.25rem;
          padding: 1.5rem 1.5rem 2rem;
          border-radius: 0.5rem;
          width: 100%; }
      .video-page-layout .video-section .video-content-container .video-container-wrapper {
        position: relative;
        min-width: 18.75rem;
        aspect-ratio: 0.75;
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden; }
        @media (min-width: 1024px) {
          .video-page-layout .video-section .video-content-container .video-container-wrapper {
            min-width: auto; } }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail,
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: cover;
             object-fit: cover; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .iframe-video {
          width: 100%;
          height: 100%;
          display: block;
          border: 0; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail-empty {
          background: #f2f2f2;
          width: 100%;
          height: 100%; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button {
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 2;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 50%;
          background: transparent;
          border: 0.25rem solid #fff;
          display: grid;
          place-items: center;
          -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
                  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button:focus {
            outline: none; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button-icon {
          width: 0;
          height: 0;
          border-left: 18px solid #fff;
          border-top: 0.6875rem solid transparent;
          border-bottom: 0.6875rem solid transparent;
          margin-left: 0.25rem; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper.is-playing .play-button {
          display: none; }

.single-video-page-layout {
  width: 100%;
  margin: 0;
  padding: 0; }
  .single-video-page-layout .single-video-section {
    width: 100%;
    min-height: 56vh;
    padding: 3.75rem 1.25rem; }
    .single-video-page-layout .single-video-section .single-video-section-bg {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .single-video-page-layout .single-video-section .single-video-section-bg img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        opacity: 0.6; }
    .single-video-page-layout .single-video-section .single-video-content-container {
      z-index: 2;
      gap: 1.25rem; }
      .single-video-page-layout .single-video-section .single-video-content-container .single-video-content {
        padding: 0rem 0.625rem;
        margin-bottom: 0.625rem; }
        @media (min-width: 1024px) {
          .single-video-page-layout .single-video-section .single-video-content-container .single-video-content {
            margin-bottom: 1.25rem; } }
        .single-video-page-layout .single-video-section .single-video-content-container .single-video-content h2 {
          line-height: 2.625rem; }
          @media (min-width: 1024px) {
            .single-video-page-layout .single-video-section .single-video-content-container .single-video-content h2 {
              font-size: 2rem; } }
      .single-video-page-layout .single-video-section .single-video-content-container .video {
        position: relative;
        width: 100%;
        min-width: 20.625rem;
        aspect-ratio: 16 / 9;
        overflow: hidden; }
        @media (min-width: 768px) {
          .single-video-page-layout .single-video-section .single-video-content-container .video {
            min-width: 40.5rem; } }
        @media (min-width: 1024px) {
          .single-video-page-layout .single-video-section .single-video-content-container .video {
            min-width: 53.75rem; } }
        .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster,
        .single-video-page-layout .single-video-section .single-video-content-container .video .video-iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          z-index: 2;
          -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out; }
          .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster picture,
          .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster img {
            border-radius: 1.5rem;
            width: 100%;
            height: 100%; }
            @media (min-width: 1024px) {
              .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster picture,
              .single-video-page-layout .single-video-section .single-video-content-container .video .video-poster img {
                border-radius: 1.25rem; } }
        .single-video-page-layout .single-video-section .single-video-content-container .video .video-iframe {
          display: none;
          border: none;
          z-index: 1;
          visibility: hidden;
          -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out; }
        .single-video-page-layout .single-video-section .single-video-content-container .video.video-playing .video-poster {
          opacity: 0;
          pointer-events: none; }
        .single-video-page-layout .single-video-section .single-video-content-container .video.video-playing .video-iframe {
          opacity: 1;
          visibility: visible;
          display: block;
          border-radius: 1.25rem; }
        .single-video-page-layout .single-video-section .single-video-content-container .video .video-playbutton {
          color: #fff;
          cursor: pointer;
          z-index: 3; }
          .single-video-page-layout .single-video-section .single-video-content-container .video .video-playbutton svg {
            width: 6.25rem;
            height: 6.25rem;
            fill: #fff; }

.pd-homepage .brand-section {
  background-color: #14606e !important;
  background-image: unset; }
  .pd-homepage .brand-section .brand-title,
  .pd-homepage .brand-section .brand-subtext {
    color: #fff; }

.brand-section {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8ffff), to(#f0f0f0));
  background-image: linear-gradient(180deg, #d8ffff 0%, #f0f0f0 100%);
  padding: 1.5rem 0.3125rem; }
  @media (min-width: 1024px) {
    .brand-section {
      padding: 5rem 0; } }
  .brand-section .brand-title,
  .brand-section .brand-subtext {
    margin-bottom: 0.75rem;
    color: #333; }
  .brand-section .brand-subtext {
    margin-bottom: 1.875rem; }
  .brand-section .brand-logo-inner {
    gap: 1.875rem 1.5625rem; }
    .brand-section .brand-logo-inner .brand-logo-item {
      width: 8.5rem; }
      @media (min-width: 1024px) {
        .brand-section .brand-logo-inner .brand-logo-item {
          width: 11rem; } }
      .brand-section .brand-logo-inner .brand-logo-item img {
        border-radius: 0.75rem;
        width: 100%; }

.trusted-partner-section {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8ffff), to(#f0f0f0));
  background-image: linear-gradient(180deg, #d8ffff 0%, #f0f0f0 100%);
  padding: 3rem 0;
  font-family: "Poppins", sans-serif; }
  @media (min-width: 1024px) {
    .trusted-partner-section {
      padding: 3rem 0; } }
  .trusted-partner-section .trusted-features {
    gap: 0.9375rem; }
    @media (min-width: 1024px) {
      .trusted-partner-section .trusted-features {
        gap: 1.875rem;
        margin-top: 2rem;
        padding: 0; } }
    .trusted-partner-section .trusted-features .trusted-card {
      position: relative;
      overflow: hidden;
      background: transparent;
      padding: 0.4375rem;
      height: 9.3125rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 8px);
              flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px);
      text-align: center; }
      @media (min-width: 1024px) {
        .trusted-partner-section .trusted-features .trusted-card {
          padding: 1.5rem 1.5rem 0.3125rem 1.5rem;
          max-width: 16.375rem;
          height: 10.9375rem;
          border-radius: 1.5rem; } }
      .trusted-partner-section .trusted-features .trusted-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1.5rem;
        padding: 0.0625rem;
        background: linear-gradient(315deg, #d6bf74 3.51%, rgba(214, 191, 116, 0) 94.14%);
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
                mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
                mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
                mask-composite: exclude;
        pointer-events: none; }
      .trusted-partner-section .trusted-features .trusted-card img {
        width: 4.5rem;
        height: 4.5rem;
        max-width: 100%;
        margin-bottom: 0.875rem; }
      .trusted-partner-section .trusted-features .trusted-card .sub-text {
        color: #303030;
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin: 0;
        padding: 0rem 0.625rem;
        white-space: normal;
        text-align: center; }
        .trusted-partner-section .trusted-features .trusted-card .sub-text .faq-text {
          display: block; }
        @media (min-width: 1024px) {
          .trusted-partner-section .trusted-features .trusted-card .sub-text {
            font-size: 1rem;
            line-height: 1.5rem;
            width: 13.375rem; } }

.cbg-review-text-asset {
  min-width: 20rem; }
  @media (min-width: 1024px) {
    .cbg-review-text-asset {
      margin-left: 0.125rem;
      aspect-ratio: 0.803; } }
  .cbg-review-text-asset .cbg-review-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .cbg-review-text-asset .cbg-review-card {
        padding: 0;
        border-radius: 1.375rem; } }
    .cbg-review-text-asset .cbg-review-card .cbg-review-content {
      position: relative;
      z-index: 2;
      padding: 1.5rem 1.5rem 6.25rem 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 27.25rem;
      width: 100%;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(#000));
      background-image: linear-gradient(180deg, #fff0 0%, #000 100%); }
      .cbg-review-text-asset .cbg-review-card .cbg-review-content .cbg-review-quotes {
        position: absolute;
        top: 2rem;
        left: 1.625rem; }
        .cbg-review-text-asset .cbg-review-card .cbg-review-content .cbg-review-quotes .cbg-quotes-img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .cbg-review-text-asset .cbg-review-card .cbg-review-content .cbg-review-heading {
        width: 100%; }
        .cbg-review-text-asset .cbg-review-card .cbg-review-content .cbg-review-heading .cbg-review-text {
          font-size: 0.875rem;
          margin-bottom: 0 !important;
          line-height: 1.6875rem;
          color: #fff;
          font-weight: 300;
          text-wrap: wrap; }
          @media (min-width: 1024px) {
            .cbg-review-text-asset .cbg-review-card .cbg-review-content .cbg-review-heading .cbg-review-text {
              font-size: 1rem; } }
    .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      padding: 1.5rem;
      width: 100%; }
      .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-company-logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 2.5rem; }
        .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-company-logo .company-logo-img {
          width: 3.5rem;
          height: 3.5rem;
          background-color: #fff;
          aspect-ratio: 1;
          border-radius: 0.75rem; }
      .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-reviewer-details {
        width: 100%; }
        .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-name {
          font-size: 1.125rem;
          font-weight: 600;
          margin-bottom: 0;
          line-height: 1.3;
          color: #fff; }
        .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-designation {
          font-size: 0.875rem;
          font-weight: 400;
          margin: 0;
          opacity: 0.9;
          line-height: 1.4;
          color: #fff;
          text-wrap: wrap; }
          @media (min-width: 1024px) {
            .cbg-review-text-asset .cbg-review-card .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-designation {
              font-size: 1rem; } }

.video-page-layout {
  height: 100%; }
  .video-page-layout .video-section {
    position: relative;
    height: 100%; }
    .video-page-layout .video-section .video-content-container {
      height: 100%; }
      .video-page-layout .video-section .video-content-container .video-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(5%, #000000f2), to(#0000));
        background: linear-gradient(360deg, #000 0%, #000000f2 5%, #0000 100%);
        border-radius: 0 0 0.625rem 0.625rem;
        z-index: 1; }
        .video-page-layout .video-section .video-content-container .video-content .video-content-headline {
          white-space: normal;
          margin-bottom: 0;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-size: 1.25rem;
          font-weight: 600;
          line-height: 2.25rem;
          padding: 1.5rem 1.5rem 2rem;
          border-radius: 0.5rem;
          width: 100%; }
      .video-page-layout .video-section .video-content-container .video-container-wrapper {
        position: relative;
        min-width: 18.75rem;
        aspect-ratio: 0.75;
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden; }
        @media (min-width: 1024px) {
          .video-page-layout .video-section .video-content-container .video-container-wrapper {
            min-width: auto; } }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail,
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: cover;
             object-fit: cover; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .iframe-video {
          width: 100%;
          height: 100%;
          display: block;
          border: 0; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .thumbnail-empty {
          background: #f2f2f2;
          width: 100%;
          height: 100%; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button {
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 2;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 3.75rem;
          height: 3.75rem;
          border-radius: 50%;
          background: transparent;
          border: 0.25rem solid #fff;
          display: grid;
          place-items: center;
          -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
                  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
          cursor: pointer; }
          .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button:focus {
            outline: none; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper .play-button-icon {
          width: 0;
          height: 0;
          border-left: 18px solid #fff;
          border-top: 0.6875rem solid transparent;
          border-bottom: 0.6875rem solid transparent;
          margin-left: 0.25rem; }
        .video-page-layout .video-section .video-content-container .video-container-wrapper.is-playing .play-button {
          display: none; }

.cbg-review-video-content::after {
  content: "";
  position: absolute;
  min-height: 15.9375rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(#000));
  background: linear-gradient(180deg, #fff0 0%, #000 100%); }

.cbg-review-video-content .cbg-reviewer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.5rem;
  width: 100%; }
  .cbg-review-video-content .cbg-reviewer-info .cbg-company-logo {
    margin-right: 2.5rem; }
    .cbg-review-video-content .cbg-reviewer-info .cbg-company-logo .company-logo-img {
      width: 3.5rem;
      height: 3.5rem;
      background-color: #fff;
      aspect-ratio: 1;
      border-radius: 0.75rem; }
  .cbg-review-video-content .cbg-reviewer-info .cbg-reviewer-details {
    width: 100%; }
    .cbg-review-video-content .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-name {
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.3;
      color: #fff; }
    .cbg-review-video-content .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-designation {
      font-size: 0.875rem;
      font-weight: 400;
      margin: 0;
      opacity: 0.9;
      line-height: 1.4;
      color: #fff;
      text-wrap: wrap; }
      @media (min-width: 1024px) {
        .cbg-review-video-content .cbg-reviewer-info .cbg-reviewer-details .cbg-reviewer-designation {
          font-size: 1rem; } }

.carousel {
  padding-top: 1rem; }
  @media (max-width: 1023.98px) {
    .carousel .experience-slides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll;
      white-space: nowrap;
      gap: 1rem;
      padding: 1rem 0; } }
  .carousel .experience-slides .slick-list {
    overflow: hidden; }
    .carousel .experience-slides .slick-list .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1024px) {
        .carousel .experience-slides .slick-list .slick-track .slick-slide {
          padding: 0 1rem; }
          .carousel .experience-slides .slick-list .slick-track .slick-slide:first-child {
            padding-left: 0.125rem; }
          .carousel .experience-slides .slick-list .slick-track .slick-slide:last-child {
            padding-right: 0.125rem; } }
  @media (max-width: 1023.98px) {
    .carousel .experience-slides.default-scroll {
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .carousel .experience-slides.default-scroll::-webkit-scrollbar {
        display: none; } }
  .carousel .cbg-carousel-indicators {
    gap: 1rem;
    padding: 0 5rem 2.5rem; }
    @media (min-width: 1024px) {
      .carousel .cbg-carousel-indicators {
        padding: 1rem 5rem 0; } }
    .carousel .cbg-carousel-indicators .carousel-control-prev,
    .carousel .cbg-carousel-indicators .carousel-control-next {
      background: url("../../images/navigation-btn.svg") no-repeat center/contain;
      position: static;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      opacity: 1;
      display: grid;
      place-items: center; }
      .carousel .cbg-carousel-indicators .carousel-control-prev.slick-disabled,
      .carousel .cbg-carousel-indicators .carousel-control-next.slick-disabled {
        background-image: url("../../images/navigation-btn-disabled.svg"); }
    .carousel .cbg-carousel-indicators .carousel-control-prev {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .carousel .cbg-carousel-indicators .indicator-track {
      cursor: pointer;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 0.5rem;
      background: #aed9da;
      border-radius: 62.4375rem;
      position: relative;
      overflow: hidden; }
    .carousel .cbg-carousel-indicators .indicator-fill {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 5.1875rem;
      border-radius: 62.4375rem;
      background: -webkit-gradient(linear, left top, right top, from(#0fc7bd), color-stop(35%, #0aa9a5), color-stop(70%, #0a707b));
      background: linear-gradient(90deg, #0fc7bd 0%, #0aa9a5 35%, #0a707b 70%);
      will-change: transform;
      -webkit-transition: -webkit-transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: -webkit-transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1); }
      @media (min-width: 1024px) {
        .carousel .cbg-carousel-indicators .indicator-fill {
          width: 32.6875rem; } }

.experience-cbg_layouts-cbgCarouselLayout {
  background: #14606e; }
  @media (min-width: 1024px) {
    .experience-cbg_layouts-cbgCarouselLayout {
      padding: 3rem 0; } }
  .experience-cbg_layouts-cbgCarouselLayout .carousel-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 3rem;
    color: #fff;
    padding: 0 1rem; }
    @media (min-width: 1024px) {
      .experience-cbg_layouts-cbgCarouselLayout .carousel-title {
        font-size: 2rem;
        line-height: 3.5rem; } }
  .experience-cbg_layouts-cbgCarouselLayout .carousel-subtitle {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 2rem; }
    @media (min-width: 1024px) {
      .experience-cbg_layouts-cbgCarouselLayout .carousel-subtitle {
        font-size: 1rem; } }

.cbg-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 2.1875rem; }

#review-pdp-component .experience-component {
  background: transparent !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem; }
  #review-pdp-component .experience-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
    #review-pdp-component .experience-component .row .carousel-title {
      margin: 0.9375rem 0 0;
      font-size: 1.75rem;
      font-weight: 600;
      line-height: 3rem;
      color: #333;
      text-transform: capitalize;
      padding: 0 !important;
      text-align: left !important; }
      @media (min-width: 1024px) {
        #review-pdp-component .experience-component .row .carousel-title {
          font-size: 2rem; } }
  #review-pdp-component .experience-component .container {
    padding: 0.625rem 0 0; }
    #review-pdp-component .experience-component .container .experience-slides {
      padding: 0; }
    #review-pdp-component .experience-component .container .video-content-container {
      width: 20.375rem;
      height: 27.25rem; }
      @media (min-width: 1250px) {
        #review-pdp-component .experience-component .container .video-content-container {
          width: 100%; } }
      #review-pdp-component .experience-component .container .video-content-container .video-content {
        border-radius: 1.375rem; }
        @media (min-width: 1250px) {
          #review-pdp-component .experience-component .container .video-content-container .video-content {
            width: 100%; } }
    #review-pdp-component .experience-component .container .video-container-wrapper {
      position: relative;
      width: 20.375rem;
      height: 27.25rem; }
      @media (min-width: 1250px) {
        #review-pdp-component .experience-component .container .video-container-wrapper {
          width: 100%; } }
    #review-pdp-component .experience-component .container .cbg-carousel-indicators {
      gap: 1rem;
      padding: 0 5rem 2.5rem;
      margin-top: 1.375rem; }
      @media (min-width: 1024px) {
        #review-pdp-component .experience-component .container .cbg-carousel-indicators {
          padding: 0; } }
      #review-pdp-component .experience-component .container .cbg-carousel-indicators .carousel-control-prev,
      #review-pdp-component .experience-component .container .cbg-carousel-indicators .carousel-control-next {
        z-index: 0; }

#review-pdp-component .slick-track {
  gap: 0;
  margin: 0 -1rem; }
  #review-pdp-component .slick-track .slick-slide {
    margin: 0 0.875rem;
    padding-left: 0; }
    #review-pdp-component .slick-track .slick-slide .cbg-slick-slide .cbg-review-quotes {
      opacity: 0.2; }
    #review-pdp-component .slick-track .slick-slide:first-child .cbg-slick-slide .cbg-review-quotes {
      opacity: 1; }

.cbg-hero-banner {
  position: relative;
  background: linear-gradient(210deg, #cff5f6 7%, #f4feff 100%);
  background-repeat: no-repeat;
  background-size: cover; }
  .cbg-hero-banner.no-bg .hero-text {
    position: relative;
    top: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
    height: auto;
    padding: 1.25rem 0; }
  @media (min-width: 1024px) {
    .cbg-hero-banner.no-bg {
      aspect-ratio: 0; } }
  @media (min-width: 1024px) {
    .cbg-hero-banner .picture {
      aspect-ratio: 2.05; } }
  @media (min-width: 1024px) {
    .cbg-hero-banner {
      aspect-ratio: 2.43; } }
  .cbg-hero-banner .hero-bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
  .cbg-hero-banner .about-us-heading {
    font-size: 1.75rem;
    line-height: 2.5rem; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .about-us-heading {
        font-size: 3rem;
        line-height: 4.5rem; } }
  .cbg-hero-banner .hero-text {
    padding: 0rem;
    position: absolute;
    top: 21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .hero-text {
        height: 100%;
        top: 15px; } }
    @media (min-width: 768px) and (max-width: 1249.98px) {
      .cbg-hero-banner .hero-text {
        top: 7%; } }
  .cbg-hero-banner .fig-caption {
    margin-top: 1.25rem;
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .fig-caption {
        width: 34.375rem;
        text-align: left; } }
    .cbg-hero-banner .fig-caption .about-year {
      color: #00b2ad;
      font-weight: 600; }
  .cbg-hero-banner .hero-subheading,
  .cbg-hero-banner .about-tagline {
    color: #333;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 1.25rem 0rem; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .hero-subheading,
      .cbg-hero-banner .about-tagline {
        text-align: left;
        font-size: 1.25rem;
        color: #333;
        margin: 1.875rem 0rem 0rem;
        line-height: 1.875rem; } }
  .cbg-hero-banner .hero-mini-gif {
    display: none; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .hero-mini-gif {
        display: block;
        margin-bottom: 1rem; }
        .cbg-hero-banner .hero-mini-gif .mini-gif {
          width: 1.5rem;
          height: 2rem;
          -o-object-fit: contain;
             object-fit: contain; } }
    .cbg-hero-banner .hero-mini-gif .hero-animation {
      position: absolute;
      left: 47%;
      bottom: 2.625rem; }
  .cbg-hero-banner .hero-description {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    text-align: center; }
    @media (min-width: 1024px) {
      .cbg-hero-banner .hero-description {
        font-size: 1.25rem; } }

.custom-footer-content {
  background-color: #14606e;
  color: #fff;
  padding: 0.625rem 0rem 2.8125rem 0rem;
  overflow: hidden; }
  .custom-footer-content .enquire-footer-background {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .custom-footer-content .enquire-footer-background img {
      height: 100%; }
      @media (min-width: 1024px) {
        .custom-footer-content .enquire-footer-background img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
  .custom-footer-content .footer-content-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem; }
  .custom-footer-content .footer-logo-section {
    margin-bottom: 0.625rem; }
    .custom-footer-content .footer-logo-section img {
      aspect-ratio: 0.96; }
  .custom-footer-content .footer-enquiry-section {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #fff; }
    .custom-footer-content .footer-enquiry-section a {
      color: #fff;
      text-decoration: none; }
  .custom-footer-content .enquire-footer-copy-link {
    color: #fff;
    font-size: 0.75rem;
    margin-right: 1.5rem;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .custom-footer-content .footer-copyright-section {
    font-size: 0.75rem;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 1.875rem; }
    @media (min-width: 1024px) {
      .custom-footer-content .footer-copyright-section {
        margin: 0; } }
  .custom-footer-content .footer-social-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .custom-footer-content .footer-social-section a {
      text-decoration: none;
      margin-right: 1.25rem; }
      .custom-footer-content .footer-social-section a:hover {
        opacity: 0.8; }
      .custom-footer-content .footer-social-section a img {
        width: 1.5625rem;
        height: 1.5625rem; }

.occasions-strip-wrapper {
  padding: 2.5rem 0; }
  .occasions-strip-wrapper .occasion-item {
    text-align: center; }
    .occasions-strip-wrapper .occasion-item .occasion-icon {
      margin: 0 1rem; }
      @media (min-width: 1024px) {
        .occasions-strip-wrapper .occasion-item .occasion-icon {
          padding-bottom: 0.625rem;
          margin: 0; } }
    .occasions-strip-wrapper .occasion-item .occasion-text {
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      line-height: 1.65rem;
      letter-spacing: 0.0375rem; }

.bosh-modal {
  padding-right: 0; }
  .bosh-modal .bosh-modal-dialog {
    max-width: 18.75rem;
    margin: 1.25rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1024px) {
      .bosh-modal .bosh-modal-dialog {
        max-width: 28.125rem; } }
    .bosh-modal .bosh-modal-dialog .bosh-modal-content {
      border: none;
      border-radius: 0.5rem;
      background-color: #e7fafd;
      -webkit-box-shadow: 0 0.25rem 0.75rem #0000;
              box-shadow: 0 0.25rem 0.75rem #0000; }
      .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body {
        padding: 2.5rem 2.5rem; }
        @media (min-width: 1024px) {
          .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body {
            padding: 2.5rem 2.75rem; } }
        .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body .bosh-text {
          font-family: "Poppins", sans-serif;
          font-size: 0.75rem;
          line-height: 1.625rem;
          color: #333;
          text-align: center;
          margin-bottom: 0; }
          @media (min-width: 1024px) {
            .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body .bosh-text {
              font-size: 0.875rem;
              line-height: 1.75rem; } }
        .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body .bosh-close-btn {
          top: 1rem;
          right: 1rem;
          padding: 0;
          margin: 0;
          border: none;
          opacity: 1;
          cursor: pointer; }
          .bosh-modal .bosh-modal-dialog .bosh-modal-content .bosh-modal-body .bosh-close-btn .bosh-close-icon {
            width: 1rem;
            height: 1rem;
            display: block; }

.meet-our-clients-container {
  color: #fff; }
  .meet-our-clients-container .meet-our-clients-title {
    font-size: 1.75rem;
    color: #f2b926;
    line-height: 2.625rem; }
    @media (min-width: 1024px) {
      .meet-our-clients-container .meet-our-clients-title {
        font-size: 2rem;
        line-height: 3rem; } }
  .meet-our-clients-container .meet-our-clients-subtitle {
    color: #fff;
    margin-bottom: 1.875rem; }
  @media (max-width: 1023.98px) {
    .meet-our-clients-container .meet-our-clients-carousel .slick-list {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  .meet-our-clients-container .meet-our-clients-carousel .client-logo-slide {
    padding: 0; }
    @media (min-width: 1024px) {
      .meet-our-clients-container .meet-our-clients-carousel .client-logo-slide {
        padding: 0 0.625rem; } }
    .meet-our-clients-container .meet-our-clients-carousel .client-logo-slide img {
      width: 100%;
      height: auto;
      border-radius: 0.5rem;
      padding: 0.4375rem;
      -o-object-fit: contain;
         object-fit: contain;
      aspect-ratio: 1.37; }
      @media (min-width: 1024px) {
        .meet-our-clients-container .meet-our-clients-carousel .client-logo-slide img {
          aspect-ratio: 2.19; } }
  .meet-our-clients-container .meet-our-clients-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.trust-indicators-container {
  color: #fff; }
  @media (min-width: 768px) {
    .trust-indicators-container {
      padding: 1.25rem 0rem 1.25rem 0rem; } }
  .trust-indicators-container .trust-indicators-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .trust-indicators-container .trust-indicators-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        max-width: 39.375rem; } }
  .trust-indicators-container .trust-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0.625rem 0; }
    .trust-indicators-container .trust-item:not(:last-child)::after {
      content: "";
      display: block;
      width: 6.25rem;
      height: 2px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(242, 184, 36, 0.5)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(to right, rgba(242, 184, 36, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
      margin-top: 0.625rem; }
      @media (min-width: 768px) {
        .trust-indicators-container .trust-item:not(:last-child)::after {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 2px;
          height: 100%;
          margin-top: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 184, 36, 0.5)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
          background: linear-gradient(to bottom, rgba(242, 184, 36, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)); } }
  .trust-indicators-container .trust-icon {
    aspect-ratio: 1.031;
    margin-bottom: 0.3125rem; }
    @media (min-width: 1024px) {
      .trust-indicators-container .trust-icon {
        margin-bottom: 1.25rem; } }
  .trust-indicators-container .trust-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #fff; }
    @media (min-width: 768px) {
      .trust-indicators-container .trust-text {
        font-size: 0.625rem;
        line-height: 1.125rem; } }
    @media (min-width: 1024px) {
      .trust-indicators-container .trust-text {
        font-size: 1rem;
        line-height: 1.5rem; } }
    .trust-indicators-container .trust-text .highlight {
      color: #f4c640;
      font-weight: bold; }

.enquiry-form-container {
  background-color: #14606e;
  padding: 1.875rem 3.125rem;
  border-radius: 1.5rem; }
  .enquiry-form-container .form-heading {
    color: #fff;
    font-weight: 500; }
  .enquiry-form-container .enquiry-form .form-input {
    margin: 0.3125rem 0rem; }
  .enquiry-form-container .enquiry-form .form-input-fields {
    width: 100%;
    height: 3rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #fff;
    padding: 0 0.9375rem;
    font-size: 1rem;
    color: #636466;
    background-color: #fff;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .enquiry-form-container .enquiry-form .form-input-fields::-webkit-input-placeholder {
      color: #636466;
      opacity: 1; }
    .enquiry-form-container .enquiry-form .form-input-fields::-moz-placeholder {
      color: #636466;
      opacity: 1; }
    .enquiry-form-container .enquiry-form .form-input-fields:-ms-input-placeholder {
      color: #636466;
      opacity: 1; }
    .enquiry-form-container .enquiry-form .form-input-fields::-ms-input-placeholder {
      color: #636466;
      opacity: 1; }
    .enquiry-form-container .enquiry-form .form-input-fields::placeholder {
      color: #636466;
      opacity: 1; }
    .enquiry-form-container .enquiry-form .form-input-fields:focus {
      border: 0.0625rem solid #8f8f8f; }
  .enquiry-form-container .enquiry-form select.form-input-fields {
    padding-right: 2.5rem;
    color: #636466; }
    .enquiry-form-container .enquiry-form select.form-input-fields:invalid,
    .enquiry-form-container .enquiry-form select.form-input-fields option[value=""][disabled] {
      color: #636466; }
  .enquiry-form-container .enquiry-form .cbg-button {
    background-color: #f2b824;
    color: #fff;
    border: none;
    border-radius: 3.125rem;
    height: 3rem;
    font-size: 1.125rem;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .enquiry-form-container .enquiry-form .cbg-button:disabled {
      cursor: not-allowed; }
    .enquiry-form-container .enquiry-form .cbg-button::after {
      content: "→";
      margin-left: 0.625rem;
      font-size: 1.25rem;
      line-height: 1; }

.pd-voucher-tile .pd-voucher-tile-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem;
  height: 100%; }

.pd-voucher-tile .pd-voucher-tile-image-wrapper {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%; }

.pd-voucher-tile .pd-voucher-tile-image {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.pd-voucher-tile .pd-voucher-tile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1rem;
  gap: 0.625rem; }

.pd-voucher-tile .pd-voucher-tile-brand {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #14606e;
  line-height: 100%; }

.pd-voucher-tile .pd-voucher-tile-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #333;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0; }

.pd-voucher-tile .pd-voucher-tile-btn-wrapper {
  margin-top: auto;
  padding-top: 0.75rem; }

.pd-voucher-tile .pd-voucher-tile-btn {
  font-weight: 600; }

.enquiry-form-page .enquiry-page-banner .cbg-hero-banner {
  width: 100%; }
  .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text {
    top: 1%; }
    .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .hero-subheading {
      margin: 0rem; }
    .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption h1 {
      font-size: 2rem;
      line-height: 2.625rem;
      color: #fff;
      white-space: pre-line; }
      .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption h1 .about-year {
        color: #f2b824; }
    .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption .hero-subheading {
      font-size: 0.75rem;
      font-weight: 600;
      background: -webkit-gradient(linear, left top, right top, from(#85878a), color-stop(62%, #fff), to(#85878a));
      background: linear-gradient(90deg, #85878a 0%, #fff 62%, #85878a 100%);
      -webkit-background-clip: text;
              background-clip: text;
      -webkit-text-fill-color: transparent; }
  @media (min-width: 768px) {
    .enquiry-form-page .enquiry-page-banner .cbg-hero-banner {
      aspect-ratio: 2; }
      .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption {
        width: 50%;
        text-align: left; }
        .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption .hero-subheading {
          font-size: 1rem;
          text-align: left; }
      .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .hero-mini-gif {
        display: none; } }
  @media (min-width: 1024px) {
    .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption {
      width: 100%; }
      .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption h1 {
        font-size: 4.0625rem;
        line-height: 5.125rem; }
      .enquiry-form-page .enquiry-page-banner .cbg-hero-banner .hero-text .fig-caption .hero-subheading {
        font-size: 1.5rem; } }

.enquiry-form-page .enquiry-page-body {
  background-color: #0e3d46 !important; }
  .enquiry-form-page .enquiry-page-body .experience-component {
    margin: 3.125rem 0;
    border-radius: 1.5rem; }
    .enquiry-form-page .enquiry-page-body .experience-component .carousel-title {
      color: #f2b824;
      padding-top: 1.5rem; }
      @media (min-width: 1024px) {
        .enquiry-form-page .enquiry-page-body .experience-component .carousel-title {
          padding-top: 0rem; } }
    @media (min-width: 1024px) {
      .enquiry-form-page .enquiry-page-body .experience-component .content-asset .brand-section {
        padding: 0; } }
    .enquiry-form-page .enquiry-page-body .experience-component .content-asset .trusted-partner-section {
      border-radius: 1.5rem; }
      .enquiry-form-page .enquiry-page-body .experience-component .content-asset .trusted-partner-section .enquiry-trusted-tilte {
        color: #f2b926; }
    .enquiry-form-page .enquiry-page-body .experience-component .image-modal-carousel .image-tile-section .image-tile-name {
      display: none;
      padding: 0rem; }

