.section_3 {
  --svg-offset: 0px;
  --banner-height: 600px;
  --title-offset: 20px;
}
@media (max-width: 1600px) {
  .section_3 {
    --title-offset: 30px;
  }
}
@media (max-width: 1024px) {
  .section_3 {
    --banner-height: 450px;
    --title-offset: 40px;
  }
}
@media (max-width: 768px) {
  .section_3 {
    --title-offset: 0px;
  }
}
@media (max-width: 550px) {
  .section_3 {
    --banner-height: 300px;
  }
}
.section_3 div[data-micro-template="svg"] {
  position: absolute;
  bottom: var(--svg-offset);
  left: 0;
  width: 100%;
  height: auto;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 99;
}
.section_3 div[data-micro-template="svg"] svg {
  width: 100%;
  height: 120px;
}
@media (max-width: 768px) {
  .section_3 div[data-micro-template="svg"] svg {
    height: 45px;
  }
}
.section_3 div[data-micro-template="svg"] svg .shape {
  fill: #ffffff;
}
.section_3 .block_container .block {
  height: var(--banner-height);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 40px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 550px) {
  .section_3 .block_container .block {
    padding: 0 20px;
  }
}
.section_3 .block_container .block h1 {
  color: #ffffff;
  background: #1c85e9;
  position: relative;
  z-index: 30;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  z-index: 999;
  margin-bottom: var(--title-offset);
}
@media (max-width: 1600px) {
  .section_3 .block_container .block h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .section_3 .block_container .block h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section_3 .block_container .block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 550px) {
  .section_3 .block_container .block h1 {
    font-size: 1.75rem;
  }
}
.section_3 .block_container .block .background_gradient {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background-image: linear-gradient(to bottom,#ffffff,rgba(255,255,255,0.25),rgba(28,133,233,0),rgba(28,133,233,0));
}
.section_3 .block_container .block .background_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.section_3 {
  --svg-offset: 0px;
  --banner-height: 600px;
  --title-offset: 20px;
}
@media (max-width: 1600px) {
  .section_3 {
    --title-offset: 30px;
  }
}
@media (max-width: 1024px) {
  .section_3 {
    --banner-height: 450px;
    --title-offset: 40px;
  }
}
@media (max-width: 768px) {
  .section_3 {
    --title-offset: 0px;
  }
}
@media (max-width: 550px) {
  .section_3 {
    --banner-height: 300px;
  }
}
.section_3 div[data-micro-template="svg"] {
  position: absolute;
  bottom: var(--svg-offset);
  left: 0;
  width: 100%;
  height: auto;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 99;
}
.section_3 div[data-micro-template="svg"] svg {
  width: 100%;
  height: 120px;
}
@media (max-width: 768px) {
  .section_3 div[data-micro-template="svg"] svg {
    height: 45px;
  }
}
.section_3 div[data-micro-template="svg"] svg .shape {
  fill: #ffffff;
}
.section_3 .block_container .block {
  height: var(--banner-height);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0px 40px;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 550px) {
  .section_3 .block_container .block {
    padding: 0 20px;
  }
}
.section_3 .block_container .block h1 {
  color: #ffffff;
  background: #1c85e9;
  position: relative;
  z-index: 30;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  z-index: 999;
  margin-bottom: var(--title-offset);
}
@media (max-width: 1600px) {
  .section_3 .block_container .block h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .section_3 .block_container .block h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section_3 .block_container .block h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 550px) {
  .section_3 .block_container .block h1 {
    font-size: 1.75rem;
  }
}
.section_3 .block_container .block .background_gradient {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  background-image: linear-gradient(to bottom,#ffffff,rgba(255,255,255,0.25),rgba(28,133,233,0),rgba(28,133,233,0));
}
.section_3 .block_container .block .background_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}