.two_uk_barometer_five {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.two_uk_barometer_five > * {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.two_uk_barometer_five .two_uk_scaler {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: auto;
  width: 1280px;
}
.two_uk_barometer_five .two_uk_scaler .two_uk_resizer {
  position: absolute;
  width: 1280px;
  height: 385px;
  transform-origin: top left;
  overflow: hidden;
}
.two_uk_barometer_five .two_uk_barometer_five_container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row {
    flex-direction: row;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row .two_uk_col {
  height: 100%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row .two_uk_col_left {
  width: 100%;
}
@media (min-width: 1024px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row .two_uk_col_left {
    width: 45%;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row .two_uk_col_right {
  width: 100%;
  overflow: hidden;
  background-color: #004552;
}
@media (min-width: 1024px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_row .two_uk_col_right {
    width: 55%;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_1 {
  clip-path: url("#clip1");
  background-color: #479dc8;
  width: 100%;
  height: 100%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_1 .wave {
  position: absolute;
  top: 270px;
  left: 0;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2 {
  clip-path: url("#clip2");
  background-color: #0c272e;
  width: 100%;
  height: 100%;
  position: relative;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2 .two_uk_dot-pink {
  height: 450px;
  width: 450px;
  border-radius: 50%;
  background-color: #f0799a;
  position: absolute;
  top: -22%;
  left: 28%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2 .two_uk_dot-lightpink {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #f6bccc;
  position: absolute;
  top: 16%;
  left: 32%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2_2 {
  clip-path: url("#clip3");
  background-color: #0c272e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2_2 .two_uk_dot-grey {
  height: 450px;
  width: 450px;
  border-radius: 50%;
  background-color: #cabeb6;
  position: absolute;
  top: -22%;
  left: 21%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2_2 .two_uk_dot-green {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  background-color: #20cb93;
  position: absolute;
  top: 8%;
  left: 47%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2_2 .two_uk_dot-orange {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #f86c03;
  position: absolute;
  top: 16%;
  left: 33%;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_2_2 .two_uk_dot-darkorange {
  inset: 0;
  border-radius: 50%;
  background-color: #cf3d20;
  position: absolute;
  clip-path: url("#two_uk_dot-clip");
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_3 {
  clip-path: url("#clip4");
  background-color: #004552;
  width: 100%;
  height: 100%;
  position: relative;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_anim_3 .two_uk_dot-filled-transition {
  position: absolute;
  top: 0;
  left: 0;
  scale: 40;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_dot-filled-transition {
  position: absolute;
  left: -6px;
  top: 0px;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_dot-filled-transition .row {
  display: flex;
  gap: 16px;
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content {
  margin-right: 0px;
  text-align: center;
  color: #000000;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 640px) and (max-width: 767px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content h2 {
  margin: 0;
  font-family: "NouvelleGrotesk", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.0625rem;
  line-height: 1.2121212121;
}
@media (min-width: 768px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content h2 {
    font-size: 2.75rem;
    line-height: 1.0909090909;
  }
}
@media (min-width: 1024px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content h2 {
    font-size: 3.125rem;
    line-height: 1.12;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content p {
  font-family: "Colroy", georgia, cambria, "Times New Roman", times, serif;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .two_uk_barometer_five .two_uk_barometer_five_container .two_uk_barometer_five_content p {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
  }
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container {
  width: 1414px;
  height: 484px;
  position: relative;
  transform: translateX(0px);
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .number-container {
  width: 1414px;
  height: 484px;
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim {
    transform: scale(1);
  }
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 6%;
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats {
  display: flex;
  justify-content: center;
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_stat_container {
  position: relative;
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_stat_container .two_uk_stat_text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: "NouvelleGrotesk", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 60px;
  line-height: 67px;
  font-weight: 700;
  margin: 0;
}
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_slide_1,
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_slide_3,
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_slide_4,
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_slide_5,
.two_uk_barometer_five .two_uk_barometer_five_anim_container .two_uk_barometer_five_anim .two_uk_anim_scroll .two_uk_anim_stats .two_uk_slide_6 {
  opacity: 0.3;
}
/*# sourceMappingURL=index.css.map */
