#gd-wh-pb .gd-section--bubble-stats {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F2F2F2;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubbles {
  display: flex;
}
@media (max-width: 991px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles {
    flex-direction: column;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubbles__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__text {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__text {
    width: 50%;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubbles__text h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  display: inline;
  padding: 3px;
  color: #003D5B;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__text h3 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__text h3 {
    font-size: 50px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubbles__text p {
  margin-top: 40px;
}
#gd-wh-pb .gd-section--bubble-stats .bubbles__text .button {
  margin-top: 30px;
  padding: 12px 22px;
  align-self: flex-start;
}
#gd-wh-pb .gd-section--bubble-stats .bubbles__area {
  position: relative;
  width: 568px;
  min-height: 428px;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__area {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__area {
    position: absolute;
    top: 55px;
    left: 40%;
  }
}
@media (min-width: 1200px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__area {
    left: 50%;
  }
}
@media (min-width: 1440px) {
  #gd-wh-pb .gd-section--bubble-stats .bubbles__area {
    margin-left: 45px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}
#gd-wh-pb .gd-section--bubble-stats .bubble:hover .bubble__background {
  transform: scale(1.1);
}
#gd-wh-pb .gd-section--bubble-stats .bubble .bubble__background {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 300ms;
  pointer-events: none;
  border-radius: 100%;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--main {
  bottom: 0;
  left: 0;
  width: 326px;
  height: 326px;
  color: white;
}
@media (max-width: 767px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--main {
    left: -40px;
    width: 220px;
    height: 220px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__background {
  background-color: #003D5B;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--main::before {
  position: absolute;
  top: 50%;
  width: 758px;
  height: 738px;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url(../../images/bubbles-bg.svg);
}
#gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content, #gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content strong, #gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content h4 {
  color: #fff;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content h4 {
  font-size: 48px;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content h4 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--main .bubble__content h4 {
    font-size: 110px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble--top {
  left: 305px;
  width: 160px;
  height: 160px;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--top, #gd-wh-pb .gd-section--bubble-stats .bubble--top strong, #gd-wh-pb .gd-section--bubble-stats .bubble--top h4, #gd-wh-pb .gd-section--bubble-stats .bubble--top .bubble__content p {
  color: #003D5B;
}
@media (max-width: 767px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--top {
    top: 40px;
    left: 130px;
    width: 160px;
    height: 160px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble--top .bubble__background {
  background-color: #2ED8C3;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--top .bubble__content h4 {
  font-size: 24px;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--top .bubble__content h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--top .bubble__content h4 {
    font-size: 32px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble--right {
  right: 0;
  bottom: 24px;
  width: 230px;
  height: 230px;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--right, #gd-wh-pb .gd-section--bubble-stats .bubble--right strong, #gd-wh-pb .gd-section--bubble-stats .bubble--right p {
  color: #003D5B !important;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--right h4 {
  color: #003D5B;
}
@media (max-width: 767px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--right {
    bottom: 40px;
    left: 210px;
    width: 160px;
    height: 160px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble--right .bubble__background {
  background-color: #6EC8DC;
}
#gd-wh-pb .gd-section--bubble-stats .bubble--right .bubble__content h4 {
  font-size: 32px;
}
@media (min-width: 768px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--right .bubble__content h4 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble--right .bubble__content h4 {
    font-size: 40px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble__content {
  position: relative;
  padding: 10px;
  pointer-events: none;
}
@media (min-width: 992px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble__content {
    padding: 6px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble__content h4 {
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 5px;
}
#gd-wh-pb .gd-section--bubble-stats .bubble__content p {
  font-size: 14px;
  line-height: 1.2;
  max-width: 150px;
  color: white;
}
@media (min-width: 992px) {
  #gd-wh-pb .gd-section--bubble-stats .bubble__content p {
    font-size: 16px;
  }
}
#gd-wh-pb .gd-section--bubble-stats .bubble__content strong {
  font-size: 30px;
  font-weight: bold;
}/*# sourceMappingURL=bubble_stats.css.map */