/* COLORS */
/* FONTS */
#company {
  position: relative;
}
#company .image-wrapper {
  float: right;
  width: 50%;
  margin-right: -130px;
  position: relative;
  height: auto !important;
}
#company .image-wrapper .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  background: #fafafa;
}
#company .content {
  float: left;
  width: 50%;
  display: table;
}
#company .content .content-inner {
  display: table-cell;
  vertical-align: middle;
}
#company .content .content-inner .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#company .content .content-inner .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#company .content .content-inner .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#company .content .content-inner .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#company .content .content-inner .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#company .content .content-inner .button-wrapper.animate svg .arrow {
  opacity: 1;
}
@media all and (max-width: 1599px) {
  #company .image-wrapper {
    margin-right: -100px;
  }
}
@media all and (max-width: 1439px) {
  #company .image-wrapper {
    margin-right: -70px;
  }
}
@media all and (max-width: 1247px) {
  #company .image-wrapper {
    margin-right: -50px;
  }
}
@media all and (max-width: 1023px) {
  #company .image-wrapper {
    margin-right: 0;
    width: auto;
    float: none;
    height: auto !important;
  }
  #company .image-wrapper:before {
    top: -5%;
    left: -2%;
    width: 95%;
    height: 110%;
  }
  #company .image-wrapper .image {
    border-radius: 12px;
    height: auto;
    padding: 0;
  }
  #company .image-wrapper .image img {
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  #company .content {
    width: auto;
    float: none;
    height: auto !important;
    display: block;
    margin-top: 50px;
  }
  #company .content .content-inner {
    display: block;
  }
  #company .content .content-inner .button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 812px) {
  #company .image-wrapper:before {
    background-image: url("/themes/custom/images/image-right-line_mobile.svg");
  }
}
/*# sourceMappingURL=text_block.css.map */