/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Family/ThemePages/BackToSchool.less ***!
  \*******************************************************************************************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}
#main-container {
  background: var(--default-bg-2);
}
.back-to-school-page-container {
  position: relative;
  color: var(--default-color-2);
  width: 100%;
  margin: 0;
  flex: 1;
  overflow-x: hidden;
}
.back-to-school-page-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-bg-tile.png");
  z-index: 1;
}
.back-to-school-page-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(41, 161, 112, 0.5) 0%, rgba(30, 132, 91, 0.5) 80.67%);
  z-index: 2;
}
.back-to-school-page-container .inner-content {
  padding: 4vw;
  position: relative;
  border-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-border-tile.png") 60 / 4vw round stretch;
  box-shadow: inset 3.8vw 3.8vw 10px 2px rgba(0, 0, 0, 0.3), inset -3.8vw -3.8vw 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.back-to-school-page-container section {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin: -1px 0 0 0;
  padding: 0 0 clamp(40px, 8vw, 80px);
}
.back-to-school-page-container section .section-inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  z-index: 20;
}
.back-to-school-page-container section.header {
  position: relative;
  image-rendering: pixelated;
}
.back-to-school-page-container section.header .all-themes-page-link {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: max(30px, 2vw);
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .back-to-school-page-container section.header .all-themes-page-link {
    justify-content: flex-start;
  }
}
.back-to-school-page-container section.header .section-inner {
  position: relative;
  width: 45%;
  min-width: 260px;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .back-to-school-page-container section.header .section-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 205 / 189;
    width: 20vw;
    max-width: 428px;
    background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-bg-left.png");
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-105%, -10%);
    image-rendering: pixelated;
  }
  .back-to-school-page-container section.header .section-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 90 / 122;
    width: 20vw;
    max-width: 332px;
    background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-bg-right.png");
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(100%, -15%);
    image-rendering: pixelated;
  }
}
.back-to-school-page-container section.header h1 {
  margin: 0;
  padding: 0 20px;
}
.back-to-school-page-container section.header h1 span {
  display: block;
  position: absolute;
  text-indent: -99999px;
}
.back-to-school-page-container section.header h1 .theme-title {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.back-to-school-page-container section.header h2 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(18px, 3vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 40px;
}
.back-to-school-page-container section.header h3 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(14px, 2vw, 23px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: none;
  margin: 0;
  margin-bottom: clamp(30px, 6vw, 70px);
}
.back-to-school-page-container section.scene .scene-visual {
  width: 100%;
  image-rendering: pixelated;
}
.back-to-school-page-container section.scene .caption {
  line-height: 1.2em;
  margin: 0;
  max-width: 1200px;
}
.back-to-school-page-container section.scene.scene-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 217 / 263;
  width: 10vw;
  max-width: 150px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-deco-notepad.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(25%, -80%);
}
.back-to-school-page-container section.scene.scene-large::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 337 / 250;
  width: 15vw;
  max-width: 300px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-deco-pencil.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-20%, -100%);
}
.back-to-school-page-container section.scene.scene-large .scene-visual {
  width: 100%;
  max-width: 1200px;
}
.back-to-school-page-container section.scene.scene-large .caption {
  font-size: clamp(18px, 4vw, 40px);
  font-weight: 400;
}
.back-to-school-page-container section.scene.scene-small::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 203 / 254;
  width: 8vw;
  max-width: 150px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-deco-bulb.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-130%, -50%);
}
.back-to-school-page-container section.scene.scene-small .scene-visual {
  width: calc(100% - 40px);
  max-width: 800px;
}
.back-to-school-page-container section.scene.scene-small .caption {
  font-size: clamp(14px, 4vw, 30px);
  font-weight: 700;
}
.back-to-school-page-container section.characters {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.back-to-school-page-container section.characters::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 245 / 276;
  width: 8vw;
  max-width: 150px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-deco-tree.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(25%, -50%);
}
.back-to-school-page-container section.characters::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 228 / 231;
  width: 8vw;
  max-width: 150px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/back-to-school-deco-apple.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-20%, -100%);
}
.back-to-school-page-container section.characters .character {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  gap: 20px 40px;
}
.back-to-school-page-container section.characters .character:last-child {
  margin-bottom: 0;
}
.back-to-school-page-container section.characters .character .character-dialog {
  flex: 2;
}
.back-to-school-page-container section.characters .character .character-dialog h2 {
  color: var(--back-to-school-color-1);
  font-size: clamp(20px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 20px;
}
.back-to-school-page-container section.characters .character .character-dialog p {
  font-size: clamp(16px, 2vw, 23px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0;
}
.back-to-school-page-container section.characters .character .character-visual {
  position: relative;
  text-align: center;
  flex: 1;
  min-width: 100px;
  margin: 0 auto;
  z-index: 2;
}
.back-to-school-page-container section.characters .character .character-visual img {
  width: 100%;
  min-width: 200px;
  max-width: 400px;
  image-rendering: pixelated;
}
@media screen and (max-width: 799px) {
  .back-to-school-page-container section.characters .character {
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 800px) {
  .back-to-school-page-container section.characters .character:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.back-to-school-page-container section.footer {
  width: 100%;
}
.back-to-school-page-container section.footer h2 {
  text-align: center;
  font-family: "Sofia Pro";
  font-size: clamp(18px, 3vw, 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: clamp(30px, 6vw, 70px);
}


/*# sourceMappingURL=BackToSchool.f2ab673562f560188aeb.css.map*/