/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Self-hosted web assets/fonts for Angel Oak Mortgage Solutions theme */
@font-face {
  font-family: "Unit";
  src: url(fonts/UnitWeb.e4f70751.eot);
  src: url(fonts/UnitWeb.7a0fb082.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Unit";
  src: url(fonts/UnitWeb-Bold.61e1cabe.eot);
  src: url(fonts/UnitWeb-Bold.9b75d1e8.woff) format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Unit";
  src: url(fonts/UnitWeb-Ita.6f84f879.eot);
  src: url(fonts/UnitWeb-Ita.eb90b4d0.woff) format("woff");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Unit Slab";
  src: url(fonts/UnitSlabWeb-Bold.df2a5f90.eot);
  src: url(fonts/UnitSlabWeb-Bold.993cfea2.woff) format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/** 

Rem Conversions
-------------------------
  0.25   :   4px
   	0.5    :   8px
     0.75   :   12px --------------- XXSmall / 1
-------------------------
 1      :   16px --------------- XSmall / 2 - h6
  1.125rem :   18px --------------- Small / 3 - h5
   1.25   :   20px
   	1.5    :   24 px  --------------- Medium / 4 - h4 - spacing 1 
     1.75   :   28px
-------------------------
 2      :   32px --------------- Large / 5 -h3
  2.25   :   36px  --------------- XLarge / 6 - h2
   	2.5    :   40px	--------------- spacing 2
     2.75   :   44px 
-------------------------
 3      :   48px
  3.25   :   52px
   	3.5    :   56px --------------- spacing 3
     3.75   :   60px	2
-------------------------
 4      :   64px 
  4.25   :   68px
   	4.5    :   72px --------------- XXLarge / 7 - h1
     4.75   :   76px 
-------------------------
 5      :   80px
  5.25   :   84px 
   	5.5    :   88px
     5.75   :   92px
-------------------------
   6.25   :   100px  

-------------------------
7.5   :   120px -------------- spacing 4

8.5   :   136px -------------- spacing 5

15.5   :   248px  --------------- spacing 6

**/
.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input.rich-text {
  font-family: var(--wp--preset--font-family--1);
  font-size: var(--wp--preset--font-size--3);
  font-weight: 700;
  text-transform: none;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--wp--preset--color--3);
}
main {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p {
  margin: var(--wp--preset--spacing--1) 0;
}
ol,
ul {
  padding-left: 1rem;
}
@counter-style square-alt {
  system: cyclic;
  symbols: "■";
  suffix: "   ";
}
ul {
  list-style: disc;
}
ul:not([class]) li:not(:first-child) {
  margin-top: var(--wp--preset--spacing--1);
}
ul li::marker {
  color: var(--wp--preset--color--3);
  font-size: var(--wp--preset--font-size--1);
}
strong {
  font-weight: 600;
}
sup,
sub {
  font-size: max(0.5rem, 0.5em);
  line-height: 0;
}
img,
svg {
  vertical-align: middle;
}
.wp-block-image.has-video-popup {
  cursor: pointer;
}
hr {
  border: 0;
  height: 1px;
  width: 100%;
  background-color: var(--wp--preset--color--3);
}
table {
  border-collapse: collapse;
}
/** Widths */
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1184px) {
  .alignwide {
    margin: 0 var(--wp--preset--spacing--2);
  }
}
@media only screen and (max-width: 600px) {
  .alignwide {
    margin: 0 var(--wp--preset--spacing--1);
  }
}
.alignwide .wp-block-group {
  width: 100%;
}
.alignfull {
  width: 100%;
}
.alignfull .wp-block-group {
  width: 100%;
}
.editor-styles-wrapper a.button, .editor-styles-wrapper button.button, .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=reset], .editor-styles-wrapper input[type=submit],
body:not(.wp-admin) a.button,
body:not(.wp-admin) button.button,
body:not(.wp-admin) input[type=button],
body:not(.wp-admin) input[type=reset],
body:not(.wp-admin) input[type=submit] {
  display: inline-block;
  min-width: 9rem;
  padding: 1.3rem 1.5rem;
  outline: none;
  font-family: "unit", sans-serif;
  font-size: var(--wp--preset--font-size--3);
  line-height: 1;
  text-align: center;
  color: var(--wp--preset--color--7);
  transition: all 0.5s ease;
  border: 1px solid var(--wp--preset--color--7);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .editor-styles-wrapper a.button, .editor-styles-wrapper button.button, .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=reset], .editor-styles-wrapper input[type=submit],
  body:not(.wp-admin) a.button,
  body:not(.wp-admin) button.button,
  body:not(.wp-admin) input[type=button],
  body:not(.wp-admin) input[type=reset],
  body:not(.wp-admin) input[type=submit] {
    font-size: var(--wp--preset--font-size--2);
    line-height: 2.25rem;
    padding: 9px;
  }
}
@media screen and (max-width: 375px) {
  .editor-styles-wrapper a.button, .editor-styles-wrapper button.button, .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=reset], .editor-styles-wrapper input[type=submit],
  body:not(.wp-admin) a.button,
  body:not(.wp-admin) button.button,
  body:not(.wp-admin) input[type=button],
  body:not(.wp-admin) input[type=reset],
  body:not(.wp-admin) input[type=submit] {
    font-size: var(--wp--preset--font-size--1);
  }
}
@media (max-height: 600px) {
  .editor-styles-wrapper a.button, .editor-styles-wrapper button.button, .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=reset], .editor-styles-wrapper input[type=submit],
  body:not(.wp-admin) a.button,
  body:not(.wp-admin) button.button,
  body:not(.wp-admin) input[type=button],
  body:not(.wp-admin) input[type=reset],
  body:not(.wp-admin) input[type=submit] {
    font-size: var(--wp--preset--font-size--1);
    line-height: 1;
  }
}
@media (max-height: 375px) {
  .editor-styles-wrapper a.button, .editor-styles-wrapper button.button, .editor-styles-wrapper input[type=button], .editor-styles-wrapper input[type=reset], .editor-styles-wrapper input[type=submit],
  body:not(.wp-admin) a.button,
  body:not(.wp-admin) button.button,
  body:not(.wp-admin) input[type=button],
  body:not(.wp-admin) input[type=reset],
  body:not(.wp-admin) input[type=submit] {
    margin-top: 3.5rem;
  }
}
.editor-styles-wrapper a.button:hover, .editor-styles-wrapper a.button:focus, .editor-styles-wrapper button.button:hover, .editor-styles-wrapper button.button:focus, .editor-styles-wrapper input[type=button]:hover, .editor-styles-wrapper input[type=button]:focus, .editor-styles-wrapper input[type=reset]:hover, .editor-styles-wrapper input[type=reset]:focus, .editor-styles-wrapper input[type=submit]:hover, .editor-styles-wrapper input[type=submit]:focus,
body:not(.wp-admin) a.button:hover,
body:not(.wp-admin) a.button:focus,
body:not(.wp-admin) button.button:hover,
body:not(.wp-admin) button.button:focus,
body:not(.wp-admin) input[type=button]:hover,
body:not(.wp-admin) input[type=button]:focus,
body:not(.wp-admin) input[type=reset]:hover,
body:not(.wp-admin) input[type=reset]:focus,
body:not(.wp-admin) input[type=submit]:hover,
body:not(.wp-admin) input[type=submit]:focus {
  background-color: var(--wp--preset--color--7);
  color: var(--wp--preset--color--2);
}
.editor-styles-wrapper a.button:active, .editor-styles-wrapper button.button:active, .editor-styles-wrapper input[type=button]:active, .editor-styles-wrapper input[type=reset]:active, .editor-styles-wrapper input[type=submit]:active,
body:not(.wp-admin) a.button:active,
body:not(.wp-admin) button.button:active,
body:not(.wp-admin) input[type=button]:active,
body:not(.wp-admin) input[type=reset]:active,
body:not(.wp-admin) input[type=submit]:active {
  background-color: var(--wp--preset--color--7);
}
.editor-styles-wrapper a.button.button--white, .editor-styles-wrapper button.button.button--white, .editor-styles-wrapper input[type=button].button--white, .editor-styles-wrapper input[type=reset].button--white, .editor-styles-wrapper input[type=submit].button--white,
body:not(.wp-admin) a.button.button--white,
body:not(.wp-admin) button.button.button--white,
body:not(.wp-admin) input[type=button].button--white,
body:not(.wp-admin) input[type=reset].button--white,
body:not(.wp-admin) input[type=submit].button--white {
  color: var(--wp--preset--color--2);
  border: 1px solid var(--wp--preset--color--2);
}
.editor-styles-wrapper a.button.button--white:hover, .editor-styles-wrapper a.button.button--white:focus, .editor-styles-wrapper button.button.button--white:hover, .editor-styles-wrapper button.button.button--white:focus, .editor-styles-wrapper input[type=button].button--white:hover, .editor-styles-wrapper input[type=button].button--white:focus, .editor-styles-wrapper input[type=reset].button--white:hover, .editor-styles-wrapper input[type=reset].button--white:focus, .editor-styles-wrapper input[type=submit].button--white:hover, .editor-styles-wrapper input[type=submit].button--white:focus,
body:not(.wp-admin) a.button.button--white:hover,
body:not(.wp-admin) a.button.button--white:focus,
body:not(.wp-admin) button.button.button--white:hover,
body:not(.wp-admin) button.button.button--white:focus,
body:not(.wp-admin) input[type=button].button--white:hover,
body:not(.wp-admin) input[type=button].button--white:focus,
body:not(.wp-admin) input[type=reset].button--white:hover,
body:not(.wp-admin) input[type=reset].button--white:focus,
body:not(.wp-admin) input[type=submit].button--white:hover,
body:not(.wp-admin) input[type=submit].button--white:focus {
  background-color: var(--wp--preset--color--2);
  color: var(--wp--preset--color--3);
}
.editor-styles-wrapper a.button.has-icon, .editor-styles-wrapper button.button.has-icon, .editor-styles-wrapper input[type=button].has-icon, .editor-styles-wrapper input[type=reset].has-icon, .editor-styles-wrapper input[type=submit].has-icon,
body:not(.wp-admin) a.button.has-icon,
body:not(.wp-admin) button.button.has-icon,
body:not(.wp-admin) input[type=button].has-icon,
body:not(.wp-admin) input[type=reset].has-icon,
body:not(.wp-admin) input[type=submit].has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.editor-styles-wrapper a.button.has-icon .button-icon, .editor-styles-wrapper button.button.has-icon .button-icon, .editor-styles-wrapper input[type=button].has-icon .button-icon, .editor-styles-wrapper input[type=reset].has-icon .button-icon, .editor-styles-wrapper input[type=submit].has-icon .button-icon,
body:not(.wp-admin) a.button.has-icon .button-icon,
body:not(.wp-admin) button.button.has-icon .button-icon,
body:not(.wp-admin) input[type=button].has-icon .button-icon,
body:not(.wp-admin) input[type=reset].has-icon .button-icon,
body:not(.wp-admin) input[type=submit].has-icon .button-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.editor-styles-wrapper a.button.has-icon.icon-left, .editor-styles-wrapper button.button.has-icon.icon-left, .editor-styles-wrapper input[type=button].has-icon.icon-left, .editor-styles-wrapper input[type=reset].has-icon.icon-left, .editor-styles-wrapper input[type=submit].has-icon.icon-left,
body:not(.wp-admin) a.button.has-icon.icon-left,
body:not(.wp-admin) button.button.has-icon.icon-left,
body:not(.wp-admin) input[type=button].has-icon.icon-left,
body:not(.wp-admin) input[type=reset].has-icon.icon-left,
body:not(.wp-admin) input[type=submit].has-icon.icon-left {
  flex-direction: row;
}
.editor-styles-wrapper a.button.has-icon.icon-right, .editor-styles-wrapper button.button.has-icon.icon-right, .editor-styles-wrapper input[type=button].has-icon.icon-right, .editor-styles-wrapper input[type=reset].has-icon.icon-right, .editor-styles-wrapper input[type=submit].has-icon.icon-right,
body:not(.wp-admin) a.button.has-icon.icon-right,
body:not(.wp-admin) button.button.has-icon.icon-right,
body:not(.wp-admin) input[type=button].has-icon.icon-right,
body:not(.wp-admin) input[type=reset].has-icon.icon-right,
body:not(.wp-admin) input[type=submit].has-icon.icon-right {
  flex-direction: row-reverse;
}
.editor-styles-wrapper :not(.sidebar-buttons) > a.button + a.button,
body:not(.wp-admin) :not(.sidebar-buttons) > a.button + a.button {
  margin-left: 1rem;
}
.link {
  position: relative;
  text-decoration: none;
  padding-left: 1.5rem;
}
.link--white {
  color: var(--wp--preset--color--2);
}
.link::before {
  content: "→";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.5s;
}
.link:hover::before {
  transform: translateX(5px);
}
.AO-iQ {
  display: inline-block;
  padding: 0.5rem;
  padding-bottom: 0.25rem;
  background-color: var(--wp--preset--color--5);
  color: var(--wp--preset--color--2);
  line-height: 1;
}
/** Animation Loading States */
html:not(.js-ready) .has-animation,
html:not(.js-ready) .has-stagger {
  opacity: 0;
}
html:not(.js-ready) .has-stagger > * {
  opacity: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/core-blocks/button/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.wp-block-buttons {
  width: 100%;
  box-sizing: border-box;
}
.wp-block-buttons .is-style-white .wp-block-button__link {
  color: var(--wp--preset--color--2);
  border: 1px solid var(--wp--preset--color--2);
}
.wp-block-buttons .is-style-white .wp-block-button__link:hover, .wp-block-buttons .is-style-white .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--2);
  color: var(--wp--preset--color--3);
}
p + .wp-block-buttons, ul + .wp-block-buttons, ol + .wp-block-buttons {
  margin-top: var(--wp--preset--spacing--2);
}
.wp-block-buttons .wp-block-button__link {
  all: unset;
  display: inline-block;
  min-width: 9rem;
  padding: 1.3rem 1.5rem;
  outline: none;
  font-family: "unit", sans-serif;
  font-size: var(--wp--preset--font-size--3);
  line-height: 1;
  text-align: center;
  color: var(--wp--preset--color--7);
  transition: all 0.5s ease;
  border: 1px solid var(--wp--preset--color--7);
  backdrop-filter: blur(10px);
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .wp-block-buttons .wp-block-button__link {
    font-size: var(--wp--preset--font-size--2);
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-buttons .wp-block-button__link {
    font-size: var(--wp--preset--font-size--1);
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-buttons .wp-block-button__link {
    padding: 0.5rem;
  }
}
@media (max-height: 800px) {
  .wp-block-buttons .wp-block-button__link {
    font-size: var(--wp--preset--font-size--1);
    line-height: 1.8rem;
  }
}
.wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--7);
  color: var(--wp--preset--color--2);
}
.wp-block-buttons .wp-block-button__link:active {
  background-color: var(--wp--preset--color--7);
}
.wp-block-buttons .wp-block-button__link.has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.wp-block-buttons .wp-block-button__link.has-icon .button-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.wp-block-buttons .wp-block-button__link.has-icon.icon-left {
  flex-direction: row;
}
.wp-block-buttons .wp-block-button__link.has-icon.icon-right {
  flex-direction: row-reverse;
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/core-blocks/group/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.wp-block-group {
  display: flex;
  position: relative;
}
.wp-block-group[style*=justify-content] {
  flex-wrap: wrap;
}
.wp-block-group.justify-center {
  justify-content: center;
}
.wp-block-group.justify-flex-end {
  justify-content: flex-end;
}
.wp-block-group.justify-space-between {
  justify-content: space-between;
}
.wp-block-group.align-flex-start {
  align-items: flex-start;
}
.wp-block-group.align-center {
  align-items: center;
}
.wp-block-group.align-flex-end {
  align-items: flex-end;
}
.wp-block-group.align-baseline {
  align-items: baseline;
}
.wp-block-group.width-content-size {
  width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1450px) {
  .wp-block-group.width-content-size {
    width: 100%;
    padding-left: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--2) !important;
  }
}
.wp-block-group.width-wide-size {
  width: var(--wp--style--global--wide-size);
  margin: 0 auto;
}
@media only screen and (max-width: 1650px) {
  .wp-block-group.width-wide-size {
    padding-left: var(--wp--preset--spacing--2) !important;
    padding-right: var(--wp--preset--spacing--2) !important;
  }
}
.wp-block-group.width-full {
  flex: 1 1 100%;
  max-width: 100%;
}
.wp-block-group.width-half {
  flex: 0 1 calc(49% - var(--wp--style--block-gap, 0px) / 2);
  max-width: calc(49% - var(--wp--style--block-gap, 0px) / 2);
}
@media only screen and (max-width: 960px) {
  .wp-block-group.width-half {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wp-block-group.width-third {
  flex: 0 1 calc(33.333% - var(--wp--style--block-gap, 0px) * 2 / 3);
  max-width: calc(33.333% - var(--wp--style--block-gap, 0px) * 2 / 3);
}
@media only screen and (max-width: 960px) {
  .wp-block-group.width-third {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wp-block-group.width-quarter {
  flex: 0 1 calc(25% - var(--wp--style--block-gap, 0px) * 3 / 4);
  max-width: calc(25% - var(--wp--style--block-gap, 0px) * 3 / 4);
}
@media only screen and (max-width: 800px) {
  .wp-block-group.width-quarter {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wp-block-group.width-two-thirds {
  flex: 0 1 calc(66.666% - var(--wp--style--block-gap, 0px) / 3);
  max-width: calc(66.666% - var(--wp--style--block-gap, 0px) / 3);
}
@media only screen and (max-width: 960px) {
  .wp-block-group.width-two-thirds {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wp-block-group.width-three-quarters {
  flex: 0 1 calc(75% - var(--wp--style--block-gap, 0px) / 4);
  max-width: calc(75% - var(--wp--style--block-gap, 0px) / 4);
}
@media only screen and (max-width: 960px) {
  .wp-block-group.width-three-quarters {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wp-block-group.backdrop-blur-5 {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.wp-block-group.backdrop-blur-10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.wp-block-group.backdrop-blur-20 {
  backdrop-filter: blur(20px);
  max-width: 100%;
  -webkit-backdrop-filter: blur(20px);
}
.wp-block-group.has-custom-top {
  top: var(--group-custom-top, 0px);
}
@media only screen and (max-width: 800px) {
  .wp-block-group.has-custom-top {
    top: -10px !important;
  }
}
@media only screen and (max-width: 800px) {
  .wp-block-group[style^="top:"], .wp-block-group[style*=";top:"], .wp-block-group[style*="; top:"] {
    top: -10px !important;
  }
}
@media (max-width: 768px) {
  .wp-block-group.width-half, .wp-block-group.width-third, .wp-block-group.width-two-thirds, .wp-block-group.width-three-quarters, .wp-block-group.width-quarter {
    flex: 1 1 100%;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/core-blocks/quote/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.wp-block-quote {
  position: relative;
  padding: var(--wp--preset--spacing--2) var(--wp--preset--spacing--3);
  background-color: var(--wp--preset--color--6);
  margin: var(--wp--preset--spacing--2) 0;
  overflow: hidden;
}
.wp-block-quote::before {
  position: absolute;
  top: -50%;
  left: -35%;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
  transform: scale(0.6);
}
.wp-block-quote p {
  font-size: var(--wp--preset--font-size--4);
  color: var(--wp--preset--color--2);
  font-weight: 300;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/core-blocks/separator/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.wp-block-separator {
  border: none;
  margin: var(--wp--preset--spacing--3) 0;
}

.is-layout-flex > .wp-block-separator {
  margin: var(--wp--preset--spacing--2) 0;
}

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