:root {
  --dviiolet: #51048a;
  --red: #fe0a8a;
  --yellow: #f3fc3a;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  background-image: url('../images/quotation-mark-svgrepo-com.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  border-left: 5px #7007bd;
  margin-bottom: 10px;
  padding: 20px 20px 33px 50px;
  font-size: 18px;
  line-height: 22px;
}

.screen.violet {
  aspect-ratio: auto;
  color: #fff;
  background-color: #7008bd;
  background-image: url('../images/bgvio.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  height: auto;
}

.screen.violet.realteve {
  aspect-ratio: 3 / 2;
  background-image: url('../images/bgvio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.screen.dviolet {
  background-color: var(--dviiolet);
  color: #fff;
}

.screen.yellow {
  background-color: #f3fc3a;
  background-image: url('../images/bgyllo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.screen.violet-bg {
  color: #fff;
  background-color: #7008bd;
  background-image: linear-gradient(#51048ad6, #51048ad6), url('../images/00001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
}

.screen.violet-bg.realteve {
  aspect-ratio: 3 / 2;
  background-image: url('../images/bgvio.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.code-embed {
  z-index: 0;
  color: #ffc000;
  position: absolute;
  inset: 0%;
}

.realteve {
  position: relative;
}

.realteve.cnt {
  margin-left: auto;
  margin-right: auto;
}

.realteve.flexgap20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.realteve.l {
  align-self: flex-start;
}

.menu {
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  max-width: 1250px;
  padding-left: 40px;
  padding-right: 40px;
}

.grid1 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 33px;
  display: grid;
}

.yllow {
  color: #f0fc00;
}

.yllow.dsct {
  text-align: center;
}

.yllow._1280 {
  display: none;
}

.runline {
  color: #50048b;
  background-color: #f3fc3a;
  max-width: 100vw;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  overflow: hidden;
}

.runline._2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 168px;
}

.code-embed-2 {
  transform: rotate(15deg);
}

.code-embed-2.bot {
  width: 200px;
}

.grid2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 30px;
  display: grid;
}

.redstars {
  color: var(--red);
  width: 100px;
  position: absolute;
  inset: 0 0 auto auto;
}

.redstars._01 {
  width: 83px;
  inset: 37px -83px auto auto;
}

.redstars._02 {
  right: -134px;
}

.redstars._03 {
  left: 8px;
  right: auto;
}

.redstars._05 {
  width: 130px;
  top: -67%;
  left: -152px;
}

.redstars._06 {
  width: 70px;
  top: -30px;
  right: -126px;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-block-2, .gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gap20.center {
  justify-content: flex-start;
  align-items: center;
}

.gap20.center.violet {
  justify-content: flex-start;
  align-items: flex-start;
}

.gap20.cnt {
  justify-content: center;
  align-items: center;
}

.gap20.sp30 {
  margin-top: 30px;
}

.gap30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gap30.space {
  justify-content: space-between;
  align-items: center;
}

.image {
  transform: scale(1.9)translate(-11px, 34px);
}

.updown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 30px;
}

.violet {
  color: var(--dviiolet);
}

._5blocks {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.volet-round-block {
  background-color: var(--dviiolet);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  width: 24%;
  padding: 60px 20px;
  line-height: 25px;
  position: relative;
}

.red-round {
  aspect-ratio: 1;
  background-color: var(--red);
  color: var(--yellow);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Bitter, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  transform: translate(0, -83px);
}

.flex-block-3 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  align-items: stretch;
}

._4icos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.vround {
  aspect-ratio: 1;
  background-color: var(--dviiolet);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.ico {
  width: 40px;
}

.acenter, .paragraph {
  text-align: center;
}

.paragraph-2 {
  color: var(--dviiolet);
  text-align: center;
}

.partnets {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.wlink {
  color: #fff;
}

.code-embed-3 {
  width: 500px;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.code-embed-4 {
  width: 350px;
}

.image-2 {
  width: 250px;
}

.flex-block-5 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: center;
  align-items: center;
}

.pacs {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.pac {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pac.gen {
  padding-bottom: 20px;
}

.div-block-2 {
  background-color: #da1287;
  width: 350px;
  height: 60px;
}

.div-block-2.duble {
  height: 80px;
  margin-bottom: 0;
}

.div-block-3 {
  background-color: var(--yellow);
  height: 50px;
  position: relative;
  transform: translate(11px, 34px);
}

.div-block-4 {
  background-color: #f3fc3a;
  height: 30px;
  transform: translate(0, -16px)skew(0deg, 2.3deg);
}

.div-block-5 {
  color: var(--dviiolet);
  padding-left: 40px;
  font-size: 16px;
  position: absolute;
  inset: 0%;
}

.gap40 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  display: grid;
}

.div-block-7 {
  align-self: flex-start;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-warper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 700;
}

.form-block {
  min-width: 500px;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border-radius: 5px;
  min-width: 70px;
  min-height: 50px;
  font-size: 14px;
}

.submit-button {
  background-color: #fe0a8a;
  border-radius: 30px;
  min-height: 50px;
}

.submit-button:hover {
  background-color: var(--yellow);
  color: var(--dviiolet);
}

.cnt {
  text-align: center;
}

.cnt.gap30 {
  flex-flow: column;
  display: flex;
}

.cnt.rsuk {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.select {
  border-radius: 5px;
  min-width: 70px;
  min-height: 50px;
  font-size: 14px;
}

.field-label {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

._60ud {
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._60ud.cnt {
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-9 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-content {
  padding-top: 40px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pic {
  aspect-ratio: 3 / 2;
  background-image: url('../images/00001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab {
  color: var(--yellow);
  background-color: #3f3f3f00;
  border-bottom: 1px solid #f3fc3a;
  padding: 20px 100px;
}

.tab:hover {
  color: var(--red);
}

.tab.w--current {
  border-bottom-color: var(--red);
  color: var(--red);
  background-color: #3f3f3f00;
}

.mainmenu {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 70px;
  padding: 5px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-5 {
  width: 40px;
}

.menulink {
  color: #fff;
  align-self: center;
  font-weight: 700;
  text-decoration: none;
}

.menulink:hover {
  color: var(--yellow);
  text-decoration: none;
}

.menulink.w--current {
  color: var(--yellow);
}

.flex-block-6 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: stretch;
}

.menuwarper {
  align-self: center;
  position: relative;
}

.flex-block-7 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.but {
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  text-decoration: none;
  display: flex;
}

.but:hover {
  background-color: var(--yellow);
  color: #51048a;
}

.lightbox-link {
  text-decoration: none;
}

.flex-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.link-block-2 {
  color: #fff;
}

.link-block-2:hover {
  color: var(--yellow);
}

.grid13 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 33px;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  display: flex;
}

.link-block-3 {
  align-self: center;
}

.footer {
  color: #50048b;
  background-color: #f3fc3a;
  padding: 20px 40px;
}

.footer._2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 168px;
}

.bold-text {
  color: #50048b;
}

.mlink {
  color: var(--dviiolet);
}

.cpr {
  flex-flow: column;
  width: 250px;
  display: flex;
}

.text-block {
  font-weight: 400;
}

.menuhider {
  width: 0;
  height: 20px;
  position: absolute;
}

.menubg {
  z-index: 0;
  background-color: #7008bd;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 19px 8px #0003;
}

.link-block-4 {
  position: relative;
}

.caps {
  text-transform: uppercase;
}

.body {
  letter-spacing: .3px;
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: var(--red);
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--yellow);
  color: var(--dviiolet);
  text-decoration: none;
}

.contactme {
  position: fixed;
  inset: auto 36px 140px auto;
}

.round {
  aspect-ratio: 1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.round.close {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding-top: 5px;
  display: flex;
}

.round.open {
  cursor: pointer;
  background-color: #fe0a8a;
  width: 60px;
  padding-top: 4px;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  margin-bottom: 10px;
  display: flex;
}

.code-embed-6 {
  display: block;
  position: absolute;
}

.div-block-12 {
  width: 70px;
  padding-left: 5px;
  position: relative;
}

.div-block-13 {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 87px;
}

.div-block-14 {
  background-color: var(--red);
  color: #f3fc3a;
  border-radius: 3px;
}

.div-block-15 {
  white-space: nowrap;
  padding: 7px 13px 7px 14px;
}

.div-block-16 {
  z-index: -1;
  aspect-ratio: 1;
  background-color: var(--red);
  border-radius: 2px;
  width: 20px;
  position: absolute;
  top: 7px;
  right: -4px;
  transform: rotate(45deg);
}

.text-block-2 {
  font-size: 12px;
  font-weight: 700;
}

.div-block-15-copy {
  white-space: nowrap;
  padding: 7px 13px 7px 14px;
}

.div-block-13-copy {
  height: 30px;
  position: absolute;
  top: 10px;
  right: 87px;
}

.burger, .cosemenu {
  display: none;
}

.code-embed-9 {
  border-radius: 100px;
  width: 70px;
}

.footgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"
  / 2fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-6 {
  align-self: center;
}

.div-block-18 {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 24px;
}

.block-quote {
  border-left-color: #7007bd;
}

.div-block-19 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-21 {
  background-color: #7007bd24;
  border-radius: 20px;
  padding: 40px;
}

.div-block-22 {
  margin-left: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.startext {
  max-width: 700px;
  margin-top: 40px;
  margin-left: 90px;
  font-size: 14px;
  line-height: 20px;
}

.diamond-inner {
  position: absolute;
  inset: 0%;
  transform: scale(1.5)rotate(-45deg);
}

.diamond-inner._01 {
  background-image: url('../images/64ab380b5d1e8d446ebabbe741b12d6a404913fd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diamond-inner._02 {
  background-image: url('../images/cb555def258e09ea720f4aa7382f092659d842d1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diamond-frame {
  aspect-ratio: 1;
  border: 3px solid var(--yellow);
  opacity: 1;
  object-fit: fill;
  border-radius: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  transform: rotate(45deg);
}

.diamond-frame._350 {
  width: 350px;
  position: relative;
}

.diamond-frame._300 {
  width: 300px;
}

.div-block-23 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 50px;
  }

  .screen {
    aspect-ratio: auto;
  }

  .yllow.dsct {
    text-align: left;
    display: none;
  }

  .yllow._1280 {
    display: block;
  }

  .grid2 {
    padding-top: 60px;
    font-size: 20px;
    line-height: 33px;
  }

  .gap20, .gap30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image {
    width: 100%;
  }

  .updown {
    font-size: 20px;
    line-height: 33px;
  }

  ._5blocks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .volet-round-block {
    width: auto;
  }

  .gap40 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-field {
    font-size: 14px;
  }

  .tab:hover, .menulink:hover, .lightbox-link:hover {
    text-decoration: none;
  }

  .link-block-5 {
    color: var(--dviiolet);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 50px;
  }

  .grid1 {
    grid-template-columns: 2fr;
  }

  .runline {
    max-width: 100vw;
    overflow: hidden;
  }

  .code-embed-2 {
    width: 200px;
  }

  .redstars._01 {
    right: -70px;
  }

  .redstars._02 {
    right: -31%;
  }

  .redstars._03 {
    top: 86px;
  }

  .redstars._05 {
    left: -116px;
  }

  .redstars._06 {
    right: -74px;
  }

  ._5blocks {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .volet-round-block {
    width: 45%;
  }

  .div-block {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .div-block-2 {
    width: 300px;
  }

  .div-block-5 {
    padding-left: 24px;
  }

  .text-field {
    font-size: 14px;
  }

  .flex-block-6 {
    flex-flow: column;
  }

  .menuwarper {
    z-index: 2;
    aspect-ratio: 2 / 3;
    opacity: 0;
    background-color: #7008bd;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 5000px;
    display: none;
    position: fixed;
    inset: 0%;
    transform: translate(0, -10px);
  }

  .flex-block-8 {
    justify-content: center;
    align-items: center;
  }

  .burger {
    z-index: 1;
    aspect-ratio: 1;
    color: var(--yellow);
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .burger:active {
    color: var(--red);
  }

  .cosemenu {
    aspect-ratio: 1;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .cosemenu:active {
    color: var(--yellow);
  }

  .code-embed-7 {
    width: 33px;
    margin-top: 19px;
  }

  .code-embed-8 {
    margin-top: 19px;
  }

  .startext {
    max-width: 400px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .realteve.flexgap20 {
    text-align: left;
  }

  .container._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid1 {
    place-items: center end;
    padding-top: 20px;
  }

  .code-embed-2 {
    width: 100px;
  }

  .code-embed-2.bot {
    width: 60px;
    display: none;
  }

  .grid2 {
    grid-template-columns: 1fr;
    font-size: 16px;
    line-height: 25px;
  }

  .redstars._01 {
    width: 40px;
    top: 83px;
    right: -8px;
  }

  .redstars._03 {
    width: 40px;
    top: 62px;
  }

  .redstars._05 {
    width: 90px;
    left: -66px;
  }

  .redstars._06 {
    top: -64px;
    right: -23px;
  }

  .gap20.sp30 {
    flex-flow: column;
  }

  .gap30.space {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .gap30.caps {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .volet-round-block {
    width: auto;
  }

  ._4icos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .pacs {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .div-block {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gap40 {
    flex-flow: column;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-block {
    align-self: stretch;
    min-width: auto;
  }

  .text-field {
    font-size: 18px;
    font-weight: 400;
  }

  ._60ud.cnt {
    padding-bottom: 40px;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tab {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab.w--current {
    padding-left: 0;
  }

  .grid13 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .footer {
    padding-top: 40px;
  }

  .cpr {
    text-align: center;
    align-self: center;
  }

  .footgrid {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   / 2fr;
    place-items: center;
  }

  .div-block-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-3 {
    margin-top: 40px;
  }

  .startext {
    margin-left: 0;
  }

  .diamond-frame {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .screen.violet {
    aspect-ratio: auto;
    height: auto;
    max-height: none;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid1 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .code-embed-2 {
    width: 100px;
  }

  .redstars {
    width: 40px;
    right: 11px;
  }

  .redstars._01 {
    top: -44px;
    right: 51px;
  }

  .redstars._02 {
    width: 30px;
    top: -18px;
    right: -12px;
  }

  .redstars._03 {
    top: 163px;
  }

  .redstars._05 {
    left: 6px;
  }

  .redstars._06 {
    right: 13px;
  }

  .gap20.sp30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gap30.space.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image {
    overflow: visible;
  }

  .code-embed-3, .code-embed-4 {
    width: 300px;
  }

  .div-block-2 {
    width: 320px;
  }

  .flex15 {
    align-self: center;
  }

  .form-block {
    align-self: stretch;
  }

  .tabs-menu {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .grid13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 100px;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .contactme {
    right: 8px;
  }

  .diamond-frame {
    object-fit: fill;
  }

  .diamond-frame._350, .diamond-frame._300 {
    width: 250px;
  }
}

#w-node-fe814435-0deb-15a7-c60c-9a5e4a4e9c45-31bdf3eb {
  justify-self: start;
}

#w-node-_29419d49-b909-93e3-c227-c424dfaa41f6-31bdf3eb, #w-node-_1e9c1f1c-f87c-9f5f-fa67-010ca517252d-31bdf3eb, #w-node-_02223544-c83e-af51-61e1-9d147316b652-31bdf3eb, #w-node-_2951b89d-e157-cd14-8dcf-ae2e08717f0a-31bdf3eb, #w-node-ecb027f5-a151-523e-f4e1-db99f38f216c-31bdf3eb, #w-node-_3a7337be-65e2-d0a5-87eb-29890efe90d1-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-beb5c40b-61f8-8499-e406-7e7cca80d3fa-31bdf3eb {
  justify-self: start;
}

#w-node-_020c2b62-0d33-b58b-abb0-be44430eb7d5-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d9929260-9f2a-418b-b09a-293d1f9dbd05-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c4ce51-66a1-fee6-9c00-fefd90a9632f-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2be87193-f630-f28d-ff27-8b42d9e8ae40-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2be87193-f630-f28d-ff27-8b42d9e8ae56-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_967deb12-96a5-a185-1851-e97652b680dc-31bdf3eb {
  justify-self: start;
}

#w-node-dbd206e2-fb41-15fb-88ed-4ec83344c7e5-31bdf3eb {
  justify-self: center;
}

#w-node-_33c5d916-4f12-ed69-1829-ad084deda3eb-31bdf3eb, #w-node-fa84d48d-924b-0927-f565-940208deb571-31bdf3eb, #w-node-_27c4e3fa-3a36-c048-70f3-062d3d673fab-31bdf3eb, #w-node-_07b11e3e-0927-0f2a-a2e8-00c08d5dd45f-31bdf3eb, #w-node-_27d26b93-6f43-0dfa-75a2-71035442ced6-31bdf3eb, #w-node-_8ff72d72-ed4a-94f2-ce4c-b4eb7ce655cd-31bdf3eb, #w-node-_5d3e3818-f609-0e3d-0052-2d8adcfcd2b1-31bdf3eb, #w-node-_5570ccd4-a417-22a2-fae7-13b45979941d-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e76-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e78-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e7a-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e7c-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e7e-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e80-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e82-31bdf3eb, #w-node-ade7abea-c8f3-eb02-0eff-e4c84b905e84-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a89-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a8b-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a8d-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a8f-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a91-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a93-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a95-31bdf3eb, #w-node-_35c473e2-0083-c0eb-5c65-732aa7868a97-31bdf3eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_112a363b-ff98-0604-b708-de99b0f2f6d9-31bdf3eb {
  align-self: center;
}

#w-node-_0e770b37-9501-042c-1854-50bd1cd9d3b6-31bdf3eb {
  grid-area: Area;
}

#w-node-fc66f62e-bbed-3744-d2ba-406071ea96b9-31bdf3eb {
  grid-area: Area-2;
}

#w-node-_8fe5671b-7929-9a91-bdd6-575d257b29b7-31bdf3eb {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-fe814435-0deb-15a7-c60c-9a5e4a4e9c45-07403740 {
  justify-self: start;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b676-07403740 {
  grid-area: Area;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b67f-07403740 {
  grid-area: Area-2;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b68c-07403740 {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-fe814435-0deb-15a7-c60c-9a5e4a4e9c45-45d876eb {
  justify-self: start;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b676-45d876eb {
  grid-area: Area;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b67f-45d876eb {
  grid-area: Area-2;
}

#w-node-_5ea446ae-cbd1-04b1-4779-a0e89598b68c-45d876eb {
  grid-area: Area-3;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_3ef27153-5969-39e0-0a87-5ddb2a342ef9-31bdf3eb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3ef27153-5969-39e0-0a87-5ddb2a342ef9-31bdf3eb {
    order: -9999;
  }

  #w-node-_967deb12-96a5-a185-1851-e97652b680dc-31bdf3eb {
    justify-self: stretch;
  }
}
