/* .scrsl-wrapper {
  margin: 50px 0;
} */

.scrsl-background {
  background-color: #000000;
  position: relative;
}

.scrsl-background-boundaries,
.scrsl-slide-background-boundaries {
  background: inherit;
  display: none;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.scrsl-background-boundaries {
  z-index: -2;
}

h2.scrsl-title.scrsl-title-override {
  color: #004484;
  font-family: Sumana, serif !important;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.28;
  margin: 0 auto;
  max-width: 848px;
  padding: 64px 24px 0;
  text-align: center;
}

@media (max-width: 1599px) {
  h2.scrsl-title.scrsl-title-override {
    font-size: 32px;
    padding-top: 24px;
  }
}

@media (max-width: 1279px) {
  h2.scrsl-title.scrsl-title-override {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  h2.scrsl-title.scrsl-title-override {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2.scrsl-title.scrsl-title-override {
    font-size: 26px;
    padding: 40px 0 0;
  }
}

h2.scrsl-title.scrsl-title-override:after,
h2.scrsl-title.scrsl-title-override:before {
  display: none;
}

.scrsl-description {
  color: #3b3c3d;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px auto 0;
  max-width: 948px;
  padding: 0 24px;
  text-align: center;
}

@media (max-width: 1599px) {
  .scrsl-description {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  .scrsl-description {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .scrsl-description {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .scrsl-description {
    margin-top: 10px;
    padding: 0;
  }
}

.scrsl-description p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 12px;
}

.scrsl-description p:last-child {
  margin-bottom: 0;
}

.a3logics-collect-row {
  display: flex;
  justify-content: center;
  margin: 64px 0;
  min-height: 34px;
}

@media (max-width: 1399px) {
  .a3logics-collect-row {
    margin: 32px 0 32px;
  }
}

@media (max-width: 767px) {
  .a3logics-collect-row {
    display: none;
  }
}

.a3logics-collect-row-item {
  color: #fff;
  flex: 0 0 auto;
  font-size: 0;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  opacity: 0;
  text-align: center;
  transition: all 0.6s ease-in-out, visibility 0s 0.6s;
  visibility: hidden;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 5px;
}

.a3logics-collect-row-item.active {
  font-size: 24px;
  margin: 0 64px;
  opacity: 1;
  transition: all 0.6s ease-in-out, visibility 0s 0s;
  visibility: visible;
}

.a3logics-collect-row-item span {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.6;
}

.a3logics-collect-row-item:first-child span {
  color: #f05a29;
}

.a3logics-collect-row-item:nth-child(2) span {
  color: #385723;
}

.a3logics-collect-row-item:nth-child(3) span {
  color: #ffc000;
}

@media (max-width: 1599px) {
  .a3logics-collect-row-item.active {
    margin: 0 56px;
  }
}

@media (max-width: 1279px) {
  .a3logics-collect-row-item.active {
    font-size: 20px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .a3logics-collect-row-item.active {
    margin: 0 40px;
  }
}

.a3logics-collect-row-item.active mark {
  margin-right: 8px;
}

.a3logics-collect-row-item:nth-child(5n + 1) mark {
  color: #0a84f2;
}

.a3logics-collect-row-item:nth-child(5n + 2) mark {
  color: #4c25e9;
}

.a3logics-collect-row-item:nth-child(5n + 3) mark {
  color: #c87500;
}

.a3logics-collect-row-item:nth-child(5n + 4) mark {
  color: #09aadc;
}

.a3logics-collect-row-item:nth-child(5n) mark {
  color: #bf330d;
}

.a3logics-collect-row-item mark {
  background-color: initial;
  display: inline-block;
  margin-right: 0;
  transition: margin-right 0.6s ease-in-out;
}

.scrsl-slides {
  margin-top: 24px;
}

@media (max-width: 1599px) {
  .scrsl-slides {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .scrsl-slides {
    margin-top: -18px;
  }
}

.scrsl-slide {
  /* padding: 86px 0 104px; */
  position: relative;
  width: 100%;
}

/* @media (max-width: 1599px) {
  .scrsl-slide {
    padding: 64px 0 84px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide {
    padding: 56px 0 72px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide {
    padding: 48px 0 60px;
  }
}

@media (max-width: 767px) {
  .scrsl-slide {
    padding: 64px 0;
  }
} */

/* 
.scrsl-slide:nth-child(5n + 1) {
  background-color: #f0f8fe;
}

.scrsl-slide:nth-child(5n + 2) {
  background-color: #f0effb;
}

.scrsl-slide:nth-child(5n + 3) {
  background-color: #fff9f0;
}

.scrsl-slide:nth-child(5n + 4) {
  background-color: #f0fdfe;
}

.scrsl-slide:nth-child(5n) {
  background-color: #fef3f0;
} */

.scrsl-slide-wrapper-inner {
  align-items: stretch;
  display: flex;
  overflow-y: visible;
}

@media (max-width: 767px) {
  .scrsl-slide-wrapper-inner {
    display: block;
    padding: 0;
  }
}

.scrsl-slide-image-wrapper {
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  margin-right: 134px;
  padding-top: 96px;
}

@media (max-width: 1599px) {
  .scrsl-slide-image-wrapper {
    margin-right: 112px;
    padding-top: 80px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-image-wrapper {
    margin-right: 98px;
    padding-top: 68px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-image-wrapper {
    margin-right: 84px;
    padding-top: 54px;
  }
}

@media (max-width: 767px) {
  .scrsl-slide-image-wrapper {
    display: none;
  }
}

.scrsl-slide-image-wrapper img {
  display: block;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  object-position: top right;
  width: 100%;
}

@media (max-width: 1599px) {
  .scrsl-slide-image-wrapper img {
    max-height: 450px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-image-wrapper img {
    max-height: 400px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-image-wrapper img {
    max-height: 350px;
  }
}

.scrsl-slide-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.scrsl-slide-content-title {
  align-items: center;
  display: flex;
  margin-bottom: auto;
  margin-top: 0;
  min-height: 180px;
  padding-top: 20px;
  position: relative;
}

@media (max-width: 1599px) {
  .scrsl-slide-content-title {
    min-height: 145px;
    padding-top: 25px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-content-title {
    min-height: 118px;
    padding-top: 18px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-content-title {
    min-height: 93px;
    padding-top: 13px;
  }
}

@media (max-width: 767px) {
  .scrsl-slide-content-title {
    display: block;
    margin-bottom: 32px;
    min-height: unset;
    padding-top: 0;
  }
}

.scrsl-slide-content-title-number-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 202px;
  justify-content: center;
  left: -236px;
  padding: 12px;
  position: absolute;
  top: 0;
  width: 202px;
}

@media (max-width: 1599px) {
  .scrsl-slide-content-title-number-wrapper {
    height: 170px;
    left: -202px;
    width: 170px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-content-title-number-wrapper {
    height: 136px;
    left: -168px;
    width: 136px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-content-title-number-wrapper {
    height: 106px;
    left: -138px;
    width: 106px;
  }
}

@media (max-width: 767px) {
  .scrsl-slide-content-title-number-wrapper {
    height: 106px;
    margin: 0 0 32px;
    position: unset;
    width: 106px;
  }
}

.scrsl-slide:nth-child(5n + 1) .scrsl-slide-content-title-number-wrapper {
  background-color: #f05a29;
}

.scrsl-slide:nth-child(5n + 2) .scrsl-slide-content-title-number-wrapper {
  background-color: #4c25e9;
}

.scrsl-slide:nth-child(5n + 3) .scrsl-slide-content-title-number-wrapper {
  background-color: #c87500;
}

.scrsl-slide:nth-child(5n + 4) .scrsl-slide-content-title-number-wrapper {
  background-color: #09aadc;
}

.scrsl-slide:nth-child(5n) .scrsl-slide-content-title-number-wrapper {
  background-color: #bf330d;
}

.scrsl-slide-content-title-number-text {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: normal;
  margin: -16px 0;
  text-align: center;
}

@media (max-width: 1599px) {
  .scrsl-slide-content-title-number-text {
    font-size: 22px;
    margin: -12px 0;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-content-title-number-text {
    font-size: 20px;
    margin: -10px 0;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-content-title-number-text {
    font-size: 16px;
    margin: -6px 0;
  }
}

.scrsl-slide-content-title-number-value {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 69px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.scrsl-slide-content-title-number-value span {
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1599px) {
  .scrsl-slide-content-title-number-value {
    font-size: 64px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-content-title-number-value {
    font-size: 46px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-content-title-number-value {
    font-size: 40px;
  }
}

.scrsl-slide-content-title-text {
  color: #222;
  display: block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1599px) {
  .scrsl-slide-content-title-text {
    font-size: 48px;
  }
}

@media (max-width: 1279px) {
  .scrsl-slide-content-title-text {
    font-size: 40px;
  }
}

@media (max-height: 730px), (max-width: 1023px) {
  .scrsl-slide-content-title-text {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .scrsl-slide-content-title-text {
    padding-top: 16px;
    text-align: center;
  }
}

.scrsl-slide-content-description-text {
  color: #3b3c3d;
  font-size: 16px;
}

.scrsl-slide-content-description-text h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  margin-bottom: 8px;
}

.scrsl-slide-content-description-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
}

@media (max-width: 767px) {
  .scrsl-slide-content-description-text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .scrsl-wrapper.scrsl-animated {
    box-sizing: initial;
  }
  .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(708px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(678px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(708px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(678px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1108px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1078px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1108px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1078px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1508px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1478px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1508px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1478px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1908px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1878px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1908px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1878px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2308px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2278px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2308px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2278px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2708px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2678px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2708px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2678px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3108px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3078px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3108px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3078px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3508px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3478px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3508px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3478px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3908px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3878px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3908px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3878px + 100vh);
  }
  .scrsl-wrapper.scrsl-animated .scrsl-background {
    box-sizing: initial;
    height: calc(-70px + 100vh);
    position: sticky;
    top: 70px;
    transition: background-color 1s ease-in-out;
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-122px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-70px + 100vh);
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-122px + 100vh);
  }
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 122px;
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 100px;
  }
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 122px;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slides {
    height: 100%;
    margin-top: 0;
    position: relative;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide {
    background: #000000;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    transition: all 1s ease-out, visibility 0s 1s;
    visibility: hidden;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide.active {
    top: 0;
    transition: all 1s cubic-bezier(0.21, 0.69, 0.39, 0.96), visibility 0s 0s;
    visibility: visible;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide.active.active-back {
    transition: all 0.4s ease-in-out, visibility 0s 0s;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide.active.past {
    transition: all 1s ease-out, visibility 0s 1s;
    visibility: hidden;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide-wrapper-inner {
    min-height: 400px;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide-image-wrapper {
    transform: translateY(200px);
    transition: all 1s ease-out;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide.active .scrsl-slide-image-wrapper {
    transform: translateY(0);
    transition: all 1s cubic-bezier(0.21, 0.69, 0.39, 0.96);
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.active-back
    .scrsl-slide-image-wrapper {
    transition: all 0.55s ease-out;
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.past
    .scrsl-slide-image-wrapper {
    opacity: 0;
    transform: translateX(-150%);
    transition: all 1s ease-out;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide-content-description {
    transition: all 1s ease-out;
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.active-back
    .scrsl-slide-content-description {
    transition: all 0.55s ease-out;
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.past
    .scrsl-slide-content-description {
    opacity: 0;
    transform: translateX(150%);
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide-content-title {
    transform: translateY(450px);
    transition: all 1s ease-out;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide.active .scrsl-slide-content-title {
    transform: translateY(0);
    transition: all 1s cubic-bezier(0.21, 0.69, 0.39, 0.96), opacity 1s ease-out;
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.active-back
    .scrsl-slide-content-title {
    transition: all 0.55s ease-out;
  }
  .scrsl-wrapper.scrsl-animated .scrsl-slide-content-title-number-wrapper,
  .scrsl-wrapper.scrsl-animated .scrsl-slide-content-title-text {
    transition: all 0.4s ease-in-out;
  }
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.past
    .scrsl-slide-content-title-number-wrapper,
  .scrsl-wrapper.scrsl-animated
    .scrsl-slide.active.past
    .scrsl-slide-content-title-text {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-2,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2,
  .scrsl-wrapper.scrsl-animated.slides-2,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(716px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-2,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(740px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-2,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(716px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-2,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(744px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-2,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-2 {
    height: calc(720px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-3,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3,
  .scrsl-wrapper.scrsl-animated.slides-3,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1116px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-3,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1140px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-3,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1116px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-3,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1144px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-3,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-3 {
    height: calc(1120px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-4,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4,
  .scrsl-wrapper.scrsl-animated.slides-4,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1516px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-4,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1540px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-4,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1516px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-4,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1544px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-4,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-4 {
    height: calc(1520px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-5,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5,
  .scrsl-wrapper.scrsl-animated.slides-5,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1916px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-5,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1940px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-5,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1916px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-5,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1944px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-5,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-5 {
    height: calc(1920px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-6,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6,
  .scrsl-wrapper.scrsl-animated.slides-6,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2316px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-6,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2340px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-6,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2316px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-6,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2344px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-6,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-6 {
    height: calc(2320px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-7,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7,
  .scrsl-wrapper.scrsl-animated.slides-7,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2716px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-7,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2740px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-7,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2716px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-7,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2744px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-7,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-7 {
    height: calc(2720px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-8,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8,
  .scrsl-wrapper.scrsl-animated.slides-8,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3116px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-8,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3140px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-8,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3116px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-8,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3144px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-8,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-8 {
    height: calc(3120px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-9,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9,
  .scrsl-wrapper.scrsl-animated.slides-9,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3516px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-9,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3540px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-9,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3516px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-9,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3544px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-9,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-9 {
    height: calc(3520px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated.slides-10,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10,
  .scrsl-wrapper.scrsl-animated.slides-10,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3916px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated.slides-10,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3940px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-10,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3916px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated.slides-10,
  .two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3944px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated.slides-10,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated.slides-10 {
    height: calc(3920px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background,
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-84px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-60px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-84px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-56px + 100vh);
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    height: calc(-80px + 100vh);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background,
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 84px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 60px;
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 84px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .scrsl-wrapper.scrsl-animated .scrsl-background,
  .two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 56px;
  }
  .microsite .scrsl-wrapper.scrsl-animated .scrsl-background,
  .microsite.two-levels-menu .scrsl-wrapper.scrsl-animated .scrsl-background {
    top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .scrsl-wrapper.scrsl-animated .scrsl-slide-wrapper-inner {
    min-height: 370px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .scrsl-wrapper.scrsl-animated .scrsl-slide-wrapper-inner {
    min-height: 330px;
  }
}

@media (min-width: 768px) and (max-height: 730px),
  (min-width: 768px) and (max-width: 1023px) {
  .scrsl-wrapper.scrsl-animated .scrsl-slide-wrapper-inner {
    min-height: 280px;
  }
}

/* New css */

/* .a3logics-collect-row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.a3logics-collect-row-item {
  color: #222;
  flex: 0 0 auto;
  font-size: 0;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  opacity: 0;
  text-align: center;
  transition: all 0.6s ease-in-out, visibility 0s 0.6s;
  visibility: hidden;
}

.a3logics-collect-row-item.active {
  font-size: 24px;
  margin: 0 64px;
  opacity: 1;
  transition: all 0.6s ease-in-out, visibility 0s 0s;
  visibility: visible;
}

.scrsl-slides .scrsl-slide {
  position: absolute;
}

.a3-pimcore-section {
  min-height: 740px;
} */
