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

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

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

:root {
  --seashell: #fdf4ed;
  --white-smoke: #f8f9fc;
  --shine-blue: #465ed8;
  --white: white;
  --acelero-red: #f05843;
  --internal-grey: #e6e7e8;
  --black: black;
  --shine-primary-blue: #09d;
  --shine-green: #33c87e;
  --steel-blue: #223a7a;
  --shine-yellow: #ffe054;
  --pale-goldenrod: #feffb2;
  --pale-green: #c1ffb2;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anybody, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anybody, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anybody, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
}

label {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-items.holder {
  float: left;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  display: inline-block;
  left: 16px;
}

.logo-link {
  z-index: 1;
  float: none;
  color: #1b1b1b;
  margin-top: 0;
  font-family: Futura PT;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  display: inline-block;
  position: static;
}

.navigation-item {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item:hover {
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-flex {
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.cta.main-option-cta {
  margin-top: 0;
}

.cta.landing {
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.body {
  background-color: #fff;
  font-family: Futura PT;
}

.section-header {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Anybody, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header.light {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}

.section-header.left-align {
  text-align: left;
  font-family: Anybody, sans-serif;
}

.footer-section {
  background-color: var(--seashell);
  padding: 40px 10% 100px;
  position: relative;
  overflow: visible;
}

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

.footer-links {
  justify-content: center;
  display: inline-block;
}

.intro-section {
  padding: 60px 10%;
  position: relative;
  overflow: visible;
}

.intro-section.internal-instructions {
  background-color: #f8f9fc;
}

.intro-section.dark {
  background-color: var(--white-smoke);
}

.body-paragraph {
  color: #363636;
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.no-auto-margin {
  margin-left: 0;
  margin-right: 0;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ba4aec53-6cb8-4b04-8e1c-a41f40b91339_optimized.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

.box._4 {
  background-image: url('../images/554cae79-4181-4f41-be62-96e5a20d61cc_optimized.jpg');
  position: relative;
  left: 0%;
}

.box._4.shine-early {
  background-image: url('../images/bfc24ab7-d208-4124-8711-19383870a62e_optimized.jpeg');
}

.box._5 {
  background-image: url('../images/47700f49-8b0d-4cde-b2ba-47068158c2c5_optimized.jpeg');
  width: 65%;
  position: relative;
}

.box._2 {
  background-image: url('../images/3d710c61-b1fb-49da-89fc-496aa106783a_optimized.jpg');
}

.box._2.shine-early {
  background-image: url('../images/9a8498fe-5ae4-465b-9ed7-2d1223c02c6c_optimized.jpeg');
}

.box._3 {
  background-image: url('../images/e26ef124-f55b-447d-8d8b-ed80d510fcf5_optimized.jpg');
  background-position: 50%;
}

.box._3.shine-early {
  background-image: url('../images/8b33bdfe-9784-466f-88df-08771c6aab0c_optimized.jpeg');
  background-position: 50%;
  background-size: cover;
}

.box.shine-early {
  background-image: url('../images/3cbdf7fe-3f2d-4e31-a6f3-69f1f090bfca_optimized.jpeg');
}

.box.shine-early._6 {
  background-image: url('../images/8b33bdfe-9784-466f-88df-08771c6aab0c_optimized.jpeg');
}

.box.shine-early._5 {
  background-image: url('../images/9082827d-cb98-4e06-ad28-973f46680dc9_optimized.jpeg');
}

.cards-section {
  background-color: #fff;
  padding: 0 10% 60px;
  overflow: hidden;
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-header {
  text-align: center;
  width: 50%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section {
  background-color: var(--shine-blue);
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-section.acelero-learning {
  background-color: var(--acelero-red);
  color: var(--white);
}

.hero-section.internal {
  background-color: var(--internal-grey);
  color: var(--black);
}

.hero-section.shine-blue {
  background-color: var(--shine-blue);
}

.headline {
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 58px;
  line-height: 68px;
}

.right-content {
  background-color: #0000;
  align-self: center;
  width: 60%;
  padding: 8.5% 10% 8.5% 8%;
  position: relative;
  overflow: hidden;
}

.content-hero-div {
  margin-top: 0;
  padding-right: 10%;
}

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/554cae79-4181-4f41-be62-96e5a20d61cc_optimized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.left-image.shine-early-learning {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/accomplished-achievement-adults-1124065.jpg');
  background-position: 0 0, 50%;
}

.left-image.acelero-learning-hero {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/bbe92f82-f15f-47d1-87d4-7e85520ffaca_optimized.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.featured-brands {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  box-shadow: 0 3px 3px #00000008;
}

.right-cta {
  text-align: right;
  flex: none;
  width: auto;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #030303;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.brand {
  z-index: 1;
  float: none;
  color: #fff;
  background-color: #0000;
  border: 3px solid #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  margin-top: 0;
  padding: 0 9px;
  font-family: Futura PT;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  position: static;
}

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

.left-content {
  width: 40%;
  padding-right: 10%;
  font-family: Inter, sans-serif;
}

.left-content.no-width {
  width: 100%;
}

.right-panel {
  align-self: center;
  width: 55%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}

.split-div {
  background-color: #408fc5;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin: 40px auto;
  display: flex;
  box-shadow: 7px 7px 9px 4px #ddd;
}

.subheader {
  text-align: left;
  width: 88%;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.upper-head {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
  font-family: Inter, sans-serif;
}

.service-features.no-padding {
  margin-top: 0;
  padding-top: 0;
}

.check-holder {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.check-holder.white {
  color: var(--white);
}

.check-holder.selected {
  color: var(--shine-primary-blue);
}

.check-icon {
  margin-right: 10px;
}

.check-icon.white {
  filter: invert();
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
}

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: relative;
  top: -143px;
}

.testimonial-left {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.testimonial-right {
  background-image: url('../images/Acelero_recruitment_07_2020ACL_Social---man1---Color.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
}

.testimonial-right.shine-early-learning {
  background-image: url('../images/Acelero_recruitment_07_2020ACL_Social---woman-2---color.jpg');
}

.sticky-nav {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000012;
}

.sticky {
  z-index: 1;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
}

.image {
  width: 150px;
}

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

.diversity-logo-img {
  filter: grayscale();
  max-width: 150px;
  max-height: 75px;
  display: inline-block;
}

.heading {
  text-align: center;
  margin-bottom: 20px;
}

.youtube {
  height: 500px;
}

.navbar {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.search.big {
  text-align: left;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 0;
}

.search-input {
  color: #bababa;
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.search-input.big {
  color: #333;
  cursor: text;
  border-style: solid;
  border-color: #d0d0d0;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 25px 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.search-input.big:focus {
  color: #1e1e1e;
}

.search-input.big.acelero {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.search-button {
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/ic_arrow_forward.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  display: none;
  overflow: visible;
}

.search-button.big {
  display: none;
}

.container {
  max-width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-6 {
  grid-column-gap: 29px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
}

.grid-6.shine {
  display: none;
}

.grid-6.shine.show {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6.acelero {
  display: none;
}

.grid-6.acelero.show {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  color: #1e1e1e;
  text-align: center;
  font-size: 50px;
  line-height: 64px;
}

.text-block-6 {
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-block-6.job-title.job-object {
  text-align: left;
}

.text-block-5 {
  padding-right: 9px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: block;
}

.dropdown {
  flex: 0 auto;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-bound {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  height: 46px;
  font-size: 18px;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr;
  padding-top: 20px;
}

.section-5 {
  padding-top: 47px;
  padding-bottom: 72px;
}

.section-5.padding {
  padding-top: 20px;
  padding-bottom: 100px;
}

.dropdown-toggle {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  height: 46px;
  padding-top: 11px;
  padding-left: 52px;
  padding-right: 52px;
  transition: background-color .3s;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle:hover {
  background-color: #f7f7f7;
  border-color: #d8d8d8;
}

.text-block-7 {
  color: #8b8b8b;
  margin-bottom: 15px;
}

.text-block-7.location-name.job-object {
  text-align: left;
  text-align: left;
  font-family: Inter, sans-serif;
}

.dropdown-list {
  border-radius: 1px;
}

.dropdown-list.w--open {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 9px 18px #0000001a;
}

.container-2 {
  text-align: center;
  max-width: 80%;
}

.tc-submit {
  text-align: center;
  background-color: #223a7a;
  width: 99%;
  margin-bottom: 24px;
  padding: 12px 40px;
  font-family: Lato, sans-serif;
}

.tc-submit.disabled {
  background-color: var(--shine-green);
  color: var(--black);
  cursor: not-allowed;
}

.form-block {
  width: 100%;
}

.select-field {
  color: #676767;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #cfd9e6;
  width: 100%;
  padding: 8px 10px 10px 20px;
  font-family: Lato, sans-serif;
  display: inline-block;
}

.text-field-4 {
  color: #676767;
  border: 1px solid #cfd9e6;
  width: 100%;
  margin-right: 1%;
  padding: 10px 10px 10px 20px;
  font-family: Lato, sans-serif;
  display: inline-block;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.main-option-div {
  height: 30vh;
}

.main-option-div.text-section {
  background-color: #408fc5;
}

.main-option-div.text-section.first {
  align-items: center;
  padding: 20px;
  display: flex;
}

.main-option-div.text-section.second {
  background-color: #59bb4f;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
}

.main-option-div.text-section.third {
  background-color: #fec800;
  align-items: center;
  padding: 20px;
  display: flex;
}

.main-option-div.acelero-learning-img {
  background-image: url('../images/ba4aec53-6cb8-4b04-8e1c-a41f40b91339_optimized.jpg');
  background-position: 0 0;
  background-size: cover;
}

.main-option-div.shine-early-learning-img {
  background-image: url('../images/bbe92f82-f15f-47d1-87d4-7e85520ffaca_optimized.jpg');
  background-position: 0 0;
  background-size: cover;
}

.main-option-div.internal-opps-img {
  background-image: url('../images/554cae79-4181-4f41-be62-96e5a20d61cc_optimized.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.heading-7 {
  color: #fff;
}

.div-block-43 {
  width: 100%;
}

.div-block-44 {
  text-align: right;
  width: 100%;
}

.paragraph-13 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.container-13 {
  max-width: 80%;
  padding-bottom: 60px;
}

.card {
  width: auto;
  color: var(--black);
  cursor: pointer;
  border: 1px solid #ddd;
  text-decoration: none;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 58px;
  display: grid;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.card-text {
  padding: 20px;
}

.container-14 {
  max-width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefits-title {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Anybody, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 58px;
}

.grid-10 {
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.benefit-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 10px 1px #ddd;
}

.benefit-div.click-modal {
  cursor: pointer;
}

.paragraph-14 {
  text-align: center;
  font-size: 18px;
}

.paragraph-14.smaller {
  margin-bottom: 0;
  font-size: 12px;
}

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

.team-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
}

.team-div.education {
  background-color: #408fc5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 16px 1px #333;
}

.team-div.education.selected {
  background-color: var(--steel-blue);
  width: 80%;
  box-shadow: 4px 4px 16px 1px #ddd;
}

.team-div.family-services {
  background-color: #59bb4f;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 16px 1px #ddd;
}

.team-div.health-nutrition {
  background-color: #fec800;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 4px 16px 1px #ddd;
}

.team-div.selected {
  display: block;
}

.paragraph-15 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.heading-8 {
  color: #fff;
}

.youtube-3 {
  margin-top: 20px;
}

.team-div-selector {
  color: #222;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.team-div-selector.selected {
  color: #408fc5;
  font-family: Inter, sans-serif;
}

.div-block-45 {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.shine-hero {
  background-color: #b5f5c0;
  border: 1px #000;
  padding: 10px 40px;
}

.internal-hero {
  background-color: #f9ffb6;
  border: 1px #000;
  padding: 10px;
}

.hero-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.hero-subcta {
  letter-spacing: .3px;
  background-color: #0f0f0f;
  border-radius: 200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.hero-subcta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.hero-subcta.main-option-cta {
  margin-top: 0;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.sub-hero-div {
  background-color: var(--shine-blue);
  color: var(--white);
  text-align: center;
  padding: 20px 60px;
}

.sub-hero-div-internal {
  background-color: var(--internal-grey);
  text-align: center;
  padding: 20px 60px;
}

.sub-hero-div-internal.shine-yellow {
  background-color: var(--shine-yellow);
}

.heading-9 {
  text-align: center;
  margin-top: 0;
}

.paragraph-16 {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.sub-hero-cta {
  color: var(--black);
  letter-spacing: .3px;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.sub-hero-cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.sub-hero-cta.main-option-cta {
  margin-top: 0;
}

.sub-hero-cta.white {
  border-color: var(--white);
  color: var(--white);
  font-family: Inter, sans-serif;
}

.sub-hero-cta.white:hover {
  background-color: var(--white);
  color: var(--black);
}

.sub-hero-div-acelero {
  background-color: var(--acelero-red);
  color: var(--white);
  text-align: center;
  padding: 20px 60px;
}

.sub-hero-div-acelero.shine-green {
  background-color: var(--shine-green);
}

.value-div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 20px;
  display: flex;
  box-shadow: 1px 1px 10px 1px #ddd;
}

.benefits-grid {
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.values-grid {
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.sub-hero-div-internal-copy {
  text-align: center;
  background-color: #feffb2;
  padding: 20px 60px;
}

.column-2, .column-3, .column-4, .column-5, .column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.landing-div {
  padding-bottom: 100%;
}

.landing-div.acelero-image {
  background-image: url('../images/bbe92f82-f15f-47d1-87d4-7e85520ffaca_optimized.jpg');
  background-position: 50%;
  background-size: cover;
}

.landing-div.shine-early-learning-image {
  background-image: url('../images/accomplished-achievement-adults-1124065.jpg');
  background-position: 50%;
  background-size: cover;
}

.landing-div.internal-opportunities-image {
  background-image: url('../images/554cae79-4181-4f41-be62-96e5a20d61cc_optimized.jpg');
  background-position: 50%;
  background-size: cover;
}

.landing-div.landing-content {
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.landing-div.landing-content.acelero-learning {
  border: 10px solid var(--acelero-red);
  background-color: var(--acelero-red);
  color: var(--white);
}

.landing-div.landing-content.shine-early-learning {
  border: 10px solid var(--shine-blue);
  background-color: var(--shine-blue);
  color: var(--white);
}

.landing-div.landing-content.internal-opportunities {
  border: 10px solid var(--internal-grey);
  background-color: var(--internal-grey);
}

.div-block-46 {
  width: 100%;
}

.left-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.right-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.ladning-div {
  min-height: 25vh;
}

.ladning-div.landing-content {
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-47 {
  width: 100%;
}

.landing-title {
  margin-top: 0;
}

.section-10 {
  background-color: #f8f9fc;
}

.container-15, .div-block-48 {
  max-width: 1600px;
}

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

.link {
  text-decoration: none;
}

.modal {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.show {
  display: flex;
}

.modal-fade {
  background-color: #000000b3;
  position: fixed;
  inset: 0%;
}

.modal-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 80%;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.paragraph-17 {
  font-size: 20px;
  line-height: 32px;
}

.job-link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.office {
  color: #8b8b8b;
  margin-bottom: 15px;
}

.office.location-name.job-object {
  text-align: left;
  text-align: left;
  margin-left: 10px;
  font-family: Inter, sans-serif;
}

.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;
}

.form-block-2 {
  margin-top: 16px;
  margin-bottom: 0;
}

.tabs-menu {
  display: flex;
}

.tab-link-tab-1 {
  background-color: #cfcfcf;
  width: 50%;
}

.tab-link-tab-1.w--current {
  background-color: var(--acelero-red);
  color: var(--white);
}

.tab-link-tab-2 {
  background-color: #ebedf1;
  width: 50%;
}

.tab-link-tab-2.w--current {
  background-color: var(--shine-blue);
  width: 50%;
  color: var(--white);
}

.button {
  background-color: var(--steel-blue);
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.link-block {
  width: 100%;
  color: var(--shine-blue);
  margin-top: 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.advanced-search-instruction {
  text-align: left;
}

.advanced-search-instruction.highlighted {
  font-weight: 800;
}

.image-7 {
  width: 100%;
}

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

.html-embed {
  margin-top: 40px;
}

.paragraph-19 {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
}

.background-video {
  width: 1000%;
}

.div-block-50 {
  margin-top: 40px;
}

.paragraph-20 {
  font-size: 18px;
  line-height: 24px;
}

.form-block-3 {
  text-align: left;
}

.tc-input {
  font-family: Inter, sans-serif;
}

.hide {
  display: none;
}

.job-object-parent {
  grid-column-gap: 29px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
}

.job-object-parent.shine {
  display: none;
}

.job-object-parent.shine.show {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-object-parent.acelero {
  display: none;
}

.job-object-parent.acelero.show {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-blurb {
  width: 100%;
  padding-right: 10%;
}

.paragraph-21 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 24px;
}

.white {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.text-block-8, .text-block-9, .text-field-5 {
  font-family: Inter, sans-serif;
}

.text-block-10, .text-block-11 {
  font-family: Anybody, sans-serif;
}

.heading-10 {
  font-family: Inter, sans-serif;
}

.text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21 {
  font-family: Anybody, sans-serif;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.holder {
    z-index: 1;
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
    inset: 0%;
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    transition: color .15s;
  }

  .menu-button {
    z-index: 5;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: #0000;
    transform: rotate(90deg);
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-content {
    padding-top: 20px;
  }

  .intro-section {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .cards-section {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    transition: color .15s;
    display: block;
  }

  .brand {
    color: #000;
    border-style: none;
    border-color: #363636;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    flex: 1;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .right-panel {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .testimonial-holder {
    margin-bottom: -100px;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
    top: -201px;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .sticky-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sticky {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .section-5 {
    padding-top: 0;
  }

  .section-5.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-title {
    font-size: 46px;
    line-height: 54px;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area";
  }

  .benefit-div {
    justify-content: center;
    display: flex;
  }

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

  .values-grid {
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
  }

  .left-grid, .right-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro-blurb {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .navigation-item {
    margin-left: 0;
    margin-right: 30px;
  }

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .footer-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .footer-links {
    margin-top: 15px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .cards-section {
    padding-top: 80px;
  }

  .headline {
    font-size: 48px;
    line-height: 58px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .featured-brands {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px 2%;
    display: none;
  }

  .brand {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
  }

  .subheader {
    width: 95%;
  }

  .testimonial-holder {
    margin-bottom: -120px;
    display: none;
  }

  .testimonial-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-5.padding {
    width: auto;
  }

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

  .main-option-div {
    display: none;
  }

  .grid-8, .grid-9 {
    grid-template-columns: 1fr;
  }

  .card {
    flex-direction: column;
    display: flex;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .benefits-title {
    line-height: 50px;
  }

  .grid-10 {
    margin-top: 40px;
  }

  .team-div.education.selected {
    width: 100%;
    padding-top: 20px;
  }

  .grid-12 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .column {
    margin-top: 20px;
  }

  .benefits-grid, .values-grid {
    margin-top: 40px;
  }

  .landing-div.acelero-image, .landing-div.shine-early-learning-image, .landing-div.internal-opportunities-image {
    display: none;
  }

  .left-grid, .right-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

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

  .intro-section {
    padding-top: 50px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .title-header {
    width: 100%;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .featured-brands {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .typed-div {
    flex-wrap: wrap;
  }

  .right-panel {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-holder {
    margin-bottom: -140px;
    display: none;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .youtube {
    height: auto;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 41px;
  }

  .text-block-6 {
    padding-bottom: 4px;
    font-size: 15px;
  }

  .dropdown {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .grid-5 {
    clear: none;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". . Area"
                         ". . ."
                         ". . .";
    justify-content: stretch;
    place-items: stretch stretch;
    display: block;
    position: static;
  }

  .section-5.padding {
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-left: 30px;
  }

  .image-6 {
    text-align: left;
    object-fit: fill;
    width: auto;
    display: inline-block;
  }

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

  .main-option-div {
    height: auto;
  }

  .grid-8, .grid-9 {
    grid-template-columns: 1fr;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .benefits-title {
    font-size: 38px;
    line-height: 44px;
  }

  .grid-10 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-grid, .values-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }
}

#w-node-ca221ec0-1e88-9157-b699-dde77970ab53-2ba630bb {
  place-self: auto;
}

#w-node-_23e88a2f-1573-e02c-4be5-2bf74b1b8f0f-2ba630bb, #w-node-_4f2111b0-c76b-7a69-cdc1-8edbb2628ca7-2ba630bb, #w-node-_69cfa2cc-caff-bc62-2f75-c9c6e45fca72-2ba630bb, #w-node-a29517e3-e756-ffe6-e6d4-4c43eb605a84-2ba630bb, #w-node-_4ae392e2-9352-aeca-ffa7-cfb476aa3e54-2ba630bb, #w-node-_5364510e-c267-4f01-2dfc-3f40609d5848-2ba630bb, #w-node-_20159dad-82bc-86bb-5018-e7bf6740f23e-2ba630bb, #w-node-e7556606-f385-b1ad-4a1b-4bab61e49601-2ba630bb, #w-node-_1f789767-4e33-57a9-ae62-c6fa7a040e43-2ba630bb, #w-node-c92ad9f9-b45d-f644-862f-5c1dd21d0a17-2ba630bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_35fbb2dc-49ee-4687-90e3-01db0e895800-2ba630bb {
  place-self: auto;
}

#w-node-_35fbb2dc-49ee-4687-90e3-01db0e895803-2ba630bb, #w-node-_35fbb2dc-49ee-4687-90e3-01db0e895806-2ba630bb, #w-node-_35fbb2dc-49ee-4687-90e3-01db0e895809-2ba630bb, #w-node-_35fbb2dc-49ee-4687-90e3-01db0e89580c-2ba630bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5a8aeede-23f5-a0f9-2d84-77ac45613c27-45613c1f, #w-node-_5a8aeede-23f5-a0f9-2d84-77ac45613c2b-45613c1f, #w-node-_5a8aeede-23f5-a0f9-2d84-77ac45613c2f-45613c1f, #w-node-_5a8aeede-23f5-a0f9-2d84-77ac45613c33-45613c1f, #w-node-_27f5dffd-8ecd-74fe-e0c7-c1fbacca11f8-45613c1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb35b46-7f9e-aebb-6c2e-739a6e572452-2ba630c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_736b1639-d349-bae2-0862-27f3eedb4da0-2ba630c0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b4e206df-8f5c-4147-5d99-261da3e5609a-2ba630c0, #w-node-_4892ad0c-6283-4d12-bc0b-d67a5209a9b4-2ba630c0, #w-node-dad4b36c-028b-acfb-c8cc-6ca652341bda-2ba630c0, #w-node-_1196722c-e5d4-0f5e-c4cf-3c83fceda4c6-2ba630c0, #w-node-_2ab2a221-e340-f65f-8bdc-19ca23860271-2ba630c0, #w-node-_5cb45ce0-5832-e45d-61e9-eb317043cbee-2ba630c0, #w-node-a848a5e5-64ba-f6c6-de7c-b9f2017e71a8-2ba630c0, #w-node-b7c542d9-e24b-3578-2b64-f32a38466dd4-2ba630c0, #w-node-a116e35d-ce5f-cf46-67a0-ccfcc0b18057-2ba630c0, #w-node-_784493df-ff11-0487-fa7f-ede9fa5642be-2ba630c0, #w-node-_76183fdd-1632-93f6-a760-b7765843b6ec-2ba630c0, #w-node-_509e9db0-a898-6711-a008-2104cf104a1d-2ba630c0, #w-node-dfa6a8d2-27aa-773a-85b5-1ab5c9af3f74-2ba630c0, #w-node-afadc18d-7d16-a419-3e55-a927bf844772-2ba630c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630c0 {
  justify-self: end;
}

#w-node-a9602c83-0c92-3f04-8a8b-1e725e063661-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063664-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063667-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e06366a-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e06366d-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063670-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063673-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063676-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e063679-5e063653, #w-node-a9602c83-0c92-3f04-8a8b-1e725e06367c-5e063653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ed525534-97d9-00f3-fd38-d5e1849a28bb-5e063653 {
  place-self: auto;
}

#w-node-ed525534-97d9-00f3-fd38-d5e1849a28be-5e063653, #w-node-ed525534-97d9-00f3-fd38-d5e1849a28c1-5e063653, #w-node-ed525534-97d9-00f3-fd38-d5e1849a28c4-5e063653, #w-node-ed525534-97d9-00f3-fd38-d5e1849a28c7-5e063653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630c2, #w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630c5 {
  justify-self: end;
}

#w-node-ca221ec0-1e88-9157-b699-dde77970ab53-2ba630c6 {
  place-self: auto;
}

#w-node-_23e88a2f-1573-e02c-4be5-2bf74b1b8f0f-2ba630c6, #w-node-_4f2111b0-c76b-7a69-cdc1-8edbb2628ca7-2ba630c6, #w-node-_69cfa2cc-caff-bc62-2f75-c9c6e45fca72-2ba630c6, #w-node-_1f789767-4e33-57a9-ae62-c6fa7a040e43-2ba630c6, #w-node-c92ad9f9-b45d-f644-862f-5c1dd21d0a17-2ba630c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630c6 {
  justify-self: end;
}

#header-search.w-node-_3f3a7aed-2cce-bdb3-0667-e5dae4fca194-2ba630c9 {
  justify-self: start;
}

#w-node-_3f3a7aed-2cce-bdb3-0667-e5dae4fca195-2ba630c9 {
  justify-self: end;
}

#w-node-ca221ec0-1e88-9157-b699-dde77970ab53-2ba630c9 {
  place-self: auto;
}

#w-node-_23e88a2f-1573-e02c-4be5-2bf74b1b8f0f-2ba630c9, #w-node-_4f2111b0-c76b-7a69-cdc1-8edbb2628ca7-2ba630c9, #w-node-_69cfa2cc-caff-bc62-2f75-c9c6e45fca72-2ba630c9, #w-node-a29517e3-e756-ffe6-e6d4-4c43eb605a84-2ba630c9, #w-node-_4ae392e2-9352-aeca-ffa7-cfb476aa3e54-2ba630c9, #w-node-_5364510e-c267-4f01-2dfc-3f40609d5848-2ba630c9, #w-node-_20159dad-82bc-86bb-5018-e7bf6740f23e-2ba630c9, #w-node-e7556606-f385-b1ad-4a1b-4bab61e49601-2ba630c9, #w-node-_1f789767-4e33-57a9-ae62-c6fa7a040e43-2ba630c9, #w-node-c92ad9f9-b45d-f644-862f-5c1dd21d0a17-2ba630c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4ed2f517-7631-fe54-6a09-262969667804-2ba630c9 {
  place-self: auto;
}

#w-node-_4ed2f517-7631-fe54-6a09-262969667807-2ba630c9, #w-node-_4ed2f517-7631-fe54-6a09-26296966780a-2ba630c9, #w-node-_4ed2f517-7631-fe54-6a09-26296966780d-2ba630c9, #w-node-_4ed2f517-7631-fe54-6a09-262969667810-2ba630c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630c9, #w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630cb {
  justify-self: end;
}

#w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eb97-2ba630d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eb99-2ba630d1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eb9b-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eb9d-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eb9f-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eba1-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eba3-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eba5-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eba7-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05eba9-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebab-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebad-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebaf-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebb1-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebb3-2ba630d1, #w-node-_3d5dd0d6-5009-8a49-5f82-13affe05ebb5-2ba630d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a279dda7-b62f-69c9-5bcb-d84c5c4bed64-2ba630d1, #w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-2ba630d5, #w-node-_926e1458-fc51-4ec0-ef42-dbb9356d0bdf-4a659353 {
  justify-self: end;
}


@font-face {
  font-family: 'Anybody';
  src: url('../fonts/Anybody-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}