#imageGroups {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 50%;
  float: left;
  margin: 0 auto
}

.promoColumnImage {
  position: relative;
  display: block;
  width: 100%;
  height: 36vw;
  float: left;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer
}

.grayscaleImg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out
}

.promoWideImage {
  position: relative;
  float: left;
  width: 33%;
  height: 180px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer
}

.fullScreenPromo {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  display: block
}

.fullScreenContainer {
  display: flex;
  width: 100%;
  position: relative;
  height: auto;
  margin: 40px auto;
  overflow: hidden;
  color: #fff;
  align-items: center
}

.fullScreenTitle {
  font-size: 19px;
  line-height: 23px;
  width: 432px;
  margin-bottom: 31px;
  margin-right: 20px
}

.promoImageColumnText {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: left;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out
}

.fullScreenInfo .arrow-tr {
  filter: invert(100%) sepia(0%) saturate(7452%) hue-rotate(318deg) brightness(109%) contrast(110%)
}

.bkgHovered {
  opacity: .8
}

.textHovered {
  opacity: 1
}

.fullScreenInfo {
  position: absolute;
  z-index: 1;
  display: flex;
  margin-left: 10%
}

.fullScreenInfo .col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center
}

.fullScreenInfo [data-aos="fade-down"] {
  transform: translate3d(0, -15px, 0)
}

.arqSvg {
  margin-bottom: 11px
}

.arqSvg .svg-elem-1 {
  stroke-dashoffset: 76.19102478027344px;
  stroke-dasharray: 76.19102478027344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 0s, fill 2s ease 0.5s;
  transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 0s, fill 2s ease 0.5s
}

.active .arqSvg .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255)
}

.arqSvg .svg-elem-2 {
  stroke-dashoffset: 87.37728881835938px;
  stroke-dasharray: 87.37728881835938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 0.6s, fill 2s ease 0.6s;
  transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 0.6s, fill 2s ease 0.6s
}

.active .arqSvg .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255)
}

.arqSvg .svg-elem-3 {
  stroke-dashoffset: 94.833984375px;
  stroke-dasharray: 94.833984375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 1.2s, fill 2s ease 0.7s;
  transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 1.2s, fill 2s ease 0.7s
}

.active .arqSvg .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255)
}

.arqSvg .svg-elem-4 {
  stroke-dashoffset: 284px;
  stroke-dasharray: 284px;
  -webkit-transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 1.7999999999999998s, fill 2s ease 0.8s;
  transition: stroke-dashoffset 7.2s cubic-bezier(.23, 1, .32, 1) 1.7999999999999998s, fill 2s ease 0.8s
}

.active .arqSvg .svg-elem-4 {
  stroke-dashoffset: 0
}

.fullScreenContainer .redLineBtn {
  border-bottom: 2px solid #fff;
  color: #fff
}

.fullScreenMainTitle {
  font-size: 43px;
  line-height: 47px;
  font-weight: 600;
  margin-top: 21px;
  width: 100%
}

@media screen and (max-width: 768px) {
  #imageGroups {
    width: 100%
  }

  .promoColumnImage {
    width: 100%;
    height: 90vw;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 0
  }

  .promoWideImage {
    width: 100%;
    height: 43vw;
    margin-left: 0;
    margin-right: 0%;
    display: block;
    margin-bottom: 0
  }

  .promoWideImage:nth-child(odd) {
    margin-right: 0
  }

  .promoImageColumnText {
    font-size: 17px;
    left: 15px;
    bottom: 15px
  }

  .promoColumnImage .promoImageColumnText {
    font-size: 25px
  }

  .fullScreenContainer {
    width: 100%;
    margin: 20px auto;
    margin-bottom: 35px
  }

  .fullScreenInfo {
    width: 245px;
    margin-left: 5%
  }

  .noProf .fullScreenInfo {
    width: 45%;
  }

  .fullScreenInfo .col:first-child {
    width: 100%;
    position: relative
  }

  .fullScreenInfo .col:last-child {
    width: 78px;
    position: absolute;
    right: 0
  }

  .noProf .fullScreenInfo .col:last-child {
    width: 60px;
    left: 0;
    top: 15%;
    gap: 5px;
  }

  .fullScreenMainTitle {
    font-size: 21px;
    line-height: 25px;
    width: 140px;
    text-align: right;
    margin-top: 9px;
    letter-spacing: 1px
  }

  .noProf .fullScreenMainTitle {
    width: fit-content;
    margin-top: 0;
  }

  .fullScreenTitle {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 10px
  }

  .noProf .fullScreenTitle {
    font-size: 13px;
    margin-top: 85px;
  }

  .arqSvg {
    width: 100%;
    margin-bottom: 0
  }

  .noProf .arqSvg {
    height: auto;
  }

  .groupLogo {
    width: 85%
  }

  .fullScreenContainer .redLineBtn {
    width: 180px;
    align-items: center
  }

  .redLineBtnText {
    font-size: 12px;
    line-height: 16px
  }

  .fullScreenContainer .fullScreenInfo .arrow-tr {
    height: 12px
  }
}