.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.body {
  background-color: #fff;
  overflow: visible;
}

.main-sec {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ffde59;
  background-image: url('../images/quadratic.png');
  background-size: auto;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px;
  display: flex;
}

.main-sec.inverted {
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
  padding-top: 100px;
}

.content-head {
  max-width: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.content-head.inverted {
  background-color: #ffde59;
  padding-bottom: 20px;
}

.content-head.withoutborder {
  border-width: 0;
}

.content-head.with-collection-button {
  max-width: 1500px;
  margin-top: 40px;
  display: flex;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 4vw;
}

.lila-paragraph {
  color: #9980ff;
  text-align: center;
  font-family: Be Vietnam Pro, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.button {
  color: #fff;
  background-color: #9980ff;
  border: 1px solid #000;
  border-radius: 11px;
  padding: 20px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 42px;
  font-weight: 400;
  transition: all .35s;
}

.button:hover {
  color: #9980ff;
  background-color: #fff;
}

.button.collection {
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.grid {
  grid-column-gap: 10vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 20vw 20vw 1fr;
  align-content: center;
  justify-items: center;
}

.smily {
  margin-bottom: 0;
  font-size: 5vw;
  line-height: 5vw;
}

.content-instrument {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.image-2 {
  max-height: 50%;
  max-width: 50%;
  align-self: center;
}

.html-embed {
  width: auto;
  align-self: center;
  display: none;
}

.heading-2 {
  color: #9980ff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 2vw;
  font-weight: 800;
  line-height: 3vw;
}

.thumbs-holder {
  align-self: center;
  display: flex;
}

.left-block-instrument {
  object-fit: contain;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  display: flex;
}

.right-block-instrument {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.grid-2 {
  grid-template-rows: minmax(auto, 600px) auto;
  grid-template-areas: ". ."
                       "Area Area";
}

.emotion-smily {
  margin-bottom: 0;
  font-size: 12vw;
  line-height: 16vw;
}

.form-block {
  width: 100%;
  max-width: none;
}

.text-field {
  border: 1px solid #9980ff;
}

.div-block {
  width: 50px;
  height: 50px;
  background-color: red;
  border: 5px solid #720000;
  border-radius: 50%;
}

.collection-holder {
  max-width: 1500px;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.heading-collection {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Be Vietnam Pro, sans-serif;
  font-size: 3vw;
  font-weight: 800;
  line-height: 4vw;
}

.grid-coll {
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.youtube {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-sec {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-sec.inverted {
    padding-top: 60px;
  }

  .content-head {
    margin-top: 60px;
  }

  .content-head.withoutborder {
    border-width: 0;
  }

  .content-head.with-collection-button {
    margin-top: 100px;
    display: flex;
  }

  .button.collection {
    position: absolute;
    top: 40px;
    bottom: auto;
    left: auto;
    right: 60px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 25vw 25vw 1fr;
  }

  .smily {
    font-size: 8vw;
    line-height: 12vw;
  }

  .image-2 {
    max-width: 100%;
  }

  .html-embed {
    width: auto;
  }

  .heading-2 {
    font-size: 3.5vw;
  }

  .emotion-smily {
    font-size: 14vw;
    line-height: 16vw;
  }

  .collection-holder {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .main-sec {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-size: 23px;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-head {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .content-head.inverted {
    padding-bottom: 20px;
  }

  .content-head.with-collection-button {
    margin-top: 20px;
    display: flex;
  }

  .heading {
    text-align: center;
    line-height: 9vw;
  }

  .button.collection {
    padding: 10px;
    font-size: 4vw;
    line-height: 5vw;
    top: 20px;
  }

  .grid {
    grid-column-gap: 3vw;
  }

  .image-2 {
    object-fit: contain;
    overflow: visible;
  }

  .heading-2 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .left-block-instrument {
    width: auto;
    object-fit: contain;
  }

  .right-block-instrument {
    width: auto;
  }

  .grid-2 {
    grid-template: "Area-3 Area-3"
                   "Area Area"
                   "Area-2 Area-2"
                   / 50%;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .collection-holder {
    margin-top: 20px;
  }

  .heading-collection {
    text-align: center;
    line-height: 9vw;
  }

  .grid-coll {
    grid-template: "Area-3 Area-3"
                   "Area Area"
                   / 50%;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .main-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-head.inverted {
    padding-bottom: 0;
  }

  .content-head.with-collection-button {
    margin-top: 40px;
    display: flex;
  }

  .heading {
    max-width: none;
    text-align: center;
    white-space: normal;
    object-fit: fill;
    align-self: auto;
    margin-bottom: 10px;
    font-size: 5vw;
    line-height: 6vw;
    display: block;
  }

  .lila-paragraph {
    object-fit: fill;
    font-size: 12px;
    line-height: 22px;
  }

  .button {
    font-size: 28px;
  }

  .button.collection {
    right: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 35vw 35vw;
  }

  .smily {
    font-size: 12vw;
    line-height: 12vw;
  }

  .image-2 {
    max-width: 60%;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .right-block-instrument {
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .emotion-smily {
    font-size: 24vw;
    line-height: 26vw;
  }

  .div-block {
    width: 25px;
    height: 25px;
    background-color: red;
    border: 5px solid #970101;
    border-radius: 50%;
  }

  .collection-holder {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 40px;
  }

  .heading-collection {
    text-align: center;
    margin-bottom: 20px;
    font-size: 8vw;
    line-height: 9vw;
  }

  .grid-coll {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    max-width: 300px;
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }
}

#w-node-fa70ba19-3a3d-4955-08ff-c31f51ba10af-06687ad8, #w-node-e1edc32f-1a8f-36b3-2b66-ab4efc5db18c-06687ad8, #w-node-_18d49a70-36f0-1afa-7333-bc9d2a48c366-06687ad8, #w-node-_8b9129c0-f703-1546-4442-b11b752cf069-06687ad8, #w-node-_90af59e4-c748-964f-c308-76dfbf2814d7-06687ad8, #w-node-e361b44d-b303-6a94-fd59-8ba707c3dad3-06687ad8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1e946b2-9d1f-a21d-2d0e-fe50d9dad26e-63bd333e {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_1a66814f-5270-33e9-cdf7-5784ee3727f5-63bd333e {
  justify-self: stretch;
}

#w-node-e171d00c-3761-1dab-477e-75f9ce83a05e-63bd333e {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_6f71e0c2-7357-c285-fbc1-9c6e14b442cd-63bd333e {
  grid-area: Area;
}

#w-node-_98888a85-08af-312b-b720-ea433b452992-63bd333e, #w-node-_98888a85-08af-312b-b720-ea433b452994-63bd333e, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-63bd333e, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-63bd333e {
  justify-self: stretch;
}

#w-node-fa70ba19-3a3d-4955-08ff-c31f51ba10af-dfed5fa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_18d49a70-36f0-1afa-7333-bc9d2a48c366-dfed5fa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa70ba19-3a3d-4955-08ff-c31f51ba10af-22e5e7e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_18d49a70-36f0-1afa-7333-bc9d2a48c366-22e5e7e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98888a85-08af-312b-b720-ea433b452992-dad57501, #w-node-_98888a85-08af-312b-b720-ea433b452994-dad57501, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-dad57501, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-dad57501 {
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-b1e946b2-9d1f-a21d-2d0e-fe50d9dad26e-63bd333e {
    grid-area: Area-3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_1a66814f-5270-33e9-cdf7-5784ee3727f5-63bd333e {
    grid-area: Area;
  }

  #w-node-e171d00c-3761-1dab-477e-75f9ce83a05e-63bd333e {
    grid-area: Area-2;
  }

  #w-node-_98888a85-08af-312b-b720-ea433b452992-63bd333e {
    grid-area: Area-3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_98888a85-08af-312b-b720-ea433b452994-63bd333e {
    grid-area: Area;
  }

  #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-63bd333e {
    grid-area: Area-3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-63bd333e {
    grid-area: Area;
  }

  #w-node-_98888a85-08af-312b-b720-ea433b452992-dad57501 {
    grid-area: Area-3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_98888a85-08af-312b-b720-ea433b452994-dad57501 {
    grid-area: Area;
  }

  #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-dad57501 {
    grid-area: Area-3;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-dad57501 {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b1e946b2-9d1f-a21d-2d0e-fe50d9dad26e-63bd333e, #w-node-_1a66814f-5270-33e9-cdf7-5784ee3727f5-63bd333e, #w-node-e171d00c-3761-1dab-477e-75f9ce83a05e-63bd333e, #w-node-_98888a85-08af-312b-b720-ea433b452992-63bd333e, #w-node-_98888a85-08af-312b-b720-ea433b452994-63bd333e, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-63bd333e, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-63bd333e, #w-node-_98888a85-08af-312b-b720-ea433b452992-dad57501, #w-node-_98888a85-08af-312b-b720-ea433b452994-dad57501, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22d-dad57501, #w-node-d072fabd-d22f-6baf-a422-81e9e2d8f22f-dad57501 {
    justify-self: stretch;
  }
}


