/* compiled by scssphp 1.6.0 on Mon, 05 Feb 2024 11:22:44 +0000 (0.0706s) */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html body#root .section.textblock_bg_img {
  padding: 30px 0;
}
html body#root .section.textblock_bg_img .container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-attachment: fixed;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.31);
}
html body#root .section.textblock_bg_img .container::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html body#root .section.textblock_bg_img .container .column {
  z-index: 1;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.textblock_bg_img .content {
    padding: 0 10px;
  }
}
html body#root .section.textblock_bg_img .content * {
  color: #fff;
}
html body#root .section.textblock_bg_img .content p {
  margin: 0;
  max-width: 600px;
  margin: auto;
}
html body#root .section.textblock_bg_img h2 {
  margin: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.textblock_bg_img h2 {
    margin-bottom: 10px;
  }
}
