body {
  background-color: #ACAEAF;
}
body * {
  font: 20px/1.5 "Inter", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: rgba(51, 51, 51, 0.7);
}
*:focus {
  outline: none;
}
body, .apple {
  width: 100vw;
  overflow-x: hidden;
}
.apple.twoCirclesLeft, .apple.circleLeft {
  position: relative;
}
.apple.twoCirclesLeft:before, .apple.twoCirclesLeft:after, .apple.circleLeft:before, .apple.circleLeft:after {
  content: url("/resources/themes/ttcfessenbach/images/icons/circle__filled.svg");
  position: absolute;
  left: -12rem;
  top: 40%;
  transform: translateY(-60%);
  z-index: -1;
}
.apple.twoCirclesLeft:before, .apple.circleLeft:before {
  display: none;
  right: unset;
  left: -12rem;
  top: 70%;
  transform: translateY(-30%);
}
.apple.twoCirclesLeft:after {
  left: unset;
  right: -12rem;
  display: block;
}
.apple.twoCirclesLeft:before {
  display: block;
}
.cursor__pointer {
  cursor: pointer;
}
.gradient {
  background: #00A4EA;
  background: linear-gradient(90deg, #00A4EA 0%, #25BBFB 100%);
}
.border-bottom {
  border-bottom: 3px solid #313234 !important;
}
.bg-dark {
  background-color: #1F2023;
}
.rounded {
  border-radius: 20px;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #1F2023;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00A4EA;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00A4EA;
}
@media screen and (min-width: 1920px) {
  .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media screen and (min-width: 2500px) {
  .container-fluid {
    padding-left: 300px;
    padding-right: 300px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fttcfessenbach%2Fscss%2Fsettings%2F_settings.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA1EA%3BAA%2BEA%3BAAAA%3BAAAA%3BAA%2FEA%3BAAoFA%3BAAAA%3BAAAA%3BAApFA%3BAAyFA%3BAAAA%3BAAAA%3BAAzFA%3BAA8FA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */