/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-content {
  padding: 0;
  margin: 0;
}
.g-container {
  width: 100%;
}
#g-page-surround #g-container-main #g-mainbar {
  padding: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: #424753;
  box-shadow: none;
  border-radius: 5px;
  border: 2px solid black;
}
::-webkit-scrollbar-track {
  background: black;
}
@keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes form-fade-in {
  0% {
    opacity: 0;
    transform: translatey(10px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}
@keyframes form-fade-out {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes scroll-in-left {
  0% {
    transform: translate(100vw, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll-in-right {
  0% {
    transform: translate(-100vw, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll-in-up {
  0% {
    transform: translate(0, 100vw);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll-in-down {
  0% {
    transform: translate(0, -100vw);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scroll-out-left {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100vw, 0);
  }
}
@keyframes scroll-out-right {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100vw, 0);
  }
}
@keyframes scroll-out-up {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100vh);
  }
}
@keyframes scroll-out-down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100vh);
  }
}
.scroll-in-left {
  animation: scroll-in-left 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-right {
  animation: scroll-in-right 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-up {
  animation: scroll-in-up 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-in-down {
  animation: scroll-in-down 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-left {
  animation: scroll-out-left 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-right {
  animation: scroll-out-right 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-up {
  animation: scroll-out-up 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.scroll-out-down {
  animation: scroll-out-down 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-g-recaptcha {
  display: none;
}
.taktiessurvey-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #4db2b3;
}
.taktiessurvey-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, transparent, #00000080);
}
.taktiessurvey-wrapper .taktiessurvey-chapters {
  position: relative;
  width: 100%;
  height: 100%;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter.active {
  opacity: 1;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: 1000px;
  max-width: 100vw;
  height: 100vh;
  padding: 50px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  color: white;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: all;
  z-index: 11;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button {
  animation: fade-in-down 0.5s forwards cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(2) {
  animation-delay: 20ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(3) {
  animation-delay: 40ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(4) {
  animation-delay: 60ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(5) {
  animation-delay: 80ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(6) {
  animation-delay: 100ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(7) {
  animation-delay: 120ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(8) {
  animation-delay: 140ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(9) {
  animation-delay: 160ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(10) {
  animation-delay: 180ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active .rating button:nth-child(11) {
  animation-delay: 200ms;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page.active span.subject span.number {
  opacity: 1;
  transform: scale(1.8) translateX(-10px);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject {
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-direction: row;
  background: #4db2b3;
  padding: 5px 20px 5px 20px;
  height: 50px;
  border-radius: 25px;
  gap: 10px;
  overflow: hidden;
  font-size: 15px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page span.subject span.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #4db2b3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 5px #3d8f90;
  font-weight: bold;
  opacity: 0;
  transform: scale(1.8) translateX(-50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page h1.title {
  max-width: 600px;
  margin: 0;
  font-size: 50px;
  line-height: 60px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page p.indent {
  margin-left: 25px;
  max-width: 700px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 15px;
  border-radius: 18px;
  background: #FFFFFF20;
  margin: 0;
  gap: 5px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating button.option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background: #00000090;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating button.option:before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 12px;
  border: 3px solid white;
  opacity: 0;
  transform: scale(1.1);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating button.option:hover:before {
  opacity: 0.8;
  transform: scale(1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating button.option:last-child {
  margin-left: 15px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .rating button.option.checked {
  position: relative;
  background: white;
  color: black;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 20vh;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons button.survey-button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  padding: 0;
  font-size: 20px;
  opacity: 0.7;
  transition: opacity 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons button.survey-button i {
  font-size: 25px;
}
.taktiessurvey-wrapper .taktiessurvey-chapters section.chapter section.page .buttons button.survey-button:hover {
  opacity: 1;
}
.taktiessurvey-wrapper form.taktiessurvey-form {
  position: absolute;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 10px #00000010;
  padding: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form .loader {
  position: absolute;
  border: 10px solid #2e6b6c;
  border-radius: 50%;
  border-top: 10px solid #4db2b3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
.taktiessurvey-wrapper form.taktiessurvey-form.loading .loader {
  animation: form-loader 2s linear infinite;
  opacity: 0.9;
}
.taktiessurvey-wrapper form.taktiessurvey-form.loading .taktiessurvey-fields {
  opacity: 0.5;
  pointer-events: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form span.checkbox {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin: 10px;
}
.taktiessurvey-wrapper form.taktiessurvey-form span.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translatey(-3px);
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-label {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  top: -20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: form-fade-in 0.5s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.5s;
  user-select: none;
  pointer-events: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-label span {
  display: flex;
  align-items: center;
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-label span i {
  font-size: 7px;
  transform: translate(2px, -3px);
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-label span.form-control-feedback {
  color: #4db2b3;
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-check-label span {
  display: flex;
  align-items: center;
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-check-label span i {
  font-size: 7px;
  transform: translate(2px, -3px);
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-check-label span.form-control-feedback {
  color: #4db2b3;
}
.taktiessurvey-wrapper form.taktiessurvey-form label.form-check-label.invalid {
  color: unset;
}
.taktiessurvey-wrapper form.taktiessurvey-form input {
  margin: 0;
  padding: 0 20px;
  height: 55px;
  position: relative;
}
.taktiessurvey-wrapper form.taktiessurvey-form input, .taktiessurvey-wrapper form.taktiessurvey-form textarea {
  border: 1px solid #efefef;
  border-radius: 8px;
  background: white;
  box-shadow: none;
  transition: all 0s;
}
.taktiessurvey-wrapper form.taktiessurvey-form input:focus, .taktiessurvey-wrapper form.taktiessurvey-form textarea:focus {
  border-color: #4db2b3;
  outline: none;
  box-shadow: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form input:focus:invalid, .taktiessurvey-wrapper form.taktiessurvey-form textarea:focus:invalid {
  border-color: #4db2b3;
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form input:focus:invalid:focus, .taktiessurvey-wrapper form.taktiessurvey-form textarea:focus:invalid:focus {
  border-color: #4db2b3;
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form input:hover, .taktiessurvey-wrapper form.taktiessurvey-form textarea:hover {
  border-color: #4db2b3;
  outline: none;
  box-shadow: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form input:hover i, .taktiessurvey-wrapper form.taktiessurvey-form input:hover span, .taktiessurvey-wrapper form.taktiessurvey-form textarea:hover i, .taktiessurvey-wrapper form.taktiessurvey-form textarea:hover span {
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form input.invalid, .taktiessurvey-wrapper form.taktiessurvey-form textarea.invalid {
  border: 1px solid #4db2b3;
}
.taktiessurvey-wrapper form.taktiessurvey-form input::placeholder, .taktiessurvey-wrapper form.taktiessurvey-form textarea::placeholder {
  color: #ccc;
}
.taktiessurvey-wrapper form.taktiessurvey-form input, .taktiessurvey-wrapper form.taktiessurvey-form select, .taktiessurvey-wrapper form.taktiessurvey-form textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.taktiessurvey-wrapper form.taktiessurvey-form select {
  width: 100%;
  margin: 0;
  height: 40px;
  position: relative;
  padding: 0;
}
.taktiessurvey-wrapper form.taktiessurvey-form select option {
  padding: 0;
  margin: 0;
}
.taktiessurvey-wrapper form.taktiessurvey-form select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form select:focus:invalid:focus {
  border: none;
  border: none;
  outline: none;
  outline: none;
  box-shadow: none;
  box-shadow: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form textarea {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  padding: 15px 20px;
}
.taktiessurvey-wrapper form.taktiessurvey-form textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.taktiessurvey-wrapper form.taktiessurvey-form textarea::-webkit-scrollbar-thumb {
  background: #4db2b3;
  border-radius: 0px;
  box-shadow: none;
}
.taktiessurvey-wrapper form.taktiessurvey-form textarea::-webkit-scrollbar-track {
  background: white;
}
.taktiessurvey-wrapper form.taktiessurvey-form fieldset {
  margin: 0;
}
.taktiessurvey-wrapper form.taktiessurvey-form .fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px 20px;
  width: 100%;
}
.taktiessurvey-wrapper form.taktiessurvey-form .fields .field {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: 1 / span 6;
}
.taktiessurvey-wrapper form.taktiessurvey-form .fields .field:nth-child(1) {
  grid-column: 1 / span 3;
}
.taktiessurvey-wrapper form.taktiessurvey-form .fields .field:nth-child(2) {
  grid-column: 4 / span 3;
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  color: #424753;
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes input[type=checkbox] {
  width: 19px;
  height: 19px;
  cursor: pointer;
  transform: translateY(3px);
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes label span {
  margin: 0;
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes label a {
  color: #424753 !important;
}
.taktiessurvey-wrapper form.taktiessurvey-form .checkboxes label a:hover {
  text-decoration: underline;
}
.taktiessurvey-wrapper form.taktiessurvey-form .buttons {
  width: 100%;
  display: flex;
  gap: 20px;
}
.taktiessurvey-wrapper form.taktiessurvey-form .buttons .button-send {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4db2b3;
  border-radius: 8px;
  height: 55px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}
.taktiessurvey-wrapper form.taktiessurvey-form .buttons .button-send:hover {
  background: #45a1a2;
}
/*# sourceMappingURL=custom_13.css.map */