/*
Theme Name: GTFM Official
Author: Adedoyin Kassem
Author URI: https://www.doyinkassem.com
Description: Official theme for the Guaranty Trust Fund Managers' website
Version: 1.0
*/
.grid {
  display: grid;
}
.gridHeader {
  grid-template-columns: auto 120px;
}
@media (max-width: 1199px) {
  .gridHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.btn {
  border-radius: 0.35rem;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .btn {
    border-radius: 0.8rem;
    font-size: 2rem;
    line-height: 150%;
  }
}
.btn-primary {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(79.22deg, rgb(224, 68, 3) 23.5%, rgb(255, 100, 13) 77.38%);
  color: #FFF;
  text-transform: capitalize;
  display: inline-block;
  padding: 2rem;
}
@media (min-width: 1200px) {
  .btn-primary {
    padding: 2.4rem 4.8rem;
    min-width: 24.4rem;
  }
}
.btn-faded {
  background-color: rgb(250, 242, 239);
  color: rgb(56, 73, 81);
  min-width: 24.4rem;
  padding: 2rem 1.6rem;
  font-weight: 700;
  text-transform: capitalize;
}
.btn-faded-big {
  padding: 2.4rem 4.8rem;
}
.btn-outline {
  border-radius: 0.6rem;
  font-size: 2rem;
  line-height: 150%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 9.3rem;
  padding-right: 9.3rem;
  border: 3px solid rgb(213, 219, 217);
  text-transform: capitalize;
  font-weight: 600;
}
.btn-dark {
  background-color: rgb(56, 73, 81);
  color: rgb(255, 255, 255);
  position: relative;
  min-width: 17.7rem;
  border-radius: 0.4rem;
  padding: 1.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .btn-dark {
    min-width: 23.7rem;
    padding: 2.4rem 4.8rem;
  }
}
.btn-small {
  font-weight: 300;
  padding: 1.5rem;
  min-width: 22.7rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.btn-xxlarge {
  border-radius: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  min-height: 12rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  .btn-xxlarge {
    line-height: 1.75rem;
    padding: 2rem;
    min-width: 16rem;
  }
}
@media (min-width: 1200px) {
  .btn-xxlarge {
    font-size: 3rem;
    border-radius: 0.8rem;
    min-height: 24.3rem;
  }
}

.btn-link {
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgb(56, 73, 81);
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 0.2rem 3.2rem 0.2rem 0;
}
.btn-link:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("assets/images/icons/link.webp");
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -9);
          transform: matrix(1, 0, 0, 1, 0, -9);
}

h1, .h1 {
  color: rgb(56, 73, 81);
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 3.5rem;
  line-height: 4.2rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 6rem;
    line-height: 7.31rem;
  }
}

h3, .h3 {
  color: rgb(56, 73, 81);
  font-size: 5rem;
  font-weight: 600;
  line-height: 7.5rem;
  text-transform: capitalize;
}

h6 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.sub-header {
  color: rgb(56, 73, 81);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
  padding: 1.4rem 2.8rem 1rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .sub-header {
    font-size: 2rem;
  }
}
.sub-header:before {
  background-color: rgb(250, 242, 239);
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 4.8rem;
  width: 7rem;
  content: "";
  z-index: -1;
}

.container {
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
    max-width: 130rem;
  }
}

.page-title-small {
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 1.4rem 2.8rem 1rem;
  color: rgb(56, 73, 81);
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
@media (max-width: 1199px) {
  .page-title-small {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .page-title-small {
    font-size: 2rem;
  }
}
.page-title-small:before {
  width: 7rem;
  content: "";
  height: 4.8rem;
  background-color: rgb(250, 242, 239);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -24);
          transform: matrix(1, 0, 0, 1, 0, -24);
  z-index: -1;
  top: 50%;
  left: 0;
  position: absolute;
}
.page-title-main {
  max-width: 33.5rem;
  margin-top: 2.4rem;
}
@media (min-width: 1200px) {
  .page-title-main {
    max-width: 83.7rem;
  }
}
.page-title-main h1 {
  text-align: center;
}

.text-gradient-orange {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: linear-gradient(79.22deg, #e04403 23.5%, #ff640d 77.38%);
  -webkit-background-clip: text;
  background-clip: text;
}

.clip-path-primary-dark {
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
}

.clip-path-primary {
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 10% 100%);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mt-100 {
  margin-top: 10rem;
}

.my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media (max-width: 1199px) {
  .py-0-sm {
    padding: 0;
  }
  .pt-0-sm {
    padding-top: 0 !important;
  }
}
.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

input[type=text]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input::-webkit-input-placeholder {
  color: #FFF;
}

input::-moz-placeholder {
  color: #FFF;
}

input:-ms-input-placeholder {
  color: #FFF;
}

input::-ms-input-placeholder {
  color: #FFF;
}

input::placeholder {
  color: #FFF;
}

.main {
  padding-bottom: 7rem;
}
@media (max-width: 1199px) {
  .main {
    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;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-bottom: 0;
    padding-top: 8.4rem;
  }
}
@media (max-width: 1199px) {
  .main .container {
    padding-top: 7rem;
  }
}

.image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 20rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.image-wrapper img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#header {
  background-color: white;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}
@media (min-width: 1200px) {
  #header {
    height: 16.8rem;
  }
}
#header .navigation {
  display: none;
  height: 100%;
}
@media (min-width: 1200px) {
  #header .navigation {
    display: block;
  }
}
#header .navigation .upper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.2rem;
  height: 6rem;
  max-width: 60rem;
  margin-bottom: 3.4rem;
  position: relative;
}
#header .navigation .upper-nav .light-bg {
  background-color: rgb(255, 100, 13);
  width: 36.5rem;
  height: 100%;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
}
#header .navigation .upper-nav .contact-us-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8.3rem;
}
#header .navigation .upper-nav .contact-us-wrapper .image-wrapper {
  width: 1.8rem;
  height: 2rem;
  position: relative;
  overflow: hidden;
}
#header .navigation .upper-nav .contact-us-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .navigation .upper-nav .contact-us-wrapper span {
  margin-left: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem;
  color: #FFF;
}
#header .navigation .upper-nav .search-wrapper {
  background-color: rgb(224, 68, 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 28.4rem;
  height: 100%;
  right: 6.4rem;
  bottom: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(10% 0, 100% 0, 256px 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 256px 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#header .navigation .upper-nav .search-wrapper .cursor-pointer {
  padding-left: 5.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .navigation .upper-nav .search-wrapper .cursor-pointer-close {
  opacity: 0;
  cursor: pointer;
  height: 2rem;
  width: 2rem;
  right: 1.6rem;
  position: relative;
  visibility: hidden;
}
#header .navigation .upper-nav .search-wrapper-icon {
  opacity: 1;
  visibility: visible;
}
#header .navigation .upper-nav .search-wrapper-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 1.8rem;
  height: 1.8rem;
}
#header .navigation .upper-nav .search-wrapper-image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: middle;
}
#header .navigation .upper-nav .search-wrapper .search-form {
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 150%;
  padding: 0.6rem 1rem;
  border-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: block;
  margin-left: 1rem;
  background: transparent;
}
#header .navigation .upper-nav .search-wrapper.open {
  -webkit-clip-path: polygon(0 0, 100% 0, 622px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 622px 100%, 0 100%);
  width: 100% !important;
}
#header .navigation .upper-nav .search-wrapper.open .search-wrapper-icon {
  visibility: hidden;
  opacity: 0;
}
#header .navigation .upper-nav .search-wrapper.open .cursor-pointer-close {
  right: 0 !important;
  opacity: 1;
  visibility: visible !important;
}
#header .navigation .upper-nav .search-wrapper.open .search-form {
  margin-left: 7rem !important;
  width: 40.9rem !important;
}
#header .navigation .upper-nav .search-wrapper.open .search-form::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header .navigation .upper-nav .search-wrapper.open .search-form::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header .navigation .upper-nav .search-wrapper.open .search-form:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header .navigation .upper-nav .search-wrapper.open .search-form::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header .navigation .upper-nav .search-wrapper.open .search-form::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#header .navigation .primary-nav {
  margin-left: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
#header .navigation .primary-nav-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .navigation .primary-nav-static .image-wrapper {
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}
#header .navigation .primary-nav-static .image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .navigation .primary-nav-static .bg-accent {
  border-radius: 0.4rem;
  background-color: rgb(252, 224, 213);
  padding: 1.4rem 4rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
#header .navigation .primary-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .navigation .primary-nav-link li a {
  color: rgb(56, 73, 81);
  padding-bottom: 1rem;
}
#header .mobile-navigation {
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (min-width: 1200px) {
  #header .mobile-navigation {
    display: none;
  }
}
#header .mobile-navigation .menu-button {
  position: relative;
  width: 5rem;
  height: 5rem;
}
#header .mobile-navigation .menu-button .hamburger-menu {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 2.4rem 1.2rem;
  -webkit-transform: matrix(1, 0, 0, 1, -24, -24);
          transform: matrix(1, 0, 0, 1, -24, -24);
  border: 0 solid;
  background: transparent;
}
#header .mobile-navigation .menu-button .hamburger-menu-icon {
  display: block;
  width: 2.4rem;
}
#header .mobile-navigation .menu-button .hamburger-menu-icon span {
  position: absolute;
  display: block;
  height: 0.2rem;
  width: 2.4rem;
  background-color: #000;
  -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
          transform: matrix(1, 0, 0, 1, 0, -6);
}
#header .mobile-navigation .menu-button .hamburger-menu-icon span:nth-child(2) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}
#header .mobile-navigation .menu-button .hamburger-menu-icon span:nth-child(3) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
          transform: matrix(1, 0, 0, 1, 0, 6);
}
#header .mobile-navigation .search-button {
  position: relative;
  width: 5rem;
  height: 5rem;
}
#header .mobile-navigation .search-button-liner {
  border: 0;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  color: #000;
  padding: 2.4rem 1.2rem;
  -webkit-transform: matrix(1, 0, 0, 1, -25, -25);
          transform: matrix(1, 0, 0, 1, -25, -25);
}
#header .mobile-navigation .search-button-liner:before, #header .mobile-navigation .search-button-liner:after {
  background-color: #000;
  content: "";
  height: 0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  -webkit-transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
          transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
}
#header .mobile-navigation .search-button-liner:after {
  width: 1rem;
  right: 1.1rem;
  bottom: 1.5rem;
}
#header .mobile-navigation .search-button .search-icon {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: block;
  height: 35%;
  width: 35%;
  border-radius: 999.9rem;
  border: 0.2rem solid #000;
}
#header .mobile-navigation-links {
  display: none;
  position: absolute;
  z-index: 999;
  top: 9rem;
  height: calc(100vh - 9rem);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}
#header .mobile-navigation-links.active {
  display: block;
}
#header .mobile-navigation-links-wrapper {
  visibility: visible;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
}
#header .mobile-navigation-links-wrapper .nav-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid rgb(250, 242, 239);
  background-color: white;
}
#header .mobile-navigation-links-wrapper .nav-links li a {
  width: 100%;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1rem;
  color: rgb(56, 73, 81);
  outline: none;
}
#header .mobile-navigation-links-wrapper .nav-links li a.bg-accent {
  background-color: rgb(252, 224, 213);
}
#header .brand {
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  #header .brand {
    margin-right: 8rem;
  }
}
#header .brand img {
  width: 10rem;
  height: 6.4rem;
  max-width: 100%;
}
@media (min-width: 1200px) {
  #header .brand img {
    width: 16.9rem;
    height: 10.8rem;
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0.1rem;
}

.footer {
  background-color: rgb(255, 249, 248);
  padding: 5rem 0;
}
@media (min-width: 1200px) {
  .footer {
    padding: 100px 0 80px;
  }
}
@media (max-width: 1199px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .footer .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14rem;
    width: 100%;
  }
}
.footer-brand {
  width: 160px;
}
@media (max-width: 1199px) {
  .footer-brand {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 4rem;
  }
}
.footer-brand img {
  width: 100%;
  height: auto;
  margin-left: auto;
}
.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .footer-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 14rem;
  }
}
.footer-main .company-info p {
  margin-bottom: 2rem;
}
.footer-main .footer-secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.footer-main .footer-secondary-nav > div {
  width: 150px;
}
.footer-main .footer-secondary-nav ul {
  list-style: none;
}
.footer-main .footer-secondary-nav ul li {
  line-height: 1.4;
  padding: 0.6rem 0;
}
.footer-main .footer-secondary-nav ul li a {
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}
.footer-main .footer-secondary-nav ul li a:hover {
  color: rgb(224, 60, 17);
}

.slider-banner {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.slider-banner .swiper-pagination {
  display: none;
  bottom: 7rem;
  left: 0;
  width: 100%;
  max-width: 130rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
  height: 0.6rem;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider-banner .swiper-pagination .background-dots-progress {
  background: hsla(0, 100%, 99%, 0.8);
}
.slider-banner .swiper-pagination-bullet {
  margin: 0 0.4rem;
  cursor: pointer;
  min-width: 40rem;
  background: hsla(0, 100%, 99%, 0.3);
  border-radius: 0.4rem;
  opacity: 1;
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
}
.slider-banner .swiper-pagination-bullet-active .progress {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.slider-banner .swiper-pagination-bullet-active .background-dots-progress {
  background: hsla(0, 100%, 99%, 0.8);
}
.slider-banner .swiper-wrapper {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slider-banner .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  min-height: 60rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide {
    min-height: 95.7rem;
  }
}
.slider-banner .swiper-slide-caption {
  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;
  height: 100%;
}
.slider-banner .swiper-slide .caption {
  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;
  gap: 3.2rem;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-lead {
    max-width: 55.1rem;
  }
}
.slider-banner .swiper-slide .caption-lead h1 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-weight: 600;
  color: #FFF;
  text-transform: capitalize;
  line-height: 120%;
  font-size: 4rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-lead h1 {
    font-size: 6rem;
    line-height: 122%;
    text-align: left;
  }
}
.slider-banner .swiper-slide .caption-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-excerpt {
    max-width: 61rem;
  }
}
.slider-banner .swiper-slide .caption-excerpt p {
  margin: 0;
  font-weight: 300;
  color: #FFF;
  text-align: center;
  line-height: 150%;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-excerpt p {
    text-align: left;
    font-size: 2.8rem;
  }
}
.slider-banner .swiper-slide .caption-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-banner .swiper-slide .caption-cta .btn-light {
  font-size: 1.6rem;
  line-height: 150%;
  padding: 1.8rem 2.8rem;
  border-radius: 0.8rem;
  color: rgb(56, 73, 81);
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  min-width: 19.8rem;
  background-color: #FFF;
  position: relative;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-cta .btn-light {
    font-size: 2rem;
    padding: 1.6rem 6rem;
  }
}
.slider-banner .swiper-slide .caption-scroll {
  margin-top: 3.2rem;
  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;
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-scroll {
    margin-top: 11.2rem;
  }
}
.slider-banner .swiper-slide .caption-scroll-text {
  color: #FFF;
  display: none;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  -webkit-transform: matrix(0, -1, 1, 0, 0, 0);
          transform: matrix(0, -1, 1, 0, 0, 0);
}
@media (min-width: 1200px) {
  .slider-banner .swiper-slide .caption-scroll-text {
    display: block;
  }
}
.slider-banner .swiper-slide .caption-scroll-icon {
  height: 2.2rem;
  width: 1.6rem;
  margin-top: 1.6rem;
}
.slider-banner .swiper-slide .caption-scroll-icon-wrapper {
  width: 1.6rem;
  height: 2.2rem;
  position: relative;
  overflow: hidden;
}
.slider-banner .swiper-slide .caption-scroll-icon-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-banner .swiper-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.slider-banner .swiper-slide-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.slider-banner .swiper-slide-image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-banner .background-slide {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.block-banner {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .block-banner {
    height: 70rem;
  }
}
.block-banner .background {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 1200px) {
  .block-banner .background {
    display: grid;
  }
}
.block-banner .background-accent {
  grid-column: span 1/span 1;
  background: linear-gradient(149.7deg, hsla(0, 91%, 91%, 0.7) -78.08%, hsla(33, 73%, 82%, 0.47) -17.82%, hsla(11, 90%, 92%, 0.614) 57.5%, hsla(11, 87%, 91%, 0.7) 102.7%);
  z-index: -10;
}
.block-banner .background-image {
  grid-column: span 1/span 1;
}
.block-banner .background-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 700px;
}
.block-banner .background-image img {
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: block;
  vertical-align: middle;
}
.block-banner .background-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .block-banner .background-mobile {
    display: none;
  }
}
.block-banner .background-mobile-image {
  grid-row: span 1/span 1;
}
.block-banner .background-mobile-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 28.4rem;
  width: 100%;
}
.block-banner .background-mobile-image-wrapper .placeholder {
  max-width: 69.2rem;
  display: block;
}
.block-banner .background-mobile-image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: middle;
  opacity: 1;
}
.block-banner .background-mobile-accent {
  grid-column: span 1/span 1;
  background: linear-gradient(149.7deg, hsla(0, 91%, 91%, 0.7) -78.08%, hsla(33, 73%, 82%, 0.47) -17.82%, hsla(11, 90%, 92%, 0.614) 57.5%, hsla(11, 87%, 91%, 0.7) 102.7%);
  padding-bottom: 4rem;
}
.block-banner .background-mobile-accent .container {
  padding: 0 2rem;
}
.block-banner .background-mobile-accent .banner-caption {
  padding-top: 2rem;
  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;
}
.block-banner .background-mobile-accent .banner-caption h1 {
  line-height: 4.2rem;
  font-size: 3.5rem;
  text-align: center;
  max-width: 35rem;
  margin: 0;
}
.block-banner .page-header {
  display: none;
  z-index: 10;
  position: relative;
  padding-top: 145px;
}
@media (min-width: 1200px) {
  .block-banner .page-header {
    display: block;
  }
}
.block-banner .page-header-title {
  max-width: 45.5rem;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 122%;
  text-align: left;
  margin: 0;
  color: rgb(56, 73, 81);
  text-transform: capitalize;
}
.block-banner .page-header-sub_title {
  color: rgb(224, 68, 3);
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0.3rem;
  line-height: 3rem;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .block-banner .page-header-sub_title {
    line-height: 4.2rem;
    font-size: 2.8rem;
  }
}
.block-banner .page-header-cta {
  margin-top: 3.6rem;
}
@media (min-width: 1200px) {
  .block-banner .page-header-cta {
    margin-top: 8.1rem;
  }
}
.block-banner .page-header-cta .btn-dark {
  display: inline-block;
}

.block-schedule-call {
  padding-top: 4.4rem;
  padding-bottom: 6rem;
}
@media (min-width: 1200px) {
  .block-schedule-call {
    padding-bottom: 12rem;
  }
}
.block-schedule-call .row {
  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;
}
.block-schedule-call h2 {
  max-width: 83.5rem;
  margin-bottom: 4rem;
  text-align: center;
}

.block-other-services {
  padding-top: 3.6rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .block-other-services {
    padding: 10rem 0;
  }
}
.block-other-services .row {
  background-color: rgb(166, 49, 0);
  border-radius: 0.8rem;
  position: relative;
}
.block-other-services .row .main {
  z-index: 3;
  position: relative;
  padding: 8rem 12.2rem 13.7rem;
}
.block-other-services .row .main h3 {
  max-width: 70.6rem;
  font-size: 4rem;
  line-height: 1.2;
  color: #FFF;
  font-weight: 600;
  margin: 0 auto 5.6rem;
  text-align: center;
}
.block-other-services .row .services-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 3rem;
}
.block-other-services .row .services-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-other-services .row .services-list-item a {
  background-color: rgb(250, 242, 239);
  text-decoration: none;
  border-radius: 0.4rem;
  color: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 5.4rem;
  padding-right: 5.4rem;
  text-transform: capitalize;
  min-height: 20rem;
  text-align: center;
}
.block-other-services .clip-path-primary-dark {
  background: linear-gradient(79.22deg, #e04403 23.5%, #ff640d 77.38%);
  width: 79.66667%;
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  height: 100%;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.block-other-services .clip-path-primary {
  width: 44%;
  background-color: rgb(224, 68, 3);
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  height: 100%;
  z-index: 1;
  bottom: 0;
  top: 0;
  right: 0;
  position: absolute;
}

@media (max-width: 1199px) {
  .other-businesses .container {
    padding: 0 2rem;
  }
}
.other-businesses .colored-wrap {
  background-color: rgb(166, 49, 0);
  border-radius: 0.8rem;
  color: #FFF;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  width: 100%;
  min-height: 45.8rem;
  z-index: 0;
}
@media (min-width: 1200px) {
  .other-businesses .colored-wrap {
    padding: 2.5rem 15rem;
    min-height: 38rem;
  }
}
.other-businesses .bg-wrap-1 {
  width: 79.666667%;
  border-bottom-left-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
  height: 100%;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(79.22deg, #e04403 23.5%, #ff640d 77.38%);
}
.other-businesses .bg-wrap-2 {
  width: 44%;
  background-color: rgb(224, 68, 3);
  border-bottom-right-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  height: 100%;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.other-businesses-main {
  z-index: 3;
  position: relative;
}
@media (min-width: 1200px) {
  .other-businesses-main {
    margin-top: 4rem;
  }
}
.other-businesses h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 140%;
  max-width: 25rem;
  margin: 0 auto 3.5rem;
}
@media (min-width: 1200px) {
  .other-businesses h2 {
    line-height: 120%;
    font-size: 3rem;
    max-width: 58rem;
  }
}
@media (max-width: 1199px) {
  .other-businesses .businesses-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .other-businesses .businesses-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 2rem;
  }
}
.other-businesses .businesses-list-item {
  background-color: rgb(250, 242, 239);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 140%;
  font-weight: 600;
  text-transform: capitalize;
  min-height: 7.8rem;
}
@media (min-width: 1200px) {
  .other-businesses .businesses-list-item {
    min-height: 15rem;
    font-size: 2rem;
    line-height: 140%;
  }
}
.other-businesses .businesses-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: rgb(56, 73, 81);
  padding-left: 3.4rem;
  padding-right: 3.4rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .block-money-working-hard {
    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;
    padding: 5.3rem 2rem 6.5rem;
  }
}
.block-money-working-hard .container {
  position: relative;
  background-color: rgb(255, 249, 248);
}
@media (max-width: 1199px) {
  .block-money-working-hard .container {
    margin-left: 0;
    margin-right: 0;
    min-height: 51.4rem;
  }
}
.block-money-working-hard .row {
  text-align: center;
  margin-top: 7.6rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .block-money-working-hard .row {
    padding: 150px 0;
  }
}
.block-money-working-hard h2 {
  margin-top: 1.2rem;
  max-width: 25.2rem;
  margin: 0 auto;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .block-money-working-hard h2 {
    text-align: center;
    font-size: 3rem;
    text-transform: capitalize;
    line-height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .block-money-working-hard h2 {
    max-width: 620px;
    margin: 30px auto;
  }
}
@media (max-width: 1199px) {
  .block-money-working-hard h2 ~ a {
    margin-top: 3.6rem;
  }
}
.block-money-working-hard .box-a {
  position: absolute;
  left: 0.7rem;
  top: 4.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background-color: rgb(252, 224, 213);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-a {
    left: 17.3rem;
    top: 10.2rem;
    width: 2.7rem;
    height: 2.7rem;
  }
}
.block-money-working-hard .box-b {
  position: absolute;
  left: 2rem;
  top: 6.6rem;
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgb(250, 242, 239);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-b {
    left: 20rem;
    top: 12.9rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.block-money-working-hard .box-c {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  width: 5.4rem;
  height: 5.4rem;
  background-color: rgb(250, 242, 239);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-c {
    right: 14.6rem;
    top: 8.1rem;
    width: 8rem;
    height: 8rem;
  }
}
.block-money-working-hard .box-d {
  position: absolute;
  right: 2.5rem;
  top: 11.7rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgb(252, 224, 213);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-d {
    right: 6.2rem;
    top: 16.1rem;
    width: 4rem;
    height: 4rem;
  }
}
.block-money-working-hard .box-e {
  position: absolute;
  right: 1.3rem;
  top: 10.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgb(224, 68, 3);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-e {
    right: 4.3rem;
    top: 14.2rem;
    width: 1.9rem;
    height: 1.9rem;
  }
}
.block-money-working-hard .box-f {
  position: absolute;
  left: 0;
  bottom: 12.6rem;
  width: 2.9rem;
  height: 2.9rem;
  background-color: rgb(252, 224, 213);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-f {
    left: 12.2rem;
    bottom: 23.4rem;
    width: 8.2rem;
    height: 8.2rem;
  }
}
.block-money-working-hard .box-g {
  position: absolute;
  left: 2.9rem;
  bottom: 10.3rem;
  width: 2.3rem;
  height: 2.3rem;
  background-color: rgb(226, 68, 3);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-g {
    left: 20.4rem;
    bottom: 19.2rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.block-money-working-hard .box-h {
  position: absolute;
  left: 5.2rem;
  bottom: 5.9rem;
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgb(250, 242, 239);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-h {
    left: 24.6rem;
    bottom: 11rem;
    width: 8.2rem;
    height: 8.2rem;
  }
}
.block-money-working-hard .box-i {
  position: absolute;
  right: 0;
  bottom: 18rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: rgb(252, 224, 213);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-i {
    right: 12.2rem;
    bottom: 30.8rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.block-money-working-hard .box-j {
  position: absolute;
  right: 2.2rem;
  bottom: 8.4rem;
  width: 9.6rem;
  height: 9.6rem;
  background-color: rgb(250, 242, 239);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-j {
    right: 16.6rem;
    bottom: 15.1rem;
    width: 15.7rem;
    height: 15.7rem;
  }
}
.block-money-working-hard .box-k {
  position: absolute;
  right: 11.8rem;
  bottom: 6.9rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: rgb(224, 68, 3);
  z-index: 1;
}
@media (min-width: 1200px) {
  .block-money-working-hard .box-k {
    right: 32.3rem;
    bottom: 12.7rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.slider-banner {
  min-height: 60rem;
}
.ambitious-goals .container {
  padding: 12.5rem 2rem 10.4rem;
  position: relative;
}
@media (min-width: 1200px) {
  .ambitious-goals .container {
    padding-top: 21.6rem;
    padding-bottom: 21.6rem;
  }
}
.ambitious-goals .box-a {
  width: 5rem;
  height: 5rem;
  top: 3.2rem;
  left: 0;
  background-color: rgb(250, 242, 239);
  z-index: -1;
  position: absolute;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-a {
    width: 8rem;
    height: 8rem;
    top: 16.6rem;
    left: 0.1rem;
  }
}
.ambitious-goals .box-b {
  width: 2.5rem;
  height: 2.5rem;
  top: 8.2rem;
  left: 5rem;
  background-color: rgb(252, 224, 213);
  z-index: -1;
  position: absolute;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-b {
    width: 4rem;
    height: 4rem;
    top: 24.6rem;
    left: 8.1rem;
  }
}
.ambitious-goals .box-c {
  position: absolute;
  background-color: rgb(252, 224, 213);
  z-index: -1;
  width: 1.4rem;
  height: 1.4rem;
  top: 25.3rem;
  right: 0;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-c {
    width: 2.1rem;
    height: 2.1rem;
    top: 37.8rem;
    right: 8rem;
  }
}
.ambitious-goals .box-d {
  position: absolute;
  background-color: rgb(250, 242, 239);
  z-index: -1;
  width: 2.7rem;
  height: 2.7rem;
  top: 26.7rem;
  right: 1.4rem;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-d {
    width: 4rem;
    height: 4rem;
    top: 39.9rem;
    right: 10.2rem;
  }
}
.ambitious-goals-body {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .ambitious-goals-body {
    max-width: 83.7rem;
  }
}
.ambitious-goals-body .section-title {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .ambitious-goals-body .section-title {
    max-width: 70rem;
  }
}
@media (min-width: 1200px) {
  .ambitious-goals-body .section-title h1 {
    line-height: 122%;
  }
}
.ambitious-goals-body .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .ambitious-goals-body .section-body {
    margin-top: 4rem;
  }
}
.ambitious-goals-body .section-body p {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .ambitious-goals-body .section-body p {
    font-size: 1.8rem;
  }
}
.ambitious-goals-body .section-body p:last-child {
  margin-bottom: 0;
}
.ambitious-goals-body .section-cta {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .ambitious-goals-body .section-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.4;
    margin-top: 4rem;
    padding-bottom: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ambitious-goals .box-e {
  position: absolute;
  background-color: rgb(252, 224, 213);
  z-index: -1;
  width: 3rem;
  height: 3rem;
  bottom: 7.2rem;
  left: 0;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-e {
    width: 2.7rem;
    height: 2.7rem;
    bottom: 9.6rem;
    left: 14.8rem;
  }
}
.ambitious-goals .box-f {
  background-color: rgb(250, 242, 239);
  z-index: -1;
  position: absolute;
  width: 5.7rem;
  height: 5.7rem;
  bottom: 1.5rem;
  left: 3rem;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-f {
    width: 5.1rem;
    height: 5.1rem;
    bottom: 4.5rem;
    left: 17.5rem;
  }
}
.ambitious-goals .box-g {
  width: 7.9rem;
  height: 7.9rem;
  position: absolute;
  bottom: -2.1rem;
  right: 4.4rem;
  background-color: rgb(255, 249, 248);
  z-index: -1;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-g {
    width: 13.5rem;
    height: 13.5rem;
    bottom: 20.5rem;
    right: 4.3rem;
  }
}
.ambitious-goals .box-h {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: -2.1rem;
  right: 2rem;
  background-color: rgb(255, 249, 248);
  z-index: -1;
}
@media (min-width: 1200px) {
  .ambitious-goals .box-h {
    width: 4.1rem;
    height: 4.1rem;
    bottom: 16.4rem;
    right: 0.2rem;
  }
}

.product-showcase {
  padding: 0;
  padding-bottom: 5.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .product-showcase {
    padding-bottom: 14.3rem;
  }
}
.product-showcase .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .product-showcase .container {
    padding: 3rem 2rem 0;
  }
}
@media (min-width: 1200px) {
  .product-showcase .container {
    padding-top: 14.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    -webkit-column-gap: 4.2rem;
       -moz-column-gap: 4.2rem;
            column-gap: 4.2rem;
    row-gap: 3rem;
  }
}
.product-showcase .product {
  background-color: rgb(250, 242, 239);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .product-showcase .product-intro {
    max-width: 33.5rem;
    margin: 2rem auto 3.6rem;
  }
}
@media (max-width: 1199px) {
  .product-showcase .product-intro .page-title-main h1 {
    text-align: center;
    line-height: 4.2rem;
    font-size: 3.5rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-showcase .product-intro .page-title-main h1 {
    margin-top: 4rem;
    text-align: left;
  }
}
.product-showcase .product_image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 11.2rem;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .product-showcase .product_image {
    max-width: 26.4rem;
    max-height: 34.7rem;
  }
}
.product-showcase .product_image a {
  color: inherit;
  text-decoration: inherit;
}
.product-showcase .product_image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 25rem;
}
@media (min-width: 1200px) {
  .product-showcase .product_image-wrapper {
    height: 34.7rem;
  }
}
.product-showcase .product_image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-showcase .product_image .background-orange {
  width: 4.2rem;
  height: 4.2rem;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(79.22deg, #e04403 23.5%, #ff640d 77.38%);
}
@media (min-width: 1200px) {
  .product-showcase .product_image .background-orange {
    width: 8rem;
    height: 8rem;
  }
}
.product-showcase .product_meta {
  padding: 2.4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1200px) {
  .product-showcase .product_meta {
    max-width: 29rem;
    padding: 3.8rem 0.6rem 4.2rem 3rem;
  }
}
.product-showcase .product_meta a {
  color: inherit;
  text-decoration: none;
}
.product-showcase .product_meta a h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1200px) {
  .product-showcase .product_meta a h4 {
    font-size: 3rem;
    line-height: 120%;
  }
}
.product-showcase .product_meta p {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .product-showcase .product_meta p {
    font-size: 1.6rem;
  }
}
.product-showcase .product_meta p ~ a {
  font-size: 1.4rem;
}

.orange-cta {
  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;
  padding-top: 4.4rem;
  padding-bottom: 5.6rem;
}
.orange-cta .bg-primary-dark {
  padding: 5rem 2rem;
  background-color: rgb(166, 49, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 32.6rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .orange-cta .bg-primary-dark {
    padding-bottom: 7.3rem;
    padding-top: 7.3rem;
  }
}
.orange-cta .clip-path-orange-dark {
  width: 68.666667%;
  -webkit-clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 68% 100%, 0 100%);
  height: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(79.22deg, #e04403 23.5%, #ff640d 77.38%);
}
.orange-cta .clip-path-orange {
  width: 52%;
  height: 100%;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
  background-color: rgb(224, 68, 3);
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
.orange-cta-main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .orange-cta-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100rem;
  }
}
.orange-cta-main_text {
  max-width: 70.7rem;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .orange-cta-main_text {
    line-height: 4.5rem;
    font-size: 3rem;
    text-align: left;
  }
}
.orange-cta-main_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.convenience {
  min-height: 76.3rem;
  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;
}
@media (min-width: 1200px) {
  .convenience {
    min-height: 89.8rem;
  }
}
.convenience .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .convenience .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .convenience .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10.5rem;
       -moz-column-gap: 10.5rem;
            column-gap: 10.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.convenience-details {
  margin-bottom: 2rem;
  padding-top: 4.4rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .convenience-details {
    max-width: 59rem;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .convenience-details .page-title-small {
    margin: 0 auto;
  }
}
.convenience-details .page-title-main h1 {
  text-align: center;
  max-width: 57rem;
  margin-top: 3.3rem;
}
@media (min-width: 1200px) {
  .convenience-details .page-title-main h1 {
    text-align: left;
  }
}
.convenience-details .section-body {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.convenience-details .section-body p {
  font-size: 1.8rem;
  line-height: 150%;
  margin-bottom: 2.4rem;
}
.convenience-details .section-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .convenience-image {
    padding: 7.2rem 0;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .convenience-image {
    padding-bottom: 0;
    outline: 10rem;
    max-width: 100%;
  }
}
.convenience-image-holder {
  width: 23.7rem;
  height: 23.7rem;
  position: relative;
}
@media (min-width: 1200px) {
  .convenience-image-holder {
    width: 51rem;
    height: 51rem;
  }
}
.convenience-image .image-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.convenience-image .image-wrap img {
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.convenience-image .box-a {
  width: 21.8rem;
  height: 21.8rem;
  left: -2.4rem;
  top: -3.2rem;
  position: absolute;
  background-color: rgb(250, 242, 239);
  z-index: -1;
}
@media (min-width: 1200px) {
  .convenience-image .box-a {
    width: 51rem;
    height: 51rem;
    left: -10.2rem;
    top: -7.6rem;
  }
}
.convenience-image .box-b {
  background-color: rgb(252, 224, 213);
  position: absolute;
  left: 19.4rem;
  top: -5.2rem;
  width: 2rem;
  height: 2rem;
  z-index: -1;
}
@media (min-width: 1200px) {
  .convenience-image .box-b {
    left: 40.8rem;
    top: -11.6rem;
    width: 4rem;
    height: 4rem;
  }
}
.convenience-image .box-c {
  background-color: rgb(252, 224, 213);
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  z-index: -1;
}
@media (min-width: 1200px) {
  .convenience-image .box-c {
    right: -8rem;
    bottom: -8rem;
    width: 8rem;
    height: 8rem;
  }
}

.benefits {
  background-color: rgb(255, 249, 248);
}
@media (max-width: 1199px) {
  .benefits {
    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;
  }
}
.benefits .container {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 3.7rem;
}
@media (max-width: 1199px) {
  .benefits .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .benefits .container {
    padding-top: 7.4rem;
    padding-bottom: 13.5rem;
  }
}
.benefits-list {
  display: grid;
  gap: 4.4rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 4.2rem;
}
@media (max-width: 1199px) {
  .benefits-list {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .benefits-list {
    gap: 14.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8rem;
  }
}
.benefits-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.7rem;
     -moz-column-gap: 1.7rem;
          column-gap: 1.7rem;
}
@media (min-width: 1200px) {
  .benefits-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    row-gap: 3rem;
  }
}
.benefits-list .item-icon {
  background: rgb(252, 224, 213);
  border-radius: 0.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 1.4rem;
  max-width: 7.2rem;
  max-height: 7.2rem;
}
@media (min-width: 1200px) {
  .benefits-list .item-icon {
    max-height: 10.2rem;
    max-width: 10.2rem;
  }
}
.benefits-list .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  max-width: 24.4rem;
}
@media (min-width: 1200px) {
  .benefits-list .item-body {
    row-gap: 3rem;
    max-width: 44.7rem;
  }
}
.benefits-list .item-body h5 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.2rem;
  margin: 0;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .benefits-list .item-body h5 {
    font-size: 3rem;
    line-height: 120%;
  }
}
.benefits-list .item-body-excerpt {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1199px) {
  .benefits-list .item-body-excerpt {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .benefits-list .item-body-excerpt {
    font-size: 1.8rem;
  }
}
.benefits .box-a {
  background-color: rgb(252, 224, 213);
  position: absolute;
  left: 7.1rem;
  width: 4rem;
  height: 4rem;
  top: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .benefits .box-a {
    left: 34.1rem;
  }
}
.benefits .box-b {
  background-color: rgb(224, 68, 3);
  position: absolute;
  left: 11.1rem;
  width: 2rem;
  height: 2rem;
  z-index: -1;
  top: -2rem;
}
@media (min-width: 1200px) {
  .benefits .box-b {
    left: 38.1rem;
  }
}
.benefits .box-c {
  background-color: rgb(252, 224, 213);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.4rem;
  height: 7.4rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .benefits .box-c {
    left: 38rem;
    width: 9rem;
    height: 9rem;
    bottom: -4.1rem;
  }
}
.benefits .box-d {
  background-color: rgb(224, 68, 3);
  position: absolute;
  right: 7.4rem;
  width: 2.7rem;
  height: 2.7rem;
  bottom: -2.7rem;
  z-index: 1;
}
@media (min-width: 1200px) {
  .benefits .box-d {
    left: 47rem;
    width: 3.3rem;
    height: 3.3rem;
    bottom: -7.4rem;
  }
}

@media (max-width: 1199px) {
  .advisory {
    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;
    padding-bottom: 6rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .advisory {
    padding-top: 200px;
  }
}
.advisory .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .advisory .container {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 10.5rem;
       -moz-column-gap: 10.5rem;
            column-gap: 10.5rem;
  }
}
.advisory .page-title {
  position: relative;
  padding-top: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .advisory .page-title {
    padding-top: 7rem;
  }
}
.advisory .page-title-main {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .advisory .page-title-main {
    margin-top: 8.7rem;
  }
}
.advisory .page-title-main a {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .advisory .page-title-main a {
    margin-top: 8.7rem;
  }
}
.advisory .page-title .box-a {
  position: absolute;
  left: 2.4rem;
  top: 3.6rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgb(252, 224, 213);
  z-index: -1;
}
@media (min-width: 1200px) {
  .advisory .page-title .box-a {
    left: 0;
    top: 5.9rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.advisory .page-title .box-b {
  position: absolute;
  top: 2rem;
  left: 5.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgb(224, 68, 3);
  z-index: -1;
}
@media (min-width: 1200px) {
  .advisory .page-title .box-b {
    top: 3.8rem;
    left: 4.4rem;
    width: 2rem;
    height: 2rem;
  }
}
.advisory .section-image {
  padding-top: 9rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .advisory .section-image {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .advisory .section-image {
    max-width: 83.7rem;
    padding-top: 6.6rem;
  }
}
.advisory .section-image-wrapper {
  position: relative;
  height: 29.3rem;
  width: 28.8rem;
}
@media (min-width: 1200px) {
  .advisory .section-image-wrapper {
    width: 58.9rem;
    height: 65.6rem;
  }
}
.advisory .section-image .box-wrapper {
  width: 8.6rem;
  height: 8.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: matrix(1, 0, 0, 1, -43, 0);
          transform: matrix(1, 0, 0, 1, -43, 0);
  z-index: -1;
  position: absolute;
  top: -2rem;
  left: 50%;
}
@media (min-width: 1200px) {
  .advisory .section-image .box-wrapper {
    width: 14.3rem;
    height: 14.3rem;
    top: -6.4rem;
    -webkit-transform: matrix(1, 0, 0, 1, -71.5, 0);
            transform: matrix(1, 0, 0, 1, -71.5, 0);
  }
}
.advisory .section-image .box-wrapper .box-a {
  width: 6.2rem;
  height: 6.2rem;
  background-color: rgb(224, 68, 3);
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: static;
}
@media (min-width: 1200px) {
  .advisory .section-image .box-wrapper .box-a {
    width: 10.4rem;
    height: 10.4rem;
  }
}
.advisory .section-image .box-wrapper .box-b {
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgb(252, 224, 213);
  position: static;
}
@media (min-width: 1200px) {
  .advisory .section-image .box-wrapper .box-b {
    width: 4rem;
    height: 4rem;
  }
}
.advisory .section-image .image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 28.8rem;
  height: 29.3rem;
}
@media (min-width: 1200px) {
  .advisory .section-image .image-wrapper {
    width: 58.9rem;
    height: 65.6rem;
  }
}

.who-we-are .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .who-we-are .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
}
.who-we-are .main-wrapper .main-body {
  max-width: 80rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.who-we-are .main-wrapper .main-body h3 {
  font-size: 2.4rem;
}
.who-we-are .main-wrapper .main-body p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 2.4rem;
}
.who-we-are .main-wrapper .aside {
  display: none;
}
@media (min-width: 1200px) {
  .who-we-are .main-wrapper .aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.who-we-are .main-wrapper .aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .about {
    padding-top: 8.8rem;
    text-align: center;
  }
}
.about .intro-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 33rem;
}
@media (min-width: 1200px) {
  .about .intro-text {
    max-width: 83.6rem;
  }
}
.about .intro-text p {
  font-size: 2rem;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .about .intro-text p {
    font-size: 2.8rem;
  }
}
.about .page-title {
  margin-top: 4rem;
  text-align: center;
}
.about .page-title p {
  max-width: 33rem;
  margin-top: 2.4rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 4.4rem;
}
@media (min-width: 1200px) {
  .about .page-title p {
    font-size: 1.8rem;
    margin-top: 4.4rem;
    max-width: 54.4rem;
  }
}

.extra-profile {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .extra-profile {
    margin-top: 11.2rem;
  }
}
.extra-profile-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.extra-profile .image-wrapper {
  height: 20.9rem;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .extra-profile .image-wrapper {
    height: 42.9rem;
  }
}
.extra-profile .image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.extra-profile .confetti-wrapper {
  bottom: -3.2rem;
  left: 4rem;
  width: 5.2rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  position: absolute;
}
@media (min-width: 1200px) {
  .extra-profile .confetti-wrapper {
    bottom: -9.2rem;
    left: 20rem;
    width: 14.4rem;
    height: 14.4rem;
  }
}
.extra-profile .confetti-big {
  width: 3.8rem;
  height: 3.8rem;
  background-color: rgb(224, 68, 3);
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: static;
}
@media (min-width: 1200px) {
  .extra-profile .confetti-big {
    width: 10.4rem;
    height: 10.4rem;
  }
}
.extra-profile .confetti-small {
  width: 1.4rem;
  height: 1.4rem;
  background-color: rgb(252, 224, 213);
  position: static;
}
@media (min-width: 1200px) {
  .extra-profile .confetti-small {
    width: 4rem;
    height: 4rem;
  }
}
.extra-profile-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.extra-profile-details-text {
  margin-top: 5.2rem;
  font-size: 1.8rem;
  line-height: 150%;
  width: 100%;
}
@media (min-width: 1200px) {
  .extra-profile-details-text {
    max-width: 59rem;
    margin-top: 7.2rem;
    font-size: 1.8rem;
  }
}
.extra-profile-details-text p {
  font-weight: 300;
  margin: 0;
  border-color: rgb(252, 224, 213);
  border-style: solid;
  border-width: 0;
  border-left-width: 0.6rem;
  padding-left: 2.5rem;
}
@media (min-width: 1200px) {
  .extra-profile-details-text p {
    padding-left: 4rem;
  }
}

.block-people-cards {
  margin-top: 1.2rem;
  margin-bottom: 3.5rem;
}
.block-people-cards .block-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .block-people-cards .block-item-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.block-people-cards .card {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .block-people-cards .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-people-cards .person-card {
  border: 0.1rem solid #e0e1e2;
  padding-bottom: 2.3rem;
  text-align: center;
}
.block-people-cards .person-card-img {
  max-width: 30rem;
  margin: auto;
  padding: 2.7rem 4.3rem 2.3rem;
}
.block-people-cards .person-card-img .lazyload-container {
  width: auto;
  height: auto;
  display: block;
}
.block-people-cards .person-card-img .img-cover {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}
.block-people-cards .person-card-name {
  font-weight: 600;
  color: #424a52;
}
.block-people-cards .person-card-title {
  color: #696f73;
}
.block-people-cards .person-card-link {
  margin-top: 2.4rem;
}
.block-people-cards .person-card-link .link-arrow {
  color: #dd4f05;
  font-size: 1.5rem;
  font-weight: 600;
}

.profile {
  text-align: left;
}
.profile-header {
  font-weight: 400;
  margin-bottom: 2rem;
}
.profile-header span {
  display: block;
  font-size: 1.5rem;
  color: rgb(224, 68, 3);
}

@media (max-width: 1199px) {
  .products {
    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;
    padding-bottom: 5.9rem;
  }
  .products .container {
    padding-top: 7rem;
  }
}
@media (min-width: 1200px) {
  .products {
    margin-bottom: 12.8rem;
  }
}

.products-list {
  display: grid;
  gap: 2rem;
  margin-top: 4.6rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  height: 100%;
}
@media (min-width: 1200px) {
  .products-list {
    gap: 2.8rem;
    row-gap: 4rem;
    -webkit-column-gap: 4.9rem;
       -moz-column-gap: 4.9rem;
            column-gap: 4.9rem;
    margin-top: 9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.products-list-item {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
  text-decoration: inherit;
}
.products-list-item-wrapper {
  background: linear-gradient(149.7deg, hsla(0, 91%, 91%, 0.7) -78.08%, hsla(33, 73%, 82%, 0.47) -17.82%, hsla(11, 90%, 92%, 0.614) 57.5%, hsla(11, 87%, 91%, 0.7) 102.7%);
  padding: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .products-list-item-wrapper {
    border-radius: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.6rem 2.6rem 4.8rem;
  }
}
.products-list-item-icon {
  max-width: 10rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
}
@media (min-width: 1200px) {
  .products-list-item-icon {
    max-width: 20rem;
  }
}
.products-list-item-icon .image-wrapper {
  height: 10rem;
  width: 10rem;
}
@media (min-width: 1200px) {
  .products-list-item-icon .image-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    width: 20rem;
    height: 20rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.products-list-item-meta {
  max-width: 15.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .products-list-item-meta {
    text-align: center;
    max-width: 100%;
    margin-top: 6.1rem;
  }
}
.products-list-item-name {
  font-size: 1.8rem;
  line-height: 130%;
  color: rgb(56, 73, 81);
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .products-list-item-name {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .products-list-item-cta {
    margin-top: 3.2rem;
  }
}
.products-list-item-cta a {
  font-size: 1.6rem;
  line-height: 150%;
  color: rgb(56, 73, 81);
  font-style: normal;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  padding-right: 3.2rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.products-list-item-cta a:after {
  content: "";
  height: 1.8rem;
  display: block;
  top: 50%;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url("./assets/images/icons/btn-link.webp");
  -webkit-transform: matrix(1, 0, 0, 1, 0, -9);
          transform: matrix(1, 0, 0, 1, 0, -9);
}

.light-orange-bg {
  background-color: rgb(255, 249, 248);
}
@media (max-width: 1199px) {
  .light-orange-bg .other-businesses {
    padding-top: 3.6rem;
    padding-bottom: 4rem;
  }
}

.advisory-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.4rem;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .advisory-benefits {
    margin-top: 8.6rem;
    margin-bottom: 5.4rem;
    -webkit-column-gap: 6.4rem;
       -moz-column-gap: 6.4rem;
            column-gap: 6.4rem;
  }
}
@media (max-width: 1199px) {
  .advisory-benefits .container {
    padding-top: 7.2rem;
  }
}
.advisory-benefits-image {
  max-width: 10.7rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
  position: sticky;
  top: 13rem;
}
@media (min-width: 1200px) {
  .advisory-benefits-image {
    top: 17.8rem;
    max-width: 42.7rem;
    max-height: 73.2rem;
  }
}
.advisory-benefits-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  height: 28.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .advisory-benefits-image-wrapper {
    height: 73.2rem;
  }
}
.advisory-benefits-image-wrapper img {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advisory-benefits-list {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.advisory-benefits-list-item {
  border: 0 solid rgb(250, 242, 239);
  border-top-width: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .advisory-benefits-list-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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .advisory-benefits-list-item {
    font-size: 2.4rem;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

@media (max-width: 1199px) {
  .featured-article {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.4rem;
  }
}
@media (min-width: 1200px) {
  .featured-article {
    border-radius: 1rem;
    margin-top: 7.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.featured-article-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
}
@media (min-width: 1200px) {
  .featured-article-image {
    max-width: 59.1rem;
  }
}
.featured-article-image-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 19rem;
}
@media (min-width: 1200px) {
  .featured-article-image-wrapper {
    height: 49.6rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 1rem;
  }
}
.featured-article-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  position: absolute;
}
.featured-article-details {
  padding: 3rem 2rem;
  background-color: rgb(255, 249, 248);
  border-top-right-radius: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media (max-width: 1199px) {
  .featured-article-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .featured-article-details {
    padding: 8rem 5.6rem 8rem 12.6rem;
    border-bottom-right-radius: 1rem;
  }
}
.featured-article-details .article-category {
  border-radius: 0.4rem;
  background-color: rgba(253, 223, 216, 0.88);
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 3rem;
  text-align: center;
  min-width: 10.6rem;
}
.featured-article-details .article-title {
  margin-top: 1.8rem;
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .featured-article-details .article-title {
    font-size: 5rem;
    font-weight: 300;
    line-height: 6.2rem;
  }
}
.featured-article-details .article-excerpts {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 150%;
}
.featured-article-details .article-cta {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .featured-article-details .article-cta {
    margin-top: 6.4rem;
  }
}

.insights .container {
  padding: 0 2rem;
}
.insights-list {
  display: grid;
  gap: 3.2rem;
  margin-top: 3.6rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1200px) {
  .insights-list {
    margin-top: 7.5rem;
    gap: 4.8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.insights-list-item {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  border: 0.1rem solid rgb(213, 219, 217);
  border-radius: 0.6rem;
}
@media (min-width: 1200px) {
  .insights-list-item {
    padding: 3.2rem 2.4rem 3rem;
    gap: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 66rem;
  }
}
.insights-list-item_image {
  position: relative;
  max-width: 10.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: 100%;
}
@media (min-width: 1200px) {
  .insights-list-item_image {
    max-height: 32rem;
    max-width: 100%;
  }
}
.insights-list-item_image .wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
  height: 21.9rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .insights-list-item_image .wrapper {
    height: 32rem;
  }
}
.insights-list-item_image .wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  vertical-align: middle;
}
.insights-list-item_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.2rem;
}
.insights-list-item_meta .item-body h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: rgb(56, 73, 81);
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1200px) {
  .insights-list-item_meta .item-body h5 {
    font-size: 3rem;
    line-height: 120%;
  }
}
.insights-list-item_meta .item-body p {
  margin-bottom: 0;
  margin-top: 0.8rem;
}
.insights-cta {
  margin-top: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .insights-cta {
    margin-top: 7.5rem;
  }
}

.article-list {
  padding-top: 11rem;
}

.article-header {
  padding-top: 3.7rem;
  padding-bottom: 2.8rem;
}
@media (min-width: 1200px) {
  .article-header {
    padding-bottom: 6.8rem;
  }
}
.article-header .introduction {
  padding-bottom: 0;
}
.article-header .introduction .featured-banner-wrapper {
  width: 100%;
  max-width: 100%;
  border-radius: 0.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14.8rem;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
@media (min-width: 1200px) {
  .article-header .introduction .featured-banner-wrapper {
    height: 35rem;
  }
}
.article-header .introduction .featured-banner-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insight-body {
  padding-bottom: 3.8rem;
  background-color: rgb(255, 249, 248);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .insight-body {
    padding-bottom: 8.8rem;
  }
}
.insight-body .container {
  padding-top: 3.2rem;
}
@media (min-width: 1200px) {
  .insight-body .container {
    padding-top: 12.2rem;
  }
}
.insight-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .insight-body-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12rem;
  }
}
.insight-body .aside {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 12rem;
  padding-top: 1rem;
  padding-bottom: 1.6rem;
}
@media (min-width: 1200px) {
  .insight-body .aside {
    top: 21.8rem;
    max-width: 28rem;
    position: sticky;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.insight-body .aside .meta-category {
  display: inline-block;
  margin-bottom: 2rem;
  background: hsla(11, 90%, 92%, 0.877);
  border-radius: 0.4rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  padding: 1rem 2rem;
}
.insight-body .aside .article-excerpt {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media (min-width: 1200px) {
  .insight-body .aside .article-excerpt {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.insight-body .aside .meta-date {
  font-weight: 400;
  color: rgb(56, 73, 81);
  margin-top: 1rem;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .insight-body .aside .meta-date {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.insight-body .aside .financial-advisor {
  font-weight: 600;
  color: rgb(56, 73, 81);
  text-decoration: underline;
  line-height: 1.4;
  font-size: 1.5rem;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .insight-body .aside .financial-advisor {
    font-size: 2rem;
    margin-top: 10rem;
  }
}
.insight-body .main-article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.insight-body .main-article p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2.8rem;
}
@media (min-width: 1200px) {
  .insight-body .main-article p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 4rem;
  }
}
.insight-body .main-article h3 {
  margin: 0;
  color: #384951;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.9rem;
}
@media (min-width: 1200px) {
  .insight-body .main-article h3 {
    font-size: 2.4rem;
    line-height: 3.7rem;
  }
}

.single-product .page-title-main {
  max-width: 59rem;
}
.single-product .page-title-main h1 {
  font-family: "Poppins", sans-serif;
}

.introduction {
  padding-bottom: 8.4rem;
}
.introduction .featured-banner {
  margin-top: 3.6rem;
}
@media (min-width: 1200px) {
  .introduction .featured-banner {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
}
.introduction .featured-banner-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 0.6rem;
  width: 100%;
  height: 11.9rem;
}
@media (min-width: 1200px) {
  .introduction .featured-banner-wrapper {
    height: 45.2rem;
  }
}
.introduction .featured-banner-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction-text {
  padding-top: 10.6rem;
  position: relative;
  text-align: center;
}
.introduction-text .box-1, .introduction-text .box-2, .introduction-text .box-3,
.introduction-text .box-4, .introduction-text .box-5, .introduction-text .box-6 {
  position: absolute;
  z-index: -1;
}
.introduction-text .box-1 {
  background-color: rgb(250, 242, 239);
  left: -1.9rem;
  top: 3.6rem;
  width: 7.1rem;
  height: 7.1rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-1 {
    left: 0;
    top: 6rem;
    width: 8rem;
    height: 8rem;
  }
}
.introduction-text .box-2 {
  background-color: rgb(252, 224, 213);
  top: 10.7rem;
  left: 5rem;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-2 {
    top: 10.7rem;
    left: 7.1rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.introduction-text .box-3 {
  background-color: rgb(250, 242, 239);
  top: 3rem;
  right: 6rem;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-3 {
    top: 27.5rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
.introduction-text .box-4 {
  background-color: rgb(252, 224, 213);
  top: 1rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-4 {
    top: 25.5rem;
    right: 0;
    width: 2rem;
    height: 2rem;
  }
}
.introduction-text .box-5 {
  background-color: rgb(252, 224, 213);
  top: 39.4rem;
  left: -0.2rem;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-5 {
    bottom: -13.8rem;
    left: 13rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.introduction-text .box-6 {
  background-color: rgb(250, 242, 239);
  top: 41.4rem;
  left: 1.8rem;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 1200px) {
  .introduction-text .box-6 {
    top: auto;
    bottom: -18.8rem;
    left: 15.8rem;
    width: 5rem;
    height: 5rem;
  }
}
.introduction-text-wrapper {
  max-width: 83.6rem;
  margin-left: auto;
  margin-right: auto;
}
.introduction-text-wrapper p {
  margin: 0;
  font-size: 1.8rem;
}
.introduction-text-wrapper p:first-child {
  line-height: 150%;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.8rem;
}
@media (min-width: 1200px) {
  .introduction-text-wrapper p:first-child {
    font-size: 2.8rem;
  }
}
.introduction-cta {
  margin-top: 4.4rem;
  text-align: center;
}

.additional-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgb(255, 249, 248);
  padding-bottom: 8.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.additional-information .container {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .additional-information .container {
    padding-top: 12.2rem;
  }
}
.additional-information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .additional-information-wrapper {
    gap: 8.7rem;
  }
}
.additional-information .product-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .additional-information .product-feature {
    -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;
  }
}
.additional-information .product-feature-title {
  position: sticky;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: rgb(255, 249, 248);
  top: 12rem;
  padding-bottom: 2.8rem;
  padding-top: 3.2rem;
}
@media (min-width: 1200px) {
  .additional-information .product-feature-title {
    top: 16.8rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.additional-information .product-feature-title span {
  font-size: 4rem;
  line-height: 120%;
  font-style: italic;
  font-weight: 400;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  .additional-information .product-feature-title span {
    font-size: 8rem;
    line-height: 122%;
  }
}
.additional-information .product-feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 150%;
  font-size: 1.8rem;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .additional-information .product-feature-body {
    width: 100%;
    max-width: 57.3rem;
    font-size: 2.8rem;
    gap: 5.6rem;
  }
}
.additional-information .product-feature-body p {
  font-weight: 300;
  margin: 0;
  border-width: 0 0 0 1.1rem;
  border-style: solid;
  border-color: rgb(250, 242, 239);
  padding-left: 2.8rem;
}
.additional-information .product-feature + .product-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media (min-width: 1200px) {
  .additional-information .product-feature + .product-feature {
    padding-top: 8.7rem;
    border-color: rgb(250, 242, 239);
    border-style: solid;
    border-width: 0;
    border-top-width: 0.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.6rem;
  }
}

#contact-us .body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  row-gap: 3rem;
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  #contact-us .body-wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  #contact-us .body-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#contact-us .body-wrapper h3 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  #contact-us .body-wrapper h3 {
    font-size: 2.8rem;
  }
}
#contact-us .body-wrapper .contact-information .address {
  list-style: none;
}
#contact-us .body-wrapper .contact-information .address li {
  display: grid;
  grid-template-columns: 4.5rem calc(100% - 4.5rem);
  margin-bottom: 2rem;
}
#contact-us .body-wrapper .contact-information .address li img {
  width: 3rem;
}
#contact-us .body-wrapper .contact-information .address li p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #696f73;
}
#contact-us .body-wrapper .contact-form {
  max-width: 70rem;
}

.faqs-body .container {
  max-width: 100rem;
}
.faqs-body .page-content {
  padding-top: 5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .faqs-body .page-content {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
.faqs-body .page-content ul.faqs {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0;
}
.faqs-body .page-content ul.faqs li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 0.1rem dotted #dce7eb;
}
.faqs-body .page-content ul.faqs li:last-of-type {
  padding-bottom: 0;
}
.faqs-body .page-content ul.faqs li i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 1.6rem;
  right: 0;
}
.faqs-body .page-content ul.faqs li i:before, .faqs-body .page-content ul.faqs li i:after {
  content: "";
  position: absolute;
  background-color: rgb(224, 68, 3);
  width: 0.3rem;
  height: 0.9rem;
}
.faqs-body .page-content ul.faqs li i ul.faqs li i:before {
  -webkit-transform: translate(-0.2rem, 0) rotate(45deg);
          transform: translate(-0.2rem, 0) rotate(45deg);
}
.faqs-body .page-content ul.faqs li i ul.faqs li i:after {
  -webkit-transform: translate(0.2rem, 0) rotate(-45deg);
          transform: translate(0.2rem, 0) rotate(-45deg);
}
.faqs-body .page-content ul.faqs li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faqs-body .page-content ul.faqs li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.faqs-body .page-content ul.faqs li input[type=checkbox]:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}
.faqs-body .page-content ul.faqs li input[type=checkbox]:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}
.faqs-body .page-content h2, .faqs-body .page-content p {
  max-width: 90%;
}
@media (min-width: 1200px) {
  .faqs-body .page-content h2, .faqs-body .page-content p {
    max-width: 85%;
  }
}
.faqs-body .page-content h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .faqs-body .page-content h2 {
    font-size: 2.2rem;
  }
}
.faqs-body .page-content p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 1.7rem;
  line-height: 1.7;
  position: relative;
  overflow: hidden;
  max-height: 80rem;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 2;
  margin-top: 1rem;
}
.faqs-body .transition,
.faqs-body ul li i:before,
.faqs-body ul li i:after,
.faqs-body p {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.faqs-body .no-select, .faqs-body h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.financials-page .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1200px) {
  .financials-page .content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.financials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 100rem;
}
.financials-list-item a {
  border: 0.1rem solid #E0E1E2;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  fill: #DD4F05;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-bottom: 1.8rem;
  font-size: 2rem;
  padding: 1.8rem 2.4rem 1.9rem 3.2rem;
}
@media (min-width: 1200px) {
  .financials-list-item a {
    margin-bottom: 2.8rem;
  }
}
.financials-list-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3.6rem;
}
.financials-list-item-icon .icon-pdf {
  display: inline-block;
  fill: #F44336;
  width: 3.6rem;
}
.financials-list-item-icon .icon-pdf img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.financials-list-item-title {
  max-width: 85%;
  font-size: 1.7rem;
}
@media (min-width: 1200px) {
  .financials-list-item-title {
    font-size: 1.9rem;
  }
}
.financials-list-item .icon-download {
  display: inline-block;
  width: 1.3rem;
  fill: #979CA0;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.financials-list-item .icon-download img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.financials-list-item a:hover {
  -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  color: #DD4F05;
}
.financials-list-item a:hover .icon-download {
  opacity: 1;
}

.privacy-policy .container .page-content .content h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
.privacy-policy .container .page-content .content p {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
.privacy-policy .container .page-content .content ul {
  margin-bottom: 4rem;
  padding-left: 2rem;
}
.privacy-policy .container .page-content .content ul li {
  font-size: 1.7rem;
  padding-left: 1rem;
}
.privacy-policy .container .page-content .content table {
  font-size: 1.7rem;
  margin-bottom: 5rem;
}
.privacy-policy .container .page-content .content table th {
  text-align: left;
}

.misc-page .page-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 1200px) {
  .misc-page .page-content {
    margin-top: 8rem;
    margin-bottom: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.misc-page .page-content .content {
  max-width: 100rem;
  font-size: 1.8rem;
  line-height: 1.7;
}
.misc-page .page-content .content p {
  margin-bottom: 2.4rem;
}

.modal-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.modal-header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.close {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  text-decoration: none;
  width: 16px;
}
.close svg {
  width: 16px;
}

div[id^=modal] {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  z-index: 99999;
}
div[id^=modal]:target {
  opacity: 1;
  visibility: visible;
}
div[id^=modal]:target .modal-body {
  opacity: 1;
  -webkit-transform: translateY(1);
          transform: translateY(1);
}
div[id^=modal] .modal-body {
  background-color: #FFF;
  max-width: 750px;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  max-height: 85%;
  overflow-y: auto;
  z-index: 1;
  border-radius: 5px;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.outside-trigger {
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.button__link {
  text-decoration: none;
}

#calculator .page-title-desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: rgb(56, 73, 81);
}
@media (max-width: 1199px) {
  #calculator .page-title-desc {
    font-size: 16px;
    line-height: 20px;
  }
}
#calculator .calc {
  margin-top: 40px;
}
#calculator .calc__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: rgb(56, 73, 81);
}
#calculator .calc__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media (max-width: 1199px) {
  #calculator .calc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#calculator .calc__inputs {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: calc(33.333% - 10px);
      flex-basis: calc(33.333% - 10px);
  padding: 25px;
  gap: 25px;
  background: #FAF2EF;
}
#calculator .calc__inputs form {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0px;
  gap: 10px;
}
#calculator .calc__inputs form label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #384951;
}
#calculator .calc__inputs form input, #calculator .calc__inputs form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  margin-top: 2px;
  background: #FFFFFF;
  border: 1px solid #BABABA;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
}
#calculator .calc__inputs form input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form input::-moz-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form input:-ms-input-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form input::-ms-input-placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form input::placeholder {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9'%3E%3Cpath d='M0.219668 0.469668C0.512558 0.176777 0.987438 0.176777 1.28033 0.469668L8 7.1893L14.7197 0.469668C15.0126 0.176777 15.4874 0.176777 15.7803 0.469668C16.0732 0.762558 16.0732 1.23744 15.7803 1.53033L8.5303 8.7803C8.2374 9.0732 7.7626 9.0732 7.4697 8.7803L0.219668 1.53033C-0.0732225 1.23744 -0.0732225 0.762558 0.219668 0.469668Z' fill='%23BABABA'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
}
#calculator .calc__inputs form input:hover, #calculator .calc__inputs form select:hover {
  border: 1px solid #838383;
}
#calculator .calc__inputs form input:active, #calculator .calc__inputs form input:focus, #calculator .calc__inputs form select:active, #calculator .calc__inputs form select:focus {
  border: 1px solid #838383;
}
#calculator .calc__inputs form select:hover {
  cursor: pointer;
}
#calculator .calc__inputs form .form-group.row {
  position: relative;
}
#calculator .calc__inputs form .form-group.row .describe-right {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__inputs form .form-group.row .input-group .error-text, #calculator .calc__inputs form .form-group.row .input-group .error-text-ngn {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #E53636;
}
#calculator .calc__inputs form .form-group.row .input-group.error .error-text {
  display: block;
  opacity: 1;
  visibility: visible;
}
#calculator .calc__inputs form .form-group.row .input-group.error-ngn .error-text-ngn {
  display: block;
  opacity: 1;
  visibility: visible;
}
#calculator .calc__inputs form .btn-group {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 10px;
}
#calculator .calc__inputs form .btn-group .btn-calc {
  padding: 9px 35px;
  border: 1px solid #384951;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #384951;
  background: #fff;
}
#calculator .calc__inputs form .btn-group .btn-calc:hover {
  background: #F6F6F6;
  cursor: pointer;
}
#calculator .calc__inputs form .btn-group .btn-calc:active, #calculator .calc__inputs form .btn-group .btn-calc:focus, #calculator .calc__inputs form .btn-group .btn-calc.selected {
  background: #FCE0D5;
  color: #A63100;
  border: 1px solid #E04403;
}
#calculator .calc__inputs form .btn-group.disabled .btn-calc {
  opacity: 0.5;
  border: 1px solid #384951;
  border-radius: 4px;
  color: #384951;
  cursor: not-allowed;
  pointer-events: none;
}
#calculator .calc__chart {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: calc(66.666% - 10px);
      flex-basis: calc(66.666% - 10px);
  padding: 25px;
  border: 1px solid #D5DBD9;
}
#calculator .calc__chart__header {
  text-align: center;
  margin-bottom: 50px;
}
#calculator .calc__chart__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  margin-top: 25px;
}
#calculator .calc__chart__footer .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#calculator .calc__chart__footer .footer-item__color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#calculator .calc__chart__footer .footer-item__title {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #384951;
}
#calculator .calc__chart__footer .footer-item--interest .footer-item__color {
  background: #20A098;
}
#calculator .calc__chart__footer .footer-item--principal .footer-item__color {
  background: #A63100;
}
#calculator .calc__chart__total {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  color: #E04403;
}
@media (max-width: 1199px) {
  #calculator .calc__chart .calc__title {
    font-size: 16px;
    line-height: 20px;
  }
  #calculator .calc__chart__total {
    font-size: 35px;
    line-height: 44px;
  }
}
#calculator .calc__chart .chart-tooltip {
  background: #FFFFFF;
  border-radius: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 203px;
}
#calculator .calc__chart .chart-tooltip__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px 8px;
}
#calculator .calc__chart .chart-tooltip__title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #384951;
  opacity: 0.5;
}
#calculator .calc__chart .chart-tooltip__balance {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #384951;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 8px;
}
#calculator .calc__chart .chart-tooltip__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  margin-top: 8px;
}
#calculator .calc__chart .chart-tooltip__el__color {
  height: 18px;
  width: 18px;
  border-radius: 50%;
}
#calculator .calc__chart .chart-tooltip__el__title, #calculator .calc__chart .chart-tooltip__el__summ {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #384951;
}
#calculator .calc__chart .chart-tooltip__el__summ {
  margin-left: auto;
}
#calculator .calc__chart .chart-tooltip__el--principal .chart-tooltip__el__color {
  background: #A63100;
}
#calculator .calc__chart .chart-tooltip__el--interest .chart-tooltip__el__color {
  background: #20A098;
}
#calculator .about-calc {
  margin-top: 43px;
  padding: 72px 0;
  background: #FFF9F8;
}
@media (max-width: 1199px) {
  #calculator .about-calc {
    padding: 50px 0;
  }
  #calculator .about-calc .container {
    padding-top: 0;
  }
}
#calculator .about-calc p, #calculator .about-calc li, #calculator .about-calc h4 {
  margin-bottom: 15px;
}
#calculator .about-calc__title {
  padding: 0 18%;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #384951;
}
@media (max-width: 1199px) {
  #calculator .about-calc__title {
    font-size: 35px;
    line-height: 42px;
    padding: 0;
  }
}
#calculator .about-calc__text {
  padding: 25px 18% 0 18%;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #384951;
}
@media (max-width: 1199px) {
  #calculator .about-calc__text {
    font-size: 14px;
    line-height: 21px;
    padding: 25px 0 0 0;
  }
  #calculator .about-calc__text li {
    margin-left: 14px;
  }
}
#calculator .about-calc h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  #calculator .about-calc h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

.section-heroBanner {
  background-color: #F9F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Enables Flexbox layout */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centers content horizontally */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centers content vertically */
  text-align: center; /* Optional: Ensures inline elements are centered */
}
.section-heroBanner .banner-img {
  margin: 0 auto;
  max-height: 630px;
  width: auto; /* Maintains the aspect ratio */
  display: block; /* Ensures no extra space below the image (caused by inline behavior) */
  margin: auto; /* Centers the image horizontally within the container */
}
.section-heroBanner picture, .section-heroBanner img {
  display: block;
  width: 100%;
  height: auto;
}
.section-heroBanner .hero-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 63rem;
  padding: 0;
}

.section-introduction {
  padding: 10rem 2.4rem;
}
.section-introduction .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 82rem;
  text-align: center;
}
.section-introduction .text-lg {
  font-size: 2.8rem;
  line-height: 4.06rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .section-introduction .wrap {
    text-align: left;
  }
  .section-introduction .text-lg {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.section-introduction .mb-40 {
  margin-bottom: 4rem;
}

.bg-brand-50 {
  background-color: #F9F6F6;
}

.section-features {
  padding: 10rem 2.4rem 4rem;
}
@media (max-width: 768px) {
  .section-features {
    padding: 8rem 2rem 3rem;
  }
}
@media (max-width: 576px) {
  .section-features {
    padding: 6rem 0 2rem;
  }
}

.section-benefits {
  padding: 4rem 2.4rem 10rem;
}
@media (max-width: 768px) {
  .section-benefits {
    padding: 3rem 2rem 8rem;
  }
}
@media (max-width: 576px) {
  .section-benefits {
    padding: 2rem 0 6rem;
  }
}
.section-benefits .cards .card {
  max-width: 33.3%;
}

.section-features h2,
.section-benefits h2 {
  color: #D94B00;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-bottom: 3.2rem;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .section-features h2,
  .section-benefits h2 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
    text-align: left;
  }
}
.section-features .cards,
.section-benefits .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.4rem;
}
.section-features .cards .card,
.section-benefits .cards .card {
  background-color: #FFF;
  border-radius: 0.8rem;
  padding: 4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .section-features .cards,
  .section-benefits .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .section-features .cards .card,
  .section-benefits .cards .card {
    max-width: 100%;
    text-align: left;
    padding: 2.4rem 2.4rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.section-cta {
  padding: 8rem 2.4rem 0;
}
.section-cta .call-to-action {
  background: url("./assets/images/banner-images/fund-724/cta-banner-lg.webp") no-repeat top center;
  background-size: cover;
  border-radius: 1.6rem;
  text-align: center;
  padding: 50px 20px;
  position: relative;
  height: 58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1199px) {
  .section-cta .call-to-action {
    height: 32rem;
  }
}/*# sourceMappingURL=style.css.map */