/* 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-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; } }
