/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/cta-section/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
section.wp-block-section-cta-section {
  overflow: hidden;
  display: grid;
  position: relative;
  justify-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  border-radius: 32px;
  padding: 32px;
  gap: 65px;
}
section.wp-block-section-cta-section .top-wrapper {
  display: grid;
  gap: 12px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  width: 100%;
  z-index: 1;
}
section.wp-block-section-cta-section .bottom-group {
  display: flex;
  gap: 20px;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
section.wp-block-section-cta-section > figure {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  margin: unset !important;
}
section.wp-block-section-cta-section > figure img {
  object-fit: cover;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
}
section.wp-block-section-cta-section .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #ffbc03;
  color: black !important;
}
section.wp-block-section-cta-section .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  background-color: black;
  background-image: url(../../../ad85bab231d7f39cc298.svg);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/cta-section/editor.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
section {
  position: relative !important;
}
