/* 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 10, but if you do -- maybe just use a custom class  :)  */
#sec-intro {
  padding-top: 64px;
  padding-bottom: 96px; }
  #sec-intro .branding {
    margin-top: 40px; }
    #sec-intro .branding i {
      font-size: 28px;
      color: #E02B2B;
      margin-right: 9px; }
    #sec-intro .branding h4 {
      font-size: 18px;
      text-transform: uppercase;
      color: #1A3A6B;
      line-height: 1.2;
      margin: 0; }
  #sec-intro .cta .btn.btn-secondary {
    margin-top: 35px; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 64px;
      padding-bottom: 96px; }
      #sec-intro .branding h4 {
        font-size: 22px; }
      #sec-intro .cta {
        gap: 50px; } }

#sec-side {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FFFFFF; }
  #sec-side.body-bg {
    background-color: #F7F8FC; }
  @media screen and (min-width: 1025px) {
    #sec-side {
      padding-top: 97px;
      padding-bottom: 102px; } }

#sec-confidence {
  padding-bottom: 70px; }
  #sec-confidence .callout {
    padding: 60px 40px 60px; }
    #sec-confidence .callout h2 {
      max-width: 890px; }
  @media screen and (min-width: 1025px) {
    #sec-confidence {
      padding-bottom: 101px; }
      #sec-confidence .callout {
        padding: 95px 81px 100px; } }

#sec-callout {
  position: relative;
  padding: 148px 0 112px;
  margin-top: 150px; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100% !important;
    height: 100% !important; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      max-width: 100% !important;
      max-height: 100% !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
  #sec-callout .quote-icon {
    position: absolute;
    inset: 0;
    right: unset;
    top: unset;
    z-index: -1; }
  #sec-callout p {
    font-size: 22px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 28px; }
  #sec-callout h6 {
    margin-bottom: 35px; }
  #sec-callout a {
    color: #FFFFFF; }
  @media screen and (min-width: 1025px) {
    #sec-callout {
      padding-top: 107px; } }
  @media screen and (max-width: 769px) {
    #sec-callout {
      max-height: 1041px;
      height: 1041px; }
      #sec-callout .quote-icon {
        top: 0;
        bottom: unset;
        transform: translate(-50%, -50%);
        width: 228px;
        left: 50%; }
      #sec-callout h4, #sec-callout p {
        font-size: 16px;
        line-height: 1.5; } }

#sec-callout {
  margin-top: 90px; }

#sec-faqs {
  padding-top: 70px;
  padding-bottom: 97px; }
  #sec-faqs h2 {
    margin-bottom: 5px; }
  #sec-faqs a {
    margin-top: 40px; }
  #sec-faqs h4 {
    font-weight: 400;
    letter-spacing: 0;
    text-transform: unset; }
  #sec-faqs .faq-item {
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 3px solid #f2f2f2; }
    #sec-faqs .faq-item h5 {
      margin-bottom: 17px;
      line-height: 1.8; }
    #sec-faqs .faq-item .answer {
      padding-left: 50px;
      margin-bottom: 17px; }
    #sec-faqs .faq-item button {
      width: 100%;
      font-size: 16px !important;
      border: 0;
      background: transparent;
      color: #1A3A6B;
      font: inherit;
      font-weight: 500;
      text-align: left;
      display: flex; }
      #sec-faqs .faq-item button i {
        color: #5EB1E0;
        margin-right: 21px;
        font-size: 23px;
        position: relative;
        top: 6px; }
        #sec-faqs .faq-item button i::before {
          content: '\e912'; }
      #sec-faqs .faq-item button[aria-expanded="true"] i::before {
        content: '\e90e'; }
  @media screen and (min-width: 1025px) {
    #sec-faqs {
      padding-top: 150px;
      padding-bottom: 115px; }
      #sec-faqs .faq-item {
        padding-bottom: 5px;
        margin-bottom: 22px; }
        #sec-faqs .faq-item button {
          font-size: 18px !important; }
        #sec-faqs .faq-item .answer {
          padding-left: 55px; }
        #sec-faqs .faq-item button i {
          margin-right: 23px;
          font-size: 24px;
          top: 5px; } }
