@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-BlackItalic.ttf') format("truetype"), url('../fonts/SFProDisplay-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-UltralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Ultralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sfprodisplay;
  src: url('../fonts/SFProDisplay-Black.ttf') format("truetype"), url('../fonts/SFProDisplay-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --midnight-blue: #311832;
  --dim-grey: #56606d;
  --white-smoke: #f6f8f9;
  --dark-orange: #f88122;
  --ghost-white-2: #eef0f6;
  --ghost-white-3: #f5f1fb;
  --ghost-white: #f9faff;
  --light-steel-blue: #94a9c5;
  --black: #201e1e;
  --light-orange: #fdeee0;
  --thistle: #bba1bc;
  --dim-grey-2: #4f4f4f;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Sfprodisplay, sans-serif;
}

.image {
  max-width: 129px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-container {
  background-color: #0000;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.hero-container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.hero-container.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.heading {
  color: var(--midnight-blue);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}

.image-2 {
  width: 400px;
}

.text-block {
  max-width: 500px;
  color: var(--dim-grey);
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

.text-block.light {
  color: var(--white-smoke);
}

.feature-div-block {
  max-width: 500px;
  padding-left: 0;
}

.loan-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-2.center {
  text-align: left;
}

.heading-2.light {
  color: var(--white);
}

.heading-2.light.left {
  text-align: left;
}

.heading-2.light.wd {
  max-width: 800px;
}

.heading-2.left {
  text-align: left;
}

.text-block-2 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.text-block-2.benefits-title {
  color: var(--dark-orange);
  font-size: 20px;
  font-weight: 500;
}

.text-block-2.light {
  color: var(--ghost-white-2);
}

.text-block-2.light.center {
  text-align: center;
}

.text-block-2.light.mt0 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2.center {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
}

.text-block-2.m0 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19.2px;
}

.cta-button {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  margin-top: 40px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button.hero-section-button {
  display: none;
}

.cta-button.outlined-btn {
  border: 2px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #31183200;
  margin-top: 0;
  transition: opacity .2s, background-color .35s cubic-bezier(.77, 0, .175, 1);
}

.cta-button.outlined-btn:hover {
  background-color: var(--ghost-white-3);
}

.div-block-3 {
  padding-top: 20px;
}

.list-div-block {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-4 {
  width: 24px;
  max-width: 50%;
  height: 24px;
  margin-left: 0;
  margin-right: 20px;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.virtual-card-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.virtual-card {
  width: 100%;
  height: 100%;
}

.vitual-card-feature-list {
  font-size: 20px;
  font-weight: 600;
}

.invest-image {
  width: 600px;
}

.streamline-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .75fr;
}

.middle-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 50px;
}

.div-block-6 {
  justify-content: center;
  min-width: 100px;
  padding-bottom: 40px;
  display: flex;
}

.kola-for-business-section {
  justify-content: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: none;
}

.invest-div-block {
  padding-top: 40px;
}

.contact-section {
  border-top: 2px solid var(--white-smoke);
  border-bottom: 2px solid var(--ghost-white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr 1.25fr 1.25fr;
  justify-content: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
}

.text-block-12 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.link {
  color: var(--dim-grey);
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.div-block-17 {
  color: var(--dim-grey);
  flex-direction: column;
  display: flex;
}

.link-2 {
  color: var(--dim-grey);
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.link-3 {
  color: var(--dim-grey);
  font-size: 16px;
  text-decoration: none;
}

.text-block-13 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-13.bold {
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-13.mb-10 {
  margin-bottom: 10px;
}

.container-section {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.footer-section {
  justify-content: space-around;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-18 {
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-14 {
  color: var(--light-steel-blue);
  font-size: 14px;
  font-weight: 300;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kola-copyright {
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-20 {
  justify-content: flex-start;
  display: inline-block;
}

.section-divider {
  border-style: solid;
  border-width: .5px;
  border-color: var(--ghost-white-2) #c8d4db #c8d4db;
  background-image: linear-gradient(#c8d4db, #c8d4db);
  margin-bottom: 20px;
}

.footer-navigation {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-link {
  color: var(--dim-grey);
  text-align: center;
  margin-left: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--dark-orange);
}

.footer-link.cus {
  margin-left: 0;
}

.text-block-15 {
  color: var(--midnight-blue);
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-15.text-icon {
  color: var(--white);
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .35s, border-radius .35s;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--ghost-white-3);
  border-radius: 50%;
}

.div-block-21 {
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.text-span-5 {
  color: #605076;
  font-weight: 700;
}

.h1 {
  color: #000;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 70px;
  position: static;
}

.div-block-27 {
  background-color: #efefef;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: color .3s cubic-bezier(.55, .085, .68, .53), background-color .35s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.div-block-27:hover {
  color: #fff;
  background-color: #4d69f1;
}

.div-block-27.telegram-icon:hover {
  background-color: #12b2e2;
}

.div-block-27.whatsapp-bouton:hover {
  background-color: #0bd737;
}

.div-block-27.twitter-icon {
  background-color: #efefef;
}

.div-block-27.twitter-icon:hover {
  background-color: #14c1f5;
}

.link-block-12 {
  color: #605076;
  background-color: #0000;
  border: 1px solid #605076;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 20px;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.link-block-12:hover {
  opacity: .76;
}

.image-9 {
  text-align: center;
  max-width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.link-block-13 {
  color: #000;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.nav-menu-2 {
  flex-flow: row;
  flex: none;
  order: 1;
  justify-content: flex-end;
  align-self: stretch;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.brand {
  flex-flow: column;
  flex: 1;
  place-content: flex-start center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: inline-block;
}

.brand.w--current {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.page-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.container {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.social-media-div {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.container-3 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-3.nav {
  flex-flow: row;
  flex: 1;
  place-content: space-around space-between;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-16 {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.text-block-21 {
  padding-left: 16px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 16px;
}

.text-block-20 {
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block-17 {
  color: #00000080;
  flex: 0 auto;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
}

.paragraph-top {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sfprodisplay, sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.div-block-30 {
  justify-content: center;
  align-self: center;
  display: flex;
}

.text-span-7 {
  color: #f88122;
}

.facebook-icon {
  text-align: center;
  flex: 1;
  align-self: center;
  padding: 0;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 18px;
}

.navbar-2 {
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: sticky;
  inset: 0 auto auto;
}

.link-block-10 {
  cursor: auto;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-block-10:hover, .link-block-10.w--current, .link-block-10.w--current:hover {
  color: #0fb9c5;
}

.content-section {
  background-image: url('../images/shape_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 1000px;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.div-block-31 {
  min-width: 1000px;
  margin-top: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.link-block-11 {
  color: #fff;
  background-color: #605076;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px 20px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block-11:hover {
  background-color: #9069c5;
}

.text-block-18 {
  color: #000;
  text-align: right;
  cursor: pointer;
  margin-left: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 14px;
  transition: color .2s;
}

.text-block-18:hover {
  color: #0fb9c5;
}

.image-8 {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.link-block-15 {
  color: #000;
  flex: 0 auto;
  order: 1;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: none;
}

.button-2 {
  background-color: #605076;
  border-radius: 8px;
  flex: none;
  align-self: center;
  padding: 10px 20px;
  font-family: Sfprodisplay, sans-serif;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.55, .085, .68, .53);
}

.button-2:hover {
  background-color: #9069c5;
}

.text-span-4 {
  color: #f88122;
  font-weight: 600;
}

.div-block-32 {
  flex: 1;
  justify-content: center;
  display: none;
}

.body-2, .body-4 {
  font-family: Sfprodisplay, sans-serif;
}

.career-container {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.career-section {
  background-image: url('../images/Groupe-174774.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  max-height: 250px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.career-section.contact-us {
  text-align: left;
  background-color: #422040;
  background-image: url('../images/world-dot-map.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 250px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.career-content-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-33 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .75fr 1fr;
}

.heading-4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-4.center-align {
  text-align: center;
  padding-bottom: 70px;
  font-size: 3rem;
  line-height: 110%;
}

.text-block-22 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 150%;
}

.div-block-34 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-5 {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 1.5fr 1fr 1fr;
  margin-top: 100px;
}

.departments {
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
}

.image-10 {
  object-fit: fill;
  max-width: 113%;
  display: none;
  overflow: visible;
}

.div-block-35 {
  object-fit: fill;
  background-image: url('../images/AdobeStock_296550327.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
}

.button-3 {
  text-align: center;
  background-color: #ed6918;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 48px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-2.loansection {
  background-image: url('../images/AdobeStock_294245618.jpg'), linear-gradient(270deg, #000, #000000d4 24%, #00000012 60%, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  border-radius: 24px;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container-2.planning {
  background-color: var(--midnight-blue);
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
}

.container-2.vision-obj {
  padding-left: 0;
  padding-right: 0;
}

.container-2.center {
  justify-content: center;
  align-items: center;
}

.text-span-8 {
  color: #ed6918;
}

.heading-5 {
  color: #4a3f64;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph {
  color: var(--dim-grey);
  text-align: left;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 130%;
}

.paragraph.white {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.black {
  width: 70%;
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.columns {
  margin-top: 40px;
}

.columns-3 {
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: var(--white-smoke);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-2.kola-acad-section {
  background-color: var(--ghost-white);
  background-image: url('../images/Groupe-174777_1.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: scroll;
}

.section-2.kola-acad-home-section {
  background-color: var(--ghost-white);
  background-image: url('../images/Groupe-174777_1.png');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 550px;
  background-attachment: scroll;
}

.body-5 {
  font-family: Sfprodisplay, sans-serif;
}

.section-3 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.loan {
  padding-bottom: 160px;
}

.section-3.smoke {
  background-color: #f6f8f9;
  background-image: url('../images/Group-174756.png');
  background-position: 200% -43%;
  background-repeat: no-repeat;
  background-size: 80%;
  display: none;
}

.section-3.testimony {
  padding-bottom: 140px;
  display: none;
}

.section-3.cta {
  background-color: #dbe5eb;
}

.section-3.pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3.smo {
  background-color: var(--white-smoke);
}

.section-3.darkbg {
  background-color: var(--midnight-blue);
}

.heading-6 {
  color: #4a3f64;
  text-align: center;
  max-width: 500px;
  margin-bottom: 70px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-6.loanheading {
  color: #fff;
  text-align: left;
  max-width: 370px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
}

.heading-6.left {
  text-align: left;
}

.heading-6.left.ctaheading {
  margin-bottom: 40px;
  font-weight: 500;
}

.heading-6.atouts-title {
  margin-bottom: 16px;
}

.grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-7 {
  color: #4a3f64;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 500;
}

.paragraph-2 {
  text-align: center;
  font-size: 1rem;
  line-height: 150%;
}

.div-block-36 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: auto 0% -23%;
}

.image-12 {
  width: 24px;
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.customer {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.slide {
  background-color: #334154;
  border-radius: 24px;
}

.testimonytext {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.testimonyblock {
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.image-13 {
  border-radius: 50px;
  margin-bottom: 10px;
}

.column {
  position: relative;
}

.image-14 {
  z-index: 10;
  width: 100%;
  margin-bottom: -40px;
  position: relative;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 500;
}

.text-block-23 {
  color: var(--ghost-white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%;
}

.heading-9 {
  color: #333;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
}

.text-block-24 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.image-15 {
  border-radius: 20px;
  width: 100%;
  max-width: 110%;
  margin-left: 60px;
}

.image-16 {
  height: 48px;
}

.kbm-download {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  display: flex;
}

.column-2 {
  padding-left: 53px;
  padding-right: 53px;
}

.enumeration-kbm {
  margin-bottom: 60px;
}

.check-icon {
  width: 24px;
  margin-right: 20px;
}

.about-section {
  background-image: url('../images/Groupe-174772.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-height: 250px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-container {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.about-content-section {
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.values-grid {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.value {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  display: flex;
}

.values-content-section {
  background-color: #fff9fc;
  background-image: url('../images/global-map-dot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.value-div-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-17 {
  margin-top: 20px;
  margin-left: 10px;
}

.link-arrow {
  color: #0fb9c5;
  align-self: center;
  margin-left: 10px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-arrow:hover {
  transform: scale(1.1)translate(6px);
}

.link-arrow.color-white {
  color: #faf8fd;
  font-weight: 400;
  display: inline-block;
}

.div-block-39 {
  background-color: #c5192d;
}

.title-separation {
  text-align: left;
  background-color: #faf8fd;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 2px;
  margin-top: 32px;
  margin-right: auto;
  display: block;
}

.paragraph-5 {
  color: #dcd0ee;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.ap-field-bouton {
  float: none;
  clear: none;
  text-align: center;
  background-color: #f88122;
  background-image: linear-gradient(270deg, #f88122, #febf47);
  border-bottom-right-radius: 14px;
  flex: 1;
  margin-right: 0;
  font-weight: 700;
  transition: background-color .4s ease-in-out;
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
}

.ap-field-bouton:hover {
  background-color: #f8822382;
  background-image: none;
}

.ap-field-bouton.learn-more-goal {
  border-bottom-right-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 12px 60px 12px 80px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-block-40 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-10 {
  text-align: right;
}

.heading-10.goals-description {
  color: #faf8fd;
  text-align: left;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.image-18 {
  margin-top: 20px;
  margin-left: 20px;
}

.goal-1 {
  background-color: #e5243b;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  background-color: #0000;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-42 {
  text-align: left;
  background-color: #605076;
  border-bottom-right-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 32px 0;
  display: flex;
  position: relative;
}

.div-block-16 {
  text-align: left;
  object-fit: fill;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.goal-12 {
  background-color: #bf8b2e;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.paragraph-2-copy {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-2-copy.m0 {
  margin-bottom: 0;
}

.paragraph-2-copy.m40 {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  place-content: center;
  align-self: center;
  place-items: center;
}

.div-block-44 {
  background-image: url('../images/Groupe-174821.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  place-content: space-between center;
  align-items: center;
  width: 450px;
  height: 350px;
  display: flex;
}

.div-block-44.dev-web {
  background-image: url('../images/Groupe-174820_1.png');
}

.div-block-44.designer-ui {
  background-image: url('../images/Groupe-174822.png');
}

.div-block-44.data-science {
  background-image: url('../images/Groupe-174823.png');
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  width: 650px;
  margin-bottom: 60px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

.div-block-46 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-25 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-26 {
  font-size: 18px;
  line-height: 24px;
}

.testimony-slide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-19 {
  border-radius: 50%;
  margin-right: 40px;
}

.slider {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  min-height: 400px;
  display: flex;
}

.icon {
  background-color: #31183275;
}

.contact-acad-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.text-block-27 {
  font-size: 24px;
  font-weight: 600;
}

.div-block-47 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-4 {
  display: flex;
}

.column-5 {
  flex: 1;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.heading-6-copy {
  color: #4a3f64;
  text-align: center;
  max-width: 500px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 47px;
}

.div-block-49 {
  margin-bottom: 60px;
}

.text-block-28 {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-29 {
  font-size: 20px;
  display: none;
}

.image-20, .image-21, .image-22, .image-23 {
  object-fit: contain;
  display: none;
}

.paragraph-7 {
  color: #d8d8d8;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-50 {
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 350px;
  padding: 60px 40px;
  display: flex;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-block-30 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-31 {
  color: #8e718f;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 300;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.text-block-32 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

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

.infos-block {
  border-right: 2px solid #b5a0a01f;
}

.infos-block.extra-border {
  border-right-style: none;
}

.div-block-51 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.registration-button {
  background-color: var(--dark-orange);
  border-radius: 8px;
  flex: none;
  align-self: center;
  padding: 12px 24px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  transition: background-color .35s cubic-bezier(.55, .085, .68, .53);
}

.registration-button:hover {
  background-color: #9069c5;
}

.text-block-34 {
  margin-bottom: 80px;
  font-size: 18px;
}

.acad-button {
  text-align: center;
  background-color: #ed6918;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin-top: 0;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.acad-button.our-courses {
  border: 1px solid var(--midnight-blue);
  height: 48px;
  color: var(--midnight-blue);
  background-color: #0000;
}

.acad-button.outlined-btn {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #ed691800;
}

.column-6 {
  display: flex;
}

.vision-objectif-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 24px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: stretch;
  width: 100%;
  height: 350px;
  display: grid;
}

.div-block-52 {
  background-color: var(--ghost-white);
  border-radius: 24px;
  padding: 40px;
}

._4-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-53 {
  background-color: var(--dark-orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-35 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.step-block {
  border-right: 2px solid #b5a0a01f;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 15px;
  display: flex;
}

.step-block.extra-border {
  border-right-style: none;
}

.step-block.border-changed {
  border-right-width: 0;
}

.text-span-9 {
  color: var(--dark-orange);
}

.image-24 {
  max-width: 40%;
}

.div-block-55 {
  object-fit: cover;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: none;
}

.image-25 {
  width: 72px;
  height: 72px;
}

.div-block-57-icon-title {
  overflow: visible;
}

.div-block-57-icon-title.ourproduct-bloc-title {
  display: none;
}

.div-block-57 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-2-copy {
  color: var(--dark-orange);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}

.mfis-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.mfis-section.invert-colomn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfi-support-img {
  background-image: url('../images/MFIs.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 500px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  margin-top: 40px;
}

.div-block-60 {
  padding-top: 40px;
}

.text-block-37 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-38 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-62 {
  opacity: .5;
  border: 1px solid #000;
  margin-bottom: 60px;
}

.text-block-2-copy {
  max-width: 950px;
  color: var(--dim-grey);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.div-block-64 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-65 {
  align-items: center;
  display: flex;
}

.text-block-40 {
  font-family: "Font awesome 5 free solid 900", sans-serif;
  display: none;
}

.link-block-17 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  color: var(--white);
  border-radius: 12px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.image-26 {
  object-fit: contain;
}

.product-dropdown {
  font-weight: 300;
}

.product-dropdown:hover {
  color: var(--dark-orange);
  font-weight: 300;
}

.product-dropdown.w--open {
  background-image: linear-gradient(to bottom, var(--ghost-white), var(--ghost-white));
  font-weight: 400;
  transition: color .3s;
}

.dropdown-list {
  transition: color .3s;
}

.dropdown-list:hover {
  color: var(--dark-orange);
}

.dropdown-list.w--current {
  color: var(--dark-orange);
  font-weight: 500;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 0 0 16px 16px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  box-shadow: 0 16px 10px -13px #0003;
}

.dropdown-list.hide {
  display: none;
}

.text-block-41 {
  font-size: 1rem;
  font-weight: 400;
}

.dropdown-toggle {
  color: var(--dim-grey);
  font-size: 16px;
  transition: color .3s;
}

.dropdown-toggle:hover {
  color: var(--dark-orange);
}

.dropdown {
  margin-left: 40px;
}

.dropdown-list-2 {
  background-color: var(--white-smoke);
}

.div-block-66 {
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.investor-support-img {
  background-image: url('../images/Investors.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 500px;
}

.column-11, .feature-div-block-2 {
  padding-left: 40px;
}

.heading-12 {
  color: var(--midnight-blue);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 120%;
}

.text-block-42 {
  color: var(--dim-grey);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.list-div-block-2 {
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.text-block-43 {
  color: #56606d;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
}

.hero-container-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: flex;
}

.image-31 {
  width: 24px;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-68 {
  background-image: url('../images/Groupe-174761.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 450px;
}

.list-div-block-3 {
  align-items: flex-start;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero-container-3 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px;
  display: flex;
}

.div-block-70 {
  background-image: url('../images/Groupe-174761.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 450px;
}

.text-span-11 {
  font-weight: 600;
}

.hero-container-4 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px;
  display: flex;
}

.div-block-71 {
  padding-top: 40px;
}

.text-block-48 {
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 130%;
}

.text-block-49 {
  color: var(--midnight-blue);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
}

.image-34 {
  width: 500px;
}

.div-block-73 {
  background-color: #f9faff;
  border-radius: 16px;
  max-width: 300px;
  margin-bottom: 60px;
  padding: 32px;
}

.middle-heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-74 {
  min-width: 100px;
  padding-top: 40px;
}

.hero-container-5 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 60px;
  display: flex;
}

.text-block-11-copy-2 {
  color: #fff;
  margin-top: 30px;
  padding-right: 40px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.grid-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  align-content: center;
}

.div-block-75 {
  background-color: #311832;
  border-radius: 32px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.text-block-50 {
  color: #fff;
  margin-top: 30px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-51 {
  color: #bba1bc;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-76 {
  flex-direction: column;
  display: flex;
}

.link-block-18 {
  text-decoration: none;
  display: flex;
}

.div-block-77 {
  padding-top: 60px;
}

.text-block-52 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.image-kw-hero {
  width: 400px;
}

.image-35 {
  height: 80px;
  margin-top: 40px;
  margin-left: -10px;
}

.text-span-16 {
  color: var(--dark-orange);
}

.text-span-17 {
  color: var(--dark-orange);
  font-weight: 700;
}

.image-36 {
  width: 32px;
  max-width: 32px;
  margin-right: 10px;
}

.div-block-78 {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-span-18, .text-span-19 {
  color: var(--dark-orange);
}

.text-span-20 {
  color: var(--dark-orange);
  font-weight: 700;
}

.text-span-21 {
  color: var(--dark-orange);
}

.text-span-22 {
  color: var(--dark-orange);
  font-weight: 700;
}

.div-block-79 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.text-span-23 {
  color: var(--dark-orange);
  font-weight: 700;
}

.text-span-24 {
  color: var(--dark-orange);
}

.go-up-icon {
  background-color: var(--dark-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-span-25 {
  color: #f88122;
  font-weight: 700;
}

.text-block-53 {
  color: #56606d;
  max-width: 400px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  display: none;
  overflow: visible;
}

.hero-section-2 {
  background-image: url('../images/world-dot-map.svg'), linear-gradient(#422040, #422040);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.cta-button-5 {
  background-color: #311832;
  border-radius: 10px;
  margin-top: 40px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 400;
}

.hero-container-6 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 40px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.div-block-80 {
  padding-top: 20px;
}

.image-38 {
  object-fit: cover;
  flex: 1;
  max-width: 400px;
}

.heading-15 {
  color: #fff;
  max-width: 448px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}

.text-span-26 {
  color: var(--dark-orange);
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-16.center-align {
  text-align: center;
  padding-bottom: 20px;
  font-size: 40px;
}

.text-block-54 {
  color: #868585;
}

.div-block-81 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.text-block-55 {
  color: #bbb;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.button-5 {
  color: #56606d;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 60px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.heading-19 {
  color: #4a3f64;
  text-align: center;
  max-width: 500px;
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 40px;
}

.div-block-82 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-83 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-39 {
  border-radius: 50%;
  margin-right: 40px;
}

.text-block-56 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
}

.section-4 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4.slider-section {
  background-color: #fff9fc;
  margin-top: -20px;
  display: none;
}

.container-5 {
  background-color: #fff9fc;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  padding: 20px 40px;
  display: flex;
}

.text-block-57 {
  font-size: 18px;
  line-height: 24px;
}

.section-divider-2 {
  background-image: linear-gradient(#c8d4db, #c8d4db);
  border: .5px solid #c8d4db;
  border-top-color: #eef0f6;
}

.link-block-19 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.go-up-icon-2 {
  background-color: var(--dark-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-58 {
  color: #94a9c5;
  font-size: 14px;
  font-weight: 400;
}

.div-block-84 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-85 {
  text-decoration: none;
  display: flex;
}

.text-block-59 {
  color: #311832;
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-59.text-icon {
  color: #fff;
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.div-block-86 {
  flex: 0 auto;
  justify-content: space-between;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.dropdown-list-4 {
  background-color: #f6f8f9;
}

.dropdown-toggle-2 {
  color: #56606d;
  font-size: 16px;
}

.div-block-87 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.text-block-60 {
  font-size: 16px;
  font-weight: 600;
}

.footer-link-2 {
  color: #56606d;
  margin-left: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-88 {
  justify-content: flex-start;
  display: inline-block;
}

.div-block-89 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-61 {
  text-align: center;
  max-width: 750px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-13 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-14 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-91 {
  border-top: 2px solid #eef0f6;
  margin-top: 60px;
  padding-top: 60px;
}

.techno-list {
  line-height: 24px;
}

.values-content-section-2 {
  background-color: #fff9fc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.values-content-section-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.portfolio-bloc {
  flex-direction: column;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.div-block-kbm-img {
  background-color: #f1f5f8;
  background-image: url('../images/642c58159eea4241c45130f9_Group-174759.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 250px;
  margin-bottom: 20px;
}

.div-block-93 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.link-4 {
  color: var(--dark-orange);
  font-weight: 600;
  text-decoration: none;
}

.grid-16 {
  grid-row-gap: 64px;
  display: none;
}

.text-span-27, .text-span-28, .text-span-29, .text-span-30 {
  color: var(--dark-orange);
}

.contact-section-2 {
  background-image: linear-gradient(#fff, #fff);
  border-top: 2px solid #f6f8f9;
  border-bottom: 2px solid #f9faff;
  flex-direction: row;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.div-block-94 {
  color: #56606d;
  flex-direction: column;
  display: flex;
}

.div-block-95 {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.grid-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.25fr 1.25fr;
  justify-content: stretch;
  margin-top: 80px;
}

.text-block-62 {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-63 {
  font-size: 16px;
  line-height: 24px;
}

.link-5 {
  color: #56606d;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.link-6 {
  color: #56606d;
  font-size: 16px;
  text-decoration: none;
}

.link-7 {
  color: #56606d;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.image-41 {
  width: 32px;
  max-width: 32px;
  margin-right: 10px;
}

.heading-20 {
  font-size: 32px;
  line-height: 40px;
}

.div-block-kola-img {
  background-color: #fff8f0;
  background-image: url('../images/perspective-mockup-2-mobile-phones-v3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 250px;
  margin-bottom: 20px;
}

.div-block-tchopme-img {
  background-color: #fff8f0;
  background-image: url('../images/WhatsApp-Image-2024-02-07-at-21.02.20.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 250px;
  margin-bottom: 20px;
}

.div-block-afrifit-img {
  background-color: #fff8f0;
  background-image: url('../images/fitness-app-woman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 250px;
  margin-bottom: 20px;
}

.image-42 {
  width: 250px;
  max-width: 60%;
}

.nav-link {
  font-weight: 300;
  transition: color .3s, opacity .2s;
}

.nav-link:hover {
  color: var(--dark-orange);
}

.nav-link.w--current {
  color: var(--dark-orange);
  font-weight: 500;
  transition-property: color;
}

.nav-link.w--current:hover {
  color: var(--dark-orange);
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 1000px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.slider-arrow {
  color: #096ad0;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.slide-2 {
  background-color: #0000;
}

.slide-2.small {
  width: 550px;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
}

.slide-nav-3 {
  color: #096ad0;
  inset: auto 0%;
}

.paragraph-copy {
  color: #fff;
  text-align: left;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%;
}

.column-13 {
  order: 1;
}

.section-lhoft {
  background-image: url('../images/global-map-dot.png'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.text-span-31 {
  color: #422040;
}

.text-span-33 {
  color: var(--dark-orange);
}

.hero-paragraph {
  max-width: 700px;
  margin-bottom: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
}

.div-block-100 {
  max-width: 550px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Sfprodisplay, sans-serif;
}

.btn-text-block {
  color: #fff;
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.btn-text-block.gradient1 {
  background-image: linear-gradient(225deg, #ea5f08, #d33f3f 27%, #932d7c 62%, #46043c), linear-gradient(#000, #000);
  min-width: 170px;
}

.columns-5 {
  display: flex;
}

.container-wrapper {
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.btn-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.btn-align {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.column-14 {
  background-image: url('../images/20299-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.btn-text-block-secondary {
  color: #422040;
  border: 1px solid #422040;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  height: 48px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-wrapper {
  background-image: linear-gradient(225deg, #ffbe8580, #fec1811a 32%, #fdc37f03 62%, #fdc57d00), linear-gradient(225deg, #c421e700, #d23fe90f 47%, #dd56eb1a 82%, #f588ee80);
  border-radius: 32px;
  padding: 100px 60px 60px;
  position: relative;
}

.div-wrapper.hero-padding {
  margin-bottom: 40px;
  padding-top: 60px;
}

.link-btn {
  font-family: Sfprodisplay, sans-serif;
  text-decoration: none;
}

.hero-hd {
  color: #422040;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sfprodisplay, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

.margin-wrapper {
  margin-top: 40px;
}

.store-boutton {
  flex-direction: row;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.image-43 {
  flex: 1;
}

.contact-block {
  background-image: url('../images/Groupe-174774.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-height: 250px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-block.contact-us {
  text-align: left;
  background-color: #422040;
  background-image: url('../images/world-dot-map.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-101 {
  display: flex;
}

.bullet-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet-digit {
  background-color: var(--dark-orange);
  width: 48px;
  height: 48px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  display: none;
  overflow: hidden;
}

.div-block-102 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.back-to-home {
  transition: opacity .3s;
}

.back-to-home:hover {
  opacity: .7;
}

.acad-container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: flex;
}

.div-block-103 {
  flex: 1;
}

.div-block-104 {
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-slider {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-slider.loansection {
  background-image: url('../images/AdobeStock_294245618.jpg'), linear-gradient(270deg, #000, #000000d4 24%, #00000012 60%, #0000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, cover;
  border-radius: 24px;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container-slider.planning {
  background-color: var(--midnight-blue);
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
}

.container-slider.vision-obj {
  padding-left: 0;
  padding-right: 0;
}

.hide {
  display: none;
}

.list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.list.mb {
  margin-bottom: 20px;
}

.link-8 {
  color: var(--black);
  text-decoration: none;
}

.link-8:hover {
  color: var(--dark-orange);
  text-decoration: underline;
}

.link-9 {
  color: var(--black);
  text-decoration: none;
}

.link-9:hover {
  color: var(--dark-orange);
  text-decoration: underline;
}

.tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--ghost-white-3);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 250px;
  padding: 4px;
  display: grid;
}

.tab-link-english {
  background-color: var(--ghost-white-3);
  border-radius: 10px;
}

.tab-link-english.w--current {
  background-color: var(--white);
  border-radius: 12px;
}

.text-block-64, .text-block-65 {
  color: var(--black);
  text-align: center;
  font-weight: 700;
}

.tab-link-french {
  background-color: var(--ghost-white-3);
}

.tab-link-french.w--current {
  background-color: var(--white);
  border-radius: 12px;
}

.link-10 {
  color: var(--black);
  text-decoration: none;
}

.link-10:hover {
  color: var(--dark-orange);
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
  margin-top: 40px;
}

.heading-21 {
  font-weight: 400;
}

.grid-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-105 {
  width: 10px;
}

.div-block-106 {
  background-color: var(--ghost-white-2);
  width: 2px;
  height: 20px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.icon-actor {
  background-color: var(--light-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.actors-item {
  background-color: var(--white);
  border: 1px solid #eef0f6;
  border-radius: 14px;
  padding: 24px;
}

.image-44 {
  width: 22px;
  height: 22px;
}

.text-box {
  background-color: var(--light-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 18px;
}

.grid-20 {
  margin-bottom: 40px;
}

.column-15 {
  order: 9999;
}

.columns-6 {
  background-color: var(--light-orange);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 20px;
  display: flex;
}

.operators {
  width: 80px;
}

.flex-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.image-45 {
  border-radius: 14px;
  width: 100%;
}

.key-solution {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.key-item {
  background-color: var(--white);
  border-radius: 16px;
  padding: 20px;
}

.step-num {
  background-color: var(--midnight-blue);
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  background-color: var(--light-orange);
  border-radius: 12px;
  padding: 20px;
}

.emphasis {
  border: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  border-radius: 99px;
  padding: 7px 14px;
  font-family: Inconsolata, monospace;
}

.process-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light-orange);
  border: 1px solid #ebdfd4;
  border-radius: 16px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 18px;
}

.process-box.hightlight {
  border-width: 2px;
  border-color: var(--dark-orange);
}

.process-box.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-box {
  background-color: var(--dark-orange);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.text-block-66 {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 500;
}

.paragraph-8 {
  color: var(--dim-grey);
  text-align: center;
  font-family: Inconsolata, monospace;
}

.paragraph-8.m0 {
  margin-bottom: 0;
}

.div-block-107 {
  background-color: #ebdfd4;
  width: 26px;
  height: 2px;
}

.illustration {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-shadow: 0 10px 20px 6px #0000001a;
}

.illustration.hr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.illustration-2 {
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  box-shadow: 0 10px 20px 6px #0000001a;
}

.step-item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.vert-line {
  background-color: #ebdfd4;
  width: 2px;
  height: 30px;
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-self: stretch;
}

.div-block-108 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-109 {
  flex: 1;
}

.operator-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1.5px solid #ebdfd4;
  border-radius: 99px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  display: flex;
}

.mtn {
  background-color: #ffcb05;
  border-radius: 99px;
  width: 12px;
  height: 12px;
}

.flex-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-self: stretch;
}

.orange {
  background-color: #ff7900;
  border-radius: 99px;
  width: 12px;
  height: 12px;
}

.inner-illustration {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.process-title {
  color: #9c5410;
  letter-spacing: 3px;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.paragraph-time {
  color: var(--dim-grey);
  text-align: center;
  font-family: Inconsolata, monospace;
}

.paragraph-time.m0 {
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-67 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block-110 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-111 {
  background-color: var(--black);
  width: 4px;
  height: 4px;
}

.bloacktext {
  border-left: 2px solid var(--dark-orange);
  color: var(--light-orange);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.bloacktext.benefits-title {
  color: var(--dark-orange);
  font-size: 20px;
  font-weight: 500;
}

.bloacktext.light {
  color: var(--ghost-white-2);
}

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

.bloacktext.center {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
}

.bloacktext.m0 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19.2px;
}

.grid-21 {
  grid-template-columns: 1fr 1fr 1fr;
}

.flex-block-6 {
  background-color: var(--white);
  border: 1px solid #ebdfd4;
  border-radius: 16px;
  padding: 32px;
}

.feat-icon {
  width: 44px;
  height: 44px;
}

.title-text {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.title-text.benefits-title {
  color: var(--dark-orange);
  font-size: 20px;
  font-weight: 500;
}

.title-text.light {
  color: var(--ghost-white-2);
}

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

.title-text.light.mtp {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-text.center {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
}

.title-text.m0 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19.2px;
}

.pill-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.pill-items {
  border: 1px solid #ebdfd4;
  border-radius: 99px;
  padding: 10px 16px;
}

.pill-text {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.pill-text.benefits-title {
  color: var(--dark-orange);
  font-size: 20px;
  font-weight: 500;
}

.pill-text.light {
  color: var(--ghost-white-2);
}

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

.pill-text.center {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
}

.pill-text.m0 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 19.2px;
}

.column-16 {
  padding-left: 40px;
}

.column-17 {
  padding-right: 40px;
}

.image-46 {
  width: 100%;
}

.image-47 {
  width: 170px;
}

.lightbox-link {
  background-color: var(--dark-orange);
  border-radius: 99px;
  position: static;
  left: 0;
  right: auto;
}

.div-block-112 {
  position: relative;
}

.videolight {
  background-image: url('../images/KTM--Kola-Till-Manager.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-48 {
  padding: 10px;
}

.image-49 {
  width: 80%;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.image-50 {
  object-fit: fill;
  width: 200px;
  height: 61px;
}

.flex-block-7 {
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 12px;
  padding: 18px;
}

.column-18 {
  padding-right: 40px;
}

.column-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-20 {
  width: 161px;
}

.icon-primary {
  width: 24px;
  height: 24px;
}

.image-51 {
  width: 160px;
}

.image-52 {
  object-fit: fill;
  height: 250px;
}

.flex-block-8 {
  background-color: #fd6926;
}

.flex-block-9, .flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.kiosk {
  background-image: url('../images/kiosk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 500px;
}

.supermarket {
  background-image: url('../images/Supermarket.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  min-height: 500px;
}

.lang-icon {
  width: 0;
  height: auto;
}

.current-lang {
  display: inline-block;
}

.dropdown-list-5 {
  border-radius: 6px;
}

.text-block-68, .text-block-69 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .custom-container, .hero-container {
    max-width: 1400px;
  }

  .image-2 {
    width: 450px;
  }

  .text-block {
    max-width: 600px;
  }

  .grid-3 {
    grid-template-columns: 1.75fr 1.25fr 1.25fr 1.25fr;
    max-width: 1440px;
  }

  .container-section, .div-block-18, .div-block-33, .div-block-34 {
    max-width: 1400px;
  }

  .departments {
    width: 100%;
    max-width: 300px;
  }

  .container-2 {
    max-width: 1400px;
  }

  .section-2.kola-acad-home-section {
    background-position: 8% 15%;
  }

  .value-div-block, .hero-container-2, .hero-container-3, .hero-container-4, .hero-container-5, .hero-container-6 {
    max-width: 1400px;
  }

  .image-38 {
    width: 450px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
  }

  .container-wrapper {
    width: 100%;
    max-width: 1400px;
  }

  .div-wrapper.hero-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .acad-container, .container-slider {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 150px;
  }

  .custom-container {
    width: 1440px;
  }

  .hero-container {
    width: 1440px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
  }

  .heading {
    max-width: 720px;
    font-size: 56px;
    line-height: 60px;
  }

  .image-2 {
    width: 450px;
    max-width: 150%;
  }

  .text-block {
    max-width: 520px;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .cta-button {
    font-size: 20px;
  }

  .div-block-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .virtual-card {
    width: 550px;
  }

  .middle-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .kola-for-business-section {
    width: 1440px;
  }

  .grid-3 {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .text-block-12 {
    font-size: 24px;
  }

  .container-section, .div-block-18 {
    width: 1440px;
  }

  .footer-link, .text-block-15, .nav-menu {
    font-size: 18px;
  }

  .page-title {
    flex: 0 auto;
    justify-content: space-between;
  }

  .container {
    flex: 0 auto;
    padding-top: 140px;
  }

  .navbar-2 {
    display: none;
  }

  .content-section {
    justify-content: center;
  }

  .career-container {
    width: 1440px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .career-section {
    background-image: url('../images/Groupe-174774.png');
  }

  .career-section.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-33 {
    width: 1440px;
  }

  .grid-4 {
    grid-row-gap: 140px;
    grid-template-rows: auto auto;
  }

  .text-block-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-34 {
    width: 1440px;
  }

  .grid-5 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .departments {
    max-width: 350px;
  }

  .button-3 {
    height: 44px;
  }

  .container-2 {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-2.loansection {
    min-height: 600px;
  }

  .heading-5 {
    font-size: 52px;
    line-height: 60px;
  }

  .columns {
    max-width: 75%;
  }

  .section-2.kola-acad-section {
    background-size: 550px;
  }

  .section-2.kola-acad-home-section {
    background-position: 15% 15%;
    background-size: 587px;
  }

  .heading-6 {
    margin-bottom: 100px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .heading-9 {
    align-self: flex-start;
    margin-top: 20px;
  }

  .text-block-24 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-15 {
    max-width: 100%;
    margin-left: 0;
  }

  .about-container {
    width: 1440px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .values-grid {
    grid-row-gap: 140px;
    grid-template-rows: auto;
  }

  .value-div-block {
    width: 1440px;
  }

  .paragraph-2-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-44 {
    width: 550px;
    height: 450px;
  }

  .paragraph-6 {
    width: 800px;
  }

  .heading-6-copy {
    margin-bottom: 10px;
  }

  .text-block-32.center-align {
    font-size: 20px;
    line-height: 26px;
  }

  .infos-block.extra-border {
    padding-left: 20px;
    padding-right: 20px;
  }

  .acad-button {
    height: 44px;
  }

  .vision-objectif-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2-copy {
    font-size: 24px;
    line-height: 34px;
  }

  .image-26 {
    height: 500px;
  }

  .heading-12 {
    font-size: 50px;
    line-height: 60px;
  }

  .text-block-42 {
    font-size: 20px;
  }

  .text-block-43 {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-container-2 {
    width: 1440px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .hero-container-3 {
    width: 1440px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-container-4 {
    width: 1440px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .text-block-48 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-49 {
    font-size: 24px;
  }

  .div-block-73 {
    max-width: 450px;
  }

  .middle-heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-container-5 {
    width: 1440px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-11-copy-2 {
    font-size: 24px;
  }

  .text-block-51 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-52 {
    font-size: 70px;
    line-height: 80px;
  }

  .image-kw-hero {
    width: 400px;
    max-width: 150%;
  }

  .image-35 {
    height: 90px;
  }

  .text-block-53 {
    max-width: 520px;
    font-size: 24px;
    line-height: 34px;
  }

  .cta-button-5 {
    font-size: 20px;
  }

  .hero-container-6 {
    width: 1440px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .grid-12 {
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
  }

  .div-block-80 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image-38 {
    width: 450px;
    max-width: 150%;
  }

  .heading-15 {
    max-width: 720px;
    font-size: 56px;
    line-height: 60px;
  }

  .text-block-54 {
    font-size: 20px;
    line-height: 30px;
  }

  .button-5 {
    margin-top: 40px;
  }

  .heading-19 {
    margin-bottom: 100px;
  }

  .container-5 {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-59 {
    font-size: 18px;
  }

  .div-block-86 {
    width: 1440px;
  }

  .footer-link-2 {
    font-size: 18px;
  }

  .techno-list {
    font-size: 20px;
    line-height: 30px;
  }

  .portfolio-bloc {
    flex-direction: column;
    align-items: flex-start;
    width: 500px;
  }

  .div-block-kbm-img {
    align-self: flex-start;
    width: 500px;
    height: 350px;
    margin-bottom: 0;
  }

  .div-block-93 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-4 {
    font-size: 18px;
  }

  .grid-16 {
    grid-column-gap: 32px;
    flex: 0 auto;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: center;
  }

  .grid-17 {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .text-block-62 {
    font-size: 24px;
  }

  .heading-20 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-kola-img {
    align-self: flex-start;
    width: 500px;
    height: 350px;
    margin-bottom: 0;
  }

  .div-block-tchopme-img {
    object-fit: fill;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
    width: 500px;
    height: 350px;
    margin-bottom: 0;
  }

  .div-block-afrifit-img {
    align-self: flex-start;
    width: 500px;
    height: 350px;
    margin-bottom: 0;
  }

  .container-wrapper {
    width: 100%;
    max-width: 1440px;
  }

  .contact-block {
    background-image: url('../images/Groupe-174774.png');
  }

  .contact-block.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .acad-container {
    width: 1440px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .container-slider {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-slider.loansection {
    min-height: 600px;
  }

  .bloacktext, .title-text, .pill-text {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 100px;
  }

  .custom-container {
    max-width: 1000px;
  }

  .hero-container {
    max-width: 1000px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .grid {
    grid-template-columns: .75fr .5fr;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .image-2 {
    width: 320px;
  }

  .text-block {
    max-width: 300px;
    font-size: 1.2rem;
    line-height: 130%;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-2 {
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-size: 16px;
  }

  .image-4 {
    width: 24px;
    margin-right: 20px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .vitual-card-feature-list {
    font-size: 18px;
  }

  .streamline-grid {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
  }

  .middle-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 42px;
  }

  .div-block-6 {
    padding-top: 0;
  }

  .kola-for-business-section {
    width: 750px;
  }

  .invest-div-block {
    padding-top: 0;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 850px;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .container-section {
    max-width: 850px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    align-items: center;
  }

  .div-block-19 {
    max-width: 300px;
  }

  .footer-navigation {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .footer-link {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.cus {
    margin-top: 0;
    margin-left: 20px;
  }

  .div-block-23 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--ghost-white-2);
  }

  .h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .link-block-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    max-width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    background-color: #f1feff;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
  }

  .brand.w--current {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .container {
    padding-top: 40px;
  }

  .container-3.nav {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-21 {
    padding-left: 10px;
    font-size: 16px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-17 {
    font-size: 13px;
  }

  .paragraph-top {
    text-align: center;
    max-width: 350px;
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #f3b5b5;
  }

  .navbar-2 {
    justify-content: space-between;
    padding-left: 20px;
  }

  .content-section {
    min-width: 300px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-31 {
    min-width: 300px;
  }

  .link-block-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-18 {
    margin-left: 10px;
    font-size: 12px;
  }

  .image-8 {
    flex: 1;
    max-width: 100px;
  }

  .career-container {
    width: 750px;
    padding: 20px;
  }

  .career-section {
    min-height: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
  }

  .career-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-33 {
    max-width: 800px;
  }

  .grid-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .div-block-34 {
    width: 750px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .div-block-35 {
    display: none;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    max-width: 800px;
  }

  .container-2.loansection {
    background-color: var(--midnight-blue);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-2.planning {
    max-width: 800px;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .paragraph {
    max-width: 500px;
    font-size: 18px;
    line-height: 28px;
  }

  .columns-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-2.kola-acad-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-2.kola-acad-home-section {
    background-image: url('../images/Groupe-174777_1.png');
    background-position: 0 105%;
    background-repeat: no-repeat;
    background-size: 400px;
    background-attachment: scroll;
    justify-content: space-between;
    align-items: center;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.loan {
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .heading-6.left.ctaheading {
    max-width: 500px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .image-11 {
    display: none;
    bottom: -45%;
    left: 48%;
  }

  .div-block-38 {
    width: 470px;
  }

  .text-block-23 {
    font-size: 20px;
    line-height: 30px;
  }

  .image-15 {
    max-width: 100%;
    margin-left: 0;
  }

  .kbm-download {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-section {
    min-height: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-container {
    width: 750px;
    padding: 20px;
  }

  .about-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .values-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .values-content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .value-div-block {
    max-width: 800px;
  }

  .link-arrow {
    font-size: 14px;
  }

  .title-separation {
    margin-top: 20px;
  }

  .paragraph-5 {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .ap-field-bouton {
    margin-top: 0;
    font-size: 13px;
  }

  .ap-field-bouton.learn-more-goal {
    margin-top: -26px;
  }

  .heading-10.goals-description {
    margin-bottom: 0;
    font-size: 28px;
  }

  .div-block-41 {
    grid-template-rows: auto .5fr;
  }

  .div-block-16 {
    margin-top: 60px;
  }

  .paragraph-2-copy {
    text-align: left;
  }

  .column-4 {
    display: none;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .contact-acad-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .heading-6-copy {
    font-size: 36px;
  }

  .div-block-50 {
    height: 560px;
  }

  .div-block-50.how-to {
    height: 400px;
  }

  .grid-8 {
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .infos-block {
    padding-left: 10px;
    padding-right: 20px;
  }

  .vision-objectif-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 600px;
  }

  .column-7 {
    margin-top: 46px;
  }

  .column-9 {
    display: none;
  }

  .div-block-55 {
    min-height: 220px;
  }

  .div-block-56 {
    padding-bottom: 20px;
  }

  .image-25 {
    width: 45px;
    max-width: 100%;
    height: 45px;
  }

  .div-block-57-icon-title {
    padding-bottom: 20px;
  }

  .mfis-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .mfis-section.invert-colomn {
    flex-direction: column-reverse;
  }

  .mfi-support-img {
    min-height: 500px;
  }

  .grid-10 {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .text-block-37 {
    font-size: 18px;
  }

  .text-block-38 {
    height: 100px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-2-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-64 {
    flex-direction: column;
    align-items: center;
  }

  .link-block-17 {
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .image-26 {
    height: 200px;
  }

  .dropdown {
    margin-left: 0;
  }

  .investor-support-img {
    min-height: 500px;
  }

  .column-11 {
    padding-bottom: 40px;
    padding-left: 0;
  }

  .column-12 {
    padding-bottom: 40px;
  }

  .feature-div-block-2 {
    padding-left: 20px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .text-block-42 {
    font-size: 16px;
    line-height: 20px;
  }

  .list-div-block-2 {
    margin-top: 4px;
    padding-bottom: 8px;
  }

  .text-block-43 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-container-2 {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-31 {
    width: 24px;
    margin-right: 20px;
  }

  .div-block-68 {
    background-size: 250px;
  }

  .list-div-block-3 {
    margin-top: 4px;
    padding-bottom: 8px;
  }

  .hero-container-3 {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-70 {
    background-size: 250px;
  }

  .hero-container-4 {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-72 {
    display: block;
  }

  .div-block-73 {
    margin-bottom: 40px;
  }

  .middle-heading-2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-74 {
    padding-top: 0;
  }

  .hero-container-5 {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-11 {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-kw-hero {
    width: 280px;
  }

  .image-35 {
    height: 60px;
  }

  .text-block-53 {
    max-width: 300px;
    font-size: 16px;
    line-height: 22px;
  }

  .cta-button-5 {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-size: 16px;
  }

  .hero-container-6 {
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .grid-12 {
    grid-template-columns: .75fr .5fr;
  }

  .image-38 {
    width: 280px;
  }

  .heading-15 {
    max-width: 400px;
    font-size: 2.5rem;
    line-height: 130%;
  }

  .heading-16 {
    font-size: 24px;
  }

  .div-block-81 {
    width: 470px;
  }

  .text-block-55 {
    font-size: 20px;
    line-height: 30px;
  }

  .button-5 {
    font-size: 18px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-5 {
    max-width: 700px;
  }

  .div-block-84 {
    max-width: 300px;
  }

  .div-block-86 {
    align-items: center;
  }

  .div-block-87 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-link-2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-89 {
    flex-direction: column;
    align-items: center;
  }

  .values-content-section-2, .values-content-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .portfolio-bloc, .div-block-kbm-img {
    width: 300px;
  }

  .div-block-93 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-17 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
  }

  .text-block-62 {
    font-size: 18px;
  }

  .heading-20 {
    margin-top: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-kola-img, .div-block-tchopme-img, .div-block-afrifit-img {
    width: 300px;
  }

  .wrapper {
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .slide-2.small {
    width: 350px;
  }

  .paragraph-copy {
    max-width: 500px;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 130%;
  }

  .hero-paragraph {
    font-size: 1.2rem;
  }

  .div-block-100 {
    max-width: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-wrapper {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-align {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .column-14 {
    min-height: 150px;
  }

  .hero-hd {
    font-size: 3rem;
  }

  .margin-wrapper {
    margin-top: 20px;
  }

  .contact-block {
    min-height: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .acad-container {
    max-width: 800px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .container-slider {
    justify-content: flex-end;
    align-items: center;
    max-width: 800px;
  }

  .container-slider.loansection {
    background-color: var(--midnight-blue);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-slider.planning {
    max-width: 800px;
  }

  .tabs-menu {
    background-color: var(--white-smoke);
    border-radius: 16px;
    padding: 4px;
  }

  .tab-link-english.w--current {
    background-color: var(--white);
    border-radius: 12px;
  }

  .text-block-64 {
    color: var(--dark-orange);
    text-align: center;
  }

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

  .tab-link-french {
    background-color: var(--white-smoke);
  }

  .grid-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .key-solution {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .process-box {
    min-width: 200px;
  }

  .div-block-107 {
    width: 2px;
    height: 26px;
  }

  .illustration {
    flex-flow: column;
  }

  .flex-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inner-illustration {
    flex-flow: column;
  }

  .bloacktext {
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-21 {
    grid-template-columns: 1fr 1fr;
  }

  .title-text {
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .pill-text {
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .kiosk, .supermarket {
    min-height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 90%;
    max-width: 140px;
  }

  .custom-container, .hero-container {
    max-width: 750px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container.footer {
    max-width: 600px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 350px;
  }

  .text-block {
    text-align: center;
    max-width: 450px;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .loan-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .virtual-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .virtual-card {
    width: 600px;
  }

  .streamline-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .kola-for-business-section {
    width: 450px;
    padding: 40px 0 60px;
  }

  .contact-section {
    padding: 60px 0;
  }

  .grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 40px;
  }

  .container-section {
    max-width: 500px;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .kola-copyright {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .div-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h1 {
    max-width: 100%;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: flex-start;
    max-width: none;
    margin-right: auto;
    padding-left: 0;
  }

  .page-title {
    min-width: 100px;
    margin-bottom: 20px;
  }

  .div-block-28 {
    grid-template-columns: 1.75fr;
    justify-content: center;
    justify-items: center;
  }

  .container {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .paragraph-top {
    max-width: 350px;
  }

  .navbar-2 {
    padding-right: 0;
  }

  .link-block-10 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-31 {
    flex-direction: column;
    width: 90%;
    min-width: 400px;
    max-width: 800px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-18 {
    margin-left: 0;
    padding-top: 0;
  }

  .text-span-4 {
    font-weight: 700;
  }

  .div-block-32 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .career-container {
    width: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .div-block-33 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-22 {
    padding-bottom: 40px;
  }

  .div-block-34 {
    width: 450px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr;
    margin-top: 40px;
  }

  .button-3 {
    display: none;
  }

  .container-2 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    max-width: 450px;
    margin-bottom: 20px;
    font-size: 2.5rem;
    line-height: 110%;
  }

  .paragraph {
    max-width: 400px;
  }

  .columns {
    display: flex;
  }

  .columns-3 {
    flex-flow: column;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-2.kola-acad-home-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 130%;
  }

  .heading-6.left.ctaheading {
    max-width: 400px;
  }

  .image-11 {
    max-width: 60%;
    bottom: -32%;
    left: 43%;
  }

  .div-block-38 {
    width: 380px;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-16 {
    object-fit: contain;
    height: 80px;
    padding-bottom: 20px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .about-container {
    width: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .values-grid {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value-div-block {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-arrow {
    font-size: 10px;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .ap-field-bouton {
    margin-top: 0;
    margin-right: -8px;
    overflow: visible;
  }

  .ap-field-bouton.learn-more-goal {
    margin-top: -4px;
    margin-bottom: 0;
  }

  .div-block-40 {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .heading-10.goals-description {
    text-align: left;
    font-size: 24px;
  }

  .div-block-42 {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .column-3 {
    display: none;
  }

  .paragraph-6 {
    width: 500px;
  }

  .contact-acad-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-6-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-50 {
    height: 600px;
  }

  .acad-button {
    display: block;
  }

  .acad-button.our-courses {
    display: flex;
  }

  .column-6 {
    padding-bottom: 20px;
  }

  .column-9 {
    display: none;
  }

  .grid-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-38 {
    height: auto;
  }

  .image-26 {
    height: 160px;
  }

  .column-11 {
    padding-left: 0;
  }

  .hero-container-2, .hero-container-3, .hero-container-4, .hero-container-5 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-75 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-kw-hero {
    width: 280px;
  }

  .image-35 {
    margin-top: 20px;
  }

  .div-block-78 {
    flex-flow: wrap;
    padding-bottom: 10px;
  }

  .hero-container-6 {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-80 {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .image-38 {
    width: 350px;
  }

  .heading-15 {
    text-align: center;
    max-width: 500px;
    font-size: 2.5rem;
    line-height: 130%;
  }

  .heading-16.center-align {
    font-size: 32px;
  }

  .div-block-81 {
    width: 380px;
  }

  .heading-18 {
    font-size: 32px;
  }

  .text-block-55 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-5 {
    font-size: 16px;
  }

  .heading-19 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: 85vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-85 {
    margin-top: 40px;
  }

  .div-block-86 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-87 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-61 {
    max-width: 700px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-90 {
    margin-bottom: 40px;
  }

  .grid-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-91 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .grid-15 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .portfolio-bloc, .div-block-kbm-img {
    width: 400px;
  }

  .div-block-93 {
    padding-top: 0;
  }

  .grid-16 {
    grid-column-gap: 8px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-span-27 {
    font-size: 20px;
  }

  .contact-section-2 {
    padding: 60px 0;
  }

  .div-block-95 {
    padding-bottom: 10px;
  }

  .grid-17 {
    margin-top: 40px;
  }

  .div-block-kola-img, .div-block-tchopme-img, .div-block-afrifit-img {
    width: 400px;
    margin-bottom: 10px;
  }

  .wrapper {
    width: 500px;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .row {
    flex-wrap: wrap;
  }

  .slide-2.small {
    width: 460px;
  }

  .slide-nav-3 {
    font-size: 10px;
  }

  .paragraph-copy {
    text-align: center;
    max-width: 450px;
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 150%;
  }

  .column-13 {
    flex-flow: column;
    display: flex;
  }

  .columns-5 {
    flex-flow: column;
  }

  .container-wrapper {
    max-width: 750px;
  }

  .btn-align {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .column-14 {
    order: -1;
    height: 400px;
    max-height: 500px;
    margin-bottom: 0;
  }

  .margin-wrapper {
    margin-top: 10px;
  }

  .acad-container, .container-slider {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloacktext, .title-text, .pill-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .custom-container {
    max-width: 400px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .hero-container {
    max-width: 400px;
    padding: 20px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 130%;
  }

  .image-2 {
    width: 240px;
    max-width: 106%;
  }

  .text-block {
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .feature-div-block {
    padding-left: 0;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-4 {
    margin-left: 20px;
    margin-right: 10px;
  }

  .streamline-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.25fr;
  }

  .middle-heading {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .kola-for-business-section {
    width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .container-section {
    max-width: 350px;
    padding-left: 0;
    padding-right: 10px;
  }

  .footer-section {
    padding-top: 20px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .kola-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-21 {
    margin-top: 40px;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .link-block-12 {
    margin-top: 20px;
  }

  .image-9 {
    max-width: 50%;
  }

  .brand {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .brand.w--current {
    flex: 0 auto;
  }

  .page-title {
    flex: 0 auto;
    justify-content: flex-end;
    min-width: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .div-block-28 {
    align-content: center;
  }

  .container {
    flex: none;
    justify-content: center;
    width: auto;
    max-width: 500px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3.nav {
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-17 {
    order: 1;
    align-self: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-top {
    max-width: 250px;
    font-weight: 400;
    line-height: 20px;
  }

  .navbar-2 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .content-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-31 {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-18 {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-8 {
    max-width: 70px;
  }

  .div-block-32 {
    margin-top: 0;
  }

  .career-container {
    width: 300px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .career-section.contact-us, .career-content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-33 {
    max-width: 300px;
  }

  .text-block-22 {
    padding-bottom: 20px;
  }

  .div-block-34 {
    width: 360px;
  }

  .container-2.loansection {
    max-width: 350px;
  }

  .container-2.vision-obj {
    max-width: 1000px;
  }

  .heading-5 {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 130%;
  }

  .paragraph {
    max-width: 300px;
    font-size: 1rem;
    line-height: 150%;
  }

  .paragraph.white {
    width: 80%;
    max-width: 300px;
  }

  .columns {
    flex-direction: column;
  }

  .section-2 {
    padding-top: 20px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-3.loan {
    padding-bottom: 60px;
  }

  .heading-6 {
    max-width: 300px;
    font-size: 2rem;
    line-height: 130%;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-11 {
    display: none;
  }

  .div-block-38 {
    width: 280px;
  }

  .image-15 {
    max-width: 100%;
  }

  .image-16 {
    height: 60px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 20px;
  }

  .about-container {
    width: 300px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .values-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .values-content-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .value-div-block {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .ap-field-bouton {
    justify-content: space-around;
    margin-top: 0;
    margin-right: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    display: flex;
  }

  .ap-field-bouton.learn-more-goal {
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-40 {
    flex-direction: column;
    display: flex;
  }

  .heading-10.goals-description {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-42 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-44 {
    width: 280px;
    height: 230px;
  }

  .paragraph-6 {
    width: 270px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-25 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 16px;
  }

  .image-19 {
    width: 48px;
    max-width: 60%;
    height: 48px;
    margin-right: 10px;
  }

  .slider {
    min-height: 500px;
  }

  .contact-acad-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .heading-6-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .div-block-50 {
    height: 1200px;
  }

  .div-block-50.how-to {
    height: 900px;
  }

  .grid-8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .infos-block.extra-border {
    border-bottom: 2px solid #442745;
    padding-bottom: 40px;
  }

  .vision-objectif-block {
    height: 800px;
  }

  ._4-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .step-block {
    padding-bottom: 40px;
  }

  .column-8 {
    display: flex;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-26 {
    display: none;
  }

  .dropdown-toggle {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-div-block-2 {
    padding-left: 0;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 32px;
  }

  .hero-container-2 {
    max-width: 300px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-30 {
    max-width: 104%;
  }

  .image-31 {
    margin-left: 20px;
    margin-right: 10px;
  }

  .hero-container-3, .hero-container-4 {
    max-width: 300px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-71 {
    padding-top: 0;
  }

  .text-block-49 {
    font-size: 18px;
  }

  .div-block-73 {
    margin-bottom: 20px;
    padding: 20px;
  }

  .middle-heading-2 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
  }

  .hero-container-5 {
    max-width: 300px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-11-copy-2 {
    font-size: 16px;
  }

  .div-block-75 {
    padding: 20px 20px 40px;
  }

  .text-block-50 {
    font-size: 16px;
  }

  .text-block-51 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-77 {
    padding-top: 40px;
  }

  .text-block-52 {
    font-size: 32px;
    line-height: 42px;
  }

  .image-kw-hero {
    width: 200px;
    max-width: 106%;
  }

  .div-block-78 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block-53 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-container-6 {
    max-width: 300px;
    padding: 20px 10px;
  }

  .grid-12 {
    justify-items: center;
  }

  .div-block-80 {
    text-align: center;
  }

  .image-38 {
    width: 240px;
    max-width: 106%;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 130%;
  }

  .heading-16.center-align {
    padding-bottom: 0;
    font-size: 24px;
  }

  .div-block-81 {
    width: 280px;
  }

  .text-block-55 {
    line-height: 22px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-39 {
    width: 48px;
    max-width: 60%;
    height: 48px;
    margin-right: 10px;
  }

  .text-block-56 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-57 {
    font-size: 16px;
  }

  .div-block-85 {
    margin-top: 40px;
  }

  .div-block-86 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-87 {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
  }

  .footer-link-2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .div-block-88 {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-61 {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .values-content-section-2, .values-content-section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-15 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-bloc {
    width: 250px;
  }

  .div-block-kbm-img {
    width: 250px;
    height: 180px;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    justify-content: center;
    justify-items: center;
  }

  .contact-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .div-block-95 {
    padding-bottom: 0;
  }

  .grid-17 {
    margin-top: 40px;
  }

  .text-block-62 {
    margin-bottom: 10px;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-kola-img, .div-block-tchopme-img, .div-block-afrifit-img {
    width: 250px;
    height: 180px;
  }

  .wrapper {
    width: 320px;
    height: 400px;
  }

  .left-arrow {
    width: 60px;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .slide-2.small {
    width: 280px;
  }

  .right-arrow {
    width: 60px;
  }

  .slide-nav-3 {
    height: 32px;
    font-size: 8px;
  }

  .paragraph-copy {
    text-align: center;
    font-size: 1.125rem;
    line-height: 130%;
  }

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

  .hero-paragraph {
    font-size: 1.125rem;
  }

  .container-wrapper {
    max-width: 500px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-align {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .column-14 {
    height: 250px;
    max-height: 350px;
  }

  .div-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-wrapper.hero-padding {
    padding: 20px;
  }

  .hero-hd {
    font-size: 2.5rem;
  }

  .margin-wrapper {
    margin-top: 0;
  }

  .store-boutton {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .contact-block.contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bullet-digit {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
    display: inline-flex;
  }

  .acad-container {
    max-width: 300px;
    padding: 20px 10px;
  }

  .container-slider.loansection {
    max-width: 350px;
  }

  .container-slider.vision-obj {
    max-width: 1000px;
  }

  .key-solution {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .process-box {
    align-self: stretch;
  }

  .div-block-107 {
    width: 2px;
    height: 26px;
  }

  .illustration, .step-item {
    flex-flow: column;
  }

  .flex-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inner-illustration {
    flex-flow: column;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }
}

#w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-9ae7d61c, #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734229e1-ba1d-70ea-38de-acb83769589a-9ae7d61c, #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83b2-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c2-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c3-9ae7d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdec0028-b528-21fe-9610-44626e6386d5-6e6386cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fdec0028-b528-21fe-9610-44626e6386e8-6e6386cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdec0028-b528-21fe-9610-44626e6386e0-6e6386cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_89a369e4-defb-4264-c7d9-524a95554112-6e6386cf, #w-node-_62ccc600-d589-4358-b1b8-e4cda1a48909-6e6386cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89d502f-1902-3481-ccbc-948beae5e27e-6e6386cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51580ea7-ee4a-8998-6e09-feacf9829f46-9ae7d61d {
  justify-self: center;
}

#w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac54-9ae7d61e, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac57-9ae7d61e, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac5a-9ae7d61e, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac5d-9ae7d61e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_01519335-e446-f960-7e03-255cb10741da-9ae7d61e, #w-node-_9c94978f-d58c-df9c-c6a6-611173bcd534-9ae7d61e, #w-node-_6dc6d25b-eda8-3151-4892-deb1e3e458aa-9ae7d61e, #w-node-e1ca2119-0e3d-2c05-004c-1b4f6089cdcd-9ae7d61e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d27b5853-3030-a4fc-6fa7-461c3fb9ea1b-9ae7d61e {
  align-self: stretch;
}

#w-node-d27b5853-3030-a4fc-6fa7-461c3fb9ea25-9ae7d61e {
  place-self: stretch start;
}

#w-node-_6bdcbc8a-e344-70e4-8872-c348d1b63938-9ae7d61f, #w-node-_38300407-6a2e-872c-d002-8dee2599477c-9ae7d61f, #w-node-_322d7ca8-a0a8-d234-1173-1577427ee6ab-9ae7d61f, #w-node-fee81d27-a784-8c0e-50c3-cf09405259d1-9ae7d61f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eab5cd3d-5615-5817-88a1-454d4fc02283-9ae7d61f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1236603f-7e6d-0cda-88b4-757de2843612-9ae7d61f, #w-node-_4b433391-10d6-a33b-2515-0a8962464bff-9ae7d61f, #w-node-_77f18c64-86f1-9613-ac7c-8b2a39189b78-9ae7d61f, #w-node-_77f18c64-86f1-9613-ac7c-8b2a39189b79-9ae7d61f, #w-node-b1712895-5b39-e0d1-73f5-4f5182993d4d-9ae7d61f, #w-node-b1712895-5b39-e0d1-73f5-4f5182993d4e-9ae7d61f, #w-node-_1ce80f43-334d-10e8-6a3e-8b6c5caad10d-9ae7d61f, #w-node-_1ce80f43-334d-10e8-6a3e-8b6c5caad10e-9ae7d61f, #w-node-_45e4f029-04a7-2334-26fc-84c0763beb26-9ae7d621, #w-node-_8ffdef48-e36f-156c-a59d-f6a40de86697-9ae7d621, #w-node-_90458df3-96bf-d698-2813-142d6298c9bd-9ae7d621, #w-node-_19716462-7d92-4fc2-2dba-8248505f11d1-9ae7d621, #w-node-_73a33211-2f41-304e-2016-f4ea83686061-9ae7d621, #w-node-d84f9254-c53f-690b-0f01-a00cb62b6f0f-9ae7d621, #w-node-fb9c719f-4ee5-d8c2-b8ef-e447cb022796-9ae7d621, #w-node-_4b848eba-a745-ed12-3878-704f98a650cc-9ae7d621, #w-node-_3b0918d8-2218-403e-9f28-9aec36f58dfc-9ae7d621, #w-node-f05852a4-5462-2afc-377d-b035f2626086-9ae7d621, #w-node-a57daef7-78f3-5148-2307-c38bb73aed4a-9ae7d621, #w-node-_10c2754b-1fe9-bb2a-94b1-c8a678feace4-9ae7d621, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e50-9ae7d621, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e51-9ae7d621, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e52-9ae7d621, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e54-9ae7d621, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfa-9ae7d621, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfb-9ae7d621, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfc-9ae7d621, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfe-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc58-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc59-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5a-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5c-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5e-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5f-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc60-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc62-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc64-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc65-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc66-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc68-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6a-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6b-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6c-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6e-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc70-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc71-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc72-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc74-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc76-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc77-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc78-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7a-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7c-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7d-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7e-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc80-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc82-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc83-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc84-9ae7d621, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc86-9ae7d621, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962917-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962918-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962919-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291b-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291d-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291e-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291f-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962921-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962923-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962924-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962925-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962927-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962929-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292a-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292b-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292d-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292f-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962930-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962931-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962933-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962935-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962936-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962937-9ae7d622, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962939-9ae7d622, #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-9ae7d623, #w-node-ef37a581-eb9d-51d2-edb2-7b94d36f2834-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef37a581-eb9d-51d2-edb2-7b94d36f2836-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_32711091-753a-43bd-16b2-fc006ed689cb-9ae7d623 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_32711091-753a-43bd-16b2-fc006ed689cd-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_64eff11c-4f35-2376-3ba0-0b582d5613ee-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64eff11c-4f35-2376-3ba0-0b582d5613f0-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a802-9ae7d623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a803-9ae7d623, #w-node-aca46738-f27f-8920-fb52-b8e2f184a804-9ae7d623, #w-node-aaa983e8-6878-a16c-c9c6-02eed6b1f1d0-9ae7d623, #w-node-_8157790a-0175-4453-7708-6e40325162f1-9ae7d624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8157790a-0175-4453-7708-6e40325162fd-9ae7d624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_82ceead9-bc7e-7620-a3bc-46e4f57e2940-9ae7d625, #w-node-d7159432-e83f-90b4-7198-321281625051-9ae7d625, #w-node-_9351ff18-639f-fbba-d90c-d2b96a4228da-9ae7d625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_43350156-4c56-b00f-5b5c-16912aea7514-9ae7d625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd928151-1aa3-b086-db1a-4e3a6772b3f9-9ae7d625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99d9acd0-1bba-678a-1959-646cee8f6c2b-9ae7d625, #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-9ae7d626, #w-node-_004eb40f-7d52-2913-a97a-2e2fcbdaed76-9ae7d626, #w-node-_0db786f4-7249-daaf-67bc-ddbe802a78c7-9ae7d626, #w-node-_66c33675-d02b-3cc7-e722-714b12fa95d2-9ae7d626, #w-node-_43350156-4c56-b00f-5b5c-16912aea7514-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd928151-1aa3-b086-db1a-4e3a6772b3f9-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99d9acd0-1bba-678a-1959-646cee8f6c2b-9ae7d626, #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734229e1-ba1d-70ea-38de-acb83769589a-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6929d3c2-93fb-7929-3daf-a392f5764359-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b8b218ac-33d8-1a35-cea3-7da49bbacca1-9ae7d626 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1a6252a4-5055-ff0e-0af7-73e5fc248688-9ae7d626, #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-9ae7d627, #w-node-_004eb40f-7d52-2913-a97a-2e2fcbdaed76-9ae7d627, #w-node-_0db786f4-7249-daaf-67bc-ddbe802a78c7-9ae7d627, #w-node-_66c33675-d02b-3cc7-e722-714b12fa95d2-9ae7d627, #w-node-_43350156-4c56-b00f-5b5c-16912aea7514-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd928151-1aa3-b086-db1a-4e3a6772b3f9-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99d9acd0-1bba-678a-1959-646cee8f6c2b-9ae7d627, #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734229e1-ba1d-70ea-38de-acb83769589a-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6929d3c2-93fb-7929-3daf-a392f5764359-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b8b218ac-33d8-1a35-cea3-7da49bbacca1-9ae7d627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1a6252a4-5055-ff0e-0af7-73e5fc248688-9ae7d627, #w-node-_7cbba2c7-af60-5b62-ef5b-acd06efc7915-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cbba2c7-af60-5b62-ef5b-acd06efc7923-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7cbba2c7-af60-5b62-ef5b-acd06efc7924-9ae7d628, #w-node-_2368fd80-700c-29e7-b817-ba89aed2af47-9ae7d628, #w-node-_2368fd80-700c-29e7-b817-ba89aed2af48-9ae7d628, #w-node-a3d03388-becd-3091-14bf-d2050e0c068b-9ae7d628, #w-node-a3d03388-becd-3091-14bf-d2050e0c068c-9ae7d628, #w-node-de45eed8-69bf-f247-b119-b784282f2369-9ae7d628, #w-node-de45eed8-69bf-f247-b119-b784282f236a-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_752ab948-6f5d-78e2-1b0d-2341edc13234-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fbcec58e-50cb-eb00-6ed2-a1ea9e54d983-9ae7d628, #w-node-_5580e515-4868-e949-84d1-a61958223bf8-9ae7d628, #w-node-_3e49d295-0cd9-3da6-55f8-57e3fb6371fb-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05e8a265-a758-4aec-d120-05368cb7f27e-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4f341b2b-3510-15e6-4260-9e9e2c08cc44-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd8a6fe8-1037-f47e-6faa-6e179760e6c4-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bd8a6fe8-1037-f47e-6faa-6e179760e6cd-9ae7d628, #w-node-bd8a6fe8-1037-f47e-6faa-6e179760e6d1-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_455b9d0e-bf76-e155-3300-e66e3276a167-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7a32dad3-34f2-8a30-66fb-922e57c4d455-9ae7d628, #w-node-_7a32dad3-34f2-8a30-66fb-922e57c4d457-9ae7d628, #w-node-_7a32dad3-34f2-8a30-66fb-922e57c4d459-9ae7d628, #w-node-_3293bc83-7c6b-7e7a-dd2c-d8ac6ee74281-9ae7d628, #w-node-_2387ee10-f1cd-a004-01b1-ef6dc8e5d9b8-9ae7d628, #w-node-_2387ee10-f1cd-a004-01b1-ef6dc8e5d9ba-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73d402fc-0376-3e83-9fd3-4f8885a28ab2-9ae7d628, #w-node-_8d8ae132-d662-100a-db90-994b32371d67-9ae7d628, #w-node-d294e59e-143b-84f1-94d5-688b6f0becf7-9ae7d628, #w-node-c8646474-964f-0916-0482-575d81284a98-9ae7d628, #w-node-_30c43a88-05e5-33a2-bb4a-7a2e5aefb29e-9ae7d628, #w-node-_8d0484e2-6af0-ea0a-9cd4-e259c932fb56-9ae7d628, #w-node-aea6d3c7-9f38-8a75-c6f2-974e1ec933b1-9ae7d628, #w-node-_14fd35c8-cb1f-6d55-334b-c5f5bde363f8-9ae7d628, #w-node-_32bda653-e322-4af3-c9e3-f66c54942c17-9ae7d628, #w-node-ff95dacc-5caa-50d6-ba8e-e557fcbcf260-9ae7d628, #w-node-bf3089aa-7a20-72ab-8e79-6113cd37897b-9ae7d628, #w-node-e6bcde86-a3e2-c86e-47c2-5cf647c8addc-9ae7d628, #w-node-c6ca4d59-5ba8-3fa2-69f9-229f8505ba8b-9ae7d628, #w-node-a1627243-7853-4fc1-9789-6fcee82331bc-9ae7d628, #w-node-_83b5b6b9-26a7-c7eb-21c4-21f8e039f339-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0e31bd19-85ec-fa74-b3c4-f6411f2fcb99-9ae7d628, #w-node-_786e6f4c-9a6d-a819-ad9e-0527710d5911-9ae7d628, #w-node-_46216e4a-0325-d5f9-5605-f0af7ef0782b-9ae7d628, #w-node-eb8f42cd-0123-2976-d85e-064f672fc6d9-9ae7d628, #w-node-e72a0fb7-d104-1268-e058-e80553812d93-9ae7d628, #w-node-_1da7b1db-9916-66a6-463a-23aa2b6cc35c-9ae7d628, #w-node-e7cfe8e2-ca75-1637-079d-e2a56474c629-9ae7d628, #w-node-_43ea35ce-c307-d739-6ee2-3011e1d33cf7-9ae7d628, #w-node-a6243408-8cfd-f0f6-5a41-1ed3c2ccd5d1-9ae7d628, #w-node-_6aa2e4b8-55a1-411e-0df1-006c399584c2-9ae7d628, #w-node-_1d33ffd5-509a-11e3-7b61-dcc8dbd393b8-9ae7d628, #w-node-ddcb4075-ea90-a76f-c516-ffcdf8465e14-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_005f99b5-6cfd-883f-d8ce-ad4ba63cd74a-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_005f99b5-6cfd-883f-d8ce-ad4ba63cd755-9ae7d628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_005f99b5-6cfd-883f-d8ce-ad4ba63cd75d-9ae7d628, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962917-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962919-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291b-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291d-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291f-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962921-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962923-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962925-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962927-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962929-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292b-9ae7d62b, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292d-9ae7d62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac54-833c3a3c, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac57-833c3a3c, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac5a-833c3a3c, #w-node-_16e4b1ce-7e89-27c5-5745-b86175cbac5d-833c3a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_01519335-e446-f960-7e03-255cb10741da-833c3a3c, #w-node-_9c94978f-d58c-df9c-c6a6-611173bcd534-833c3a3c, #w-node-_6dc6d25b-eda8-3151-4892-deb1e3e458aa-833c3a3c, #w-node-e1ca2119-0e3d-2c05-004c-1b4f6089cdcd-833c3a3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d27b5853-3030-a4fc-6fa7-461c3fb9ea1b-833c3a3c {
  align-self: stretch;
}

#w-node-d27b5853-3030-a4fc-6fa7-461c3fb9ea25-833c3a3c {
  place-self: stretch start;
}

#w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6a7-7adba6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6b2-7adba6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6bc-7adba6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6c4-7adba6a0, #w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6cc-7adba6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59e75ece-b9c9-9d97-33f4-8f827adba6cd-7adba6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-d34079ce, #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_734229e1-ba1d-70ea-38de-acb837695899-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734229e1-ba1d-70ea-38de-acb83769589a-d34079ce, #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83b2-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c2-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c3-d34079ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bdcbc8a-e344-70e4-8872-c348d1b63938-b2d1f8fe, #w-node-_38300407-6a2e-872c-d002-8dee2599477c-b2d1f8fe, #w-node-_322d7ca8-a0a8-d234-1173-1577427ee6ab-b2d1f8fe, #w-node-fee81d27-a784-8c0e-50c3-cf09405259d1-b2d1f8fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eab5cd3d-5615-5817-88a1-454d4fc02283-b2d1f8fe {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1236603f-7e6d-0cda-88b4-757de2843612-b2d1f8fe, #w-node-_4b433391-10d6-a33b-2515-0a8962464bff-b2d1f8fe, #w-node-_77f18c64-86f1-9613-ac7c-8b2a39189b78-b2d1f8fe, #w-node-_77f18c64-86f1-9613-ac7c-8b2a39189b79-b2d1f8fe, #w-node-b1712895-5b39-e0d1-73f5-4f5182993d4d-b2d1f8fe, #w-node-b1712895-5b39-e0d1-73f5-4f5182993d4e-b2d1f8fe, #w-node-_1ce80f43-334d-10e8-6a3e-8b6c5caad10d-b2d1f8fe, #w-node-_1ce80f43-334d-10e8-6a3e-8b6c5caad10e-b2d1f8fe, #w-node-_45e4f029-04a7-2334-26fc-84c0763beb26-259c4bd6, #w-node-_8ffdef48-e36f-156c-a59d-f6a40de86697-259c4bd6, #w-node-_90458df3-96bf-d698-2813-142d6298c9bd-259c4bd6, #w-node-_19716462-7d92-4fc2-2dba-8248505f11d1-259c4bd6, #w-node-_73a33211-2f41-304e-2016-f4ea83686061-259c4bd6, #w-node-d84f9254-c53f-690b-0f01-a00cb62b6f0f-259c4bd6, #w-node-fb9c719f-4ee5-d8c2-b8ef-e447cb022796-259c4bd6, #w-node-_4b848eba-a745-ed12-3878-704f98a650cc-259c4bd6, #w-node-_3b0918d8-2218-403e-9f28-9aec36f58dfc-259c4bd6, #w-node-f05852a4-5462-2afc-377d-b035f2626086-259c4bd6, #w-node-a57daef7-78f3-5148-2307-c38bb73aed4a-259c4bd6, #w-node-_10c2754b-1fe9-bb2a-94b1-c8a678feace4-259c4bd6, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e50-259c4bd6, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e51-259c4bd6, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e52-259c4bd6, #w-node-_4460db20-42bb-fd0c-09bd-1aa0e0982e54-259c4bd6, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfa-259c4bd6, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfb-259c4bd6, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfc-259c4bd6, #w-node-aa3922ac-74b8-04ee-9334-ea811e49dbfe-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc58-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc59-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5a-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5c-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5e-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc5f-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc60-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc62-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc64-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc65-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc66-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc68-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6a-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6b-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6c-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc6e-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc70-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc71-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc72-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc74-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc76-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc77-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc78-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7a-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7c-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7d-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc7e-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc80-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc82-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc83-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc84-259c4bd6, #w-node-_473b6dda-bf82-0c09-a4f3-22ae43bfdc86-259c4bd6, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962917-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962918-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962919-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291b-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291d-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291e-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291f-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962921-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962923-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962924-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962925-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962927-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962929-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292a-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292b-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292d-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292f-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962930-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962931-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962933-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962935-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962936-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962937-e434bbf5, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962939-e434bbf5, #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_32fa85bf-9ac0-ff5c-9b4e-d6b8d6988390-cf6b616f, #w-node-ef37a581-eb9d-51d2-edb2-7b94d36f2834-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef37a581-eb9d-51d2-edb2-7b94d36f2836-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_32711091-753a-43bd-16b2-fc006ed689cb-cf6b616f {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_32711091-753a-43bd-16b2-fc006ed689cd-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_64eff11c-4f35-2376-3ba0-0b582d5613ee-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64eff11c-4f35-2376-3ba0-0b582d5613f0-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a802-cf6b616f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-aca46738-f27f-8920-fb52-b8e2f184a803-cf6b616f, #w-node-aca46738-f27f-8920-fb52-b8e2f184a804-cf6b616f, #w-node-aaa983e8-6878-a16c-c9c6-02eed6b1f1d0-cf6b616f, #w-node-_8157790a-0175-4453-7708-6e40325162f1-8b606efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8157790a-0175-4453-7708-6e40325162fd-8b606efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch;
}

#w-node-_3663c94d-c8ac-9421-3202-ac9ee6962917-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962919-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291b-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291d-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696291f-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962921-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962923-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962925-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962927-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee6962929-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292b-e434bc88, #w-node-_3663c94d-c8ac-9421-3202-ac9ee696292d-e434bc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82ceead9-bc7e-7620-a3bc-46e4f57e2940-07bccb9e, #w-node-d7159432-e83f-90b4-7198-321281625051-07bccb9e, #w-node-_9351ff18-639f-fbba-d90c-d2b96a4228da-07bccb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_43350156-4c56-b00f-5b5c-16912aea7514-07bccb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd928151-1aa3-b086-db1a-4e3a6772b3f9-07bccb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_99d9acd0-1bba-678a-1959-646cee8f6c2b-07bccb9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d623 {
    align-self: center;
  }

  #w-node-_752ab948-6f5d-78e2-1b0d-2341edc13234-9ae7d628 {
    justify-self: center;
  }

  #w-node-_05e8a265-a758-4aec-d120-05368cb7f27e-9ae7d628, #w-node-_455b9d0e-bf76-e155-3300-e66e3276a167-9ae7d628 {
    justify-self: start;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-cf6b616f {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-9ae7d623 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-9ae7d623 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-cf6b616f {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-cf6b616f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d61c {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d61c {
    justify-self: center;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d61c {
    order: 9999;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d61c {
    justify-self: center;
  }

  #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83b2-9ae7d61c {
    order: 9999;
  }

  #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c2-9ae7d61c {
    justify-self: center;
  }

  #w-node-_51580ea7-ee4a-8998-6e09-feacf9829f44-9ae7d61d {
    order: 9999;
  }

  #w-node-_51580ea7-ee4a-8998-6e09-feacf9829f46-9ae7d61d {
    order: -9999;
  }

  #w-node-_51580ea7-ee4a-8998-6e09-feacf9829f57-9ae7d61d {
    place-self: center stretch;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d623 {
    order: 9999;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d623 {
    justify-self: center;
  }

  #w-node-_32711091-753a-43bd-16b2-fc006ed689cb-9ae7d623 {
    order: -9999;
    justify-self: center;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-9ae7d623 {
    justify-self: center;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-9ae7d623 {
    grid-column-end: 2;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a804-9ae7d623 {
    justify-self: center;
  }

  #w-node-_8157790a-0175-4453-7708-6e40325162f1-9ae7d624 {
    order: 9999;
  }

  #w-node-_8157790a-0175-4453-7708-6e40325162fd-9ae7d624 {
    justify-self: center;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d626 {
    order: 9999;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d626 {
    justify-self: center;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d626 {
    order: 9999;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d626 {
    justify-self: center;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-9ae7d627 {
    order: 9999;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-9ae7d627 {
    justify-self: center;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-9ae7d627 {
    order: 9999;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb837695899-9ae7d627 {
    justify-self: center;
  }

  #w-node-_7cbba2c7-af60-5b62-ef5b-acd06efc7915-9ae7d628 {
    order: 9999;
  }

  #w-node-_7cbba2c7-af60-5b62-ef5b-acd06efc7923-9ae7d628 {
    justify-self: center;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-d34079ce {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-d34079ce {
    justify-self: center;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb83769588b-d34079ce {
    order: 9999;
  }

  #w-node-_734229e1-ba1d-70ea-38de-acb837695899-d34079ce {
    justify-self: center;
  }

  #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83b2-d34079ce {
    order: 9999;
  }

  #w-node-_8ba83fa2-bb81-487b-08fa-2a3b4e9d83c2-d34079ce {
    justify-self: center;
  }

  #w-node-_6e33f816-ddbe-940b-2789-8e68d99cd639-cf6b616f {
    order: 9999;
  }

  #w-node-_90aad612-cab1-11fa-8ba8-68794d3fd3d7-cf6b616f {
    justify-self: center;
  }

  #w-node-_32711091-753a-43bd-16b2-fc006ed689cb-cf6b616f {
    order: -9999;
    justify-self: center;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a7f7-cf6b616f {
    justify-self: center;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-cf6b616f {
    grid-column-end: 2;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a804-cf6b616f {
    justify-self: center;
  }

  #w-node-_8157790a-0175-4453-7708-6e40325162f1-8b606efb {
    order: 9999;
  }

  #w-node-_8157790a-0175-4453-7708-6e40325162fd-8b606efb {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0293dc15-ad52-4999-cef6-8dd7f5040401-f50403e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32711091-753a-43bd-16b2-fc006ed689cb-9ae7d623 {
    order: -9999;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-9ae7d623, #w-node-a7de2870-d158-a226-ecbd-4341a36fac15-9ae7d626, #w-node-a7de2870-d158-a226-ecbd-4341a36fac15-9ae7d627, #w-node-_59aca61f-c322-27fc-0234-1bd8496f8525-496f850a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32711091-753a-43bd-16b2-fc006ed689cb-cf6b616f {
    order: -9999;
  }

  #w-node-aca46738-f27f-8920-fb52-b8e2f184a802-cf6b616f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype'), url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprodisplay';
  src: url('../fonts/SFProDisplay-Black.ttf') format('truetype'), url('../fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}