@font-face {
  font-family: "bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "semibold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.main-navigation {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-navigation .logo {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .main-navigation .logo a {
    margin: auto;
  }
}
.main-navigation .logo a img {
  width: 50%;
}
@media (max-width: 991.98px) {
  .main-navigation .logo a img {
    width: 100%;
  }
}
.main-navigation .logo a.button {
  font-family: "medium";
  font-size: 16px;
  color: #252525;
  text-decoration: none;
  padding: 15px 30px;
  border: double 2px transparent;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #FF9100, #FFB800);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media (max-width: 991.98px) {
  .main-navigation .logo a.button {
    padding: 10px 15px;
  }
}
.main-navigation .item {
  margin: auto;
}
.main-navigation .item ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}
.main-navigation .item ul li {
  display: inline-block;
}
.main-navigation .item ul li a {
  font-family: "medium";
  font-size: 16px;
  color: #252525;
  text-decoration: none;
}
.main-navigation .button {
  text-align: right;
}
.main-navigation .button a {
  font-family: "medium";
  font-size: 16px;
  color: #252525;
  text-decoration: none;
  padding: 15px 30px;
  border: double 2px transparent;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #FF9100, #FFB800);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.main-navigation .menu {
  position: absolute;
  right: 0;
  text-align: right;
  margin-top: 3px;
  margin-right: 10px;
}
.main-navigation .menu img {
  width: 10%;
}
.main-navigation .menu .menu-item {
  display: none;
  position: relative;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.85s ease 0s, visibility 0s ease 0.85s, -webkit-transform 0.85s ease 0s, -ms-transform 0.85s ease 0s;
  transition: opacity 600ms ease, transform 600ms ease, visibility 600ms ease;
}
.main-navigation .line {
  position: absolute;
  bottom: 0;
  height: 1.5px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  z-index: 4;
  left: 0;
}

.menu #mobile-navmenu {
  display: none;
}
.menu #mobile-navmenu:checked ~ #mobile-nav {
  transform: translateX(0);
}
.menu #mobile-navmenu:checked ~ #burger > div {
  background: #fff;
}
.menu #mobile-navmenu:checked ~ #burger > div:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}
.menu #mobile-navmenu:checked ~ #burger > div:nth-child(2) {
  opacity: 0;
}
.menu #mobile-navmenu:checked ~ #burger > div:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}
.menu #burger {
  position: absolute;
  cursor: pointer;
  width: 35px;
  height: 32px;
  right: 16px;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.menu #burger > div {
  height: 2px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  transition: 0.5s;
  z-index: 999;
}
.menu #mobile-nav {
  background: linear-gradient(#FF9100, #FFB800);
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  transition-timing-function: cubic-bezier(10, 2, 3, 1);
  transform: translateX(100%);
  top: 0;
  z-index: 1;
  transition: 0.5s;
}
.menu #mobile-nav .logo {
  padding: 30px 0;
}
.menu #mobile-nav .logo img {
  width: 100%;
}
.menu #mobile-nav ul {
  list-style: none;
  padding: 20px;
  text-align: center;
}
.menu #mobile-nav ul li.active {
  color: #fff;
}
.menu #mobile-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.intro {
  position: relative;
}
.intro .intro-text {
  position: relative;
  background: radial-gradient(ellipse farthest-corner at left, rgba(255, 145, 0, 0.65) 10%, #fff 45%);
}
.intro .intro-text .content {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media (max-width: 991.98px) {
  .intro .intro-text .content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro .intro-text .content {
    width: 100%;
  }
}
.intro .intro-text .content .text {
  width: 60%;
}
@media (max-width: 991.98px) {
  .intro .intro-text .content .text {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro .intro-text .content .text {
    width: 73%;
  }
}
.intro .intro-text .content .text h1 {
  font-family: "semibold";
  font-size: 40px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .intro .intro-text .content .text h1 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .intro .intro-text .content .text h1 {
    font-size: 35px;
  }
}
.intro .intro-text .content .text p {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
  margin-top: 20px;
}
.intro .intro-text .content .text .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 40px;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .intro .intro-text .content .text .button {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.intro .intro-text .content .text .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.intro .intro-text .content .text .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .intro .intro-text .content .text .button a {
    font-size: 16px;
  }
}
.intro .intro-text .content h3 {
  margin-top: 60px;
  font-family: "medium";
  font-size: 14px;
  color: rgba(37, 37, 37, 0.5019607843);
}
.intro .intro-text .content img {
  margin-right: 22px;
  margin-top: 10px;
  width: 10%;
  height: auto;
}
.intro .intro-image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .intro .intro-image {
    display: none;
  }
}
.intro .intro-right {
  top: 45%;
  left: 53%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: fit-content;
}
@media (max-width: 991.98px) {
  .intro .intro-right {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro .intro-right {
    top: 25%;
    left: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1509.98px) {
  .intro .intro-right {
    top: 25%;
    left: 58%;
  }
}
.intro .intro-right .speechbubble-right {
  padding: 30px;
  box-shadow: 5px 5px 40px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 991.98px) {
  .intro .intro-right .speechbubble-right {
    text-align: center;
  }
}
.intro .intro-right .speechbubble-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 28px;
  bottom: -16px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 17px solid #fff;
}
@media (max-width: 767.98px) {
  .intro .intro-right .speechbubble-right:before {
    display: none;
  }
}
.intro .intro-right .speechbubble-right .content h2 {
  font-family: "semibold";
  font-size: 30px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .intro .intro-right .speechbubble-right .content h2 {
    font-size: 25px;
  }
}
.intro .intro-right .speechbubble-right .content h3 {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .intro .intro-right .speechbubble-right .content h3 {
    font-size: 18px;
  }
}
.intro .intro-left {
  top: 81%;
  left: 60%;
  transform: translate(-30%, -95%);
  width: fit-content;
  padding: 30px;
  text-align: center;
  position: absolute;
}
@media (max-width: 991.98px) {
  .intro .intro-left {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro .intro-left {
    top: 80%;
    left: 40%;
    transform: translate(10%, -95%);
  }
}
@media (min-width: 1200px) and (max-width: 1509.98px) {
  .intro .intro-left {
    top: 80%;
    left: 45%;
    transform: translate(5%, -95%);
  }
}
.intro .intro-left .speechbubble-left {
  padding: 30px;
  box-shadow: 5px 5px 40px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}
.intro .intro-left .speechbubble-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 77px;
  top: -16px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 17px solid #fff;
}
@media (max-width: 767.98px) {
  .intro .intro-left .speechbubble-left:before {
    display: none;
  }
}
.intro .intro-left .speechbubble-left h2 {
  font-family: "semibold";
  font-size: 30px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .intro .intro-left .speechbubble-left h2 {
    font-size: 25px;
  }
}
.intro .intro-left .speechbubble-left h3 {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .intro .intro-left .speechbubble-left h3 {
    font-size: 18px;
  }
}

.reference {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .reference {
    margin-top: 40px;
  }
}
.reference .reference-content {
  margin: 0 auto;
  text-align: center;
}
.reference .reference-content h2 {
  color: rgba(37, 37, 37, 0.2509803922);
  font-size: 16px;
}
.reference .reference-content img {
  filter: brightness(1.4);
  width: 10%;
  margin-right: 30px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .reference .reference-content img {
    width: 25%;
  }
}

.switch {
  margin: 20px 0;
  padding: 65px 0;
  background: linear-gradient(84.36deg, rgba(255, 145, 0, 0.025) 0%, rgba(255, 145, 0, 0.1) 100%);
}
@media (max-width: 992px) {
  .switch {
    margin: 20px 0;
    padding: 60px 20px;
  }
}
.switch .switch-headline {
  text-align: center;
  width: 70%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .switch .switch-headline {
    font-size: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .switch .switch-headline {
    width: 100%;
  }
}
.switch .switch-headline h2 {
  font-family: "medium";
  font-size: 35px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .switch .switch-headline h2 {
    font-size: 25px;
  }
}
.switch .switch-headline p {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .switch .switch-headline p {
    font-size: 18px;
  }
}
.switch .switch-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #E3E3E3;
  width: fit-content;
  margin: 0 auto;
}
.switch .switch-toggle h2 {
  font-family: "medium";
  font-size: 25px;
  color: #252525;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 30px;
  position: relative;
}
@media (max-width: 767.98px) {
  .switch .switch-toggle h2 {
    font-size: 18px;
    padding: 20px;
  }
}
.switch .switch-toggle .slider {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  z-index: 4;
}
.switch .switch-toggle .optionone.active ~ .slider {
  left: 0;
  width: 50%;
  bottom: -3px;
}
.switch .switch-toggle .optiontwo.active ~ .slider {
  left: 50%;
  width: 50%;
  bottom: -3px;
}
.switch .switch-content {
  margin-top: 50px;
}
.switch .switch-content img {
  width: 100%;
  height: auto;
}
.switch .switch-content .text {
  margin: auto;
  width: 35%;
}
@media (max-width: 767.98px) {
  .switch .switch-content .text {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .switch .switch-content .text {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .switch .switch-content .text {
    width: 45%;
  }
}
.switch .switch-content .text h2 {
  font-family: "semibold";
  font-size: 24px;
  color: #252525;
}
.switch .switch-content .text p {
  margin-top: 25px;
  font-family: "regular";
  font-size: 18px;
  color: #252525;
}
.switch .switch-content .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 40px;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .switch .switch-content .button {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.switch .switch-content .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.switch .switch-content .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .switch .switch-content .button a {
    font-size: 16px;
  }
}

.percent {
  margin: 65px 0;
}
@media (max-width: 992px) {
  .percent {
    margin: 20px 0;
  }
}
.percent .percent-headline {
  text-align: center;
  width: 70%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .percent .percent-headline {
    font-size: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .percent .percent-headline {
    width: 100%;
  }
}
.percent .percent-headline h2 {
  font-family: "medium";
  font-size: 35px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .percent .percent-headline h2 {
    font-size: 25px;
  }
}
.percent .percent-headline p {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .percent .percent-headline p {
    font-size: 18px;
  }
}
.percent .percent-content {
  margin-top: 50px;
  text-align: center;
}
.percent .percent-content .icon {
  font-size: 35px;
  margin-bottom: 10px;
}
.percent .percent-content h2 {
  margin-top: 30px;
  font-family: "semibold";
  font-size: 80px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .percent .percent-content h2 {
    font-size: 50px;
  }
}
.percent .percent-content p {
  font-family: "regular";
  font-size: 18px;
  color: #252525;
}
.percent .percent-content p strong {
  font-family: "semibold";
}
.percent .percent-content .progress-bar {
  background: #E3E3E3;
  border-radius: 30px;
  margin: 0 auto;
  width: 40%;
}
.percent .percent-content .progress-bar .progress {
  background: -webkit-linear-gradient(#FF9100, #FFB800);
}
.percent .source {
  margin-top: 60px;
}
.percent .source h2 {
  font-family: "medium";
  font-size: 14px;
  color: rgba(37, 37, 37, 0.5019607843);
}
.percent .source p {
  font-family: "regular";
  font-size: 12px;
  color: rgba(37, 37, 37, 0.2509803922);
}

.cards {
  padding: 65px 0;
  background: radial-gradient(ellipse farthest-corner at left, rgba(255, 145, 0, 0.65) 10%, #fff 45%) left, radial-gradient(ellipse farthest-corner at right, rgba(255, 145, 0, 0.65) 10%, #fff 45%) right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .cards {
    margin: 20px 0;
    padding: 30px 20px;
  }
}
.cards .card-headline h2 {
  font-family: "medium";
  font-size: 35px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .cards .card-headline h2 {
    font-size: 25px;
  }
}
.cards .card-headline p {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
}
.cards .card-content {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 15px;
  width: 30%;
  box-shadow: 1px 1px 24px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .cards .card-content {
    width: 100%;
    margin: 15px 0;
  }
}
.cards .card-content h2 {
  font-family: "semibold";
  font-size: 20px;
  color: #252525;
}
.cards .card-content p {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
  margin-bottom: 0;
}

.slider-card {
  background: #F9F9F9;
  padding: 65px 0;
}
.slider-card h2 {
  margin-top: 35px;
  font-family: "medium";
  font-size: 35px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.slider-card .slides-container {
  position: relative;
  display: flex;
  flex: 1;
  height: 20%;
  overflow: hidden;
}
.slider-card .slides-container .slides-inner {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 300px;
  margin-bottom: 250px;
}
@media (max-width: 768.99px) {
  .slider-card .slides-container .slides-inner {
    margin-top: 350px;
    margin-bottom: 300px;
  }
}
.slider-card .slides-container .slides-inner .slide {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 37vw;
}
@media (max-width: 991.99px) {
  .slider-card .slides-container .slides-inner .slide {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .slider-card .slides-container .slides-inner .slide {
    width: 60vw;
  }
}
.slider-card .slides-container .slides-inner .slide .slider-content {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 15px 40px;
  width: 100%;
  box-shadow: 1px 1px 24px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .slider-card .slides-container .slides-inner .slide .slider-content {
    margin: 10px 20px;
  }
}
.slider-card .slides-container .slides-inner .slide .slider-content .circle-image {
  position: absolute;
  top: -50px;
  left: -30px;
}
.slider-card .slides-container .slides-inner .slide .slider-content .circle-image img {
  background: #fff;
  padding: 5px;
  border-radius: 100%;
  width: 18%;
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .slider-card .slides-container .slides-inner .slide .slider-content .circle-image img {
    width: 14%;
  }
}
.slider-card .slides-container .slides-inner .slide .slider-content .image {
  position: absolute;
  right: 30px;
  top: 30px;
}
.slider-card .slides-container .slides-inner .slide .slider-content .image img {
  width: 100%;
}
.slider-card .slides-container .slides-inner .slide .slider-content .text {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .slider-card .slides-container .slides-inner .slide .slider-content .text {
    padding: 0;
    margin-top: 40px;
  }
}
.slider-card .slides-container .slides-inner .slide .slider-content .text h3 {
  margin-top: 30px;
  font-family: "semibold";
  font-size: 18px;
  color: #252525;
}
@media (max-width: 768px) {
  .slider-card .slides-container .slides-inner .slide .slider-content .text h3 {
    font-size: 16px;
  }
}
.slider-card .slides-container .slides-inner .slide .slider-content .text p {
  margin-top: 30px;
  font-family: "regular";
  font-size: 16px;
  color: #252525;
  margin-bottom: 0;
}

.quote {
  position: relative;
}
@media (max-width: 992px) {
  .quote {
    margin: 40px 0;
  }
}
.quote .quote-image {
  margin-top: 10px;
}
.quote .text {
  margin: auto 0;
}
.quote .text h2 {
  font-family: "regular";
  font-size: 18px;
  color: #252525;
}
.quote .text h2 strong {
  font-family: "semibold";
}
.quote .text p {
  font-family: "regular";
  font-size: 21px;
  color: #252525;
}
.quote .image {
  background: radial-gradient(rgba(255, 145, 0, 0.65) 10%, #fff 75%);
}
@media (max-width: 991.98px) {
  .quote .image {
    text-align: center;
  }
}
.quote .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .quote .image img {
    width: 60%;
  }
}

.imagecontent {
  margin: 65px 0;
}
@media (max-width: 992px) {
  .imagecontent {
    margin: 20px 0;
    padding: 60px 20px;
  }
}
.imagecontent .imagecontent-headline {
  text-align: center;
  width: 70%;
  margin: auto;
}
@media (max-width: 767.98px) {
  .imagecontent .imagecontent-headline {
    font-size: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .imagecontent .imagecontent-headline {
    width: 100%;
  }
}
.imagecontent .imagecontent-headline h2 {
  font-family: "medium";
  font-size: 35px;
  color: #252525;
}
@media (max-width: 767.98px) {
  .imagecontent .imagecontent-headline h2 {
    font-size: 25px;
  }
}
.imagecontent .imagecontent-headline p {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .imagecontent .imagecontent-headline p {
    font-size: 18px;
  }
}
.imagecontent .content {
  margin-top: 50px;
}
.imagecontent .content img {
  width: 100%;
  height: auto;
}
.imagecontent .content .text {
  margin: auto;
  width: 35%;
}
@media (max-width: 767.98px) {
  .imagecontent .content .text {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .imagecontent .content .text {
    width: 100%;
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .imagecontent .content .text {
    width: 45%;
  }
}
.imagecontent .content .text h2 {
  font-family: "semibold";
  font-size: 24px;
  color: #252525;
}
.imagecontent .content .text p {
  font-family: "regular";
  font-size: 18px;
  color: #252525;
}
.imagecontent .content .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  margin-top: 40px;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .imagecontent .content .button {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.imagecontent .content .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.imagecontent .content .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .imagecontent .content .button a {
    font-size: 16px;
  }
}

#content {
  padding: 65px 0;
  background: linear-gradient(84.36deg, rgba(255, 145, 0, 0.025) 0%, rgba(255, 145, 0, 0.1) 100%);
}
@media (max-width: 992px) {
  #content {
    margin: 20px 0;
    padding: 60px 20px;
  }
}
#content .content-headline {
  text-align: center;
  width: 70%;
  margin: auto;
}
@media (max-width: 767.98px) {
  #content .content-headline {
    font-size: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #content .content-headline {
    width: 100%;
  }
}
#content .content-headline h2 {
  font-family: "medium";
  font-size: 35px;
  color: #252525;
}
@media (max-width: 767.98px) {
  #content .content-headline h2 {
    font-size: 25px;
  }
}
#content .content-headline p {
  font-family: "regular";
  font-size: 24px;
  color: #252525;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #content .content-headline p {
    font-size: 18px;
  }
}
#content .card-content {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 15px;
  width: 30%;
  box-shadow: 1px 1px 24px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  #content .card-content {
    width: 100%;
    margin: 15px 0;
  }
}
#content .card-content img {
  width: 100%;
  height: auto;
}
#content .card-content h2 {
  font-family: "semibold";
  font-size: 24px;
  color: #252525;
  margin-top: 20px;
  text-align: center;
}
#content .card-content h3 {
  margin-top: 30px;
  font-family: "semibold";
  font-size: 65px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 767.98px) {
  #content .card-content h3 {
    font-size: 50px;
  }
}
#content .card-content p {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
  margin-top: 20px;
}
#content .card-content p strong {
  font-family: "medium";
  margin-top: 20px;
}
#content .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  width: fit-content;
  margin: 40px auto 0;
}
@media (max-width: 767.98px) {
  #content .button {
    text-align: center;
    display: block;
    width: 100%;
  }
}
#content .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#content .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #content .button a {
    font-size: 16px;
  }
}

#text {
  padding: 65px 0;
}
@media (max-width: 992px) {
  #text {
    margin: 20px 0;
    padding: 30px 20px;
  }
}
#text .content {
  margin-top: 25px;
  width: 80%;
}
@media (max-width: 767.98px) {
  #text .content {
    width: 100%;
  }
}
#text .content h1 {
  font-family: "semibold";
  font-size: 35px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  #text .content h1 {
    font-size: 20px;
  }
}
#text .content h2 {
  font-family: "semibold";
  font-size: 25px;
  color: #252525;
}
@media (max-width: 767.98px) {
  #text .content h2 {
    font-size: 20px;
  }
}
#text .content h3 {
  font-family: "semibold";
  font-size: 20px;
  color: #252525;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #text .content h3 {
    font-size: 18px;
  }
}
#text .content p {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
}
#text .content p strong {
  font-family: "medium";
}
#text .content p a {
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.contact {
  padding: 100px 0;
  background: linear-gradient(84.36deg, rgba(255, 145, 0, 0.025) 0%, rgba(255, 145, 0, 0.1) 100%);
}
@media (max-width: 767.98px) {
  .contact {
    text-align: center;
  }
}
.contact .content-contact h1 {
  font-family: "semibold";
  font-size: 40px;
  color: #252525;
  width: 80%;
}
@media (max-width: 767.98px) {
  .contact .content-contact h1 {
    font-size: 35px;
    width: 100%;
  }
}
.contact .content-contact h2 {
  font-family: "regular";
  font-size: 16px;
  color: #252525;
  width: 80%;
}
@media (max-width: 767.98px) {
  .contact .content-contact h2 {
    width: 100%;
  }
}
.contact .content-contact h3 {
  font-family: "medium";
  font-size: 15px;
  color: rgba(37, 37, 37, 0.5019607843);
  margin-top: 40px;
}
.contact .content-contact .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .contact .content-contact .button {
    margin: 0 auto;
  }
}
.contact .content-contact .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.contact .content-contact .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}
.contact .content-contact .button-orange {
  padding: 15px 30px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  width: fit-content;
}
@media (max-width: 767.98px) {
  .contact .content-contact .button-orange {
    margin: 0 auto;
  }
}
.contact .content-contact .button-orange a {
  font-family: "medium";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.contact .reference {
  margin-top: 40px;
}
.contact .reference .reference-content {
  text-align: left !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .contact .reference .reference-content {
    text-align: center !important;
    margin: 0 auto;
  }
}
.contact .reference .reference-content img {
  width: 20%;
}
.contact .formular h2 {
  font-family: "semibold";
  font-size: 40px;
  color: #252525;
  margin-bottom: 50px;
}
.contact .formular .form-control {
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  color: rgba(37, 37, 37, 0.5019607843);
  font-size: 16px;
  font-family: "regular";
}
.contact .formular .form-control:focus {
  box-shadow: none;
}
.contact .formular label {
  color: rgba(37, 37, 37, 0.5019607843);
  font-size: 14px;
}
.contact .formular .btn {
  margin-top: 30px;
  padding: 15px 30px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  width: 100%;
  font-family: "medium";
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.contact .social-media {
  text-align: center;
  margin-top: 40px;
}
.contact .social-media a img {
  filter: brightness(1.4);
  width: 25px;
  margin: 0 10px;
}

.error {
  background: linear-gradient(84.36deg, rgba(255, 145, 0, 0.025) 0%, rgba(255, 145, 0, 0.1) 100%);
  padding: 100px 0;
}
.error h1 {
  margin: 80px 0;
  font-family: "bold";
  font-size: 200px;
  background: -webkit-linear-gradient(#FF9100, #FFB800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error h2 {
  font-family: "semibold";
  font-size: 40px;
  color: #252525;
}
.error .button {
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  display: flex;
  width: fit-content;
  margin: 20px auto;
}
.error .button:before {
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(to right, #FF9100, #FFB800);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.error .button a {
  font-family: "medium";
  font-size: 18px;
  color: #252525;
  text-decoration: none;
}

footer {
  padding: 65px 0;
  background: linear-gradient(#FF9100, #FFB800);
}
@media (max-width: 991.98px) {
  footer .logo {
    margin-bottom: 50px;
    text-align: center;
  }
}
footer .logo img {
  width: 60%;
  height: auto;
}
@media (max-width: 991.98px) {
  footer .logo img {
    width: 40%;
  }
}
footer .item .items {
  text-align: right;
}
@media (max-width: 767.98px) {
  footer .item .items {
    margin-top: 30px;
    text-align: center;
  }
}
footer .item .items h3 {
  margin-bottom: 15px;
  font-family: "medium";
  font-size: 16px;
}
footer .item .items h3 a {
  color: #fff;
  text-decoration: none;
}
footer .item .items ul {
  list-style: none;
  padding: 0;
}
footer .item .items ul li {
  margin-bottom: 5px;
  font-family: "regular";
  font-size: 16px;
}
footer .item .items ul li.strong {
  font-family: "medium";
}
footer .item .items ul li a {
  color: #fff;
  text-decoration: none;
}
footer .item .items .social-media a img {
  width: 20px;
  margin-left: 15px;
}

/*# sourceMappingURL=main.css.map */
