@font-face {
  font-family: Solare;
  src: url('../fonts/Solare-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic-1.woff') format("woff"), url('../fonts/Satoshi-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold-1.woff') format("woff"), url('../fonts/Satoshi-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff') format("woff"), url('../fonts/Satoshi-BlackItalic-1.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Medium-1.woff') format("woff"), url('../fonts/PPHatton-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium-1.woff') format("woff"), url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pphatton;
  src: url('../fonts/PPHatton-Ultralight.woff') format("woff"), url('../fonts/PPHatton-Ultralight-1.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular-1.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --pink: #f8ceed;
  --orange: #fddcbe;
  --dark: #686187;
  --red: #e72059;
  --pink-opacity: #ffdaebe6;
  --light-green: #53a2a2;
  --green: #305858;
  --dark-green: #264e4e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-image: linear-gradient(180deg, var(--pink), var(--orange) 54%, var(--pink));
  color: #333;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 124%;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: var(--dark);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 154%;
}

a {
  color: var(--red);
  cursor: pointer;
  text-decoration: none;
}

li {
  color: var(--dark);
  font-weight: 500;
  line-height: 154%;
}

.body {
  background-color: var(--pink);
  background-image: none;
}

.bg {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--pink), var(--orange));
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 140vh;
  display: flex;
  position: relative;
}

.main {
  z-index: 10;
  position: relative;
}

.section {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.section.clouds {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow-x: hidden;
}

.section.pre-footer {
  margin-bottom: -50vh;
}

.section.no-padding-top {
  padding-top: 60px;
}

.nav {
  z-index: 100;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-wrapper {
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: -40px;
}

.button-wrapper._2 {
  width: 82%;
  display: none;
}

.nav-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  transition: color .4s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: var(--dark);
}

.nav-link.w--current {
  background-image: url('../images/_ÎÓÈ_1-2.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: 90px;
  font-weight: 700;
}

.carousel {
  z-index: 2;
  width: 650px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0%;
  right: 0%;
}

.carousel.small {
  width: 550px;
}

.header-inner {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-cloud-line {
  z-index: 6;
  width: 100%;
  margin-top: auto;
  position: absolute;
  inset: auto auto -25vh;
}

.cloud-webgl {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cloud-webgl.big {
  height: 180vh;
}

.cloud-webgl.mid {
  height: 150vh;
}

.header-content {
  z-index: 10;
  color: var(--red);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 900px;
  min-height: 350px;
  margin: 90px auto 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
}

.h1 {
  margin-top: 10px;
  font-family: Solare, Arial, sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 86%;
}

.mid-container {
  z-index: 10;
  color: var(--red);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 600px;
  margin-top: -14vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.emblem-left {
  width: 50px;
  position: absolute;
  top: 10px;
  left: -50px;
}

.emblem-right {
  width: 50px;
  position: absolute;
  top: 10px;
  right: -50px;
}

.footer {
  z-index: 2;
  margin-top: -35vh;
  position: relative;
}

.eyebrow {
  color: var(--red);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.paragraph {
  max-width: 520px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.steps {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.video-container {
  width: 90%;
  max-width: 1200px;
  position: relative;
}

.video-bg {
  position: relative;
}

.video-content {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-left {
  z-index: 3;
  width: 50px;
  position: absolute;
  inset: -25px auto auto -25px;
}

.div-block {
  width: 100%;
  position: relative;
}

.top-right {
  z-index: 3;
  width: 50px;
  position: absolute;
  top: -25px;
  bottom: auto;
  right: -25px;
}

.bottom-left {
  z-index: 3;
  width: 50px;
  position: absolute;
  bottom: -25px;
  left: -25px;
  right: auto;
}

.bottom-right {
  z-index: 3;
  width: 50px;
  position: absolute;
  bottom: -25px;
  right: -25px;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.footer-logo {
  width: 100px;
}

.social-media-link {
  width: 40px;
  height: 40px;
  padding: 8px;
}

.social-media-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-text {
  color: var(--red);
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

.carousel-door {
  z-index: 2;
  width: 900px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.cloud-bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 5%;
}

.faq-wrapper {
  z-index: 20;
  background-color: var(--pink-opacity);
  width: 90%;
  max-width: 900px;
  min-height: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
  position: relative;
}

.top-layn {
  position: absolute;
  inset: -47.5px auto auto 0%;
}

.bottom-layn {
  position: absolute;
  inset: auto auto -47.5px 0%;
}

.faq {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.faq-header {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.faq-content {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.faq-inner {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}

.faq-headline {
  color: var(--red);
  margin-bottom: 0;
  font-size: 22px;
  position: relative;
}

.plus {
  width: 20px;
}

.faq-line {
  position: absolute;
  inset: auto 0% -10%;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner.small {
  width: 96%;
  max-width: 800px;
}

.inner.modals {
  justify-content: center;
  align-items: center;
  width: 96%;
  max-width: 1000px;
  height: 100vh;
  display: flex;
}

.cloud-left {
  width: 50%;
  margin-left: -10%;
  position: absolute;
  inset: 40px auto 0% 0%;
}

.cloud-mid {
  width: 50%;
  position: relative;
}

.tent {
  z-index: 10;
  text-align: center;
  width: 80%;
  max-width: 280px;
  margin-bottom: -40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.cloud-right {
  width: 50%;
  position: absolute;
  inset: 60px -10% 0% auto;
}

.cloud-img {
  width: 100%;
  display: block;
}

.chest-wrapper {
  z-index: 10;
  text-align: center;
  width: 80%;
  max-width: 280px;
  margin: 32% auto -54%;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.attribute {
  color: var(--red);
  font-family: Pphatton, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
}

.header-subpage {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.header-p {
  text-align: center;
  width: 90%;
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.baloon {
  width: 300px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.baloon-lottie {
  z-index: 4;
  max-width: 260px;
  margin-left: 40px;
  position: relative;
}

.baloon-lottie._2 {
  max-width: 350px;
  position: absolute;
  inset: -5vh 10% auto auto;
  transform: rotate(4deg);
}

.button-outer {
  z-index: 2;
  background-color: var(--red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding: 2px;
  font-size: 14px;
  font-weight: 700;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button-outer:hover {
  background-color: var(--dark);
}

.button-outer.green {
  background-color: #bed4d4;
}

.button-outer.green:hover {
  background-color: var(--light-green);
}

.button-outer.white {
  background-color: var(--green);
}

.button-inner-line {
  z-index: 2;
  outline-color: var(--red);
  outline-offset: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  background-color: #ffe3ec;
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  font-size: 14px;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button-inner-line.green {
  background-color: var(--green);
}

.button-inner {
  z-index: 2;
  background-color: var(--red);
  outline-color: var(--red);
  outline-offset: 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  clip-path: polygon(97.584% 22.84%, 97.566% 18.801%, 97.566% 18.801%, 97.522% 17.034%, 97.411% 15.349%, 97.239% 13.767%, 97.009% 12.307%, 96.728% 10.99%, 96.399% 9.836%, 96.028% 8.865%, 95.62% 8.096%, 95.18% 7.551%, 94.712% 7.249%, 93.717% 6.899%, 93.717% .773%, 23.729% .773%, 6.261% .773%, 6.261% 7.666%, 5.266% 8.017%, 5.266% 8.017%, 4.813% 8.301%, 4.385% 8.813%, 3.987% 9.534%, 3.624% 10.447%, 3.3% 11.536%, 3.019% 12.782%, 2.786% 14.169%, 2.605% 15.68%, 2.482% 17.297%, 2.419% 19.003%, 2.354% 22.84%, .071% 22.84%, .071% 77.691%, 2.394% 77.691%, 2.412% 81.73%, 2.412% 81.73%, 2.456% 83.497%, 2.566% 85.182%, 2.739% 86.764%, 2.969% 88.224%, 3.25% 89.541%, 3.579% 90.695%, 3.95% 91.666%, 4.358% 92.434%, 4.798% 92.98%, 5.266% 93.282%, 6.261% 93.632%, 6.261% 99.758%, 42.734% 99.758%, 93.72% 99.758%, 93.72% 92.864%, 94.716% 92.514%, 94.716% 92.514%, 95.169% 92.23%, 95.597% 91.718%, 95.994% 90.997%, 96.357% 90.084%, 96.682% 88.995%, 96.962% 87.749%, 97.195% 86.362%, 97.376% 84.851%, 97.5% 83.234%, 97.562% 81.528%, 97.627% 77.691%, 99.911% 77.691%, 99.911% 22.84%, 97.588% 22.84%, 97.584% 22.84%);
  outline-width: 3px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.button-inner:hover {
  background-color: var(--dark);
}

.button-inner.green {
  color: var(--green);
  letter-spacing: 2px;
  background-color: #bed4d4;
  font-size: 12px;
  font-weight: 700;
}

.button-inner.green:hover {
  background-color: var(--light-green);
}

.button-inner.white {
  background-color: var(--green);
}

.partner-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1000px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.partner-item {
  background-color: var(--green);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px;
  display: flex;
  position: relative;
}

.partner-item.star {
  background-color: #10375f;
}

.partner-item.off {
  display: none;
}

.partner-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--green);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.partner-inner.star {
  background-color: #10375f;
}

.partner-logo {
  width: 170px;
}

.partner-logo.smaller {
  width: 120px;
}

.partner-logo.wide {
  width: 200px;
}

.partner-logo.height {
  width: 160px;
}

.button-wrapper-partner {
  height: 45px;
  position: absolute;
  bottom: -60px;
}

.partner-item-outer {
  background-color: var(--pink);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
}

.partner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--light-green);
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.partner-content.star {
  background-color: #092c50;
  border-color: #486e95;
}

.partner-emblem-right-top {
  width: 50px;
  position: absolute;
  top: -27px;
  right: -27px;
}

.partner-emblem-right-bottom {
  width: 50px;
  position: absolute;
  bottom: -17px;
  right: -27px;
}

.partner-emblem-left-top {
  width: 50px;
  position: absolute;
  top: -27px;
  left: -27px;
}

.partner-emblem-left-bottom {
  width: 50px;
  position: absolute;
  bottom: -17px;
  left: -27px;
}

.partner-content-inline {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 76%;
  display: flex;
  position: relative;
}

.video-item {
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #fcc6d8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3px;
  display: flex;
  position: relative;
}

.video-item-outer {
  background-color: var(--pink);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
}

.video-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #ffdae6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.video-content-inline {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 76%;
  display: flex;
  position: relative;
}

.videos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.vid-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #ffe3ec;
  border: 2px solid #efb9a7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.video-h {
  color: var(--red);
  margin-bottom: 0;
  font-family: Solare, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.long-emb {
  width: 120px;
}

.button-wrapper-center {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f3d4c1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.video-cloud-line {
  z-index: 4;
  width: 100%;
  position: relative;
  top: 300px;
}

.video-cloud-line._2 {
  top: 380px;
}

.slider-item {
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #fcc6d8;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3px;
  display: flex;
  position: relative;
}

.slider-item-outer {
  background-color: var(--pink);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
}

.slider-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #ffdae6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.slider-content-inline {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  display: flex;
  position: relative;
}

.step {
  color: var(--red);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.slider-h {
  color: var(--red);
  margin-bottom: 0;
  font-family: Solare, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.slider-img {
  width: 300px;
  margin-bottom: -12px;
}

.slider-img._2 {
  width: 240px;
  margin-bottom: 10px;
}

.div-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow-img {
  cursor: pointer;
  width: 40px;
}

.modal-1 {
  z-index: 1000;
  background-color: var(--pink-opacity);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home {
  width: 20px;
}

.home-link {
  width: 180px;
}

.partner-item-page {
  z-index: 10;
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #305858;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  display: flex;
  position: relative;
}

.partner-item-page.purple {
  background-color: #64133a;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  overflow: visible;
}

.partner-item-page.red {
  background-color: #860c15;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.pink {
  background-color: #e5c4d3;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.green {
  background-color: #305858;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.orange {
  background-color: #b03001;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.brown {
  background-color: #834f06;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.blue {
  background-color: #10375f;
  position: absolute;
  left: 0;
  right: 0;
}

.partner-item-page.lightgreen {
  background-color: #00a67a;
}

.partner-item-outer-page {
  background-color: var(--pink);
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.partner-inner-page {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  clip-path: polygon(95.555% 10.723%, 95.529% 9.068%, 95.529% 9.068%, 95.474% 8.344%, 95.334% 7.654%, 95.116% 7.006%, 94.826% 6.408%, 94.47% 5.869%, 94.055% 5.396%, 93.586% 4.999%, 93.071% 4.684%, 92.514% 4.46%, 91.924% 4.335%, 90.667% 4.188%, 90.667% 1.686%, 9.333% 1.686%, 9.333% 4.503%, 8.076% 4.649%, 8.076% 4.649%, 7.503% 4.767%, 6.962% 4.977%, 6.459% 5.272%, 5.999% 5.645%, 5.589% 6.09%, 5.234% 6.6%, 4.94% 7.166%, 4.713% 7.784%, 4.557% 8.444%, 4.48% 9.141%, 4.402% 10.712%, 1.499% 10.712%, 1.499% 89.257%, 4.437% 89.257%, 4.463% 90.911%, 4.463% 90.911%, 4.518% 91.635%, 4.657% 92.325%, 4.875% 92.973%, 5.165% 93.571%, 5.521% 94.11%, 5.936% 94.583%, 6.405% 94.981%, 6.921% 95.295%, 7.477% 95.519%, 8.068% 95.644%, 9.324% 95.791%, 9.324% 98.293%, 90.667% 98.293%, 90.667% 95.476%, 91.924% 95.33%, 91.924% 95.33%, 92.497% 95.212%, 93.038% 95.002%, 93.541% 94.707%, 94.001% 94.334%, 94.411% 93.889%, 94.766% 93.379%, 95.06% 92.813%, 95.287% 92.196%, 95.443% 91.535%, 95.52% 90.838%, 95.607% 89.267%, 98.492% 89.267%, 98.492% 10.723%, 95.555% 10.723%);
  background-color: #305858;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.partner-inner-page.purple {
  background-color: #64133a;
  position: relative;
}

.partner-inner-page.red {
  background-color: #860c15;
}

.partner-inner-page.pink {
  background-color: #e5c4d3;
}

.partner-inner-page.green {
  background-color: #305858;
}

.partner-inner-page.orange {
  background-color: #b03001;
}

.partner-inner-page.brown {
  background-color: #834f06;
}

.partner-inner-page.blue {
  background-color: #10375f;
}

.partner-inner-page.green {
  text-align: center;
  background-color: #00a67a;
}

.partner-content-inline-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 82%;
  display: flex;
  position: relative;
}

.partner-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 150px;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 82%;
  margin-top: 20px;
  display: grid;
}

.light-text {
  color: #fff9;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: relative;
  left: 32px;
}

.light-text.dark {
  color: #686187;
}

.percentage {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.partner-page-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 150px;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 82%;
  margin-top: 20px;
  display: grid;
}

.modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.modal.stargate {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.modal.spark, .modal.kinetic, .modal.enosys, .modal.blaze, .modal.cyclo, .modal.sceptre, .modal.clearpool, .modal.usdto {
  display: none;
}

.partner-content-modal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.video {
  display: block;
}

.mobile-nav-trigger {
  display: none;
}

.splide__pagination {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -40px 0% auto;
}

.slider-p {
  text-align: center;
  width: 90%;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
}

.modal-text {
  color: #fff9;
  width: 82%;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  display: block;
}

.modal-text.dark {
  color: #686187;
}

.yt {
  z-index: 3;
}

.text-block {
  color: var(--pink-opacity);
}

.splide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #ffe3ec;
  border: 2px solid #efb9a7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 15px;
  display: flex;
  position: relative;
}

.splide._2 {
  padding: 0;
}

.arrow-left {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
  position: absolute;
  inset: 0% auto 0 10px;
}

.arrow-right {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
  position: absolute;
  inset: 0% 10px 0 auto;
}

.close {
  z-index: 100;
  width: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close.fun {
  top: 15px;
  right: 15px;
}

.modal-outer {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.fun-zone-text {
  text-align: center;
  max-width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.modal-slider-img {
  width: 100%;
  display: block;
}

.modal-2, .modal-3 {
  z-index: 1000;
  background-color: var(--pink-opacity);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.more-soon {
  width: 72%;
}

.static-text-block {
  color: var(--pink-opacity);
}

.light-text2 {
  color: #fff;
  font-weight: 700;
}

.h2-center {
  color: #e72059;
  text-align: center;
}

.heading {
  color: var(--red);
}

.light-text-2 {
  color: #686187;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.text-span {
  font-size: 14px;
  font-weight: 500;
}

.h1-small {
  margin-top: 10px;
  font-family: Solare, Arial, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 86%;
}

.text-block-2 {
  display: none;
}

.lnk-footer {
  color: var(--orange);
  text-transform: none;
  font-weight: 400;
}

.lnk-footer:hover {
  text-decoration: underline;
}

.banner-wrapper {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 6vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.banner-container {
  pointer-events: auto;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.banner-container.mobile {
  display: none;
}

.banner-img {
  width: 100%;
  position: relative;
}

.banner-img.mobile {
  display: none;
}

.close-img {
  z-index: 100;
  filter: brightness(2000%);
  width: 30px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-img.fun {
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 991px) {
  .section.pre-footer {
    margin-bottom: -30vh;
  }

  .nav-inner {
    width: 94%;
  }

  .button-wrapper {
    font-size: 16px;
  }

  .nav-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-link {
    font-size: 14px;
  }

  .carousel {
    max-width: 70%;
  }

  .h1 {
    font-size: 120px;
  }

  .footer {
    margin-top: 0;
  }

  .video-content {
    padding: 60px;
  }

  .footer-logo {
    width: 120px;
  }

  .social-media-link {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .carousel-door, .faq-wrapper {
    margin-top: 0;
  }

  .top-layn {
    top: -36.5px;
  }

  .faq-header {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-headline {
    font-size: 18px;
  }

  .baloon {
    width: 220px;
  }

  .baloon-lottie {
    max-width: 220px;
  }

  .baloon-lottie._2 {
    max-width: 300px;
    top: 0;
    right: -8%;
  }

  .button-outer, .button-inner-line {
    font-size: 12px;
  }

  .button-inner {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 12px;
  }

  .partner-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .partner-logo {
    width: 120px;
  }

  .partner-content, .video-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .videos {
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .vid-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .off-card {
    display: none;
  }

  .button-wrapper-center {
    font-size: 16px;
  }

  .video-cloud-line {
    top: 2px;
  }

  .slider-inner, .partner-inner-page {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .modal.kinetic {
    display: none;
  }

  .partner-content-modal, .splide {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .close.fun {
    width: 20px;
    top: 5px;
    right: 5px;
  }

  .more-soon {
    width: 120px;
  }

  .h1-small {
    font-size: 120px;
  }

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

  .close-img.fun {
    width: 20px;
    top: 5px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section.pre-footer {
    margin-bottom: 0;
  }

  .nav {
    height: auto;
  }

  .nav-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: none;
  }

  .nav-links {
    flex-flow: column;
  }

  .nav-link {
    padding-bottom: 20px;
    font-size: 5vw;
    line-height: 124%;
  }

  .carousel.small {
    max-width: 65%;
  }

  .h1 {
    font-size: 80px;
  }

  .footer {
    margin-top: 0;
  }

  .footer-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
    bottom: 40px;
  }

  .header-text {
    font-size: 22px;
    line-height: 134%;
  }

  .faq-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cloud-left {
    margin-left: -5%;
  }

  .tent, .chest-wrapper {
    max-width: 220px;
  }

  .baloon, .baloon-lottie._2 {
    display: none;
  }

  .partner-list {
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .partner-logo {
    width: 150px;
  }

  .slider-img._2 {
    width: 200px;
  }

  .arrow-img {
    width: 26px;
  }

  .home-link {
    width: auto;
  }

  .partner-page-content {
    grid-template-columns: 1fr .75fr 100px;
  }

  .light-text.dark {
    font-size: 16px;
  }

  .partner-page-header {
    grid-template-columns: 1fr .75fr 100px;
  }

  .modal.kinetic {
    display: none;
  }

  .mobile-nav-trigger {
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 10px 30px auto auto;
  }

  .lottie {
    width: 30px;
    position: relative;
  }

  .splide {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow-left, .arrow-right {
    width: 60px;
  }

  .more-soon {
    width: 150px;
  }

  .h1-small {
    font-size: 80px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
  }

  li {
    font-size: 16px;
  }

  .section.clouds {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 220px;
    overflow-y: visible;
  }

  .nav-link {
    font-size: 8vw;
  }

  .header-inner {
    height: auto;
  }

  .header-cloud-line {
    margin-top: 20vh;
    position: relative;
    bottom: 0;
  }

  .header-content {
    min-height: auto;
    margin-top: 50px;
  }

  .h1 {
    font-size: 24vw;
  }

  .emblem-left, .emblem-right {
    display: none;
  }

  .footer {
    height: 400px;
    margin-top: 0;
    overflow: hidden;
  }

  .eyebrow {
    font-size: 5vw;
  }

  .paragraph, .steps {
    width: 100%;
  }

  .video-content {
    padding: 40px;
  }

  .footer-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    bottom: 40px;
  }

  .footer-logo {
    width: 100px;
  }

  .social-media-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .header-text {
    font-size: 6vw;
  }

  .carousel-door {
    max-width: 90%;
  }

  .faq-wrapper {
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-layn {
    display: none;
    top: -22.5px;
  }

  .bottom-layn {
    display: none;
    bottom: -21.5px;
  }

  .faq {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-headline {
    font-size: 15px;
    line-height: 124%;
  }

  .inner.small, .inner.modals {
    width: 98%;
    max-width: none;
  }

  .cloud-left {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
    right: 0;
  }

  .cloud-mid {
    width: 60%;
  }

  .tent {
    margin-bottom: -70%;
    margin-right: 10%;
    left: auto;
    right: 0;
  }

  .cloud-right {
    width: 60%;
    margin-left: auto;
    position: relative;
    inset: auto auto -20% 0;
  }

  .chest-wrapper {
    margin-bottom: -73%;
  }

  .attribute {
    font-size: 8vw;
  }

  .button-outer {
    height: 45px;
  }

  .button-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .partner-inner {
    padding-top: 65px;
    padding-bottom: 35px;
  }

  .partner-logo, .partner-logo.smaller {
    width: 30vw;
  }

  .partner-logo.wide {
    width: 50vw;
  }

  .partner-logo.height {
    width: 40vw;
  }

  .partner-emblem-right-top {
    width: 30px;
    top: -15px;
    right: -15px;
  }

  .partner-emblem-right-bottom {
    width: 30px;
    bottom: -7px;
    right: -18px;
  }

  .partner-emblem-left-top {
    width: 30px;
    top: -14px;
    left: -16px;
  }

  .partner-emblem-left-bottom {
    width: 30px;
    bottom: -6px;
    left: -18px;
  }

  .video-inner {
    padding-top: 65px;
    padding-bottom: 35px;
  }

  .video-h {
    font-size: 20px;
    line-height: 140%;
  }

  .video-cloud-line {
    top: 180px;
  }

  .video-cloud-line._2 {
    top: 220px;
  }

  .slider-item-outer, .slider-inner {
    height: auto;
  }

  .slider-h {
    font-size: 20px;
    line-height: 140%;
  }

  .div-block-2 {
    height: auto;
  }

  .home {
    width: 30px;
  }

  .partner-inner-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .partner-inner-page.pink {
    padding-bottom: 60px;
  }

  .partner-page-content {
    grid-template-columns: 1fr .75fr 80px;
    margin-top: 10px;
  }

  .light-text, .light-text.dark {
    font-size: 14px;
  }

  .partner-page-header {
    grid-template-columns: 1fr .75fr 80px;
  }

  .modal.spark, .modal.enosys {
    display: none;
  }

  .slider-p {
    font-size: 14px;
  }

  .modal-text.dark {
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 14px;
  }

  .arrow-left, .arrow-right {
    width: 10vw;
  }

  .close.fun {
    top: 0;
    right: 0;
  }

  .modal-outer {
    width: 100%;
  }

  .hills {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .modal-2, .modal-3 {
    display: none;
  }

  .more-soon {
    width: 30vw;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .light-text-2 {
    font-size: 14px;
  }

  .h1-small {
    font-size: 18vw;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-container.mobile {
    width: 100%;
    display: block;
  }

  .banner-img {
    display: none;
  }

  .banner-img.mobile {
    display: block;
  }

  .close-img.fun {
    top: 0;
    right: 0;
  }
}


@font-face {
  font-family: 'Solare';
  src: url('../fonts/Solare-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic-1.woff') format('woff'), url('../fonts/Satoshi-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold-1.woff') format('woff'), url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic-1.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Medium-1.woff') format('woff'), url('../fonts/PPHatton-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium-1.woff') format('woff'), url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Ultralight.woff') format('woff'), url('../fonts/PPHatton-Ultralight-1.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular-1.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* FAQ Animation and Collapsed State */
.faq-item-animated {
  transform: translate3d(0, 40px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  opacity: 0;
  filter: blur(5px);
  transform-style: preserve-3d;
}

.faq-collapsed {
  height: 0px;
}

.plus {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(0, 0);
  transform-style: preserve-3d;
}
