@media only screen and (max-width: 992px) {
  .arrows-to-center {
    margin-left: -20px !important;
    width: calc(100% + 40px);
  }
}
.arrows-to-center .arrows-to-center__content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  background-color: transparent !important;
  position: relative;
  row-gap: 0;
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow {
  grid-column: span 4;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.sub-theme {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow {
    padding: 40px 160px;
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow {
    padding: 40px 120px;
  }
}
@media only screen and (max-width: 576px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 {
    z-index: 1;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__letter {
  right: 50px;
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__letter {
    right: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__letter {
    right: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__caption {
    padding: 0 65px 0 40px;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__mobile-arrow.arrows-to-center__mobile-arrow--start {
  top: 100%;
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-1 .arrows-to-center__mobile-arrow.arrows-to-center__mobile-arrow--ending {
  bottom: calc(100% - 1px);
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-2 {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 {
    z-index: 1;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__letter {
  left: 50px;
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__letter {
    left: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__letter {
    left: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__caption {
    padding: 0 25px 0 65px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__caption {
    padding: 0 0 0 16px;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__mobile-arrow.arrows-to-center__mobile-arrow--start {
  bottom: calc(100% - 1px);
  transform: rotate(180deg);
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow.arrows-to-center__arrow--number-3 .arrows-to-center__mobile-arrow.arrows-to-center__mobile-arrow--ending {
  top: calc(100% - 1px);
  transform: rotate(180deg);
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__letter {
  position: absolute;
  top: 15px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__letter {
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__letter {
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 44px;
    position: relative;
    top: initial;
    display: block;
    float: left;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__caption {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 1;
  padding: 0 50px;
  hyphens: auto;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__caption {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__caption {
    top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__caption {
    top: initial;
    position: relative;
    display: block;
    float: left;
    padding: 0 0 0 16px;
    width: calc(100% - 44px);
  }
}
@media only screen and (max-width: 576px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    text-align: center;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image img {
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image img {
    width: 260px;
  }
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image img {
    width: 60%;
    padding: 40px 0;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image img {
    width: 75%;
    padding: 30px 0;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__image img {
    width: 90%;
    padding: 20px 0;
    height: auto;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow svg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow svg {
    display: none;
  }
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow {
  /*
      Mobile arrows
   */
}
.arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__mobile-arrow {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .arrows-to-center .arrows-to-center__content .arrows-to-center__arrow .arrows-to-center__mobile-arrow {
    display: block;
  }
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--white .arrows-to-center__letter {
  border: 1px solid #0099C2;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--white a:hover g {
  fill: rgb(80%, 92%, 95.2156862745%);
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate .arrows-to-center__letter {
  border: 1px solid #ffffff;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate a:hover g {
  fill: rgb(20%, 68%, 80.862745098%);
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate-10 .arrows-to-center__letter {
  border: 1px solid #0099C2;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate-10 a:hover g {
  fill: #ffffff;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate-80 .arrows-to-center__letter {
  border: 1px solid #ffffff;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--chocolate-80 a:hover g {
  fill: rgb(16%, 54.4%, 64.6901960784%);
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--midnight-10 .arrows-to-center__letter {
  border: 1px solid #003D66;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--midnight-10 a:hover g {
  fill: rgb(72%, 78.6980392157%, 83.2%);
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--midnight .arrows-to-center__letter {
  border: 1px solid #ffffff;
}
.arrows-to-center .arrows-to-center__arrow.sub-theme--midnight a:hover g {
  fill: rgb(20%, 39.137254902%, 52%);
}