:root {
  --white: white;
  --cobalt-blue: #0047ab;
  --pantone-orange: #ff5b04;
  --dough: #fbfaf5;
  --button-color: #095d6a;
  --honey: #44617b;
  --crow-s-feather: #000b00;
  --charcoal: #2b2b2b;
  --light-grey-cloud: #d4dcda;
  --grey-yellow-green: #e6eae3;
  --border-opacity-50: #2b2b2b80;
  --blue-ash: #c0c6c9;
  --oxford-blue: #212a37;
  --gunmetal: #243837;
  --pine-tree: #21300e;
  --black: black;
  --indigo-grey: #4d80e6;
  --plum-grey: #c099a0;
  --willow-grey: #c8d5bb;
  --mineral-violet: #65657e;
  --rackley: #5d83a6;
  --tomato: #ff5f43;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: #333;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

a:hover {
  color: var(--cobalt-blue);
}

.section {
  margin-top: 25px;
}

.footer-dark {
  background-color: #2b2b2b;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 20px;
  padding: 50px 30px 15px;
  position: relative;
  inset: auto 0% 0%;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 5px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: #f3f3f2;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Noto Serif, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--dough);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.nav-link {
  background-color: var(--button-color);
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.button {
  background-color: var(--honey);
  padding-left: 25px;
  padding-right: 25px;
}

.nav-link.button:hover {
  background-color: var(--crow-s-feather);
  opacity: .8;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.nav-link.button.amila-button {
  border: .05px solid var(--charcoal);
  background-color: var(--white);
  color: var(--charcoal);
  border-radius: 20px;
  width: 12rem;
  padding: 10px 30px;
  font-family: Spline Sans, sans-serif;
}

.nav-link.button.amila-button:hover {
  border-color: var(--pantone-orange);
  background-color: var(--pantone-orange);
  color: var(--white);
}

.button {
  border: .05px solid var(--charcoal);
  background-color: var(--white);
  color: var(--charcoal);
  border-radius: 25px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 9px 35px;
  font-family: Spline Sans, sans-serif;
  font-size: .875rem;
  transition: background-color .55s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: static;
}

.button:hover {
  border-color: var(--pantone-orange);
  background-color: var(--pantone-orange);
  color: var(--dough);
}

.button.welcome-package--button {
  border: 1px solid #000;
}

.button.main-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--dough);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  transition: background-color .7s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.button.main-button:hover {
  background-color: var(--honey);
}

.department-title {
  color: var(--charcoal);
  align-self: flex-start;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.department-description {
  text-align: left;
  max-width: 550px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  line-height: 25px;
}

.secretary-image {
  border-radius: 10px;
  align-self: flex-start;
}

.dept-head-title {
  text-align: center;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
}

.secretary-name-text {
  color: var(--charcoal);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.dept-naib-name {
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.department-goals {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.department-goals-description {
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 500px;
  line-height: 25px;
}

.list {
  max-width: 500px;
  padding-left: 20px;
  line-height: 25px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.department-about {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
}

.resources-image {
  align-self: center;
}

.field-label-2, .field-label-3 {
  color: var(--dough);
}

.submit-button {
  background-color: var(--honey);
  color: var(--dough);
  border-radius: 10px;
}

.department-naib-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 5px;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-dropdown-link-2:hover {
  color: var(--cobalt-blue);
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.content-heading {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px;
}

.old-cc {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.slider-content-heading {
  color: var(--dough);
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.hero-slider {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.atfal-pledge {
  text-align: right;
  padding-right: 21px;
  font-size: 30px;
  line-height: 50px;
}

.pledge-translation {
  padding-left: 25px;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.atfal-pledge-title {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-4 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.container-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav {
  height: 25px;
}

.welcome-package--para {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.welcome-package--heading {
  font-family: Lato, sans-serif;
}

.body {
  text-align: left;
}

.slider-text {
  color: var(--dough);
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 300;
}

.class--description {
  text-align: center;
  max-width: 550px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.class--header {
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.taleem-class--hero {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tarbiyyat-class--hero {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.class--material-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tarbiyyat-class--image {
  border-radius: 10px;
}

.class---heading {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.chanda-image {
  border-radius: 10px;
}

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

.class--material-banner {
  border-radius: 10px;
}

.naa--heading {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.amila-members--stack {
  perspective: 1000px;
}

.member--cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
}

.member--image {
  border-radius: 15px;
}

.member--image:hover {
  box-shadow: 0 8px 16px 3px var(--light-grey-cloud);
}

.member--name {
  font-size: 14px;
  font-weight: 600;
}

.member--title {
  font-size: 13px;
  font-weight: 500;
}

.al-bashir--cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .25px solid var(--light-grey-cloud);
  perspective: 1000px;
  background-color: #d4dcda66;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.al-bashir--cover {
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.al-bashir--stack {
  perspective: 1000px;
}

.al-bashir--heading {
  font-family: Lato, sans-serif;
  font-size: 1.75rem;
  line-height: 40px;
}

.al-bashir---paragraph {
  text-align: center;
  max-width: 650px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.alm-e-inami---heading {
  text-align: center;
  max-width: 650px;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 35px;
  text-decoration: underline;
}

.alm-e-inami--sub-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.region--heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.region-section--flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-banner-cell {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
}

.excuse-leter--para {
  text-align: center;
  max-width: 650px;
}

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.excuse-letter--banner {
  border-radius: 15px;
}

.quick-stack-8 {
  border: .5px solid var(--light-grey-cloud);
  perspective: 1000px;
  border-radius: 15px;
}

.container--content {
  justify-content: center;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.heading-6 {
  font-family: Poppins, sans-serif;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.criteria-heading {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 35px;
}

.content--banner {
  border-radius: 8px;
}

.list-item-2, .list-item-3 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
}

.content--cell {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.nav-menu-two-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Spline Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.mobile-margin-top-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 0%;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
}

.hazrat-musleh-mau-ud--image {
  justify-content: center;
  align-items: center;
}

.about-us--description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image--div {
  background-color: var(--light-grey-cloud);
  align-self: center;
  padding: 10px;
}

.quote-block {
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.hazrat-musleh-mau-ud--title {
  text-align: right;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 500;
}

.about-us---para {
  text-align: justify;
  align-self: flex-start;
}

.quote-text {
  text-align: justify;
  max-width: 540px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

.information-container--about-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.information-text-block {
  text-align: justify;
  max-width: 650px;
}

.text-block-6 {
  text-align: right;
  padding-right: 5px;
  font-weight: 500;
}

.establishment-header, .structure-section-heading {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.contact-us--container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.contact-us--para {
  max-width: 650px;
}

.fields {
  background-color: var(--grey-yellow-green);
  border: 1px solid #0000;
  border-radius: 15px;
}

.fields:focus {
  background-color: var(--light-grey-cloud);
  border-color: #000000f0;
}

.author-name {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.author-name.quote-author {
  padding-right: 5px;
}

.quote-author {
  align-self: auto;
  font-weight: 500;
}

.content-div {
  background-color: #d4dcdaa3;
  border-radius: 8px;
  padding: 10px;
}

.text-block-7 {
  text-align: justify;
  max-width: 320px;
}

.cell-10 {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-12 {
  font-family: Space Grotesk, sans-serif;
}

.text-field {
  border-radius: 25px;
}

.header_image--div {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 1000vw;
  display: flex;
}

.banner-image {
  min-width: 100%;
  max-width: 1000vw;
  margin-bottom: 25px;
}

.resources-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resources-content-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource-card-image {
  border-radius: 10px;
}

.resource-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.regional-ijtema-list-header {
  font-size: 1.125rem;
  font-weight: 600;
}

.list-header {
  font-size: 1rem;
  font-weight: 500;
}

.section-heading {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.resources-image-banner {
  border-radius: 10px;
}

.amila-resources-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.amila-resource-banner {
  border-radius: 10px;
}

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

.dropdown-list.w--open {
  background-color: var(--pantone-orange);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.class---material---cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .2px solid var(--border-opacity-50);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.field-label-4 {
  font-weight: 500;
}

.section-div {
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.padding-global {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.container-max-width {
  width: 100%;
  max-width: 90rem;
}

.resources-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .05px solid var(--border-opacity-50);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.main-resource-text {
  text-align: center;
  align-self: center;
  width: 90%;
  font-family: Spline Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.resource-banner {
  border-radius: 10px;
  align-self: center;
  margin-top: 10px;
}

.additional-resources-text {
  font-family: Spline Sans, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.header-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.secretary-card-div {
  background-color: #a5c0d6;
  border-radius: 10px;
  width: 95%;
  max-width: 600vw;
}

.secretary-image-cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.department-info-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.resources-div-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dough);
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.resources-stack-title {
  padding-left: 15px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
}

.resources-stack-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.page-hero-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.multi-content-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  box-shadow: 0 2px 14px 1px #c0c6c9d9;
}

.mag-slider-wrapper {
  width: 100%;
  max-width: 100vw;
}

.image-slider {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/65fce58da25c5fa665eacae4/664d03b7a772c901198bfe68_Summer%20'23-100.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.magazine-title {
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.magazine-button {
  background-color: var(--cobalt-blue);
  border-radius: 20px;
  padding: 5px 15px;
}

.image-slider-2 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-3.55-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.image-slider-3 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-3.56-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-5 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-3.56-PM-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-6 {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/65fce58da25c5fa665eacae4/664d03b73e314b1a0474d549_Fall%20'23-100.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.slide-7 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.31-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  background-attachment: fixed;
}

.slide-8 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.33-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  background-attachment: fixed;
}

.slide-9 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.32-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  background-attachment: fixed;
}

.slide-10 {
  background-color: var(--white);
  background-image: url('../images/Image-6-4-24-at-9.48-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 230px;
  background-attachment: fixed;
}

.slide-11 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.48-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  background-attachment: fixed;
}

.slide-12 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.48-PM-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  background-attachment: fixed;
}

.slide-13 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-4.49-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
}

.slide-14 {
  background-color: var(--white);
  background-image: url('../images/Screenshot-2024-04-11-at-9.31.19-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.slide-15 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.25-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-16 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.25-PM_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-17 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.26-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-18 {
  background-color: var(--white);
  background-image: url('../images/Image-11-26-24-at-8.10-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-19 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.45-PM_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-20 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.45-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-21 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-8.44-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 210px;
  background-attachment: fixed;
}

.slide-22 {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/65fce58da25c5fa665eacae4/664d03b704f9f7d083cb303e_Winter%20'23-100.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.slide-23 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-9.03-PM_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.slide-24 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-9.03-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.slide-25 {
  background-color: var(--white);
  background-image: url('../images/Image-12-14-24-at-9.02-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
}

.icon-chev {
  color: var(--blue-ash);
}

.hero-slider-text {
  color: var(--charcoal);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.slider-para {
  color: var(--charcoal);
  width: 60%;
  max-width: 600vw;
  font-family: Inter, sans-serif;
  font-size: .875rem;
}

.events-hero {
  background-color: #bee6dd;
  justify-content: center;
  align-items: center;
  display: flex;
}

.events-banner {
  border-radius: 25px;
}

.events-resource-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.events-resource-banner {
  border-radius: 15px;
}

.end-end-image-div {
  background-color: #dee4e4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.crumb-text {
  text-align: center;
  font-size: .875rem;
}

.content---para {
  width: 80%;
  max-width: 100vw;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  margin-top: -16px;
}

.body-2 {
  text-align: center;
  text-decoration: none;
}

.heading-15 {
  text-align: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.search {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 75vw;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.search-input {
  color: #000;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 20px;
  font-family: Spline Sans, sans-serif;
  text-decoration: none;
  display: block;
  box-shadow: 2px 1px 12px #2b2b2b80;
}

.search-button {
  background-color: var(--oxford-blue);
  color: var(--dough);
  text-align: left;
  border: 0 #000;
  border-radius: 20px;
  padding: 10px 25px;
}

.search-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--oxford-blue);
  text-align: left;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px 30px;
  text-decoration: none;
  display: inline-block;
  overflow: clip;
}

.search-input-2 {
  border: 1px solid #000;
  border-radius: 20px;
  width: 75%;
  max-width: 100%;
  display: inline-block;
}

.body-3 {
  background-color: var(--white);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px #333;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: var(--cobalt-blue);
  text-align: left;
  -webkit-text-stroke-color: #000;
  mix-blend-mode: normal;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #000;
  justify-content: flex-start;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.paragraph-8 {
  color: var(--charcoal);
  width: 60%;
  max-width: 700px;
  margin-bottom: 20px;
  font-weight: 300;
}

.search-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.slider {
  height: 100%;
}

.image-slide-2 {
  background-image: url('../images/National-Ijtema-Banner.jpg');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-slide-3 {
  background-image: url('../images/Mubarak_Mosque.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-slide-4 {
  background-image: url('../images/Friday-Sermon-Banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-slide-5 {
  background-image: url('../images/Career-Day-Banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-slide {
  background-image: url('../images/IMG_8435.avif');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-slide-6 {
  background-image: url('../images/Atfal-Product-Web-Banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero-info-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #2b2b2b40;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 5px 80px 15px;
  display: flex;
}

._25-margin-top {
  margin-top: 25px;
}

.carousel-container {
  background-color: var(--gunmetal);
  display: flex;
  overflow: hidden;
}

.image-container {
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.search-wrapper {
  z-index: 4;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.quick-links-wrapper {
  width: 75vw;
}

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

.search-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--cobalt-blue);
  border-radius: 50px;
  padding: 10px 25px;
  display: flex;
}

.quick-link-text {
  color: var(--dough);
  font-family: Spline Sans, sans-serif;
}

.search-link-wrapper-2 {
  background-color: var(--button-color);
  border-radius: 50px;
  padding: 10px 25px;
}

.search-link-wrapper-3 {
  background-color: #86b9c7;
  border-radius: 50px;
  padding: 9px 25px;
}

.search-link-wrapper-4 {
  background-color: var(--pantone-orange);
  border-radius: 50px;
  padding: 10px 25px;
}

.search-link-wrapper-5 {
  background-color: var(--pine-tree);
  border-radius: 50px;
  padding: 10px 25px;
}

.quick-links-header {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.view-mag-link {
  color: var(--charcoal);
  font-family: Quicksand, sans-serif;
  font-size: 1.125rem;
}

.mag-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 5px 10px;
  display: flex;
}

.description-para {
  color: var(--charcoal);
  width: 60%;
  max-width: 700vw;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Spline Sans, sans-serif;
  font-size: 1rem;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 12px;
  margin-bottom: 18px;
}

.team-block-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.additional-resources-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ijtema-resources-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.faq-wrapper-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: .6px solid var(--charcoal);
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding: 10px;
  display: flex;
}

.faq-top {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.faq-1-answer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.faq-text {
  color: var(--charcoal);
  text-align: left;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.faq-link {
  color: var(--charcoal);
  text-align: left;
  font-size: 1.125rem;
}

.faq-answer {
  color: var(--charcoal);
  width: 65%;
  max-width: 650vw;
  font-family: Spline Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
}

.registration-text {
  font-family: Spline Sans, sans-serif;
  font-size: 1rem;
}

.ijtema-resource-banner {
  border-radius: 12px;
}

.icon-group-wrapper {
  display: flex;
}

.faq-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Quicksand, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
}

.search-results-header {
  font-family: Manrope, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}

.info-header {
  font-size: 1.5rem;
}

.criteria-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-list-items {
  text-align: left;
  width: 65%;
  max-width: 650vw;
  font-family: Spline Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.faq-section-wrapper {
  padding: 10px;
}

.faq-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.faq-wrapper-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: .6px solid var(--charcoal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  padding: 10px;
  display: flex;
}

.faq-wrapper-5, .faq-wrapper-6, .faq-wrapper-7, .faq-wrapper-8, .faq-wrapper-9, .faq-wrapper-10, .faq-wrapper-11, .faq-wrapper-12, .faq-wrapper-13, .faq-wrapper-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 75%;
  padding: 10px;
  display: flex;
}

.quick-stack-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

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

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  color: var(--dough);
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
  font-family: Spline Sans, sans-serif;
}

.announcement-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ijtema-banner {
  border-radius: 5px;
}

.ijtema-links-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.announcement-cell {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section.image-carousel {
    overflow: hidden;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-link.button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .department-title {
    align-self: center;
    font-size: 1.875rem;
    line-height: 2.125rem;
  }

  .secretary-image {
    align-self: center;
  }

  .dept-head-title {
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .secretary-name-text {
    font-size: .875rem;
  }

  .nav-dropdown-toggle-2 {
    padding-right: 25px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .about-cell {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .old-cc {
    min-width: 150%;
    overflow: hidden;
  }

  .slider-content-heading {
    margin-bottom: 5px;
  }

  .welcome-package--para {
    font-size: 20px;
    line-height: 25px;
  }

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

  .taleem-class--hero, .tarbiyyat-class--hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .class--material-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .amila-members--stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .member--name {
    font-size: 14px;
  }

  .quick-stack-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container--content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fbfaf5d9;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dough);
    color: #fff;
  }

  .icon-2 {
    color: var(--crow-s-feather);
  }

  .quick-stack-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .class---material---cell {
    align-self: center;
  }

  .department-info-cell {
    justify-content: center;
    align-items: center;
  }

  .content-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .multi-content-cell {
    padding: 5px;
  }

  .slider-para {
    width: 90%;
  }

  .hero-wrapper {
    height: 45vh;
  }

  .image-slide {
    background-color: var(--white);
    background-position: 50%;
    background-size: 640px;
    background-attachment: fixed;
  }

  .image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-links-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .description-para {
    width: 70%;
  }

  .container-14 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .ijtema-resources-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .container-15 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin: 15px;
  }

  .footer-dark {
    position: relative;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .department-title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .dept-head-title {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .secretary-name-text {
    font-size: .875rem;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .old-cc {
    min-width: 200%;
  }

  .slider-content-heading {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .atfal-pledge {
    font-size: 24px;
    line-height: 30px;
  }

  .pledge-translation {
    font-size: 20px;
    line-height: 25px;
  }

  .atfal-pledge-title {
    font-size: 30px;
    line-height: 35px;
  }

  .welcome-package--para {
    font-size: 18px;
    line-height: 24px;
  }

  .welcome-package--heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

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

  .class--material-cell {
    justify-content: center;
    align-items: center;
  }

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

  .welcome-package--section {
    justify-content: center;
    align-items: center;
  }

  .al-bashir---paragraph {
    padding: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .information-container--about-us {
    padding: 20px;
  }

  .quick-stack-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .resources-stack-title {
    font-size: 1.75rem;
  }

  .multi-content-cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-slider-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .slider-para {
    width: 100%;
    font-size: .75rem;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-wrapper {
    height: 40vh;
  }

  .image-slide {
    background-size: contain;
  }

  .hero-info-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .description-para {
    width: 80%;
  }

  .faq-text {
    font-size: 1.25rem;
  }

  .info-header {
    font-size: 1.125rem;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .button {
    justify-content: center;
    align-items: flex-end;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .button.welcome-package--button {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .department-title {
    text-align: center;
    align-self: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .dept-head-title {
    font-size: 16px;
  }

  .secretary-name-text {
    align-self: center;
    font-size: .875rem;
  }

  .dept-naib-name {
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 400;
  }

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

  .old-cc {
    min-width: 300%;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-content-heading {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .atfal-pledge {
    font-size: 20px;
    line-height: 25px;
  }

  .pledge-translation {
    font-size: 18px;
    line-height: 24px;
  }

  .welcome-package--para {
    text-align: center;
    font-size: 16px;
  }

  .welcome-package--heading {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }

  .slider-text {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }

  .class--description {
    font-size: 14px;
  }

  .class--header {
    font-size: 24px;
  }

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

  .welcome-package--section {
    justify-content: center;
    align-items: center;
  }

  .al-bashir--heading {
    font-size: 24px;
    line-height: 30px;
  }

  .al-bashir---paragraph {
    padding: 15px;
    font-size: 14px;
  }

  .alm-e-inami---heading {
    font-size: 24px;
    line-height: 30px;
  }

  .alm-e-inami--sub-heading {
    font-size: 18px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 30px;
  }

  .content--cell {
    padding: 0;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .section-heading {
    max-width: 100vw;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .section-div {
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .padding-global {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .additional-resources-text {
    text-align: left;
    width: 80%;
  }

  .resources-stack-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .multi-content-cell {
    justify-content: center;
    align-items: flex-start;
  }

  .info-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-slider-text {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .slider-para {
    text-align: center;
    max-width: 850vw;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .content---para {
    font-size: .875rem;
    line-height: 1.0625rem;
  }

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

  .hero-wrapper {
    max-width: none;
  }

  .image-slide-4 {
    background-color: #ffc4f0;
    background-size: contain;
  }

  .image-slide-5 {
    background-size: contain;
  }

  .image-slide-6 {
    background-color: #47585c;
    background-size: contain;
  }

  .hero-info-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-width: 300%;
  }

  .quick-links-div {
    justify-content: center;
  }

  .description-para {
    width: 100%;
  }

  .container-14 {
    max-width: none;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .additional-resources-wrapper {
    max-width: none;
  }

  .faq-text {
    font-size: 1rem;
  }

  .faq-answer {
    width: 90%;
  }

  .container-15 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_391b93b0-aac6-1dc4-0fc2-3546614e6105-65eacaeb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_67a3ff4e-1737-4a10-20e4-af5def81cbbd-ef81cbb2, #w-node-_67a3ff4e-1737-4a10-20e4-af5def81cbc4-ef81cbb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c057992e-3994-7979-0048-fd41069743ee-765bd38b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6004ed63-2b34-439e-536a-67eae44b3f70-765bd38b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_6004ed63-2b34-439e-536a-67eae44b3f71-765bd38b {
  grid-row: span 2 / span 2;
}

#w-node-c34afc2d-b63a-4371-8fec-0dccd22019e1-765bd38b, #w-node-aad8c601-e808-a28c-30f5-1dccf8c56476-b1acde0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb27c35e-58b6-cf56-dfc6-d3e8e612910b-b1acde0f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-fb27c35e-58b6-cf56-dfc6-d3e8e612910c-b1acde0f {
  grid-row: span 2 / span 2;
}

#w-node-f947a1e6-f24c-82a2-363e-4bad67a8e31a-292e36ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_822e2e78-6588-06e7-703e-431a8dda1505-292e36ae {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_822e2e78-6588-06e7-703e-431a8dda1506-292e36ae {
  grid-row: span 2 / span 2;
}

#w-node-_0f123c4c-7f56-072b-63eb-f87081704827-292e36ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-fbbcc8a8-dee1-324f-51ed-f1bf552acfc4-662abd8b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6935ad38-fd21-0ec7-a1ed-85e440394cc1-662abd8b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_6935ad38-fd21-0ec7-a1ed-85e440394cc2-662abd8b {
  grid-row: span 2 / span 2;
}

#w-node-f33bccb1-ba18-f2f9-f025-0da73a033be2-4aebb840 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f33bccb1-ba18-f2f9-f025-0da73a033be3-4aebb840, #w-node-f33bccb1-ba18-f2f9-f025-0da73a033be4-4aebb840 {
  grid-row: span 2 / span 2;
}

#w-node-_917f52a4-be6a-b619-c6a0-58c81324c597-4aebb840 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_917f52a4-be6a-b619-c6a0-58c81324c598-4aebb840 {
  grid-row: span 2 / span 2;
}

#w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93d-ea010b68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93e-ea010b68, #w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93f-ea010b68 {
  grid-row: span 2 / span 2;
}

#w-node-_85f89457-5e70-f997-8fd3-f3027c9d67f9-ea010b68 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_85f89457-5e70-f997-8fd3-f3027c9d67fa-ea010b68 {
  grid-row: span 2 / span 2;
}

#w-node-_693e3d3b-49cc-ac97-1771-1567a53f31dc-3f082cc5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_693e3d3b-49cc-ac97-1771-1567a53f31dd-3f082cc5, #w-node-_693e3d3b-49cc-ac97-1771-1567a53f31de-3f082cc5 {
  grid-row: span 2 / span 2;
}

#w-node-_27474c77-e5a9-69de-2dc0-8dfe48912d28-3f082cc5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_27474c77-e5a9-69de-2dc0-8dfe48912d29-3f082cc5 {
  grid-row: span 2 / span 2;
}

#w-node-abd211c4-81dd-260b-0e03-4a2b1290a0d6-3f082cc5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6c-6bb51382 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6d-6bb51382, #w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6e-6bb51382 {
  grid-row: span 2 / span 2;
}

#w-node-_80a2c7fc-1c32-de5c-d585-6a45393ad78e-6bb51382 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_80a2c7fc-1c32-de5c-d585-6a45393ad78f-6bb51382 {
  grid-row: span 2 / span 2;
}

#w-node-_34b8b4d3-2e23-064e-f2a4-198dd652bfd6-6bb51382 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55432-6b2be9c2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55433-6b2be9c2, #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55434-6b2be9c2 {
  grid-row: span 2 / span 2;
}

#w-node-_03762242-0609-9a8f-efbd-08efa48bf6af-6b2be9c2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_03762242-0609-9a8f-efbd-08efa48bf6b0-6b2be9c2 {
  grid-row: span 2 / span 2;
}

#w-node-dd2a446c-54e7-c469-0b09-46597f473412-6b2be9c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9c-01094082 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9d-01094082, #w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9e-01094082 {
  grid-row: span 2 / span 2;
}

#w-node-f3e31629-a1d6-014f-f05b-ca96c6373555-01094082 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-f3e31629-a1d6-014f-f05b-ca96c6373556-01094082 {
  grid-row: span 2 / span 2;
}

#w-node-e7bb765a-0b55-58a9-fe7f-b25cd82f6237-01094082 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3c76569-8905-09a0-66ef-7847d8b65503-98b51c3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3c76569-8905-09a0-66ef-7847d8b65504-98b51c3a, #w-node-a3c76569-8905-09a0-66ef-7847d8b65505-98b51c3a {
  grid-row: span 2 / span 2;
}

#w-node-_531b7fea-b0e1-5df8-0e8c-cfed6beeddfd-98b51c3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_531b7fea-b0e1-5df8-0e8c-cfed6beeddfe-98b51c3a {
  grid-row: span 2 / span 2;
}

#w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d07-f77dfc3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d08-f77dfc3a, #w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d09-f77dfc3a {
  grid-row: span 2 / span 2;
}

#w-node-_2a647da3-934f-c673-84b4-d231ec0e4270-f77dfc3a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_2a647da3-934f-c673-84b4-d231ec0e4271-f77dfc3a {
  grid-row: span 2 / span 2;
}

#w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c2-dccd20fc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c3-dccd20fc, #w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c4-dccd20fc {
  grid-row: span 2 / span 2;
}

#w-node-_22f8ccfc-5a63-2b1d-4f6f-93c276eebd44-dccd20fc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_22f8ccfc-5a63-2b1d-4f6f-93c276eebd45-dccd20fc {
  grid-row: span 2 / span 2;
}

#w-node-_819e409b-3bbc-9743-c03c-778e8d3bd9a4-a3788a5d {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f467e04-7564-aea5-4f45-1ec8f291f75e-a3788a5d {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ceae6b07-d94b-9f7d-fc61-b495412894dd-027d0810, #w-node-_3b26dec8-5198-d1bc-4e93-1648a226051a-027d0810, #w-node-_5058ac2b-8400-4313-caa8-8e333ae184cf-027d0810, #w-node-c4bc4c80-4115-c957-5049-d7d25bbb2701-027d0810, #w-node-_26cc11a3-2ce2-7dab-be26-cc7590627865-027d0810, #w-node-_93094da8-534d-f480-76c0-e4c21b6d9ea0-027d0810, #w-node-_8eb0963d-95f1-d816-c711-c6b853382136-027d0810, #w-node-ad24f5b8-63e2-9f9d-06a7-65a09013abbb-027d0810, #w-node-d04fd3c2-0036-1e30-61ba-c9c51b824ecf-027d0810, #w-node-_1b1d868b-49ef-61cc-43f1-364a35925f1e-027d0810, #w-node-_57a637fb-c9f5-ad5a-fd93-3f7dabe6266e-027d0810, #w-node-_5423f91a-a354-eb45-5626-e6dc43f45913-027d0810, #w-node-_8079db1e-c87d-961b-649d-db429a296e75-027d0810 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1750091f-5798-bc0a-df08-8c9f3d7ae5e6-027d0810, #w-node-_9a5ab2af-c142-da74-dc12-518cdc53cd34-027d0810 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb2e9961-9003-c05e-8f54-ca9658ef1dc8-027d0810, #w-node-c6366439-9efc-3311-248f-fd0fcb367735-027d0810, #w-node-_58180810-3e62-c831-d068-6419961d5aa8-027d0810, #w-node-c309fda9-014e-a1b9-f21f-1abd6525c96e-027d0810, #w-node-ac7e7855-e61c-efda-36a9-73b2d2066e9a-027d0810 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-efe9882c-c2c3-1ede-0087-2827dba464c4-027d0810, #w-node-_029f638e-da64-0301-4082-929f61b6c364-027d0810, #w-node-_7694b414-340f-80c6-9da4-5d81d7f3be18-027d0810, #w-node-abd633be-f93c-6773-b32b-a0bd15497463-027d0810 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8e3b7504-b42d-052b-5a60-e1f5275c5cb0-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80504b72-8c04-ece1-c390-10a9240ccd2c-eb5a246d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4b35713-2a2a-e7aa-fac7-0582851f7f7a-eb5a246d, #w-node-_0106c2bc-9355-1a86-0518-43c255eb581f-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-afbd6786-f6e4-81e1-9f60-c98c475e4d66-eb5a246d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_25dc1c09-7450-5c4d-d80a-e3fbc16443c3-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f384bc9d-1db2-f8b7-8181-ed9ed95260fa-eb5a246d, #w-node-_6a408cf4-e513-547e-7530-7252efa2d5dd-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_79921c7c-72ae-af9d-f13a-eb2d954c9369-eb5a246d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5242245f-0895-d698-6891-25be4708fcb4-eb5a246d, #w-node-_6891208f-c414-0874-8441-7d0ad4ce53b8-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_21602160-6a9a-9eb7-8127-a30bc90a999e-eb5a246d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ef41ee7-2e47-2a11-8acb-d2c84dffa580-eb5a246d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8d26fb11-7ab0-2890-8ed8-99c4a19027f0-eb5a246d, #w-node-c1a3bee7-795e-e9bf-9cad-7fc9e3a3f344-eb5a246d, #w-node-_64d91336-834e-9862-9303-313ebcaa1b41-eb5a246d, #w-node-_90a1990d-b365-59e1-be28-18859930446f-eb5a246d, #w-node-e7f211c9-5860-8006-0af3-03f8574ca8dd-eb5a246d, #w-node-_3900977d-4aaa-9bbf-9c89-456854bd5ae7-eb5a246d, #w-node-ac19cbd9-f002-364b-0454-c3d5f3842baa-eb5a246d, #w-node-f3dced06-562b-5c0e-9bb5-575456feaf5f-eb5a246d, #w-node-f2bb0245-7054-2209-da12-dddacdb4109a-92c97fcb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa099c2d-6d6c-1926-3319-be69a8a18212-92c97fcb {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1bde76aa-7e70-c2ce-b942-ef6b3ac3de52-92c97fcb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e4aedc10-f233-fb20-8713-59f1253f109e-232ceb0e, #w-node-cd2a112a-8d0e-ccbf-73be-859d60fc13c5-232ceb0e, #w-node-_79f75e2b-b07d-5932-5c03-168468c0de83-232ceb0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56c0029f-df45-98f9-7f10-379f6b0addd2-f8198416 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_47c1f74a-9489-55ab-a39a-c8f49a3a12e6-43806867 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ecafefb9-b69c-393e-e47f-ff108edd3899-43806867 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7eaa154c-7937-7671-342e-05c27f91ece9-43806867 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0c576b4e-b360-c575-2553-326e2b0a6a70-43806867 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_105fb4a7-dfde-0813-f5db-ef7d8deba392-43806867 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d3af6789-e940-9860-22c3-c189c3b4e6c3-b6b4896c, #w-node-_37446373-d571-9a25-51f0-6917e1f2da34-b6b4896c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1edf5a2-8068-b29d-f8ab-17b71e1d1fa9-50459179, #w-node-_94bf2f11-42e3-856b-4334-556e81bb47e9-50459179 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4069fcb6-e219-0a93-5761-63e905d6b375-b39f801f, #w-node-_216a6667-dfdd-2b7b-52b9-d207e51e47dd-c30cc020, #w-node-_2e6c6769-c114-7ff5-854b-80ef06f369eb-031c5159, #w-node-_97881c05-9e81-8364-cb76-2c6adec06c54-f1f7573c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ade3ab8f-bbf5-22f7-87dc-6c436493f3b6-7709edb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9739fd37-eff6-4916-b4bf-3baa68014d94-714da41b, #w-node-ef0bf16a-266a-e729-e2db-fddb603e69a3-678480a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_391b93b0-aac6-1dc4-0fc2-3546614e6105-65eacaeb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c057992e-3994-7979-0048-fd41069743ee-765bd38b, #w-node-c34afc2d-b63a-4371-8fec-0dccd22019e1-765bd38b, #w-node-aad8c601-e808-a28c-30f5-1dccf8c56476-b1acde0f, #w-node-f947a1e6-f24c-82a2-363e-4bad67a8e31a-292e36ae, #w-node-fbbcc8a8-dee1-324f-51ed-f1bf552acfc4-662abd8b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6935ad38-fd21-0ec7-a1ed-85e440394cc1-662abd8b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6935ad38-fd21-0ec7-a1ed-85e440394cc2-662abd8b {
    grid-row: span 2 / span 2;
  }

  #w-node-f33bccb1-ba18-f2f9-f025-0da73a033be2-4aebb840 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f33bccb1-ba18-f2f9-f025-0da73a033be3-4aebb840, #w-node-f33bccb1-ba18-f2f9-f025-0da73a033be4-4aebb840 {
    grid-row: span 2 / span 2;
  }

  #w-node-_917f52a4-be6a-b619-c6a0-58c81324c597-4aebb840 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_917f52a4-be6a-b619-c6a0-58c81324c598-4aebb840 {
    grid-row: span 2 / span 2;
  }

  #w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93d-ea010b68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93e-ea010b68, #w-node-_19a3198c-3018-d6ad-a6fc-2ed876efb93f-ea010b68 {
    grid-row: span 2 / span 2;
  }

  #w-node-_85f89457-5e70-f997-8fd3-f3027c9d67f9-ea010b68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85f89457-5e70-f997-8fd3-f3027c9d67fa-ea010b68 {
    grid-row: span 2 / span 2;
  }

  #w-node-_693e3d3b-49cc-ac97-1771-1567a53f31dc-3f082cc5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_693e3d3b-49cc-ac97-1771-1567a53f31dd-3f082cc5, #w-node-_693e3d3b-49cc-ac97-1771-1567a53f31de-3f082cc5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_27474c77-e5a9-69de-2dc0-8dfe48912d28-3f082cc5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_27474c77-e5a9-69de-2dc0-8dfe48912d29-3f082cc5 {
    grid-row: span 2 / span 2;
  }

  #w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6c-6bb51382 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6d-6bb51382, #w-node-dfaeff3e-25bf-9706-4f87-17a3668ccb6e-6bb51382 {
    grid-row: span 2 / span 2;
  }

  #w-node-_80a2c7fc-1c32-de5c-d585-6a45393ad78e-6bb51382 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_80a2c7fc-1c32-de5c-d585-6a45393ad78f-6bb51382 {
    grid-row: span 2 / span 2;
  }

  #w-node-_34b8b4d3-2e23-064e-f2a4-198dd652bfd6-6bb51382 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55432-6b2be9c2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55433-6b2be9c2, #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55434-6b2be9c2 {
    grid-row: span 2 / span 2;
  }

  #w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9c-01094082 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9d-01094082, #w-node-_45dd168e-0d04-2e4d-3e73-1cedf4b01f9e-01094082 {
    grid-row: span 2 / span 2;
  }

  #w-node-f3e31629-a1d6-014f-f05b-ca96c6373555-01094082 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3e31629-a1d6-014f-f05b-ca96c6373556-01094082 {
    grid-row: span 2 / span 2;
  }

  #w-node-e7bb765a-0b55-58a9-fe7f-b25cd82f6237-01094082 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3c76569-8905-09a0-66ef-7847d8b65503-98b51c3a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3c76569-8905-09a0-66ef-7847d8b65504-98b51c3a, #w-node-a3c76569-8905-09a0-66ef-7847d8b65505-98b51c3a {
    grid-row: span 2 / span 2;
  }

  #w-node-_531b7fea-b0e1-5df8-0e8c-cfed6beeddfd-98b51c3a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_531b7fea-b0e1-5df8-0e8c-cfed6beeddfe-98b51c3a {
    grid-row: span 2 / span 2;
  }

  #w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d07-f77dfc3a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d08-f77dfc3a, #w-node-_46ea12b7-8f30-02f2-ab43-d8c479f94d09-f77dfc3a {
    grid-row: span 2 / span 2;
  }

  #w-node-_2a647da3-934f-c673-84b4-d231ec0e4270-f77dfc3a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a647da3-934f-c673-84b4-d231ec0e4271-f77dfc3a {
    grid-row: span 2 / span 2;
  }

  #w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c2-dccd20fc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c3-dccd20fc, #w-node-d921ba92-5f0b-23ac-1ff7-d5ec1eafc9c4-dccd20fc {
    grid-row: span 2 / span 2;
  }

  #w-node-_22f8ccfc-5a63-2b1d-4f6f-93c276eebd44-dccd20fc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22f8ccfc-5a63-2b1d-4f6f-93c276eebd45-dccd20fc {
    grid-row: span 2 / span 2;
  }

  #w-node-_819e409b-3bbc-9743-c03c-778e8d3bd9a4-a3788a5d {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ceae6b07-d94b-9f7d-fc61-b495412894dd-027d0810, #w-node-_3b26dec8-5198-d1bc-4e93-1648a226051a-027d0810, #w-node-c4bc4c80-4115-c957-5049-d7d25bbb2701-027d0810, #w-node-_26cc11a3-2ce2-7dab-be26-cc7590627865-027d0810, #w-node-_93094da8-534d-f480-76c0-e4c21b6d9ea0-027d0810, #w-node-_8eb0963d-95f1-d816-c711-c6b853382136-027d0810, #w-node-ad24f5b8-63e2-9f9d-06a7-65a09013abbb-027d0810, #w-node-d04fd3c2-0036-1e30-61ba-c9c51b824ecf-027d0810, #w-node-_1b1d868b-49ef-61cc-43f1-364a35925f1e-027d0810, #w-node-_57a637fb-c9f5-ad5a-fd93-3f7dabe6266e-027d0810, #w-node-_5423f91a-a354-eb45-5626-e6dc43f45913-027d0810, #w-node-_8079db1e-c87d-961b-649d-db429a296e75-027d0810, #w-node-_1750091f-5798-bc0a-df08-8c9f3d7ae5e6-027d0810, #w-node-_9a5ab2af-c142-da74-dc12-518cdc53cd34-027d0810, #w-node-fb2e9961-9003-c05e-8f54-ca9658ef1dc8-027d0810, #w-node-c6366439-9efc-3311-248f-fd0fcb367735-027d0810, #w-node-_58180810-3e62-c831-d068-6419961d5aa8-027d0810, #w-node-c309fda9-014e-a1b9-f21f-1abd6525c96e-027d0810, #w-node-ac7e7855-e61c-efda-36a9-73b2d2066e9a-027d0810 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-efe9882c-c2c3-1ede-0087-2827dba464c4-027d0810, #w-node-_029f638e-da64-0301-4082-929f61b6c364-027d0810, #w-node-_7694b414-340f-80c6-9da4-5d81d7f3be18-027d0810, #w-node-abd633be-f93c-6773-b32b-a0bd15497463-027d0810 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e3b7504-b42d-052b-5a60-e1f5275c5cb0-eb5a246d, #w-node-_80504b72-8c04-ece1-c390-10a9240ccd2c-eb5a246d, #w-node-a4b35713-2a2a-e7aa-fac7-0582851f7f7a-eb5a246d, #w-node-_0106c2bc-9355-1a86-0518-43c255eb581f-eb5a246d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-afbd6786-f6e4-81e1-9f60-c98c475e4d66-eb5a246d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_25dc1c09-7450-5c4d-d80a-e3fbc16443c3-eb5a246d, #w-node-f384bc9d-1db2-f8b7-8181-ed9ed95260fa-eb5a246d, #w-node-_6a408cf4-e513-547e-7530-7252efa2d5dd-eb5a246d, #w-node-_79921c7c-72ae-af9d-f13a-eb2d954c9369-eb5a246d, #w-node-_5242245f-0895-d698-6891-25be4708fcb4-eb5a246d, #w-node-_6891208f-c414-0874-8441-7d0ad4ce53b8-eb5a246d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21602160-6a9a-9eb7-8127-a30bc90a999e-eb5a246d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ef41ee7-2e47-2a11-8acb-d2c84dffa580-eb5a246d, #w-node-_8d26fb11-7ab0-2890-8ed8-99c4a19027f0-eb5a246d, #w-node-c1a3bee7-795e-e9bf-9cad-7fc9e3a3f344-eb5a246d, #w-node-_64d91336-834e-9862-9303-313ebcaa1b41-eb5a246d, #w-node-_90a1990d-b365-59e1-be28-18859930446f-eb5a246d, #w-node-e7f211c9-5860-8006-0af3-03f8574ca8dd-eb5a246d, #w-node-_3900977d-4aaa-9bbf-9c89-456854bd5ae7-eb5a246d, #w-node-ac19cbd9-f002-364b-0454-c3d5f3842baa-eb5a246d, #w-node-f3dced06-562b-5c0e-9bb5-575456feaf5f-eb5a246d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa099c2d-6d6c-1926-3319-be69a8a18212-92c97fcb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_56c0029f-df45-98f9-7f10-379f6b0addd2-f8198416, #w-node-_47c1f74a-9489-55ab-a39a-c8f49a3a12e6-43806867, #w-node-ecafefb9-b69c-393e-e47f-ff108edd3899-43806867 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7eaa154c-7937-7671-342e-05c27f91ece9-43806867 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0c576b4e-b360-c575-2553-326e2b0a6a70-43806867 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_105fb4a7-dfde-0813-f5db-ef7d8deba392-43806867 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3af6789-e940-9860-22c3-c189c3b4e6c3-b6b4896c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b1edf5a2-8068-b29d-f8ab-17b71e1d1fa9-50459179, #w-node-_94bf2f11-42e3-856b-4334-556e81bb47e9-50459179 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4069fcb6-e219-0a93-5761-63e905d6b375-b39f801f, #w-node-_216a6667-dfdd-2b7b-52b9-d207e51e47dd-c30cc020 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9739fd37-eff6-4916-b4bf-3baa68014d94-714da41b, #w-node-ef0bf16a-266a-e729-e2db-fddb603e69a3-678480a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_391b93b0-aac6-1dc4-0fc2-3546614e6105-65eacaeb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6004ed63-2b34-439e-536a-67eae44b3f70-765bd38b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6004ed63-2b34-439e-536a-67eae44b3f71-765bd38b {
    grid-row: span 2 / span 2;
  }

  #w-node-fb27c35e-58b6-cf56-dfc6-d3e8e612910b-b1acde0f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb27c35e-58b6-cf56-dfc6-d3e8e612910c-b1acde0f {
    grid-row: span 2 / span 2;
  }

  #w-node-_822e2e78-6588-06e7-703e-431a8dda1505-292e36ae {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_822e2e78-6588-06e7-703e-431a8dda1506-292e36ae {
    grid-row: span 2 / span 2;
  }

  #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55432-6b2be9c2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55433-6b2be9c2, #w-node-_7c0a0ae6-85fa-c095-363c-3e451ed55434-6b2be9c2 {
    grid-row: span 2 / span 2;
  }

  #w-node-_819e409b-3bbc-9743-c03c-778e8d3bd9a4-a3788a5d {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f467e04-7564-aea5-4f45-1ec8f291f75e-a3788a5d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6891208f-c414-0874-8441-7d0ad4ce53b8-eb5a246d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21602160-6a9a-9eb7-8127-a30bc90a999e-eb5a246d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ef41ee7-2e47-2a11-8acb-d2c84dffa580-eb5a246d, #w-node-_8d26fb11-7ab0-2890-8ed8-99c4a19027f0-eb5a246d, #w-node-c1a3bee7-795e-e9bf-9cad-7fc9e3a3f344-eb5a246d, #w-node-_64d91336-834e-9862-9303-313ebcaa1b41-eb5a246d, #w-node-_90a1990d-b365-59e1-be28-18859930446f-eb5a246d, #w-node-e7f211c9-5860-8006-0af3-03f8574ca8dd-eb5a246d, #w-node-_3900977d-4aaa-9bbf-9c89-456854bd5ae7-eb5a246d, #w-node-ac19cbd9-f002-364b-0454-c3d5f3842baa-eb5a246d, #w-node-f3dced06-562b-5c0e-9bb5-575456feaf5f-eb5a246d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa099c2d-6d6c-1926-3319-be69a8a18212-92c97fcb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e4aedc10-f233-fb20-8713-59f1253f109e-232ceb0e, #w-node-_7eaa154c-7937-7671-342e-05c27f91ece9-43806867, #w-node-_0c576b4e-b360-c575-2553-326e2b0a6a70-43806867 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b1edf5a2-8068-b29d-f8ab-17b71e1d1fa9-50459179 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_94bf2f11-42e3-856b-4334-556e81bb47e9-50459179 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4069fcb6-e219-0a93-5761-63e905d6b375-b39f801f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-ade3ab8f-bbf5-22f7-87dc-6c436493f3b6-7709edb3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ef0bf16a-266a-e729-e2db-fddb603e69a3-678480a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1a3bee7-795e-e9bf-9cad-7fc9e3a3f344-eb5a246d, #w-node-f2bb0245-7054-2209-da12-dddacdb4109a-92c97fcb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa099c2d-6d6c-1926-3319-be69a8a18212-92c97fcb {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1bde76aa-7e70-c2ce-b942-ef6b3ac3de52-92c97fcb, #w-node-e4aedc10-f233-fb20-8713-59f1253f109e-232ceb0e, #w-node-ade3ab8f-bbf5-22f7-87dc-6c436493f3b6-7709edb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


