html {
  --MainColor: #592465;
}
body {
  color: black;
}
@media all and (min-width: 700px) {
  .MediaPadding {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media all and (max-width: 700px) {
  .MediaPadding {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (min-width: 1300px) {
  .MediaPadding {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.section {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.Logo {
  display: none;
}
body #divMain {
  margin-top: 0px !important;
}
#divBGOut {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#divBGOut video {
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-position: center bottom;
}
#divBGOut .video-fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 130px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 99%);
}
#divBGOut .song {
  max-width: 450px;
  font-size: 20pt;
  line-height: 1.4;
  font-family: titles;
  color: #592465;
  text-align: center;
  margin: 6rem auto 1rem;
}
#divBGOut .song span {
  display: inline-block;
}
#divBGOut .song + div {
  color: #592465;
  text-align: center;
  margin-bottom: 1rem;
}
#divBGOut > div {
  position: relative;
}
#divBG {
  margin: 10rem 1rem 6rem;
}
#divBG .bsd {
  text-align: right;
  margin: 4rem 1rem;
  display: none;
}
#divBG #divimgBG {
  flex: 1 1 100%;
  font-size: 1.4rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#divBG #divimgBG > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  min-height: 40%;
  max-height: 450px;
  gap: 65px;
  align-items: center;
}
#divBG #divimgBG > div img {
  max-width: 80%;
}
#divBG #divimgBG > div .button {
  font-size: 2.3vh;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-inline: 3rem;
  height: 65px;
}
#divBG #divimgBG #buttonsWrapper {
  display: flex;
  gap: 50px;
}
@media all and (min-width: 1300px) {
  #divBG > div {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media all and (max-width: 800px) {
  #divBG {
    margin: 5rem 1rem 3rem;
  }
  #divBG #divimgBG > div {
    font-size: 1.4rem;
  }
  #divBG #divimgBG > div div:first-child {
    font-size: 4rem;
  }
  #divBG #divimgBG #buttonsWrapper {
    gap: 15px;
    flex-direction: column;
  }
}
@media all and (min-width: 800px) {
  #divBG #divimgBG {
    text-align: center;
  }
}
#divBG .select2-container--default .select2-selection--multiple,
#divBG .select2-container--default .select2-selection--single {
  background-color: transparent;
}
#divBG .Wim {
  --padding-border: 0;
  text-align: center;
}
#divBG .Wim > span {
  padding-inline: 0;
}
#divBG .Wim > span select {
  width: 100%;
}
body.Mobile #divBG .Wim > span {
  display: flex;
}
body.Mobile #divBG .Wim > span b {
  flex: 0 0 3rem;
}
body:not(.Mobile) #divBG .Wim > span b {
  position: absolute;
  font-weight: normal;
}
#divBG .Wim SELECT option:checked {
  background-color: #592465;
  color: white;
}
#divBG .Wim button {
  color: white;
  text-align: Center;
  font-weight: bold;
  max-width: 100%;
  cursor: pointer;
}
.special2 {
  position: absolute;
  left: -8px;
  top: 70%;
}
@media all and (max-width: 600px) {
  .special2 {
    left: -30px;
    top: 60%;
    transform: scale(0.8);
  }
}
@media all and (max-width: 460px) {
  .special2 {
    top: 15%;
  }
}
.Mobile .hidemobile {
  display: none;
}
.hp-page {
  padding: 0 max(30px, calc(50% - 600px ));
  margin: 0 auto;
}
.text p {
  margin: 0.6rem 0;
}
#pg2 {
  background-color: #592465;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}
#pg2 img {
  margin: 10px auto;
}
#pg2 .text {
  color: white;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
}
#pg3 {
  padding-block: 80px;
  position: relative;
}
#pg3 video {
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  object-position: center bottom;
}
#pg3 > div {
  position: relative;
}
#pg3 > div .caption {
  margin-bottom: 1rem;
}
#pg3 > div > div > strong {
  color: #592465;
  display: block;
}
#pg3 > div > div {
  padding: min(33px, 4vw);
  position: relative;
}
#pg3 > div .split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 10px;
}
#pg3 > div .split .p1 .title {
  background-color: #b9d4ef;
}
#pg3 > div .split .p2 .title {
  background-color: #8cd3c5;
}
#pg3 > div .split .p3 .title {
  background-color: #b6e4f4;
}
#pg3 > div .split .p4 {
  background-color: #fdf0e7;
}
#pg3 > div .split .p4 .title {
  background-color: #f7ccb4;
}
#pg3 > div .split > div {
  flex: 1 1 50%;
  max-width: 300px;
  background-color: #e5f0f6;
  min-width: 250px;
  margin: 20px 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
#pg3 > div .split > div .title {
  padding: 35px 10px;
  color: #592465;
  border-radius: 20px 20px 0 0;
  text-align: center;
  height: 260px;
}
#pg3 > div .split > div .title img {
  height: 150px;
  width: 150px;
}
#pg3 > div .split > div .title > div {
  font-size: 1.8rem;
  font-family: titles;
}
#pg3 > div .split > div .price {
  text-align: center;
  color: #592465;
  padding: 25px;
  border-bottom: rgba(187, 187, 187, 0.5) 1px solid;
}
#pg3 > div .split > div .price .num {
  font-size: 22pt;
  font-weight: bold;
}
#pg3 > div .split > div .body {
  padding: 20px 30px 0 30px;
  flex: 1 1 100%;
  max-width: 450px;
  max-height: 270px;
}
#pg3 > div .split > div .body ol {
  color: #6ba1aa;
  list-style: none;
  counter-reset: item;
  padding: 0;
}
#pg3 > div .split > div .body ol li {
  counter-increment: item;
  margin-bottom: 9px;
  font-size: 12pt;
}
#pg3 > div .split > div .body ol li .smallFont {
  font-size: 0.8rem;
  display: block;
  padding-inline-start: 35px;
  margin-top: -0.2rem;
  font-weight: normal;
}
#pg3 > div .split > div .body ol li:before {
  margin-inline-end: 10px;
  content: '';
  border-radius: 100%;
  border: gray 1px solid;
  color: white;
  width: 5px;
  aspect-ratio: 1;
  text-align: center;
  display: inline-block;
  position: absolute;
  transform: translate(0px, 9px);
}
#pg3 > div .split > div .body ol li span {
  display: inline-block;
  width: calc(100% - 27.4px);
  position: relative;
  left: -27.4px;
}
#pg3 > div .split > div .body .special {
  position: relative;
  right: -58px;
  text-align: center;
  background-image: url(/static/images/2022/flag.svg);
  background-size: contain;
  width: 137px;
  height: 77px;
}
#pg3 > div .split > div .body .special div {
  transform: rotate(357deg);
  padding-top: 11px;
  font-size: 10px;
}
#pg3 > div .split > div .body .special span {
  font-family: handwrite;
  font-size: 2.3rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
  display: block;
}
#pg3 > div .split > div .body .special2 {
  position: relative;
  top: 0;
  left: -90px;
}
@media all and (max-width: 575px) {
  #pg3 > div .split > div .body .special2 {
    transform: scale(0.8);
    top: -90px;
    left: -40px;
  }
}
#pg3 > div .split > div .body .spacer {
  padding: 1.85rem;
}
#pg3 > div .split > div .body .spacer2 {
  padding: 2.2rem;
}
#pg3 > div .split > div .body .preprice {
  color: #fcc69b;
}
#pg3 > div .split > div .bold {
  color: black;
  font-size: 15pt;
}
#pg3 > div .split > div button {
  margin: 0 52.5px 30px;
  border-radius: 20px;
  box-shadow: none;
  background-color: #8dcfd8;
  border: none;
}
#pg3 > div strong + .handwrite {
  line-height: 0.5;
  margin-bottom: 0.5rem;
}
#pg3 > div > .handwrite:last-child {
  text-align: center;
}
@media all and (max-width: 495px) {
  #pg3 > div > div #button252 {
    border-radius: 45px;
  }
  #pg3 > div > div #button252 > div {
    left: 5px;
  }
  #pg3 > div > div #button252 img {
    left: 0;
  }
}
h4.caption {
  color: #592465;
  font-weight: normal;
  font-size: 25pt;
}
.handwrite {
  color: #592465;
  font-family: handwrite;
  font-size: 4rem;
  line-height: 1.1;
}
#divMain #principles {
  background: #fef1c0;
  color: black;
  padding-block: 60px;
}
#divMain #principles .caption {
  color: #592465;
  font-size: 26px;
  font-weight: 600;
  font-family: "Varela Round", sans-serif;
}
#divMain #principles .split {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto 0;
  padding-bottom: 40px;
}
#divMain #principles .split > div {
  width: 280px;
  text-align: Center;
}
#divMain #principles .split > div img {
  display: block;
  margin: 10px auto;
  max-width: 50%;
  height: 125px;
}
#divMain #principles .split > div strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #592465;
}
#divMain #principles .handwrite {
  color: #fcc69b;
  text-align: center;
}
#team {
  padding-top: 80px;
}
#team h4 {
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-weight: 600;
  font-family: "Varela Round", sans-serif;
}
#team .team-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 5%;
}
#team .team-in > div {
  min-width: min(250px, 100%);
  width: 25%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
#team .team-in > div > img,
#team .team-in > div .img img {
  width: 100%;
  background-color: #d9d9d9;
  display: block;
  border-radius: 8px;
}
#team .team-in > div > .contentc {
  display: flex;
  flex-direction: column;
}
#team .team-in > div > .contentc > h6,
#team .team-in > div > .contentc .caption {
  color: #592465;
  font-weight: bold;
  font-size: 20px;
  padding-top: 1rem;
  font-family: "Varela Round", sans-serif;
}
#team .team-in > div > .contentc > div {
  padding: 20px;
  flex: 1 1 auto;
}
#team .team-in > div > .contentc > h6 {
  margin: 20px 20px 0;
}
#team .team-in > div > .contentc > button {
  width: max-content;
  margin: 30px 20px;
}
#team .team-in .full-contentc {
  justify-content: center;
  background: #fbc90340;
  border-radius: 12px;
}
#team #more {
  background: #fbc90340;
  border-radius: 12px;
  padding: 20px 25%;
  position: relative;
  color: black;
}
#team #more h6 {
  color: #592465;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Varela Round", sans-serif;
}
#team #more img {
  position: absolute;
  top: -70%;
  left: -5%;
  width: 20%;
  z-index: -1;
}
#coaches {
  padding-top: 80px;
}
#coaches #open span {
  float: left;
}
#coaches #open {
  border-bottom: #592465 2px solid;
  padding: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}
#coaches #details {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
#coaches .coach {
  flex-basis: max(300px, 32%);
}
#coaches .name {
  font-size: 18pt;
  font-weight: bold;
}
#coaches .description {
  height: 240px;
}
#coaches img {
  border-radius: 50%;
}
@media all and (max-width: 490px) {
  #coaches .description {
    height: 300px;
  }
}
@media all and (max-width: 470px) {
  #coaches .coach {
    flex-basis: 100%;
  }
  #coaches .description {
    height: 200px;
  }
  #coaches #details {
    text-align: center;
  }
}
#married {
  background-color: #6ba1aa;
  font-size: 1.1rem;
  color: white;
  text-align: center;
  padding: 60px 0;
}
#married > .in {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  gap: 7px;
  align-items: flex-start;
}
#married > .in > img {
  width: min(77px, 20vw);
}
#married > .in > div {
  flex: 0 1 240px;
}
#married .btn {
  margin-top: 2rem;
}
#married .handwrite {
  color: #fcc69b;
  margin-bottom: 10px;
  font-size: 5rem;
}
#married .second {
  color: #fcc69b;
}
#blog {
  padding: 40px;
  margin: 120px;
}
#blog .aluma-in {
  background-color: #fcc69b;
  padding: 30px;
}
#blog .aluma-in .caption + div {
  margin-right: 0.5rem;
}
#blog .aluma-in .split {
  display: flex;
  gap: 35px;
}
#blog .aluma-in .split .handwrite {
  font-size: 5rem;
}
#blog .aluma-in .split .img {
  flex: 0 0 min(40%, 170px);
  display: block;
  padding-top: 30px;
}
#blog .aluma-in .split .img img {
  margin-right: -70px;
  width: calc(100% + 60px);
  aspect-ratio: 1;
  display: block;
  background-color: gray;
}
@media all and (max-width: 800px) {
  #blog {
    padding: 30px;
    margin: 0px;
  }
}
#couples {
  background-color: #fbf7e9;
  padding: 2% 5% 0;
  max-height: 1000px;
}
#couples .handwrite {
  font-weight: 100;
  font-size: 5rem;
}
#couples .link {
  font-size: 4rem;
  transform: translate(-80%, -15%);
}
#innerCouple {
  display: flex;
  padding: 1%;
}
#innerCouple .content {
  margin: 18pt 0 0 4%;
}
#innerCouple .qoute {
  font-size: 60pt;
  font-family: titles;
  color: #fae4cb;
}
#innerCouple .image {
  transform: rotate(-5deg) translateY(-10%);
  text-align: center;
  margin: 0 4%;
}
#innerCouple .image .handwrite {
  font-size: 50pt;
}
#innerCouple .image img {
  border: 15px solid white;
  height: 60%;
}
.subscription-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  padding: 40px;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
  color: black;
}
.subscription-details {
  flex: 2;
}
.subscription-details h2 {
  color: #5d3a6c;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Varela Round", sans-serif;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.feature-number {
  background-color: #f6eec9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-left: 15px;
}
.feature-text {
  font-size: 17px;
  text-wrap: pretty;
}
.subscription-summary {
  flex: 1;
  text-align: start;
}
.subscription-summary h3 {
  color: #592465;
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Varela Round", sans-serif;
}
.subscription-details .button {
  padding: 15px;
}
.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.duration {
  font-size: 20px;
  margin-bottom: 30px;
}
.summary-image {
  height: auto;
  position: absolute;
  right: 0;
  transform: translateY(-30px);
}
.button-arrow {
  font-size: 20px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .subscription-section {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .feature-number {
    margin-left: 0;
    height: 50px;
    width: 50px;
    font-size: 24px;
  }
  .summary-image {
    position: relative;
    max-width: 70%;
  }
  .subscription-summary {
    text-align: center;
  }
}
#pg6 h3 {
  color: #592465;
  font-size: 20px;
  font-family: "Varela Round", sans-serif;
}
#pg6 video {
  width: 100%;
  margin: 30px auto;
}
@media all and (max-width: 1400px) {
  #innerCouple .image img {
    height: min(45%, 450px);
  }
}
@media all and (max-width: 1000px) {
  #couples {
    max-height: unset;
  }
  #innerCouple {
    flex-direction: column-reverse;
  }
  #innerCouple .image {
    transform: rotate(-5deg);
  }
  #innerCouple .image img {
    width: 50%;
  }
  #innerCouple .qoute {
    display: none;
  }
}
@media all and (max-width: 600px) {
  #pg2 img {
    max-width: 100%;
  }
}
#contact {
  color: #592465;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px max(30px, calc(50% - 600px));
}
#contact > div {
  flex: 0 1 45%;
  min-width: 320px;
  font-size: 1rem;
  line-height: 1.1;
  margin: auto;
}
#contact > div .caption {
  font-size: 2.7rem;
  font-family: "Varela Round", sans-serif;
}
#contact > div > div {
  margin-bottom: 1rem;
}
#contact > div img {
  max-width: 60%;
}
#contact > div .icons {
  display: flex;
  gap: 10px;
  padding: 10px 40px;
}
#contact > div .icons img {
  max-width: 90%;
}
#contact > div button {
  min-width: auto;
  width: 17px;
  aspect-ratio: 1;
  box-shadow: 0px 3px 6px #00000029;
}
#contact > form {
  min-width: min(460px, 100%);
  margin: auto;
}
#contact > form h5 {
  font-size: 1.4rem;
  font-family: "Varela Round", sans-serif;
}
#contact > form input,
#contact > form textarea {
  width: 100%;
  margin: 10px 0;
  border: solid 1.3px #592465;
  padding: 9px;
  background-color: transparent;
  border-radius: 28px;
}
#contact > form label {
  font-size: 20px;
  color: black;
}
#contact > form textarea {
  height: 175px;
  resize: none;
}
#afterContact {
  background-color: white;
  color: #f8f8f8;
  padding: 30px max(30px, calc(50% - 600px));
}
#afterContact > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-top: solid 1.5px #918e8e;
}
#afterContact > div span,
#afterContact > div a {
  color: #918e8e;
}
@media all and (max-width: 700px) {
  .Logo {
    display: none;
  }
}
#balloon-container {
  height: calc(100vh - 61px);
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: absolute !important;
  z-index: 3;
  overflow: hidden;
  transition: opacity 500ms;
}
.up {
  z-index: 10;
}
.balloon {
  height: 125px;
  width: 105px;
  border-radius: 75% 75% 70% 70%;
  position: relative;
}
.balloon:before {
  content: "";
  height: 75px;
  width: 1px;
  padding: 1px;
  background-color: #fdfd96;
  display: block;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
}
.balloon:after {
  content: "▲";
  text-align: center;
  display: block;
  position: absolute;
  color: inherit;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes float {
  from {
    transform: translateY(100vh);
    opacity: 1;
  }
  to {
    transform: translateY(-300vh);
    opacity: 0;
  }
}
