/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-faqs {
  padding-bottom: 50px; }
  #sec-faqs .h4 {
    color: #F66868; }
  #sec-faqs .accordion-item {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D9D9D9; }
    #sec-faqs .accordion-item button {
      padding: 0;
      background-color: transparent;
      border: none;
      color: #334D5C;
      display: flex;
      text-align: start;
      font-weight: 400; }
      #sec-faqs .accordion-item button i {
        margin-right: 18px;
        font-size: 26px; }
      #sec-faqs .accordion-item button.active {
        font-weight: 700; }
        #sec-faqs .accordion-item button.active i {
          color: #F66868; }
          #sec-faqs .accordion-item button.active i::before {
            content: '\e928'; }
    #sec-faqs .accordion-item .accordion-body {
      display: none;
      margin-top: 22px; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 77px;
      padding-bottom: 150px; }
      #sec-faqs .accordion-item button {
        font-size: 18px;
        align-items: center; }
        #sec-faqs .accordion-item button i {
          font-size: 30px; }
      #sec-faqs .accordion-item .accordion-body {
        display: none;
        margin-top: 22px; } }

#sec-fee {
  padding: 120px 0 70px;
  overflow-y: hidden; }
  #sec-fee .gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #2F4F60 0%, #34627B 50%, #3C6C88 100%);
    z-index: -1;
    width: 100%;
    height: 100%; }
    #sec-fee .gradient-bg picture,
    #sec-fee .gradient-bg img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-fee .round-wave-top, #sec-fee .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-fee .round-wave-top {
    top: -3px; }
  #sec-fee .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-fee .side-img {
    position: relative;
    top: 70px; }
  @media screen and (min-width: 1025px) and (max-width: 1401px) {
    #sec-fee {
      padding: 90px 0; } }
  @media screen and (min-width: 1401px) {
    #sec-fee {
      padding: 25px 0 40px; }
      #sec-fee .side-img {
        top: 25px; } }

#sec-types {
  padding-bottom: 60px; }
  #sec-types .h4 {
    color: #52BAB7; }
  #sec-types .accordion-item {
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D9D9D9; }
    #sec-types .accordion-item button {
      padding: 0;
      background-color: transparent;
      border: none;
      color: #334D5C;
      display: flex;
      text-align: start;
      font-weight: 400; }
      #sec-types .accordion-item button i {
        margin-right: 18px;
        font-size: 26px; }
      #sec-types .accordion-item button.active i {
        color: #F66868; }
        #sec-types .accordion-item button.active i::before {
          content: '\e928'; }
    #sec-types .accordion-item .accordion-body {
      display: none;
      margin-top: 22px; }
  #sec-types .side-img {
    padding-left: 36px; }
  @media screen and (min-width: 1025px) {
    #sec-types {
      padding-bottom: 110px;
      padding-top: 140px;
      margin-bottom: 90px; }
      #sec-types .side-img {
        position: absolute;
        inset: 0;
        left: unset;
        max-width: 50%;
        max-height: 804px;
        padding: 0; }
        #sec-types .side-img.side-left {
          left: 0;
          right: unset;
          max-height: 961px; }
        #sec-types .side-img picture,
        #sec-types .side-img img {
          max-width: 100% !important;
          max-height: 100% !important;
          width: 100% !important;
          height: 100% !important;
          object-fit: contain; }
      #sec-types .accordion-item button {
        font-size: 18px;
        align-items: center; }
        #sec-types .accordion-item button i {
          font-size: 30px; }
      #sec-types .accordion-item .accordion-body {
        display: none;
        margin-top: 22px; } }

#sec-callout {
  padding: 150px 0 0; }
  #sec-callout .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-callout .round-wave-top, #sec-callout .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-callout .round-wave-top {
    top: -3px; }
  #sec-callout .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-callout p:not(.h4) {
    font-size: 18px; }
  #sec-callout .side-img {
    transform: scale(1.3); }
  #sec-callout .cta-container .clippy-circle {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.11);
    clip-path: circle(50%);
    margin-top: 20px; }
  #sec-callout .btn:not(.btn-primary) {
    color: #FFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      margin-top: 60px;
      padding: 200px 0; }
      #sec-callout .side-img {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(1);
        max-width: 43.2%; }
      #sec-callout.reverse-sec .side-img {
        right: 0;
        left: unset; }
      #sec-callout p:not(.h4) {
        font-size: 23px; }
      #sec-callout .cta-container .clippy-circle {
        width: 77px;
        height: 77px; } }

#sec-testimonials {
  padding: 190px 0 120px !important; }
  #sec-testimonials .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #6795AD 0%, #6296B2 50%, #406B83 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
    #sec-testimonials .gradient-bg .round-wave-top, #sec-testimonials .gradient-bg .round-wave-bottom {
      position: absolute;
      inset: 0;
      bottom: unset;
      width: 100% !important;
      z-index: -1; }
    #sec-testimonials .gradient-bg .round-wave-top {
      top: -3px; }
      #sec-testimonials .gradient-bg .round-wave-top img {
        transform: scaleY(-1);
        transform-origin: center; }
    #sec-testimonials .gradient-bg .round-wave-bottom {
      top: unset;
      bottom: -3px;
      z-index: 2; }
  #sec-testimonials .side-quote {
    position: absolute;
    right: 0;
    top: -90px;
    z-index: -1; }
  #sec-testimonials .side-bottom-dot {
    position: absolute;
    right: -30px;
    bottom: 150px; }
  #sec-testimonials h4 {
    font-size: 18px; }
  #sec-testimonials .card {
    margin-top: 30px; }
    #sec-testimonials .card .profile-data {
      margin-right: 42px; }
      #sec-testimonials .card .profile-data img {
        width: fit-content; }
      #sec-testimonials .card .profile-data .star-container {
        margin: 20px 0 18px; }
        #sec-testimonials .card .profile-data .star-container i {
          font-size: 20px;
          color: #FFDB15;
          margin-right: 8px; }
          #sec-testimonials .card .profile-data .star-container i:last-of-type {
            margin-right: 0; }
      #sec-testimonials .card .profile-data .title {
        font-size: 16px;
        letter-spacing: 0.13px;
        font-weight: 700;
        text-align: center; }
    #sec-testimonials .card .content {
      padding-bottom: 45px;
      border-bottom: 1px solid #B1B1B1;
      margin-top: 25px; }
      #sec-testimonials .card .content img {
        width: 30px; }
  #sec-testimonials .carousel .owl-item {
    min-height: 320px; }
  #sec-testimonials .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px;
    width: 80%;
    margin-left: auto; }
    #sec-testimonials .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-testimonials {
      padding: 265px 0 180px !important; }
      #sec-testimonials .side-img {
        position: absolute;
        inset: 0;
        right: unset;
        top: 42%;
        transform: translateY(-50%);
        max-width: 42.40%; }
      #sec-testimonials h4 {
        font-size: 23px;
        max-width: 790px; } }
  @media screen and (max-width: 1025px) {
    #sec-testimonials .side-quote {
      max-width: 141px;
      right: 36px;
      top: -55px; }
    #sec-testimonials .side-img {
      padding: 0 35px; }
    #sec-testimonials .profile-data {
      margin-bottom: 20px; }
      #sec-testimonials .profile-data img {
        width: 80px !important; }
      #sec-testimonials .profile-data .title {
        text-align: start !important; }
    #sec-testimonials .star-container {
      margin: 13px 0 !important; }
    #sec-testimonials .profile-content {
      margin-left: 19px; }
    #sec-testimonials .carousel .custom-nav-wrapper {
      flex-direction: column-reverse;
      margin-top: 20px;
      width: 100%;
      justify-content: start;
      align-items: start; }
      #sec-testimonials .carousel .custom-nav-wrapper .owl-nav {
        margin-bottom: 40px; }
        #sec-testimonials .carousel .custom-nav-wrapper .owl-nav button {
          font-size: 38px; } }
  @media screen and (max-width: 769px) {
    #sec-testimonials .gradient-bg {
      height: 90%; }
    #sec-testimonials .gradient-bg .round-wave-top img {
      transform: none !important; } }

#sec-filling {
  padding-bottom: 90px;
  padding-top: 40px; }
  #sec-filling.reverse-50 {
    padding-bottom: 0;
    padding-top: 0; }
  #sec-filling .h4 {
    color: #52BAB7; }
  #sec-filling ul li {
    font-weight: 400; }
    #sec-filling ul li::before {
      color: #F66868; }
  @media screen and (min-width: 1025px) {
    #sec-filling {
      padding-bottom: 140px;
      padding-top: 60px; }
      #sec-filling.reverse-50 {
        padding-bottom: 90px; } }

#sec-services {
  padding: 180px 0;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  #sec-services .gradient-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, #6AC9C7 0%, #17A8A6 100%);
    background-repeat: no-repeat;
    background-position: 0 0; }
  #sec-services .round-wave-top, #sec-services .round-wave-bottom {
    position: absolute;
    inset: 0;
    bottom: unset;
    width: 100% !important;
    z-index: -1; }
  #sec-services .round-wave-top {
    top: -3px; }
  #sec-services .round-wave-bottom {
    top: unset;
    bottom: -3px;
    z-index: 2; }
  #sec-services .content {
    max-width: 674px; }
    #sec-services .content h2, #sec-services .content h5 {
      color: #FFF; }
  #sec-services .carousel .owl-stage {
    display: flex; }
  #sec-services .carousel .card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62); }
    #sec-services .carousel .card i {
      width: 66px;
      height: 66px;
      background-color: rgba(61, 108, 136, 0.63);
      font-size: 40px;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    #sec-services .carousel .card h5 {
      font-size: 23px;
      letter-spacing: 0.18px;
      line-height: 1.5;
      margin: 15px 0 10px;
      font-weight: 700; }
    #sec-services .carousel .card p {
      margin-bottom: 20px; }
    #sec-services .carousel .card a {
      margin-top: 20px;
      color: #FFF; }
      #sec-services .carousel .card a::after {
        margin-left: 8px; }
      #sec-services .carousel .card a:hover {
        color: #F66868; }
        #sec-services .carousel .card a:hover::after {
          color: #F66868;
          margin-left: 14px; }
  #sec-services .carousel .custom-nav-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px; }
    #sec-services .carousel .custom-nav-wrapper .cta-wrapper a {
      margin-top: 0; }
    #sec-services .carousel .custom-nav-wrapper .owl-nav {
      display: flex;
      gap: 36px; }
      #sec-services .carousel .custom-nav-wrapper .owl-nav button {
        padding: 0;
        background-color: transparent;
        border: none;
        font-size: 48px;
        color: #FFF;
        font-weight: 700; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button.disabled {
          color: rgba(255, 255, 255, 0.6); }
        #sec-services .carousel .custom-nav-wrapper .owl-nav button:not(.disabled):hover {
          color: #F66868; }
  #sec-services .side-img {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 42.70%;
    width: 100%;
    z-index: -1; }
  @media screen and (max-width: 1025px) {
    #sec-services .side-img {
      position: relative;
      top: unset;
      bottom: -110px;
      width: 100%;
      max-width: 100%; }
      #sec-services .side-img picture,
      #sec-services .side-img img {
        max-width: 100% !important;
        width: 100% !important; } }
  @media screen and (min-width: 769px) and (max-width: 1025px) {
    #sec-services .side-img {
      top: 120px; } }
  @media screen and (max-width: 769px) {
    #sec-services {
      padding: 102px 0; }
      #sec-services .carousel .custom-nav-wrapper {
        margin-top: 28px;
        flex-direction: column-reverse;
        align-items: start; }
        #sec-services .carousel .custom-nav-wrapper .owl-nav {
          margin-bottom: 25px; } }
