/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/blocks/bullet-point-block/bullet-point-block.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
:root {
  --theme-font-h1: var(--wp--preset--font-size--h-1);
  --theme-font-h2: var(--wp--preset--font-size--h-2);
  --theme-font-h3: var(--wp--preset--font-size--h-3);
  --theme-font-h4: var(--wp--preset--font-size--h-4);
  --theme-font-h5: var(--wp--preset--font-size--h-5);
  --theme-font-h6: var(--wp--preset--font-size--h-6);
  --theme-gap-blocks-page: 140px;
  --theme-gap-blocks-single: 70px;
}
@media screen and (max-width: 768px) {
  :root {
    --wp--preset--font-size--paragraph: 15px;
    --wp--preset--font-size--h-1: 38px;
    --wp--preset--font-size--h-2: 36px;
    --wp--preset--font-size--h-3: 30px;
    --wp--preset--font-size--h-4: 24px;
    --wp--preset--font-size--h-5: 20px;
    --wp--preset--font-size--h-6: 16px;
    --theme-gap-blocks-page: 70px;
    --theme-gap-blocks-single: 70px;
  }
}

section.bullet-point-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1040px) {
  section.bullet-point-block {
    margin: 0 auto;
    padding-bottom: 150px;
  }
}
section.bullet-point-block div.container {
  max-width: 100%;
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container {
    height: 1370px;
    background-image: url(../svg/shape_colored.svg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }
}
section.bullet-point-block div.container div.bullet-point {
  padding-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 600px) {
  section.bullet-point-block div.container div.bullet-point {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 900px) {
  section.bullet-point-block div.container div.bullet-point {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point {
    position: absolute;
    width: 555px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
section.bullet-point-block div.container div.bullet-point:after {
  content: "";
  width: 29px;
  height: 29px;
  background-color: var(--wp--preset--color--color-1);
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  left: 0;
  top: 0;
  display: none;
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:after {
    display: block;
    left: auto;
    top: none;
  }
}
section.bullet-point-block div.container div.bullet-point div.title {
  font-size: 20px;
  line-height: 1.2;
}
section.bullet-point-block div.container div.bullet-point div.title p {
  margin: 0;
}
@media (min-width: 600px) {
  section.bullet-point-block div.container div.bullet-point div.title {
    font-size: 25px;
  }
}
@media (min-width: 900px) {
  section.bullet-point-block div.container div.bullet-point div.title {
    font-size: 30px;
  }
}
section.bullet-point-block div.container div.bullet-point div.caption {
  font-size: 18px;
  line-height: 1.2;
  color: var(--wp--preset--color--color-1);
  margin-top: 10px;
}
section.bullet-point-block div.container div.bullet-point div.caption p {
  margin: 0;
}
@media (min-width: 600px) {
  section.bullet-point-block div.container div.bullet-point div.caption {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  section.bullet-point-block div.container div.bullet-point div.caption {
    font-size: 22px;
    margin-top: 15px;
  }
}
section.bullet-point-block div.container div.bullet-point div.legend {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
}
@media (min-width: 600px) {
  section.bullet-point-block div.container div.bullet-point div.legend {
    font-size: 16px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(1) {
    left: 55%;
    top: 80px;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(1):after {
    right: -15px;
    top: -15px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(2) {
    left: 51.5%;
    top: 442px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(2):after {
    left: -45px;
    top: -50px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(3) {
    left: 54%;
    top: 840px;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(3):after {
    right: -150px;
    top: -10px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(4) {
    left: 46.5%;
    top: 1236px;
  }
}
@media (min-width: 1040px) {
  section.bullet-point-block div.container div.bullet-point:nth-child(4):after {
    left: -60px;
    top: 90px;
  }
}
