.Section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100% !important;
}
#MainSlider.in-motion,
#MainSlider.in-motion * {
  pointer-events: none;
}
#MainSlider.is-stopped a.is-active:before {
  right: 0;
}
.Slider {
  width: 100%;
  overflow: hidden;
  max-height: none !important;
  color: #000;
  -webkit-transform: translateZ(0);
}
.Slider--s .container {
  max-width: 40%;
}
@media only screen and (max-width: 1280px) {
  .Slider--s .container {
    max-width: 70%;
  }
}
@media only screen and (max-width: 800px) {
  .Slider--s .container {
    max-width: 90%;
  }
}
.Slider--s p {
  max-width: 500px;
  margin: 0 auto;
}
.Slider--s img {
  width: 100%;
  max-width: 600px;
}
#MainSlider .Slider-slide {
  width: 100%;
}
.Slider-slide {
  position: relative;
  display: inline-block;
  height: 630px;
  vertical-align: top;
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}
.Slider-slide .container {
  height: 100%;
  position: relative;
}
.Slider-slide h1 {
  font-size: 85px;
  line-height: 77%;
  margin-bottom: 2.3%;
  letter-spacing: -0.035em;
}
.Slider-slide p {
  color: inherit;
  margin-bottom: 4%;
}
.Slider-slide .Btn {
  min-width: 100px !important;
}
.Slider,
.Slider-slide {
  height: 630px;
}
@media only screen and (max-width: 1280px) {
  .Slider,
  .Slider-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 960px) {
  .Slider,
  .Slider-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 800px) {
  .Slider,
  .Slider-slide {
    height: 450px;
  }
}
@media only screen and (max-width: 590px) {
  .Slider,
  .Slider-slide {
    height: 420px;
  }
}
.Slider.s-tlrk,
.Slider.s-tlrk .Slider-slide {
  height: 700px;
}
@media only screen and (max-width: 1280px) {
  .Slider.s-tlrk,
  .Slider.s-tlrk .Slider-slide {
    height: 600px;
  }
}
@media only screen and (max-width: 960px) {
  .Slider.s-tlrk,
  .Slider.s-tlrk .Slider-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 800px) {
  .Slider.s-tlrk,
  .Slider.s-tlrk .Slider-slide {
    height: 450px;
  }
}
@media only screen and (max-width: 590px) {
  .Slider.s-tlrk,
  .Slider.s-tlrk .Slider-slide {
    height: 410px;
  }
}
.Slider-navigation {
  bottom: 60px;
  position: relative;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .Slider-navigation {
    bottom: 35px;
  }
}
.Slider-navigation:after {
  display: none;
}
.Slider-navigation li {
  display: inline-block;
  margin: 0 5px;
}
.Slider-navigation a {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 23px;
  margin: 5px 10px;
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-clip: content-box;
}
.s-tlrk .Slider-navigation a {
  background-color: #555;
  background-color: rgba(128,128,128,0.5);
}
@media only screen and (max-width: 590px) {
  .Slider-navigation a {
    width: 68px;
  }
}
.Slider-navigation a:before {
  content: "";
  position: absolute;
  height: 3px;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 10px;
  background: #2498e8;
  transition: right 0s linear;
}
.Slider-navigation a:hover,
.Slider-navigation a:focus {
  background-color: #000;
}
.Slider-navigation .is-active {
  background-color: #000;
}
.Slider-navigation .is-active:before {
  animation-name: right;
  animation-duration: 5.9s;
  animation-timing-function: linear;
}
.s-tlrk .Slider-navigation {
  bottom: 160px !important;
}
@media only screen and (max-width: 960px) {
  .s-tlrk .Slider-navigation {
    bottom: 100px !important;
  }
}
@media only screen and (max-width: 800px) {
  .s-tlrk .Slider-navigation {
    bottom: 60px !important;
  }
}
@media only screen and (max-width: 590px) {
  .s-tlrk .Slider-navigation {
    bottom: 35px !important;
  }
}
.Slider svg {
  vertical-align: middle;
  width: 31px;
  height: 76px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 0;
  right: 0;
}
.Slider path {
  stroke: #000;
  opacity: 0.5;
}
.s-tlrk.Slider path {
  stroke: #555;
}

.Slider-next {
  right: 7%;
}
@media only screen and (max-width: 1490px) {
  .Slider-next {
    right: 8px;
  }
}
.Slider-prev {
  left: 7%;
}
@media only screen and (max-width: 1490px) {
  .Slider-prev {
    left: 8px;
  }
}
.Slider-prev,
.Slider-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 31px;
  z-index: 999999;
  line-height: 630px;
  cursor: pointer;
}
.Slider-prev:focus,
.Slider-next:focus {
  outline: none;
}
.Slider-prev:hover path,
.Slider-next:hover path {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .Slider-prev,
  .Slider-next {
    line-height: 450px;
    display: none;
  }
}
.Slider .SubTitle--l {
  font-size: 28px !important;
}
@media only screen and (max-width: 1280px) {
  .Slider .SubTitle--l {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 960px) {
  .Slider .SubTitle--l {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 800px) {
  .Slider .SubTitle--l {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 590px) {
  .Slider .SubTitle--l {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 590px) {
  html .tlrk div .u-s-col-6 {
    width: 50% !important;
  }
}
@-moz-keyframes right {
  to {
    right: 0;
  }
}
@-webkit-keyframes right {
  to {
    right: 0;
  }
}
@-o-keyframes right {
  to {
    right: 0;
  }
}
@keyframes right {
  to {
    right: 0;
  }
}
