.introduction-container1 {
  width: 100%;
  display: flex;
  max-height: 800px;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 
.introduction-container2 {
  flex: 1;
  display: flex;
  max-width: 1440px;
  align-self: flex-start;
  max-height: 768px;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #f5f0e3;
}
 

 
.introduction-container3 {
  width: 31%;
  height: 100%;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 2em;
  flex-direction: column;
}
 
.introduction-purple {
  top: 11.4em;
  right: 3.6em;
  width: 50%;
  height: 75px;
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: flex-start;
  background-color: #7b83aa;
}
 
.introduction-teal {
  top: 8.6em;
  left: 2.6em;
  width: 50%;
  height: 300px;
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: flex-start;
  background-color: #8ac2c4;
}
 
.introduction-blue {
  top: 17.6em;
  right: 4em;
  width: 34%;
  height: 194px;
  display: flex;
  z-index: 0;
  position: absolute;
  align-items: flex-start;
  flex-direction: row;
  background-color: #64a2d8;
}
 
.introduction-image1 {
  top: 10em;
  left: 4em;
  width: 72%;
  height: 252px;
  display: flex;
  z-index: 3;
  overflow: hidden;
  position: absolute;
  align-items: center;
  justify-content: center;
}
 
.introduction-image2 {
  width: 456px;
  height: 557px;
  object-fit: cover;
}
 
.introduction-container4 {
  gap: 20px;
  flex: 0 0 auto;
  width: 63%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
}
 
.introduction-heading {
  font-size: 4em;
  font-style: normal;
  font-family: "Cormorant Garamond";
  font-weight: 300;
  line-height: 1;
}
 
.introduction-container5 {
  flex: 0 0 auto;
  display: block;
}
 
.introduction-text1 {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
}
 
.introduction-link {
  color: var(--dl-color-theme-primary1);
  text-decoration: underline;
}
 
.introduction-container6 {
  gap: var(--dl-space-space-halfunit);
  flex: 0 0 auto;
  width: 12%;
  height: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  padding-bottom: 1.4em;
  justify-content: flex-start;
}
 
.introduction-navlink1 {
  display: contents;
}
 
.introduction-container7 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("./public/icons/icon-previous.svg");
  background-repeat: no-repeat;
}
 
.introduction-container7:hover {
  background-image: url("./public/icons/icon-previous-hover.svg");
}
 
.introduction-navlink2 {
  display: contents;
}
 
.introduction-container8 {
  width: var(--dl-size-size-small);
  height: var(--dl-size-size-small);
  background-image: url("./public/icons/icon-next.svg");
  background-repeat: no-repeat;
}
 
.introduction-container8:hover {
  background-image: url("./public/icons/icon-next-hover.svg");
}
