/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-tabs .tab-labels {
  padding-left: 0;
  display: flex;
  text-align: center;
  list-style-type: none;
  flex-wrap: wrap;
}
.wp-block-create-block-tabs .tab-labels li {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  color: #949494;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  width: auto;
  margin: 0px 27px;
  height: 68px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  cursor: pointer;
}
.wp-block-create-block-tabs .tab-labels li .text {
  z-index: 3;
  position: relative;
}
.wp-block-create-block-tabs .tab-labels li:focus {
  outline-width: 0;
}
.wp-block-create-block-tabs .tab-labels li:after, .wp-block-create-block-tabs .tab-labels li:before {
  border-width: 37px 0 37px 37px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  top: -3px;
}
.wp-block-create-block-tabs .tab-labels li:before {
  border-color: #fff transparent;
  left: -37px;
}
.wp-block-create-block-tabs .tab-labels li:after {
  border-color: transparent #fff;
  right: -37px;
}
.wp-block-create-block-tabs .tab-labels li .right {
  content: "";
  position: absolute;
  top: 0px;
  right: -33px;
  display: none;
  width: 0;
  height: 0;
  border-width: 34px 0px 34px 34px;
  border-style: solid;
  border-color: transparent #43861f;
  z-index: 3;
}
.wp-block-create-block-tabs .tab-labels li .left-1 {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent #43861f transparent transparent;
  transform: rotate(0deg);
  top: 0px;
  left: -28px;
  content: "";
  position: absolute;
  display: none;
}
.wp-block-create-block-tabs .tab-labels li .left-2 {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 36px 36px;
  border-color: transparent transparent #43861f transparent;
  transform: rotate(0deg);
  bottom: 0px;
  left: -28px;
  content: "";
  position: absolute;
  display: none;
}
.wp-block-create-block-tabs .tab-labels li .pointed {
  left: -1px;
  content: "";
  position: absolute;
  display: none;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent white;
}
.wp-block-create-block-tabs .tab-labels li.active {
  color: white;
  background-color: transparent;
}
.wp-block-create-block-tabs .tab-labels li.active .right,
.wp-block-create-block-tabs .tab-labels li.active .pointed,
.wp-block-create-block-tabs .tab-labels li.active .left-1,
.wp-block-create-block-tabs .tab-labels li.active .left-2 {
  display: block;
}
.wp-block-create-block-tabs .tab-content .tab-panel {
  display: none;
}
.wp-block-create-block-tabs .tab-content .tab-panel.active {
  display: block;
}

.partners-track-list .partner-track-item {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.wp-block-create-block-carousel .tab-content .tab-panel {
  display: none;
}
.wp-block-create-block-carousel .tab-content .tab-panel.active {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/