@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-ExtraBoldItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Creato";
  src: url("fonts/CreatoDisplay-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
body {
  padding: 0px;
  margin: 0px;
  font-family: Creato !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

::-webkit-scrollbar {
  background-color: transparent !important;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(210, 104, 122, 0.174) !important;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(210, 104, 122) !important;
}

::-webkit-scrollbar-track {
  background-color: rgba(54, 54, 54, 0.458);
}

.Contact-Form-Container .Contact-Form-Background {
  background-color: rgb(251, 218, 224);
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 15px;
  box-shadow: inset 0px 0px 15px 0px rgb(255, 250, 241);
}
.Contact-Form-Container .Contact-Form-Background .Masonry-Row {
  display: flex;
  gap: 15px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.Contact-Form-Container .Contact-Form-Background .Background-Image {
  height: calc(40vh - 7.5px);
  width: 500px;
  position: relative;
}
.Contact-Form-Container .Contact-Form-Background .Background-Image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.162);
}
.Contact-Form-Container .Contact-Form-Background .Background-Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Contact-Form-Container .Contact-Form-Foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.227);
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.204);
  backdrop-filter: blur(50px);
  padding: 30px 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.348);
  transform: translateY(30px);
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Title {
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(171, 171, 171);
  margin-bottom: 15px;
  font-size: 2rem;
  color: white;
  font-weight: 400;
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 10px 0px;
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field:hover {
  transform: scale(1.01);
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field:hover .Form-Field-Input {
  border-color: rgba(255, 192, 203, 0.491);
  background-color: rgba(255, 192, 203, 0.114);
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field .Form-Field-Label {
  color: rgba(255, 192, 203, 0.417);
  letter-spacing: 1px;
  font-size: 0.8rem;
  margin-left: 5px;
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field .Form-Field-Input {
  background-color: rgba(255, 192, 203, 0.05);
  border-color: transparent;
  border-radius: 5px;
  padding: 10px 11px;
  font-size: 1rem;
  border: 1px solid rgba(255, 192, 203, 0.251);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.119);
  color: rgb(212, 94, 114);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.122);
  border-color: rgba(255, 192, 203, 0.255);
  background-color: rgba(255, 192, 203, 0.076);
  letter-spacing: 0.5px;
}
.Contact-Form-Container .Contact-Form-Foreground .Contact-Form .Contact-Form-Fields-Container .Form-Field .Form-Field-Input:focus {
  outline: transparent;
  border-color: rgba(255, 192, 203, 0.853);
  border-width: 2px;
  background-color: rgba(255, 192, 203, 0.138);
}

.Hero {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.Hero .Background-Layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@keyframes opacTrans {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Hero .Background-Layer .Background-Layer-Image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.Hero .Background-Layer .Background-Layer-Image[data-before=false][data-after=false] {
  display: none;
}
.Hero .Background-Layer .Background-Layer-Image[data-before=true] {
  opacity: 1;
  z-index: 1;
}
.Hero .Background-Layer .Background-Layer-Image[data-after=true] {
  opacity: 1;
  animation: opacTrans 1.3s ease forwards;
  z-index: 2;
}
.Hero .Background-Layer::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.Hero .Background-Layer::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(8deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.876), rgba(0, 0, 0, 0)), linear-gradient(-45deg, rgba(0, 0, 0, 0.517), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  backdrop-filter: blur(30px);
  z-index: 3;
}
.Hero .Content-Layer {
  width: 100%;
  margin-top: 65px;
  height: calc(100% - 65px);
  display: grid;
  grid-template-areas: "content carousel";
  grid-template-rows: 100%;
  grid-template-columns: 40% 60%;
  gap: 5vw;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 4;
}
.Hero .Content-Layer .Content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  width: 85%;
  height: 100%;
  justify-content: space-evenly;
  align-self: center;
  gap: 30px;
  height: -moz-max-content !important;
  height: max-content !important;
  margin-left: 5%;
  width: 90%;
}
.Hero .Content-Layer .Content .Main-Hero-Content {
  width: calc(100% - 25px);
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  margin-top: -10px !important;
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Sub-Title {
  margin: 0px;
  color: rgba(255, 69, 125, 0.467);
  letter-spacing: 1px;
  text-shadow: 0px 0px 20px black;
  margin-bottom: 2px !important;
  font-size: 1.2rem;
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Title {
  margin: 0px;
  font-size: 3.2rem;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0px 0px 20px black;
  font-weight: 400;
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Description {
  margin: 0px;
  font-size: 1.3rem;
  color: rgba(255, 230, 230, 0.465);
  margin-bottom: 25px;
  line-height: 1.6;
  text-shadow: 0px 0px 20px black;
  font-weight: 500;
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions {
  display: flex;
  gap: 12px;
  margin-top: 5px;
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions .Action {
  background-color: rgb(191, 76, 95);
  color: rgba(25, 9, 12, 0.74) !important;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
  box-shadow: 0px 0px 30px -5px rgba(20, 4, 9, 0.87);
}
.Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions .Action:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}
.Hero .Content-Layer .Content .Sub-Hero-Content {
  width: 100%;
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  width: calc(100% - 50px);
  justify-content: space-between;
  justify-self: center;
  align-self: flex-start;
  border: 1px solid rgba(233, 165, 177, 0.145);
  border-radius: 15px;
  padding: 20px 25px;
  padding-top: 25px;
  position: relative;
  margin-top: 30px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.144);
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For::after {
  content: "Experiences For:";
  position: absolute;
  top: 0px;
  left: 25px;
  background-color: rgba(255, 192, 203, 0);
  color: rgba(255, 192, 203, 0.681);
  font-weight: 300;
  letter-spacing: 1px;
  transform: translateY(-50%);
  backdrop-filter: blur(2px);
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 192, 203, 0.114);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.702);
  font-size: 0.8rem;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.22);
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style-type: none;
  width: 45%;
  padding: 0px;
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item:nth-child(1), .Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item:nth-child(2) {
  margin-bottom: 12px;
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item img {
  width: 15px;
  height: 15px;
  padding: 8px;
  border-radius: 7px;
  background-color: rgba(255, 207, 207, 0.04);
  border: 1px solid rgba(255, 207, 207, 0.245);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.147);
}
.Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item p {
  color: rgba(255, 207, 207, 0.364);
  font-size: 0.75rem;
  letter-spacing: 1px;
  width: -moz-max-content;
  width: max-content;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.663);
}
.Hero .Content-Layer .Hero-Carousel-Container {
  width: 100%;
  height: 100%;
  grid-area: carousel;
  position: relative;
  display: flex;
  justify-content: center;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item {
  position: relative;
  width: 70px;
  height: 80%;
  list-style-type: none;
  padding: 0px;
  border-radius: 3px;
  box-shadow: 0px 0px 50px -10px rgba(255, 216, 216, 0.288);
  overflow: hidden;
  border: 1px solid rgba(253, 173, 173, 0.158);
  transition: transform 0.23s ease !important;
  display: none;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item:hover {
  transform: scale(1.03) !important;
  transition: transform 0.23s ease !important;
}
@keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fromRight {
  0% {
    opacity: 0;
    transform: translateX(20%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true] {
  position: absolute;
  height: 85% !important;
  width: calc(100% - 2.5vw);
  display: flex;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true][data-from=left] {
  animation: fromLeft 0.53s ease;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true][data-from=right] {
  animation: fromRight 0.53s ease;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=false] {
  position: absolute;
  height: 65%;
  width: 3%;
  top: 50%;
  margin: 0px !important;
  border-radius: 5px;
  opacity: 0.6;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=false]::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.529);
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-position=left] {
  left: 3%;
  display: none;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-position=right] {
  right: 3%;
  display: none;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details {
  opacity: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.825) 80% 100%);
  z-index: 100;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 27px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Title {
  color: rgb(223, 223, 223);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.499);
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Carousel-Description {
  color: rgba(125, 125, 125, 0.702);
  font-size: 0.95rem;
  line-height: 1.5;
  text-shadow: 0px 0px 35px rgb(0, 0, 0);
  margin: 0px;
  letter-spacing: 1px;
  width: 70%;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Go-To-Service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  height: unset;
  background-color: rgb(188, 76, 95);
  color: rgb(68, 26, 33) !important;
  font-family: Creato;
  border-radius: 10px;
  text-decoration: none !important;
  padding: 12px 25px;
  width: calc(30% - 50px);
  outline: transparent !important;
  border: none;
}
.Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Go-To-Service .Go-To-Service-Title {
  background-color: rgb(188, 76, 95);
  border: none !important;
  font-weight: bold;
  border-radius: 10px;
  width: -moz-max-content;
  width: max-content;
  margin: 0px;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
  height: 7.5%;
  overflow: hidden;
  width: 100%;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Left {
  width: 28px;
  height: 28px;
  color: transparent;
  border-radius: 100px;
  background-color: rgba(255, 204, 204, 0.13);
  border: none;
  opacity: 0.4;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.543);
  display: flex;
  justify-content: center;
  align-self: center;
  transform: rotate(90deg);
  background-image: url("icons/arrow-pink.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Left:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause {
  width: 28px;
  height: 28px;
  color: transparent;
  border-radius: 100px;
  background-color: rgba(255, 204, 204, 0.13);
  border: none;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.543);
  display: flex;
  justify-content: center;
  align-self: center;
  transform: rotate(270deg);
  opacity: 0.4;
  background-image: url("icons/pause-white.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  position: relative;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause:hover::after {
  opacity: 0.7;
  transition: opacity 0.5s ease forwards;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause::after {
  content: "Pause Carousel";
  position: absolute;
  top: 0px;
  right: 40px;
  color: white;
  background-color: rgba(0, 0, 0, 0.73);
  transform: rotate(180deg);
  width: 120px;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  border: 1px solid rgba(128, 128, 128, 0.373);
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause[data-state=playing] {
  background-image: url("icons/pause-white.png");
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause[data-state=playing]::after {
  content: "Pause Carousel";
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause[data-state=paused] {
  background-image: url("icons/play-white.png");
  transform: rotate(0deg);
  background-position-x: 60%;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause[data-state=paused]::after {
  content: "Play Carousel";
  transform: rotate(0deg);
  left: 40px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  margin: 6px 0px 4px 0px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Play-Pause:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Right {
  width: 28px;
  height: 28px;
  color: transparent;
  border-radius: 100px;
  background-color: rgba(255, 204, 204, 0.13);
  border: none;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.543);
  display: flex;
  justify-content: center;
  align-self: center;
  transform: rotate(270deg);
  opacity: 0.4;
  background-image: url("icons/arrow-pink.png");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: relative;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav #Right:hover {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav .Carousel-Nav-Display {
  display: flex;
  gap: 7px;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav .Carousel-Nav-Display .Carousel-Nav-Option {
  width: 12px;
  height: 6px;
  border-radius: 1px;
  opacity: 0.25;
  background-color: rgba(128, 128, 128, 0.773);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.29);
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav .Carousel-Nav-Display .Carousel-Nav-Option:hover {
  transform: scale(1.2) !important;
  background-color: rgba(255, 214, 214, 0.798) !important;
  transition: transform 0.1s ease;
  opacity: 1;
}
.Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav .Carousel-Nav-Display .Carousel-Nav-Option[data-selected=true] {
  opacity: 1;
  background-color: rgba(255, 214, 214, 0.634);
  transition: opacity 0.2s ease;
  transition: background 0.2s ease;
}
.Hero .Content-Layer .Hero-Banner {
  grid-area: banner;
  width: 1000px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.305);
  justify-self: center;
  margin: 20px;
  display: none;
}

.Offer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(4, 9, 20);
}
.Offer .Offer-Link {
  width: calc(100% - 80px);
  height: 300px;
  position: relative;
  margin: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.084);
  font-family: Creato;
  text-decoration: none;
  transition: transform 0.2s ease;
  max-width: 900px;
}
.Offer .Offer-Link:hover {
  transform: scale(1.015);
  transition: transform 0.2s ease;
}
.Offer .Offer-Link .Offer-Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.Offer .Offer-Link .Offer-Background::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.664);
  border-radius: 10px;
}
.Offer .Offer-Link .Offer-Background .Offer-Background-Image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.Offer .Offer-Link .Offer-Content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1000;
  margin: 10px;
  gap: 40px;
}
.Offer .Offer-Link .Offer-Content .Offer-Image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
  height: 100%;
  z-index: 1000;
  border-radius: 15px;
}
.Offer .Offer-Link .Offer-Content .Offer-Details {
  z-index: 1000;
  width: calc(45% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  margin-right: 20px;
}
.Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Title {
  width: 75%;
  color: white;
  font-size: 1.8rem !important;
  font-weight: 600;
  text-shadow: 0px 0px 20px black;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.208);
  margin-bottom: 5px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}
.Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Description {
  color: rgb(169, 169, 169);
  font-size: 1rem;
  font-family: Creato;
  text-shadow: 0px 0px 30px black;
  margin: 0px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Action {
  background-color: rgb(195, 78, 97);
  border-color: transparent;
  color: rgb(68, 26, 33);
  font-size: 1rem;
  padding: 8px 30px;
  border-radius: 10px;
  font-family: Creato;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}

.Offer[data-fixed-width=true] {
  width: 100%;
  max-width: 450px;
  background-color: transparent;
  margin: auto;
}
.Offer[data-fixed-width=true] .Offer-Link {
  margin: 0px;
  width: 100%;
  height: unset;
  background-color: rgba(26, 26, 26, 0.87);
  box-shadow: 0 0 20px 2px rgba(255, 255, 255, 0.13);
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Background {
  display: none;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content {
  flex-direction: column;
  margin: 6px;
  width: calc(100% - 12px);
  gap: 0px;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content .Offer-Image {
  width: 100%;
  max-height: 300px;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content .Offer-Details {
  width: calc(100% - 30px);
  padding: 15px;
  padding-top: 25px;
  margin: 0px;
  justify-content: center;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content .Offer-Details .Offer-Title {
  font-size: 1.1rem !important;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px;
  margin-bottom: 1px;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content .Offer-Details .Offer-Description {
  font-size: 0.9rem;
  opacity: 0.6;
  font-weight: 500;
  margin-bottom: 5px;
}
.Offer[data-fixed-width=true] .Offer-Link .Offer-Content .Offer-Details .Offer-Action {
  width: 100%;
  opacity: 0.75;
}

.Floating-Offer {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(4, 9, 20, 0.086);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}
.Floating-Offer[data-open=true] {
  display: flex;
}
.Floating-Offer::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.237);
  backdrop-filter: blur(3px);
}
.Floating-Offer .Offer-Link {
  width: 450px;
  position: relative;
  margin: 40px;
  background-color: rgb(43, 43, 43);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -10px -10px 20px 2px rgba(0, 0, 0, 0.371);
  font-family: Creato;
  text-decoration: none;
  transition: transform 0.2s ease;
  z-index: 100;
  overflow: visible;
}
.Floating-Offer .Offer-Link:hover {
  transform: scale(1.015);
  transition: transform 0.2s ease;
}
.Floating-Offer .Offer-Link .Offer-Exit {
  position: absolute;
  bottom: -60px;
  right: calc(50% - 17.5px);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-image: url(/icons/exit-macaron-pink.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(0, 0, 0);
  z-index: 10000;
  box-shadow: 0px 0px 25px 2px rgba(195, 78, 98, 0.201);
  border: 1px solid rgba(195, 78, 98, 0.258);
}
.Floating-Offer .Offer-Link .Offer-Exit:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.Floating-Offer .Offer-Link .Offer-Exit {
  /*
  */
}
.Floating-Offer .Offer-Link .Offer-Exit::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  z-index: 1000000;
}
.Floating-Offer .Offer-Link .Offer-Exit .Offer-Background-Image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  display: none;
}
.Floating-Offer .Offer-Link .Offer-Content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 40%;
  z-index: 1000;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.292);
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Details {
  z-index: 1000;
  width: calc(90% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  padding: 7% 5%;
  padding-bottom: 8%;
  text-align: center;
  align-items: center;
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Title {
  width: 85%;
  color: white;
  font-size: 1.8rem !important;
  font-weight: 600;
  text-shadow: 0px 0px 20px black;
  margin: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.208);
  margin-bottom: 10px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Description {
  color: rgb(169, 169, 169);
  font-size: 1rem;
  font-family: Creato;
  text-shadow: 0px 0px 30px black;
  margin: 0px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Action {
  background-color: rgb(195, 78, 97);
  border: none;
  color: rgb(68, 26, 33);
  font-size: 0.9rem;
  padding: 12px 30px;
  border-radius: 10px;
  font-family: Creato;
  font-weight: bold;
  width: 80%;
  margin-top: 10px;
  letter-spacing: 1px;
}
.Floating-Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Action:hover {
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.Top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7px;
  border-bottom: 1px solid rgba(255, 109, 133, 0.276);
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 10px 2px black;
  width: calc(100vw - 14px) !important;
  display: none;
}
.Top .Hamburger-Menu {
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(50, 50, 50, 0.633);
  width: 25px;
  height: 25px;
}
.Top .Logo {
  color: rgb(188, 76, 95);
  margin: 0px;
  font-size: 1.5rem;
}
.Top .Contact-Button {
  background-color: rgb(195, 78, 97);
  padding: 8px 15px;
  margin: 0px;
  border-radius: 7px;
  font-weight: 500;
  color: rgb(255, 223, 223);
}

@media screen and (max-width: 750px) {
  .Offer[data-fixed-width=true] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .Offer[data-fixed-width=true] .Offer-Title {
    text-align: left !important;
  }
  .Offer[data-fixed-width=true] .Offer-Description {
    text-align: left !important;
  }
  .Offer[data-fixed-width=true] .Offer-Action {
    margin-bottom: 2px !important;
    border-radius: 15px !important;
  }
  .Offer {
    margin: 10px;
    width: calc(100% - 20px) !important;
  }
  .Offer .Offer-Link {
    height: -moz-max-content;
    height: max-content;
    margin: 30px 15px;
    width: 100%;
  }
  .Offer .Offer-Link .Offer-Content {
    flex-direction: column;
    gap: 15px;
  }
  .Offer .Offer-Link .Offer-Content .Offer-Image {
    width: 100%;
  }
  .Offer .Offer-Link .Offer-Content .Offer-Details {
    width: calc(100% - 10px);
    margin: 5px;
    justify-content: center;
    align-items: center;
  }
  .Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Title {
    font-size: 1.7rem !important;
    text-align: center;
    width: 100%;
    border-bottom: none;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Description {
    text-align: center;
    font-size: 1rem !important;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 20px;
  }
  .Offer .Offer-Link .Offer-Content .Offer-Details .Offer-Action {
    width: 90%;
    border-radius: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .Hero {
    height: 100dvh;
    margin-top: 0px;
    align-items: flex-start;
    overflow: visible;
  }
  .Hero .Background-Layer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("images/blueberry-muffins-3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .Hero .Background-Layer::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(8deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.876), rgba(0, 0, 0, 0)), linear-gradient(-45deg, rgba(0, 0, 0, 0.517), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    backdrop-filter: blur(10px);
  }
  .Hero .Content-Layer {
    /*
    margin-top: 0px;
    width: 100vw;
    height: auto; //calc(100vh - $nav-height);
    grid-template-columns: 100vw;
    grid-template-rows: max-content max-content max-content;//50% 40% 10%;
    grid-template-areas: "carousel"
    "content"
    "WhoFor";
    */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100dvh - (6.3vh + 14px));
    margin-top: calc(6.3vh + 14px);
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .Hero .Content-Layer .Content {
    width: 96%;
    height: -moz-max-content !important;
    height: max-content !important;
    padding: 0px 2%;
    justify-content: center !important;
    align-items: center !important;
    order: 1;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    align-self: unset !important;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content {
    margin-top: 0px !important;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Sub-Title {
    display: none;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Title {
    width: 100%;
    margin-right: 0%;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgb(255, 230, 230);
    margin-bottom: 12px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Description {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions {
    width: 92%;
    position: fixed;
    bottom: 15px;
    display: none;
    margin-bottom: 5px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions .Action {
    width: 100%;
    margin-left: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    color: rgb(255, 208, 208);
    border-radius: 10px;
    padding: 10px 40px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Actions #Contact {
    display: none;
  }
  .Hero .Content-Layer .Sub-Hero-Content {
    display: none;
  }
  .Hero .Content-Layer .Sub-Hero-Content .Who-For {
    display: none;
    width: calc(100vw - 20px);
    padding: 10px;
    padding-left: 20px;
    padding-right: 0px;
    margin: 0px;
    order: 3;
  }
  .Hero .Content-Layer .Sub-Hero-Content .Who-For .Who-For-Item {
    width: 50%;
  }
  .Hero .Content-Layer .Hero-Carousel-Container {
    margin-bottom: 20px;
    flex-grow: 1;
    order: 1;
    opacity: 1;
    overflow: hidden;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav {
    display: none;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel {
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item:hover {
    transform: scale(1) !important;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=false] {
    opacity: 0;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true] {
    margin-right: 0px !important;
    width: 92% !important;
    height: 95% !important;
    margin-left: 0px !important;
    border-radius: 10px;
    z-index: 100;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.19);
    opacity: 1;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item {
    /*
    &:nth-child(1) {
      display: flex;
    }

    &:nth-child(2) {
      display: flex;
    }
      */
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item a .Carousel-Image {
    align-items: flex-start;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item a .Carousel-Image img {
    height: 100% !important;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text {
    padding: 18px;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Title {
    font-size: 1rem;
    margin-bottom: 0px;
    padding-bottom: 6px;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container {
    flex-direction: column;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Carousel-Description {
    font-size: 0.8rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    max-lines: 2;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 5px;
    color: rgb(108, 108, 108);
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Go-To-Service {
    display: flex;
    justify-content: center;
    align-items: center;
    width: unset;
    height: unset;
    background-color: rgb(188, 76, 95);
    color: rgb(68, 26, 33) !important;
    font-family: Creato;
    border-radius: 10px;
    text-decoration: none !important;
    padding: 10px 25px;
    width: calc(100% - 50px);
    outline: transparent !important;
    border: none;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Go-To-Service .Go-To-Service-Title {
    background-color: rgb(188, 76, 95);
    border: none !important;
    font-weight: bold;
    border-radius: 10px;
    width: -moz-max-content;
    width: max-content;
    margin: 0px;
    font-size: 0.9rem;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item .Carousel-Details .Details-Text .Carousel-Description-Container .Go-To-Service img {
    display: none;
  }
}
@media (min-width: 750px) and (max-width: 1000px) {
  html {
    font-size: 13px;
  }
  .Hero {
    height: calc(100dvh - 105px);
    max-height: 80vw !important;
  }
  .Hero .Content-Layer {
    justify-content: center;
    align-items: center;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    padding: 0px 20px;
    gap: 20px;
    margin-top: 0px;
    margin-top: 65px !important;
  }
  .Hero .Content-Layer .Content {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    height: -moz-max-content !important;
    height: max-content !important;
    margin-left: 5%;
    width: 90%;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content {
    width: 95%;
    margin: auto;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Title {
    font-size: min(6vh, 3.9vw);
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Description {
    font-size: min(3vh, 1.8vw);
  }
  .Hero .Content-Layer .Content .Sub-Hero-Content .Who-For {
    margin-top: 10px;
  }
  .Hero .Content-Layer .Content .Sub-Hero-Content .Who-For .Who-For-Item {
    width: 48%;
  }
  .Hero .Content-Layer .Action {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1800px) {
  html {
    font-size: 16px;
  }
  .Hero {
    height: 100dvh;
  }
  .Hero .Content-Layer {
    width: 88%;
    min-width: 1000px;
    gap: 5vw;
    grid-template-columns: calc(45% - 2.5vw) calc(55% - 2.5vw) !important;
  }
  .Hero .Content-Layer .Content {
    width: 100% !important;
    justify-self: flex-end;
    margin-left: 0px;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content {
    width: 95%;
    margin: auto;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Title {
    font-size: 6vh;
    color: pink;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Description {
    font-size: 1.2rem;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Title {
    font-size: min(6vh, 3.9vw);
  }
  .Hero .Content-Layer .Content .Main-Hero-Content .Hero-Description {
    font-size: min(3vh, 1.35vw);
  }
  .Hero .Content-Layer .Content .Sub-Hero-Content {
    margin-top: 10px;
  }
  .Hero .Content-Layer .Hero-Carousel-Container {
    width: 100% !important;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel {
    width: 100% !important;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true] {
    width: 100%;
  }
  .Hero {
    /*
    .Content-Layer {
      justify-content: center;
      grid-template-columns: 50% 50% !important;
    }
      */
  }
  .Hero .Hero-Carousel-Item .Go-To-Service {
    width: 35px !important;
    height: 35px !important;
    background-image: url("icons/arrow-pink.png");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
    padding: 0px !important;
    border-radius: 10px !important;
    background-color: rgb(188, 76, 95) !important;
    border: 1px solid rgba(255, 192, 203, 0.066) !important;
    transform: rotate(-90deg);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.631);
    transition: transform 0.5s ease forwards !important;
    opacity: 0.7;
  }
  .Hero .Hero-Carousel-Item .Go-To-Service:hover {
    transform: rotate(-90deg) scale(1.1);
  }
  .Hero .Hero-Carousel-Item .Go-To-Service p {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .Hero .Content-Layer {
    width: 75% !important;
  }
  .Hero .Content-Layer .Content .Main-Hero-Content {
    margin-bottom: 0px !important;
  }
  .Hero .Content-Layer .Hero-Title {
    color: pink !important;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Hero-Carousel .Hero-Carousel-Item[data-selected=true] {
    height: 80% !important;
    width: 90% !important;
    margin-left: 5%;
  }
  .Hero .Content-Layer .Hero-Carousel-Container .Carousel-Nav {
    height: 10%;
  }
  .Hero .Content-Layer {
    max-width: 1700px;
    justify-content: center !important;
    grid-template-columns: calc(45% - 1vw) calc(55% - 1vw) !important;
    gap: 3.5vw !important;
  }
}
@media (hover: hover) {
  .Hero-Carousel-Item:hover {
    transform: scale(1) !important;
  }
}/*# sourceMappingURL=Hero.css.map */