@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700|Sintony:300,400,700');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px,6px);
  transform: rotate(-45deg) translate(-9px,6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px,-8px);
  transform: rotate(45deg) translate(-8px,-8px);
}
.no-scroll {
  overflow: hidden;
}
.spacer {
  margin: 0 25px;
}
.clear {
  clear: both;
}
.content .text h3 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  color: #ff5839;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content .text h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 5px;
  letter-spacing: 7px;
}
.content .text h1 strong {
  color: #ff5839;
}
.content .text h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.content .text p {
  font-size: 14px;
  line-height: 23px;
}
.content .text a {
  color: #ff5839;
}
.content .text a:hover {
  text-decoration: underline;
}
.link-button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'BenchNine', sans-serif;
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 3px;
  padding-right: 75px;
  border-bottom: 16px solid #ff5839;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.link-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/arrow-right.png);
  width: 69px;
  height: 17px;
}
.link-button:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.link-button-menu {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'BenchNine', sans-serif;
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 3px;
  padding-right: 75px;
  border-bottom: 16px solid #ff5839;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.link-button-menu:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/arrow-right.png);
  width: 69px;
  height: 17px;
}
.link-button-menu:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.link-button-menu .link-button-menu-text {
  position: absolute;
  top: 21px;
  left: 3px;
  color: white;
}
@media screen and (max-width: 799px) {
  .centered-link-button {
    display: block;
    width: 165px;
    margin: 0 auto;
  }
}
body {
  font-family: sans-serif;
  background-color: #424242;
  font-family: 'Sintony', sans-serif;
  color: #424242;
}
body .page {
  background-color: white;
}
body .page header {
  border-bottom: 20px solid #424242;
  padding: 0 86px 100px 86px;
  background-color: white;
}
body .page header .fullscreen-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #faf9f9;
  z-index: 5;
  overflow: auto;
}
body .page header .fullscreen-menu .logo-wrap {
  width: 157px;
  height: 360px;
  background-color: #ff5839;
  position: absolute;
  right: 15%;
  z-index: 10;
  top: 0;
}
@media screen and (max-width: 959px) {
  body .page header .fullscreen-menu .logo-wrap {
    right: 2%;
  }
}
@media screen and (max-width: 799px) {
  body .page header .fullscreen-menu .logo-wrap {
    display: none;
  }
}
body .page header .fullscreen-menu .menu-content-wrap {
  overflow: auto;
}
body .page header .fullscreen-menu .menu-content-wrap ul {
  width: 225px;
  margin: 70px auto 0px auto;
}
body .page header .fullscreen-menu .menu-content-wrap ul li {
  list-style: none;
  margin-bottom: 30px;
}
body .page header .fullscreen-menu .menu-content-wrap ul li .menu-link-one {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #ff5839;
}
body .page header .fullscreen-menu .menu-content-wrap ul li .menu-link-one:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/images/arrow-right.png);
  width: 69px;
  height: 17px;
}
body .page header .fullscreen-menu .menu-content-wrap ul li .menu-link-two {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  background: #ff5839;
  color: white;
  padding-left: 4px;
}
body .page header .fullscreen-menu .menu-content-wrap ul .impagb {
  list-style: none;
  margin-bottom: 10px;
}
body .page header .fullscreen-menu .menu-content-wrap ul .impagb a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #ff5839;
}
@media screen and (max-width: 499px) {
  body .page header .fullscreen-menu .menu-content-wrap ul {
    margin: 110px auto 0px auto;
  }
}
body .page header .fullscreen-menu .login-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
}
body .page header .fullscreen-menu .login-wrap .login-button-line {
  position: absolute;
  height: 20px;
  bottom: 0;
  width: 100%;
  background: #424242;
}
@media screen and (max-width: 499px) {
  body .page header .fullscreen-menu .login-wrap .login-button-line {
    display: none;
  }
}
body .page header .fullscreen-menu .login-wrap .login-button-wrap {
  position: absolute;
  right: 140px;
  bottom: 0px;
  background-color: #424242;
  width: 206px;
  height: 42px;
}
@media screen and (max-width: 799px) {
  body .page header .fullscreen-menu .login-wrap .login-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  body .page header .fullscreen-menu .login-wrap .login-button-wrap {
    display: none;
  }
}
body .page header .fullscreen-menu .login-wrap .login-button {
  position: absolute;
  right: 156px;
  bottom: -6px;
  background-color: #faf9f9;
  color: #ff5839;
  letter-spacing: 4px;
  padding: 7px 0 12px 4px;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 174px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  body .page header .fullscreen-menu .login-wrap .login-button {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  body .page header .fullscreen-menu .login-wrap .login-button {
    display: none;
  }
}
body .page header .menu {
  position: absolute;
  width: 86px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
body .page header .menu .menu-button {
  width: 40px;
  padding-left: 23px;
  padding-right: 23px;
  margin-top: -44px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  box-sizing: content-box;
  transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -mz-transition: none;
}
body .page header .menu .menu-button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2 ease;
}
body .page header .menu .menu-button .bar1,
body .page header .menu .menu-button .bar2,
body .page header .menu .menu-button .bar3 {
  width: 40px;
  height: 2px;
  background-color: #ff5839;
  margin: 9px 0;
  transition: 0.4s;
}
body .page header .menu .menu-button .button-text {
  padding-left: 3px;
  text-align: center;
  font-family: 'BenchNine', sans-serif, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff5839;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 799px) {
  body .page header .menu .menu-button {
    top: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  body .page header .menu .fixedMenuButton {
    top: 44px;
    height: 110px;
    padding-top: 20px;
    z-index: 500;
    background: #fff;
    width: 40px;
    position: fixed;
  }
}
@media screen and (max-width: 799px) {
  body .page header .menu {
    height: 110px;
    width: 80px;
    background: #faf9f9;
  }
}
body .page header .logo-wrap {
  width: 157px;
  height: 360px;
  background-color: #ff5839;
  position: absolute;
  right: 15%;
  z-index: 1;
}
body .page header .logo-wrap .logo {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
}
@media screen and (max-width: 959px) {
  body .page header .logo-wrap {
    right: 2%;
  }
}
@media screen and (max-width: 799px) {
  body .page header .logo-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 110px;
  }
}
body .page header .header-image {
  height: 100%;
  position: relative;
}
body .page header .header-image .header-text {
  top: 130px;
  left: 50px;
  position: absolute;
}
body .page header .header-image .header-text h2 {
  display: table;
  background-color: #ff5839;
  color: white;
  padding: 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 4px;
  line-height: 20px;
  padding-top: 1px;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  body .page header .header-image .header-text h2 {
    font-size: 18px;
  }
}
body .page header .header-image .header-text h1 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 5px;
  letter-spacing: 10px;
}
@media screen and (max-width: 799px) {
  body .page header .header-image .header-text h1 {
    font-size: 36px;
    line-height: 40px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
  }
}
body .page header .header-image .header-text h3 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff5839;
  letter-spacing: 5px;
}
@media screen and (max-width: 799px) {
  body .page header .header-image .header-text h3 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  body .page header .header-image .header-text {
    left: 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page header .header-image .header-text {
    top: auto;
    bottom: -125px;
    left: 55px;
  }
}
@media screen and (max-width: 499px) {
  body .page header .header-image .header-text {
    left: 10px;
  }
}
body .page header .header-image .red-bar {
  font-weight: 600;
  position: relative;
  width: 613px;
  height: 40px;
  background-color: #A1FF82;
  color: #424242;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-top: 13px;
  padding-left: 105px;
  letter-spacing: 2px;
  left: -238px;
  top: 670px;
}
@media screen and (max-width: 959px) {
  body .page header .header-image .red-bar {
    left: -268px;
  }
}
@media screen and (max-width: 799px) {
  body .page header .header-image .red-bar {
    position: absolute;
    left: -100px;
    width: 350px;
    padding-left: 30px;
    top: auto;
    bottom: -350px;
  }
}
@media screen and (max-width: 499px) {
  body .page header .header-image .red-bar {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  body .page header .header-image {
    height: 90%;
  }
}
body .page header .scroll-down-button {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 17px;
  bottom: 85px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  cursor: pointer;
}
body .page header .scroll-down-button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2 ease;
}
@media screen and (max-width: 799px) {
  body .page header .scroll-down-button {
    display: none;
  }
}
body .page header .page-title {
  width: 200px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  color: #ff5839;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
body .page header .login-button-wrap {
  position: absolute;
  right: 140px;
  bottom: -22px;
  background-color: #424242;
  width: 206px;
  height: 42px;
}
@media screen and (max-width: 799px) {
  body .page header .login-button-wrap {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
body .page header .login-button {
  position: absolute;
  right: 156px;
  bottom: -6px;
  background-color: #faf9f9;
  color: #ff5839;
  letter-spacing: 4px;
  padding: 7px 0 12px 4px;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  width: 174px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  body .page header .login-button {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 799px) {
  body .page header {
    padding: 0 0 200px 0;
  }
}
body .page .main .contact-wrap {
  padding-top: 187px;
  padding-bottom: 240px;
  padding-left: 137px;
  background-color: #424242;
}
body .page .main .contact-wrap .contact-content-wrap {
  padding-left: 180px;
  background-color: rgba(66,66,66,0.85);
}
body .page .main .contact-wrap .contact-content-wrap .contact-content {
  padding-left: 15px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 32px;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content:after {
  content: "";
  height: 174px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -20px;
  left: 0;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p1 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  color: #ff5839;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 5px;
  letter-spacing: 7px;
  color: white;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p2 strong {
  color: #ff5839;
}
@media screen and (max-width: 799px) {
  body .page .main .contact-wrap .contact-content-wrap .contact-content .p2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width: 499px) {
  body .page .main .contact-wrap .contact-content-wrap .contact-content .p2 {
    font-size: 24px;
    line-height: 28px;
  }
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
  color: white;
}
@media screen and (max-width: 499px) {
  body .page .main .contact-wrap .contact-content-wrap .contact-content .p3 {
    font-size: 17px;
    line-height: 23px;
  }
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p4 {
  font-size: 14px;
  font-weight: bold;
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p5 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4px;
  color: white;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 44px;
  position: relative;
}
body .page .main .contact-wrap .contact-content-wrap .contact-content .p5:after {
  content: "";
  position: absolute;
  background-image: url(/images/icon-phone.png);
  width: 28px;
  height: 34px;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 499px) {
  body .page .main .contact-wrap .contact-content-wrap .contact-content .p5 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 959px) {
  body .page .main .contact-wrap .contact-content-wrap {
    padding-left: 130px;
  }
}
@media screen and (max-width: 799px) {
  body .page .main .contact-wrap .contact-content-wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page .main .contact-wrap .contact-content-wrap {
    padding-left: 10px;
  }
}
@media screen and (max-width: 799px) {
  body .page .main .contact-wrap {
    padding-left: 60px;
    padding-bottom: 160px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 499px) {
  body .page .main .contact-wrap {
    padding-left: 20px;
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
body .page .main .infofolder {
  background-color: #faf9f9;
}
body .page .main .infofolder .content {
  width: 645px;
  margin: 0 auto;
  padding-top: 158px;
  padding-bottom: 340px;
  position: relative;
}
body .page .main .infofolder .content .red-bar {
  font-weight: 600;
  position: absolute;
  width: 661px;
  height: 40px;
  background-color: #A1FF82;
  color: #424242;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  padding-top: 13px;
  padding-left: 300px;
  letter-spacing: 2px;
  top: -210px;
  right: -65%;
}
@media screen and (max-width: 959px) {
  body .page .main .infofolder .content .red-bar {
    width: 550px;
    right: -270px;
    padding-left: 200px;
  }
}
@media screen and (max-width: 799px) {
  body .page .main .infofolder .content .red-bar {
    right: -240px;
    top: -120px;
  }
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .red-bar {
    display: none;
  }
}
body .page .main .infofolder .content .text {
  position: relative;
}
body .page .main .infofolder .content .text:after {
  content: "";
  height: 122px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .text:after {
    left: 0;
  }
}
body .page .main .infofolder .content .text .p1 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 3px;
  color: #ff5839;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .text .p1 {
    font-size: 14px;
  }
}
body .page .main .infofolder .content .text .p2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 5px;
  letter-spacing: 7px;
}
body .page .main .infofolder .content .text .p2 strong {
  color: #ff5839;
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .text .p2 {
    font-size: 34px;
    line-height: 38px;
  }
}
body .page .main .infofolder .content .text .p3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .text .p3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content .text {
    padding-left: 15px;
  }
}
body .page .main .infofolder .content form input::-webkit-input-placeholder {
  color: white;
}
body .page .main .infofolder .content form input:-moz-placeholder {
  color: white;
}
body .page .main .infofolder .content form input::-moz-placeholder {
  color: white;
}
body .page .main .infofolder .content form input:-ms-input-placeholder {
  color: white;
}
body .page .main .infofolder .content form input[type=text] {
  width: 100%;
  background-color: #424242;
  color: white;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 7px;
  margin-bottom: 5px;
}
body .page .main .infofolder .content form input[type=text].special1 {
  width: 33%;
  float: left;
}
body .page .main .infofolder .content form input[type=text].special2 {
  width: 66%;
  float: right;
}
body .page .main .infofolder .content form input[type=submit] {
  display: inline-block;
  font-size: 14px;
  font-family: 'BenchNine', sans-serif;
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 3px;
  padding-right: 75px;
  border: none;
  border-bottom: 16px solid #ff5839;
  position: relative;
  background-color: transparent;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media screen and (max-width: 799px) {
  body .page .main .infofolder .content form input[type=submit] {
    display: block;
    width: 165px;
    margin: 30px auto 0 auto;
  }
}
body .page .main .infofolder .content form input[type=submit]:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
body .page .main .infofolder .content form input:focus {
  text-transform: none;
}
body .page .main .infofolder .content form p {
  color: #ff5839;
  padding: 10px 0;
}
body .page .main .infofolder .content form .accept {
  margin-top: 5px;
  width: 31px;
  height: 31px;
  background-color: #424242;
  border: 4px solid #424242;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .page .main .infofolder .content form .accept:checked {
  background-color: #faf9f9;
}
body .page .main .infofolder .content form .accept-text {
  padding-top: 0;
  padding-left: 45px;
  margin-top: 2px;
  color: #424242;
}
@media screen and (max-width: 799px) {
  body .page .main .infofolder .content {
    width: 480px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 499px) {
  body .page .main .infofolder .content {
    width: 100%;
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .page .main .module-slider {
  background-color: #424242;
}
body .page .main .module-slider .splide__arrows.square .splide__arrow {
  border-radius: 0px;
}
body .page .main .module-slider .splide__arrows .splide__arrow {
  width: 87px;
  height: 45px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body .page .main .module-slider .splide__arrows .splide__arrow--prev {
  background-image: url('/images/arrow-prev.svg');
  left: 65px;
}
body .page .main .module-slider .splide__arrows .splide__arrow--next {
  background-image: url('/images/arrow-next.svg');
  right: 65px;
}
body .page .main .module-slider .main-slider .splide__track .splide__list {
  align-items: center;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #faf9f9;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-icon {
  width: 70px;
  margin: 80px 0 37px;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person .half {
  width: 100%;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person .half:nth-child(1) {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person .half:nth-child(3 ) {
  text-align: center;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person .spacer {
  display: none;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-company {
  font-size: 16px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 70px;
  font-weight: bold;
}
body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-text {
  font-weight: bold;
  font-size: 21px;
  line-height: 41px;
  letter-spacing: 3.78px;
  text-transform: uppercase;
  max-width: 949px;
}
body .page .main .module-slider .main-slider .splide__track.no-description {
  padding-bottom: 0;
}
body .page .main .module-slider .main-slider .splide__pagination {
  position: relative;
  bottom: 0;
  padding: 56px 0 60px;
  background-color: #424242;
}
body .page .main .module-slider .main-slider .splide__pagination .splide__pagination__page {
  opacity: 1;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  border: 1px solid #ff5839;
  background-color: transparent;
}
body .page .main .module-slider .main-slider .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #ff5839;
}
@media (max-width: 1280px) {
  body .page .main .module-slider .main-slider .splide__track {
    padding-bottom: 80px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .description {
    bottom: -80px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-text {
    max-width: unset;
    width: 100%;
    padding: 0 200px;
  }
  body .page .main .module-slider .main-slider .splide__arrows .splide__arrow {
    top: calc(50% - 65px);
  }
}
@media (max-width: 999px) {
  body .page .main .module-slider .main-slider .splide__arrows {
    display: none;
  }
  body .page .main .module-slider .main-slider .splide__track {
    padding-bottom: 0;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-text {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 749px) {
  body .page .main .module-slider .main-slider .splide__track {
    padding-bottom: 40px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-icon {
    margin-top: 60px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-text {
    padding: 0 40px;
    font-size: 16px;
    line-height: 30px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .quote-container .quote-person {
    padding: 0 40px;
  }
  body .page .main .module-slider .main-slider .splide__pagination {
    position: relative;
    bottom: 0;
    padding: 0 0 60px;
  }
}
@media (max-width: 499px) {
  body .page .main .module-slider .main-slider {
    display: flex;
    flex-direction: column;
  }
  body .page .main .module-slider .main-slider .splide__track {
    padding-bottom: 30px;
  }
  body .page .main .module-slider .main-slider .splide__track .splide__list .splide__slide .description {
    height: 60px;
    bottom: -60px;
  }
}
body .page footer {
  padding-top: 222px;
  position: relative;
}
body .page footer .scroll-up {
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -9px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  cursor: pointer;
}
body .page footer .scroll-up:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2 ease;
}
@media screen and (max-width: 799px) {
  body .page footer .scroll-up {
    left: 20%;
  }
}
body .page footer .footer-text {
  font-size: 14px;
  line-height: 23px;
  width: 100%;
  margin: 0 auto;
  padding-right: 274px;
  padding-left: 50px;
  text-align: right;
  padding-bottom: 30px;
  position: relative;
}
body .page footer .footer-text h3 {
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
body .page footer .footer-text span.divider-right {
  padding-right: 5px;
  border-right: 2px solid #ff5839;
  margin-right: 2px;
}
body .page footer .footer-text span strong {
  font-weight: normal;
  text-transform: uppercase;
}
body .page footer .footer-text span a {
  color: #424242;
}
@media screen and (max-width: 959px) {
  body .page footer .footer-text {
    padding-right: 200px;
  }
}
@media screen and (max-width: 799px) {
  body .page footer .footer-text {
    background: white;
    z-index: 2;
    padding-top: 10px;
    padding-right: 50px;
    width: 100%;
    bottom: 110px;
  }
}
body .page footer .logo-wrap {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 157px;
  height: 527px;
  background-color: #ff5839;
}
body .page footer .logo-wrap .logo {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  bottom: 14px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page footer .logo-wrap {
    right: 2%;
  }
}
@media screen and (max-width: 799px) {
  body .page footer .logo-wrap {
    right: 50px;
    z-index: 1;
  }
}
body .page1 .main .content-one {
  background-color: #faf9f9;
  -webkit-transition: background-color 600ms linear;
  -moz-transition: background-color 600ms linear;
  -o-transition: background-color 600ms linear;
  -ms-transition: background-color 600ms linear;
}
body .page1 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page1 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page1 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page1 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page1 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page1 .main .content-one .content .bullets-wrap {
  margin-bottom: 60px;
}
body .page1 .main .content-one .content .bullets-wrap .bullet {
  display: block;
  opacity: 0;
  height: 185px;
  width: 33%;
  border: 2px solid transparent;
  position: relative;
  float: left;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-bg {
  width: 179px;
  height: 179px;
  border-radius: 100px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 0;
}
body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-bar {
  width: 100%;
  height: 20px;
  background-color: #ff5839;
  position: absolute;
  top: 52px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 22px;
  padding-left: 30px;
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-bar {
    width: 200px;
    left: -40px;
  }
}
body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-num {
  font-size: 75px;
  line-height: 73px;
  font-weight: bold;
  color: #a1ff82;
  position: absolute;
  top: 21px;
  left: -6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-num {
    left: -50px;
  }
}
body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-text {
  width: 111px;
  position: absolute;
  top: 95px;
  left: 57px;
  font-size: 13px;
  line-height: 17px;
  color: #424242;
}
body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-text span {
  text-transform: uppercase;
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .bullets-wrap .bullet .bullet-text {
    left: 20px;
  }
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content .bullets-wrap .bullet {
    width: 220px;
  }
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .bullets-wrap .bullet {
    width: 170px;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
body .page1 .main .content-one .content .bullets-wrap .bullet:hover .bullet-num {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
body .page1 .main .content-one .content .bullets-wrap .bullet-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content .bullets-wrap {
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content .link-button {
    margin-left: 100px;
  }
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content .link-button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 75px;
  }
}
@media screen and (max-width: 799px) {
  body .page1 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page1 .main .content-two {
  padding-top: 115px;
  padding-bottom: 70px;
  background-color: #faf9f9;
  -webkit-transition: background-color 600ms linear;
  -moz-transition: background-color 600ms linear;
  -o-transition: background-color 600ms linear;
  -ms-transition: background-color 600ms linear;
}
body .page1 .main .content-two .content {
  width: 645px;
  margin: 0 auto;
}
body .page1 .main .content-two .content .text {
  position: relative;
  padding-left: 15px;
}
body .page1 .main .content-two .content .text:after {
  content: "";
  height: 173px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-two .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 499px) {
  body .page1 .main .content-two .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-two .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 499px) {
  body .page1 .main .content-two .content .text {
    padding-left: 15px;
  }
}
body .page1 .main .content-two .content .text h1,
body .page1 .main .content-two .content .text h2,
body .page1 .main .content-two .content .text p {
  color: white;
}
body .page1 .main .content-two .content .text-bottom p {
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  body .page1 .main .content-two .content {
    width: 100%;
    padding: 0 20px;
  }
}
body .page1 .main .content-two .carousel-wrap {
  padding: 150px 0;
}
body .page1 .main .backgroundClass {
  background-color: #424242;
}
body .page3 .main .content-one {
  background-color: #faf9f9;
}
body .page3 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page3 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 140px;
  padding-left: 15px;
  position: relative;
}
body .page3 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page3 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page3 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page3 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page3 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page3 .main .content-one .content .child-wrap {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
  background: white;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page3 .main .content-one .content .child-wrap:after {
  content: "";
  height: 250px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
body .page3 .main .content-one .content .child-wrap .number {
  font-size: 200px;
  color: #a1ff82;
  font-weight: 700;
  position: relative;
  top: -130px;
}
body .page3 .main .content-one .content .child-wrap .child-text {
  position: relative;
  top: -165px;
  font-size: 14px;
}
body .page3 .main .content-one .content .child-wrap .child-text h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0;
  color: #ff5839;
}
body .page3 .main .content-one .content .child-wrap .child-text h3 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0 7px 7px;
}
body .page3 .main .content-one .content .child-wrap .child-text h3:after {
  content: "";
  height: 14px;
  border-left: 2px solid #ff5839;
  position: absolute;
  top: 10px;
  left: 0;
}
body .page3 .main .content-one .content .child-wrap .child-text ul li {
  list-style: inside;
  list-style: none;
  line-height: 23px;
}
body .page3 .main .content-one .content .child-wrap .child-text ul li:before {
  content: "-";
  margin-right: 4px;
}
body .page3 .main .content-one .content .child-wrap .child-text .child-name {
  width: 110%;
  background: #ff5839;
  color: white;
  padding: 0 10px;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  body .page3 .main .content-one .content .child-wrap .child-text .child-name {
    width: 110%;
  }
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content .child-wrap .child-text .child-name {
    width: 100%;
  }
}
body .page3 .main .content-one .content .child-wrap .child-text .child-name-small {
  width: 110%;
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content .child-wrap .child-text .child-name-small {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  body .page3 .main .content-one .content .child-wrap {
    padding-left: 10px;
  }
}
body .page3 .main .content-one .content .child-wrap-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page3 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page4 .main .content-one {
  background-color: #faf9f9;
}
body .page4 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page4 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 140px;
  padding-left: 15px;
  position: relative;
}
body .page4 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page4 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page4 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page4 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page4 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page4 .main .content-one .content .child-wrap {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 35px;
  position: relative;
  background: #424242;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page4 .main .content-one .content .child-wrap:after {
  content: "";
  height: 250px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
body .page4 .main .content-one .content .child-wrap .number {
  font-size: 200px;
  color: #a1ff82;
  font-weight: 700;
  position: relative;
  top: -130px;
}
body .page4 .main .content-one .content .child-wrap .child-text {
  position: relative;
  top: -165px;
}
body .page4 .main .content-one .content .child-wrap .child-text h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0;
  color: #ff5839;
}
body .page4 .main .content-one .content .child-wrap .child-text h3 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0 7px 7px;
  color: white;
}
body .page4 .main .content-one .content .child-wrap .child-text h3:after {
  content: "";
  height: 14px;
  border-left: 2px solid #ff5839;
  position: absolute;
  top: 10px;
  left: 0;
}
body .page4 .main .content-one .content .child-wrap .child-text ul li {
  list-style: inside;
  list-style: none;
  color: white;
}
body .page4 .main .content-one .content .child-wrap .child-text ul li:before {
  content: "-";
  margin-right: 4px;
}
body .page4 .main .content-one .content .child-wrap .child-text p {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 'Sintony', sans-serif;
  font-weight: 400;
  padding: 5px 30px;
  color: white;
}
@media screen and (max-width: 499px) {
  body .page4 .main .content-one .content .child-wrap .child-text p {
    padding: 5px 10px;
  }
}
body .page4 .main .content-one .content .child-wrap .child-text .child-name {
  width: 110%;
  background: #ff5839;
  color: white;
  padding: 0 10px;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  body .page4 .main .content-one .content .child-wrap .child-text .child-name {
    width: 110%;
  }
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content .child-wrap .child-text .child-name {
    width: 100%;
  }
}
body .page4 .main .content-one .content .child-wrap .child-text .child-name-small {
  width: 110%;
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content .child-wrap .child-text .child-name-small {
    width: 100%;
  }
}
body .page4 .main .content-one .content .child-wrap .child-icon {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 40px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 499px) {
  body .page4 .main .content-one .content .child-wrap {
    padding-left: 10px;
  }
}
body .page4 .main .content-one .content .child-wrap-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page4 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page5 .main .content-one {
  background-color: #faf9f9;
  -webkit-transition: background-color 600ms linear;
  -moz-transition: background-color 600ms linear;
  -o-transition: background-color 600ms linear;
  -ms-transition: background-color 600ms linear;
}
body .page5 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page5 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page5 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page5 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page5 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page5 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page5 .main .content-one .content .text {
    padding-left: 15px;
  }
  body .page5 .main .content-one .content .text h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page5 .main .content-two {
  padding-top: 115px;
  background-color: #faf9f9;
  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
}
body .page5 .main .content-two .content {
  width: 645px;
  margin: 0 auto;
}
body .page5 .main .content-two .content .text {
  position: relative;
  padding-left: 15px;
}
body .page5 .main .content-two .content .text:after {
  content: "";
  height: 173px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
body .page5 .main .content-two .content .text h1,
body .page5 .main .content-two .content .text h2,
body .page5 .main .content-two .content .text p {
  color: white;
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-two .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-two .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page5 .main .content-two .gallery-wrapper {
  padding: 86px 10px;
  background-color: rgba(250,249,249,0.1);
}
body .page5 .main .content-two .image-gallery-area {
  margin-top: 20px;
  max-width: 100%;
  width: 766px;
  display: flex;
  text-decoration: none;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
body .page5 .main .content-two .image-gallery-area .image-gallery {
  height: 285px;
  position: relative;
  width: 32%;
  padding: 10px;
  background: white;
  display: block;
  text-decoration: none;
  margin: 4px 4px;
}
body .page5 .main .content-two .image-gallery-area .image-gallery .img {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .page5 .main .content-two .image-gallery-area .image-gallery .wheel-left {
  position: absolute;
  width: 30px;
  height: 43px;
  top: 90px;
  right: 2px;
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-two .image-gallery-area .image-gallery .wheel-left {
    display: none;
  }
}
body .page5 .main .content-two .image-gallery-area .image-gallery .wheel-right {
  position: absolute;
  width: 30px;
  height: 43px;
  top: 90px;
  left: 2px;
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-two .image-gallery-area .image-gallery .wheel-right {
    display: none;
  }
}
body .page5 .main .content-two .image-gallery-area .image-gallery .image-des h1 {
  margin-top: 12px;
  color: #ff5839;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  font-weight: 100;
}
body .page5 .main .content-two .image-gallery-area .image-gallery .image-des h2 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  color: #424242;
  font-weight: 100;
  margin-top: 5px;
}
@media screen and (max-width: 499px) {
  body .page5 .main .content-two .image-gallery-area .image-gallery {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 799px) {
  body .page5 .main .content-two .image-gallery-area {
    width: 400px;
  }
  body .page5 .main .content-two .image-gallery-area .image-gallery {
    width: 100%;
    margin-top: 10px;
    height: 350px;
  }
  body .page5 .main .content-two .image-gallery-area .image-gallery .img {
    height: 266px;
  }
}
body .page5 .main .content-three .content {
  max-width: 645px;
  margin: 0 auto;
  padding: 115px 20px 70px 20px;
}
body .page5 .main .content-three .content .text {
  position: relative;
  padding-left: 15px;
}
body .page5 .main .content-three .content .text:after {
  content: "";
  height: 173px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
body .page5 .main .content-three .content .text h1,
body .page5 .main .content-three .content .text h2,
body .page5 .main .content-three .content .text p {
  color: white;
}
body .page5 .main .content-three .slider-wrap {
  background-color: rgba(250,249,249,0.1);
  padding: 90px 20px;
}
body .page5 .main .content-three .slider-wrap .background-element {
  position: relative;
  max-width: 635px;
  margin: 0 auto;
  padding-right: 10px;
  padding-bottom: 10px;
}
body .page5 .main .content-three .slider-wrap .background-element:after {
  content: '';
  position: absolute;
  background-color: white;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 10px;
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.58);
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap {
  position: relative;
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.58);
  z-index: 1;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider {
  overflow-x: hidden;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider input {
  display: none;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider .sliderElements {
  list-style: none;
  display: flex;
  position: relative;
  left: 0;
  transition: left .3s ease-in-out;
  background-color: white;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider .sliderElements .slide figure {
  padding: 15px;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider .sliderElements .slide figure img {
  width: 100%;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-inner-wrap .cssSlider .sliderElements .slide figure figcaption {
  padding: 0 20px;
  padding-top: 10px;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-control {
  width: 69px;
  height: 17px;
  background-image: url(/images/arrow-right.png);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-control.previous {
  transform: scaleX(-1);
  left: -82px;
}
body .page5 .main .content-three .slider-wrap .background-element .slider-control.next {
  right: -82px;
}
@media (max-width: 850px) {
  body .page5 .main .content-three .slider-wrap .background-element .slider-control {
    margin: 0;
    top: auto;
    bottom: -50px;
  }
  body .page5 .main .content-three .slider-wrap .background-element .slider-control.previous {
    left: 50%;
    margin-left: -100px;
  }
  body .page5 .main .content-three .slider-wrap .background-element .slider-control.next {
    right: 50%;
    margin-right: -100px;
  }
}
body .page5 .main .backgroundClass {
  background-color: #424242;
}
body .page6 .main .content-one {
  background-color: #faf9f9;
}
body .page6 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page6 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 140px;
  padding-left: 15px;
  position: relative;
}
body .page6 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page6 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page6 .main .content-one .content .text:after {
    left: 0;
  }
}
body .page6 .main .content-one .content .text .link-button {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  body .page6 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page6 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page6 .main .content-one .content .child-wrap {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 40px;
  position: relative;
  background: white;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page6 .main .content-one .content .child-wrap:after {
  content: "";
  height: 250px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
body .page6 .main .content-one .content .child-wrap .number {
  font-size: 200px;
  color: #a1ff82;
  font-weight: 700;
  position: relative;
  top: -130px;
  left: -15px;
}
body .page6 .main .content-one .content .child-wrap .child-text {
  position: relative;
  top: -165px;
}
body .page6 .main .content-one .content .child-wrap .child-text h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0;
  color: #ff5839;
  padding: 5px 25px;
}
body .page6 .main .content-one .content .child-wrap .child-text h3 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0 7px 7px;
}
body .page6 .main .content-one .content .child-wrap .child-text h3:after {
  content: "";
  height: 14px;
  border-left: 2px solid #ff5839;
  position: absolute;
  top: 10px;
  left: 0;
}
body .page6 .main .content-one .content .child-wrap .child-text ul li {
  list-style: inside;
  list-style: none;
}
body .page6 .main .content-one .content .child-wrap .child-text ul li:before {
  content: "-";
  margin-right: 4px;
}
body .page6 .main .content-one .content .child-wrap .child-text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: 'Sintony', sans-serif;
  font-weight: 400;
  padding: 5px 25px;
}
body .page6 .main .content-one .content .child-wrap .child-text .child-name {
  width: 110%;
  background: #ff5839;
  color: white;
  padding: 0 25px;
  padding-top: 2px;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  body .page6 .main .content-one .content .child-wrap .child-text .child-name {
    width: 110%;
  }
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content .child-wrap .child-text .child-name {
    width: 100%;
  }
}
body .page6 .main .content-one .content .child-wrap .child-text .child-name-small {
  width: 110%;
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content .child-wrap .child-text .child-name-small {
    width: 100%;
  }
}
body .page6 .main .content-one .content .child-wrap .link-button {
  left: 30px;
  top: -130px;
}
body .page6 .main .content-one .content .child-wrap-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page6 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 499px) {
  body .page7 header .header-image .header-text h2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 499px) {
  body .page7 header .header-image .header-text h1 {
    font-size: 32px;
  }
}
body .page7 .main .content-one {
  background-color: #faf9f9;
}
body .page7 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page7 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page7 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page7 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page7 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page7 .main .content-one .content .text:after {
    left: 0;
  }
}
body .page7 .main .content-one .content .text p span {
  color: #ff5839;
}
@media screen and (max-width: 959px) {
  body .page7 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page7 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page7 .main .content-one .content .text {
    padding-left: 15px;
  }
  body .page7 .main .content-one .content .text h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (max-width: 799px) {
  body .page7 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page7 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page7 .main .infofolder {
  background-color: #424242;
}
body .page7 .main .infofolder .content .red-bar {
  display: none;
}
body .page7 .main .infofolder .content .text .p2 {
  color: white;
}
body .page7 .main .infofolder .content .text .p3 {
  color: white;
}
body .page7 .main .infofolder .content form input::-webkit-input-placeholder {
  color: #424242;
}
body .page7 .main .infofolder .content form input:-moz-placeholder {
  color: #424242;
}
body .page7 .main .infofolder .content form input::-moz-placeholder {
  color: #424242;
}
body .page7 .main .infofolder .content form input:-ms-input-placeholder {
  color: #424242;
}
body .page7 .main .infofolder .content form input[type=text] {
  background-color: #faf9f9;
  color: #424242;
}
body .page7 .main .infofolder .content form .accept {
  width: 31px;
  height: 31px;
  background-color: #faf9f9;
  border: 4px solid #faf9f9;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .page7 .main .infofolder .content form .accept:checked {
  background-color: #424242;
}
body .page7 .main .infofolder .content form .accept-text {
  padding-top: 0;
  padding-left: 45px;
  color: #faf9f9;
}
body .page8 .main .content-one {
  background-color: #faf9f9;
}
body .page8 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page8 .main .content-one .content .text {
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page8 .main .content-one .content .text p {
  padding: 10px 0;
}
@media screen and (max-width: 799px) {
  body .page8 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page8 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page9 .main .content-one {
  background-color: #faf9f9;
}
body .page9 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page9 .main .content-one .content .text {
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page9 .main .content-one .content .text p {
  padding: 10px 0;
}
@media screen and (max-width: 799px) {
  body .page9 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page9 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page19 .main .content-one {
  background-color: #faf9f9;
}
body .page19 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page19 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
  position: relative;
}
body .page19 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page19 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page19 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page19 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page19 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page19 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page19 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page19 .main .content-one .content form {
  width: 100%;
}
body .page19 .main .content-one .content form input::-webkit-input-placeholder {
  color: white;
}
body .page19 .main .content-one .content form input:-moz-placeholder {
  color: white;
}
body .page19 .main .content-one .content form input::-moz-placeholder {
  color: white;
}
body .page19 .main .content-one .content form input:-ms-input-placeholder {
  color: white;
}
body .page19 .main .content-one .content form input {
  width: 100%;
  background-color: rgba(66,66,66,0.85);
  color: white;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 7px;
  margin-bottom: 5px;
}
body .page19 .main .content-one .content form input.special1 {
  width: 33%;
  float: left;
}
body .page19 .main .content-one .content form input.special2 {
  width: 66%;
  float: right;
}
body .page19 .main .content-one .content form input[type=submit] {
  width: 120px;
  display: inline-block;
  font-size: 14px;
  font-family: 'BenchNine', sans-serif;
  color: #ff5839;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 75px;
  border: none;
  border-bottom: 16px solid #ff5839;
  position: relative;
  background-color: transparent;
  background-image: url(/images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media screen and (max-width: 799px) {
  body .page19 .main .content-one .content form input[type=submit] {
    display: block;
    width: 165px;
    margin: 30px auto 0 auto;
  }
}
body .page19 .main .content-one .content form input[type=submit]:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
body .page19 .main .content-one .content form input:focus {
  text-transform: none;
}
body .page19 .main .content-one .content form input[type=submit]:focus {
  text-transform: uppercase;
}
@media screen and (max-width: 799px) {
  body .page19 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page19 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page22 .main .content-one {
  background-color: #faf9f9;
}
body .page22 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page22 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 15px;
  position: relative;
}
body .page22 .main .content-one .content .text h1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  body .page22 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page22 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page22 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page22 .main .content-one .content .child-wrap {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
  background: white;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page22 .main .content-one .content .child-wrap:after {
  content: "";
  height: 250px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
body .page22 .main .content-one .content .child-wrap .number {
  font-size: 200px;
  color: #a1ff82;
  font-weight: 700;
  position: relative;
  top: -130px;
}
body .page22 .main .content-one .content .child-wrap .child-text {
  position: relative;
  top: -165px;
  font-size: 14px;
}
body .page22 .main .content-one .content .child-wrap .child-text h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0;
  color: #ff5839;
}
body .page22 .main .content-one .content .child-wrap .child-text h3 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0 7px 7px;
}
body .page22 .main .content-one .content .child-wrap .child-text h3:after {
  content: "";
  height: 14px;
  border-left: 2px solid #ff5839;
  position: absolute;
  top: 10px;
  left: 0;
}
body .page22 .main .content-one .content .child-wrap .child-text ul li {
  list-style: inside;
  list-style: none;
  line-height: 23px;
}
body .page22 .main .content-one .content .child-wrap .child-text ul li:before {
  content: "-";
  margin-right: 4px;
}
body .page22 .main .content-one .content .child-wrap .child-text .child-name {
  width: 110%;
  background: #ff5839;
  color: white;
  padding: 0 10px;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  body .page22 .main .content-one .content .child-wrap .child-text .child-name {
    width: 110%;
  }
}
@media screen and (max-width: 799px) {
  body .page22 .main .content-one .content .child-wrap .child-text .child-name {
    width: 100%;
  }
}
body .page22 .main .content-one .content .child-wrap .child-text .child-name-small {
  width: 110%;
}
@media screen and (max-width: 799px) {
  body .page22 .main .content-one .content .child-wrap .child-text .child-name-small {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  body .page22 .main .content-one .content .child-wrap {
    padding-left: 10px;
  }
}
body .page22 .main .content-one .content .child-wrap-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  body .page22 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page22 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page24 .main .content-one {
  background-color: #faf9f9;
}
body .page24 .main .content-one .content {
  width: 645px;
  margin: 0 auto;
  padding: 88px 0 62px 40px;
}
body .page24 .main .content-one .content .text {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 15px;
  position: relative;
}
body .page24 .main .content-one .content .text h1 {
  margin-bottom: 40px;
}
body .page24 .main .content-one .content .text:after {
  content: "";
  height: 124px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 959px) {
  body .page24 .main .content-one .content .text:after {
    left: 80px;
  }
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content .text:after {
    left: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .page24 .main .content-one .content .text:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  body .page24 .main .content-one .content .text {
    padding-left: 95px;
  }
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content .text {
    padding-left: 115px;
  }
}
@media screen and (max-width: 499px) {
  body .page24 .main .content-one .content .text {
    padding-left: 15px;
  }
}
body .page24 .main .content-one .content .child-wrap {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-left: 35px;
  padding-right: 10px;
  position: relative;
  background: white;
  -webkit-transition: opacity 800ms ease-in;
  -moz-transition: opacity 800ms ease-in;
  -ms-transition: opacity 800ms ease-in;
  -o-transition: opacity 800ms ease-in;
  transition: opacity 800ms ease-in;
}
body .page24 .main .content-one .content .child-wrap:after {
  content: "";
  height: 250px;
  border-left: 1px solid #ff5839;
  position: absolute;
  top: -50px;
  left: -15px;
}
body .page24 .main .content-one .content .child-wrap .number {
  font-size: 200px;
  color: #a1ff82;
  font-weight: 700;
  position: relative;
  top: -130px;
}
body .page24 .main .content-one .content .child-wrap .child-text {
  position: relative;
  top: -165px;
  font-size: 14px;
}
body .page24 .main .content-one .content .child-wrap .child-text h2 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0;
  color: #ff5839;
}
body .page24 .main .content-one .content .child-wrap .child-text h3 {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Sintony', sans-serif;
  font-weight: 700;
  padding: 7px 0 7px 7px;
}
body .page24 .main .content-one .content .child-wrap .child-text h3:after {
  content: "";
  height: 14px;
  border-left: 2px solid #ff5839;
  position: absolute;
  top: 10px;
  left: 0;
}
body .page24 .main .content-one .content .child-wrap .child-text ul li {
  list-style: inside;
  list-style: none;
  line-height: 23px;
}
body .page24 .main .content-one .content .child-wrap .child-text ul li:before {
  content: "-";
  margin-right: 4px;
}
body .page24 .main .content-one .content .child-wrap .child-text .child-name {
  width: 110%;
  background: #ff5839;
  color: white;
  padding: 0 10px;
  font-family: 'Sintony', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  body .page24 .main .content-one .content .child-wrap .child-text .child-name {
    width: 110%;
  }
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content .child-wrap .child-text .child-name {
    width: 100%;
  }
}
body .page24 .main .content-one .content .child-wrap .child-text .child-name-small {
  width: 110%;
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content .child-wrap .child-text .child-name-small {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  body .page24 .main .content-one .content .child-wrap {
    padding-left: 10px;
  }
}
body .page24 .main .content-one .content .child-wrap-fadeIn {
  opacity: 1;
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content {
    padding: 88px 20px 62px 20px;
  }
}
@media screen and (max-width: 799px) {
  body .page24 .main .content-one .content {
    width: 100%;
    padding: 88px 20px 62px 20px;
  }
}
body .page24 .main .content-two {
  background-color: #545454;
  padding: 75px 0 90px;
}
body .page24 .main .content-two .content {
  width: 950px;
  margin: 0 auto;
}
body .page24 .main .content-two .content .text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
body .page24 .main .content-two .content .text ul li {
  flex-basis: 33%;
  height: 90px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
body .page24 .main .content-two .content .text ul li img {
  max-height: 90px;
  max-width: 200px;
}
body .page24 .main .content-two .content .text ul li:nth-of-type(3n) {
  text-align: right;
}
body .page24 .main .content-two .content .text ul li:nth-of-type(3n+1) {
  text-align: left;
}
body .page24 .main .content-two .content .text ul li:nth-of-type(3n+2) {
  text-align: center;
}
@media (max-width: 999px) {
  body .page24 .main .content-two .content {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 759px) {
  body .page24 .main .content-two .content .text ul li {
    flex-basis: 50%;
  }
  body .page24 .main .content-two .content .text ul li:nth-of-type(3n) {
    text-align: center;
  }
  body .page24 .main .content-two .content .text ul li:nth-of-type(3n+1) {
    text-align: center;
  }
}
@media (max-width: 599px) {
  body .page24 .main .content-two .content {
    padding: 0 20px;
  }
  body .page24 .main .content-two .content .text ul li {
    flex-basis: 100%;
  }
}
.phone-link {
  color: white;
}
.flex {
  text-transform: uppercase;
}
#betreuung p {
  line-height: 23px;
}
@media screen and (min-width: 2200px) {
  body .page footer .footer-text {
    padding-right: 300px;
  }
}
@media screen and (max-width: 800px) and (max-width: 959px) {
  .bullet-text {
    left: 72px !important;
  }
}
@media screen and (max-width: 799px) {
  body .page footer .footer-text {
    padding: 20px 50px;
  }
  .bullet-text {
    left: 25px !important;
  }
}
