@charset "UTF-8";

.site-header.always-dark,
/* body {
  --tailorte-primary-navy: #730C99;
  --tailorte-primary-navy-2: #7527eb;
  --tailorte-primary-dark: #111111;
  --tailorte-neutral-dark: #111111;
  --tailorte-neutral-normal: #555555;
  --tailorte-neutral-medium: #999999;
  --tailorte-neutral-medium-dark: #333333;
  --tailorte-neutral-white: #ffffff;
  --tailorte-always-white: #ffffff;
  --tailorte-always-neutral-white: #cccccc;
  --tailorte-always-dark: #111111;
  --tailorte-shade-border-line: #dddddd;
  --tailorte-shade-background: #F8F9FC;
  --tailorte-shade-background-2: #f4f2fd;
  --tailorte-shade-background-3: #e9eaff;
  --tailorte-shade-background90: rgba(248, 249, 252, 0.9);
  --tailorte-tone-red: #ff1f25;
  --tailorte-tone-blue: #5A0678;
  --tailorte-tone-green: #3ab446;
  --tailorte-tone-yellow: #ffdd0f;
  --tailorte-icon-dark: #111111;
  --tailorte-icon-medium: #dddddd;
  --tailorte-border-line: #eeeeee;
  --tailorte-boxshadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.06);
  --tailorte-boxshadow-2: 0px 4px 20px rgba(17, 17, 17, 0.08)
} */

/* --tailorte-primary-navy: #d3c3ff; */
/* --tailorte-primary-navy-2: #d5b8ff; */

body {
  --tailorte-primary-navy: #730c99;
  --tailorte-primary-navy-2: #7527eb;
  --tailorte-primary-dark: #eeeeee;
  --tailorte-neutral-dark: #ffffff;
  --tailorte-neutral-normal: #cccccc;
  --tailorte-neutral-medium: #888888;
  --tailorte-neutral-medium-dark: #bbbbbb;
  --tailorte-neutral-white: #222222;
  --tailorte-always-white: #222222;
  --tailorte-always-neutral-white: #333333;
  --tailorte-always-dark: #eeeeee;
  --tailorte-shade-border-line: #444444;
  --tailorte-shade-background: #1a1a1a;
  --tailorte-shade-background-2: #252525;
  --tailorte-shade-background-3: #2f2f2f;
  --tailorte-shade-background90: rgba(10, 10, 10, 0.9);
  --tailorte-tone-red: #ff7a7f;
  --tailorte-tone-blue: #a989d8;
  --tailorte-tone-green: #8ae79a;
  --tailorte-tone-yellow: #ffe466;
  --tailorte-icon-dark: #ffffff;
  --tailorte-icon-medium: #888888;
  --tailorte-border-line: #444444;
  --tailorte-boxshadow: 0rem 0rem 1.25rem rgba(0, 0, 0, 0.9);
  --tailorte-boxshadow-2: 0px 4px 20px rgba(0, 0, 0, 0.8);
}

.image-border {
  background-color: #fff;
  border-radius: 300px 50px 390px 300px;
  box-shadow: 0 0 8px 8px #730d99 inset;
  box-shadow: 1px 1px 0px 0px #ffa2a6, 2px 2px 0px 0px #ffa2a6,
    3px 3px 0px 0px #ffa2a6, 4px 4px 0px 0px #ffa2a6, 5px 5px 0px 0px #ffa2a6,
    6px 6px 0px 0px #ffa2a6, 7px 7px 0px 0px #ffa2a6, 8px 8px 0px 0px #ffa2a6;
}

/* .text-background {
  background-color: #730d99 !important;
  background-color: #730d9947 !important;
  z-index: 120;
  border-radius: 15px;
  padding: 20px;
  text-shadow: 1px 1px #730d9947;
} */

@media screen and (min-width: 768px) {
  .full-screen {
    margin: 0;
    padding: 30px 0;
    height: 100vh;
    width: 100vw;
    overflow-x: visible;
    scroll-behavior: smooth;
  }
}

@media screen and (max-width: 768px) {
  .full-screen {
    padding: 30px 10px;
  }
}

.index-menu {
  color: #5f5f5f !important;
}

.index-menu:hover {
  color: #730d99 !important;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .index-menu {
    color: #d1cbcb !important;
  }
}

.text-on-light {
  color: var(--tailorte-always-white);
}

.text-on-light h4,
.text-on-light h2 {
  color: var(--tailorte-always-white);
}

.container-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensures content stays centered */
}

/* start */
.scroll-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh; /* Full viewport height */
  padding: 0 10%;
  position: relative;
  overflow: hidden; /* Prevent content from overflowing */
}

.content-left,
.content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.center-image {
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

.content-block {
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.content-block.active {
  opacity: 1;
  font-weight: bold;
}

.appAudience {
  position: relative;
  overflow: hidden; /* Ensures images stay within the container */
  background: linear-gradient(180deg, #222222 0%, #730d99 100%);
  width: 100%;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
}

.text-fader {
  position: relative;
  z-index: 2;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.audience-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  border-radius: 20px;

  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.audience-image.first {
  transform: translateX(-50%) translateY(0); /* The first image starts in place */
  opacity: 1; /* First image visible */
}
/* END */

.why-box {
  /* background-color: #b076c5; */
  background: linear-gradient(180deg, #222222 0%, #730d99 100%);
  border: solid 1px #730d99 !important;
}

.dark {
  color: #222222;
}

.medium {
  color: var(--tailorte-always-neutral-white, #888888);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  color: var(--tailorte-primary-dark, #111);
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

ul {
  list-style: none;
  letter-spacing: -0.3em;
}

ul li {
  letter-spacing: normal;
}

button {
  margin: 0;
}

html {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: var(--tailorte-neutral-normal, #555);
  font-family: Poppins, sans-serif;
  background-color: var(--tailorte-neutral-white, #fff);
}

*,
::after,
::before {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--tailorte-primary-dark, #111);
}

a:hover {
  color: var(--tailorte-primary-navy, #730c99);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-content-sb {
  justify-content: space-between;
}

.flex-content-s {
  justify-content: flex-start;
}

.flex-content-c {
  justify-content: center;
}

.flex-content-e {
  justify-content: flex-end;
}

.flex-align-c {
  align-items: center;
}

.flex-align-s {
  align-items: flex-start;
}

.flex-align-e {
  align-items: flex-end;
}

.spdtb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.spdb {
  padding-bottom: 80px;
}

.spdt {
  padding-top: 58px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt32 {
  margin-top: 32px;
}

.mt20 {
  margin-top: 20px;
}

.pdr50 {
  padding-right: 50px;
}

.pdl50 {
  padding-left: 50px;
}

.pdr80 {
  padding-right: 80px;
}

.pdr100 {
  padding-right: 100px;
}

.pdl100 {
  padding-left: 100px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr30 {
  padding-right: 30px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pt120 {
  padding-top: 120px;
}

.pt60 {
  padding-top: 60px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.vh65 {
  height: 65vh;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.vh-align-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.br10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.br8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.br20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.br30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.br35 {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
}

.br60 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.h46 {
  height: 46px;
}

.background-dark {
  background-color: #1f1e22;
}

.background-always-white {
  background-color: var(--tailorte-always-white, #fff) !important;
}

.apply-color-white {
  color: var(--tailorte-always-white, #fff) !important;
}

.apply-color-primary {
  color: var(--tailorte-primary-navy, #730c99) !important;
}

.background-primary-light {
  /* background-color: #ecc1ff !important */
  /* background-color:  #391c45 !important */
  /* background-color: var(--tailorte-primary-navy) !important */
  /* background-color: #3d3d3d */
  background: linear-gradient(to bottom, #ffffff, #730d99);
  border-bottom: solid 7px #ecdff1;
}

.section-border {
  border-bottom: solid 7px #ecdff1;
}

.background-primary-light-1 {
  /* background-color: #f6e2ff !important */
  /* background-color:  #391c45 !important */
  /* background-color: #3d3d3d; */
  background: linear-gradient(to bottom, #ffffff, #730d99);
}

.make-active {
  color: var(--tailorte-primary-navy, #730c99) !important;
}

.background-navy {
  background-color: var(--tailorte-primary-navy, #730c99);
}

.background-navy-2 {
  background-color: var(--tailorte-primary-navy-2, #7527eb);
}

.background-yellow {
  background-color: var(--tailorte-primary-navy, #730c99);
}

.color-navy {
  color: var(--tailorte-primary-navy, #730c99);
}

.color-dark {
  color: var(--tailorte-neutral-dark, #111);
}

.color-always-dark {
  color: var(--tailorte-always-dark, #111);
}

.color-always-light {
  /* color: var(--tailorte-always-light, #111) */
  color: var(--tailorte-neutral-light, #111);
}

.color-always-medium {
  /* color: var(--tailorte-always-medium, #111) */
  color: var(--tailorte-shade-background, #111);
}

.submission-modal {
  background-color: rgb(0 0 0 / 83%) !important;
}

.thankyou-link:active {
  color: var(--tailorte-neutral-medium, #888888) !important;
  /* color: red !important */
}
.thankyou-link:hover {
  color: var(--tailorte-neutral-medium, #888888) !important;
}

.modal-primary {
  background-color: var(--tailorte-primary-navy, #730c99) !important;
}

.background-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.section-features {
  background-color: #fff8ee;
}

.button-wrap .button {
  margin-right: 24px;
}

.button-wrap .button:last-child {
  margin-right: 0;
}

.button-wrap.layout-02 .button {
  margin-right: 12px;
}

.button-wrap.layout-02 .button:last-child {
  margin-right: 0;
}

.button-wrap.layout-02 .button.fullfield-dark {
  background-color: var(--tailorte-neutral-dark, #111);
  border-color: var(--tailorte-neutral-dark, #111);
  color: var(--tailorte-neutral-dark, #fff);
}

.button-wrap.layout-02 .button.fullfield-dark:hover {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-dark, #fff);
}

.button-wrap.align-center .button-more {
  margin: 0 auto;
}

.button-wrap.mb16 {
  margin-bottom: 16px;
}

.button-more {
  height: 80px;
  width: 80px;
  background-color: var(--tailorte-neutral-white, #fff);
  border: 1px solid var(--tailorte-neutral-dark, #111);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.button-more:hover {
  background-color: var(--tailorte-neutral-dark, #111);
  color: var(--tailorte-neutral-dark, #fff);
}

.button {
  height: 46px;
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
}

.button i {
  font-size: 16px;
  margin-left: 12px;
}

.button.fullfield {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #fff);
}

.button.fullfield:hover {
  background-color: var(--tailorte-tone-blue, #5a0678);
  border-color: var(--tailorte-primary-navy, #730c99);
}

.button.fullfield-yellow {
  background-color: var(--tailorte-tone-yellow, #ffdd0f);
  border-color: var(--tailorte-tone-yellow, #ffdd0f);
  color: var(--tailorte-always-dark, #111);
}

.button.fullfield-yellow:hover {
  background-color: var(--tailorte-neutral-white, #fff);
  border-color: var(--tailorte-neutral-white, #fff);
}

.button.fullfield-white {
  background-color: var(--tailorte-always-white, #fff);
  border-color: var(--tailorte-always-white, #fff);
  color: var(--tailorte-always-dark, #111);
}

.button.fullfield-white:hover {
  background-color: var(--tailorte-always-dark, #111);
  border-color: var(--tailorte-always-dark, #111);
  color: var(--tailorte-always-white, #fff);
}

.button.fullfield-dark {
  background-color: var(--tailorte-always-dark, #111);
  border-color: var(--tailorte-always-dark, #111);
  color: var(--tailorte-always-white, #fff);
}

.button.fullfield-dark:hover {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #fff);
}

.button.text {
  padding: 0;
  height: auto;
  font-weight: 500;
}

.button.text-white {
  color: var(--tailorte-always-white, #fff);
  padding: 0;
  height: auto;
  font-weight: 500;
}

.button.text:hover {
  color: var(--tailorte-primary-navy, #730c99);
}

.button.text.color-navy:hover {
  color: var(--tailorte-tone-blue, #5a0678);
}

.swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }

  .xlg-hidden {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .pdr100,
  .pdr30,
  .pdr50,
  .pdr60,
  .pdr80 {
    padding-right: 0;
  }

  .pdl100,
  .pdl30,
  .pdl50,
  .pdl60,
  .pdl80 {
    padding-left: 0;
  }

  .lg-mt32 {
    margin-top: 32px;
  }

  .lg-mt60 {
    margin-top: 60px;
  }

  .lg-mb60 {
    margin-bottom: 60px;
  }

  .pt120 {
    padding-top: 100px;
  }

  .lg-hidden {
    display: none !important;
  }

  .lg-order-1 {
    order: 1;
  }

  .lg-order-2 {
    order: 2;
  }

  .lg-pdl30 {
    padding-left: 30px;
  }

  .lg-pdr30 {
    padding-right: 30px;
  }

  .vh100 {
    height: auto;
  }
}

@media (max-width: 768px) {
  .pt60,
  .spdt {
    padding-top: 40px;
  }

  .spdb {
    padding-bottom: 40px;
  }

  .spdtb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mt60,
  .mt80 {
    margin-top: 30px;
  }

  .mb60,
  .mb80 {
    margin-bottom: 30px;
  }

  .swiper .swiper-pagination {
    margin-top: 20px;
  }

  .md-hidden {
    display: none !important;
  }

  .pt120 {
    padding-top: 40px;
  }

  .lg-mb60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .xs-mb10 {
    margin-bottom: 10px;
  }

  .xs-hidden {
    display: none !important;
  }

  .button-wrap.flex {
    flex-direction: column;
  }

  .button-wrap.flex .button {
    margin: 0 0 10px 0;
    justify-content: center;
    width: 100%;
  }

  .button-wrap.flex .button:last-child {
    margin-bottom: 0;
  }

  .button-wrap .button {
    margin-right: 24px;
  }

  .button-wrap .button:last-child {
    margin-right: 0;
  }
}

@keyframes lqdFIFloatOne {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-3%);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    opacity: 1;
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple {
  0% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.site-main {
  min-height: 500px;
}

.site-content {
  padding: 80px 0;
}

.site-content.pt0 {
  padding-top: 0;
}

.site-content .post-content h3 {
  margin-top: 32px;
}

.site-content .post-content h4 {
  margin-top: 24px;
}

.site-content .post-content p {
  margin-top: 16px;
  line-height: 1.5;
}

.site-content .post-content p:first-child {
  margin-top: 0;
}

.site-content .post-content h1,
.site-content .post-content h2,
.site-content .post-content h3,
.site-content .post-content h4,
.site-content .post-content h5,
.site-content .post-content h6 {
  color: var(--tailorte-neutral-dark, #111);
}

.site-content .post-content ul {
  padding-left: 14px;
  margin-top: 24px;
}

.site-content .post-content ul li + li {
  margin-top: 24px;
}

.site-content .post-content ul {
  list-style: disc;
}

.top-action {
  margin-bottom: 32px;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 32px;
  color: var(--tailorte-always-dark, #111);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  left: 20px;
}

.swiper:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  right: 20px;
}

.swiper-button-prev:after {
  content: "\f104";
}

.tab-wrap .tab-content {
  display: none;
}

.tab-wrap .tab-content.is-active {
  display: block;
}

.tab-wrap .tab-content li span {
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
  margin-right: 8px;
}

.tab-wrap .tab-content li:not(:last-child) {
  margin-bottom: 16px;
}

.apps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.apps img:not(:first-child) {
  margin-left: 15px;
}

.apps.m220 img {
  max-width: 220px;
}

.images.layout-01 {
  position: relative;
}

.images.layout-01 .img01 {
  position: absolute;
  top: -20px;
  left: 0;
}

.images.layout-01 .img02 {
  margin-left: -100px;
  position: relative;
}

.images.layout-02 {
  text-align: center;
}

.images.layout-02 .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.images.layout-02 .img02 {
  position: absolute;
  top: 0;
  width: 45%;
  left: 50px;
  z-index: 2;
}

.images.layout-02 .img03 {
  position: absolute;
  top: -25px;
  width: 54%;
  right: 50px;
  z-index: 3;
}

.images.layout-02 .img04 {
  position: absolute;
  max-width: 80px;
  bottom: -120px;
  left: 80px;
  z-index: 1;
}

.images.layout-02 .img05 {
  position: absolute;
  top: -25px;
  width: 54%;
  left: 50px;
  z-index: 3;
}

.images.layout-02 .img06 {
  position: absolute;
  top: 0;
  width: 45%;
  right: 50px;
  z-index: 2;
}

.images.layout-02 .img07 {
  position: absolute;
  max-width: 80px;
  bottom: -120px;
  right: 80px;
  z-index: 1;
}

.images.layout-02 .img08 {
  position: absolute;
  bottom: 130px;
  width: 60%;
  left: -90px;
}

.images.layout-02 .img09 {
  position: absolute;
  bottom: 42px;
  width: 60%;
  right: 0;
}

.images.layout-02 .img10 {
  position: absolute;
  top: 110px;
  width: 9%;
  left: -22px;
}

.images.layout-02 .img11 {
  position: absolute;
  top: 70px;
  width: 9%;
  right: 20px;
}

.images.layout-02 .img12 {
  position: absolute;
  bottom: 120px;
  width: 9%;
  right: -43px;
}

.images.layout-02 .img13 {
  position: absolute;
  bottom: 26%;
  width: 40%;
  right: -100px;
}

.images.layout-02 .img14 {
  position: absolute;
  bottom: 9%;
  width: 65%;
  right: -100px;
}

.images.layout-02 .img15 {
  position: absolute;
  top: 9%;
  width: 65%;
  left: -100px;
}

.images.layout-02 .img16 {
  position: absolute;
  top: 26%;
  width: 65%;
  left: -100px;
}

.images.layout-02 .img17 {
  position: absolute;
  top: 63%;
  right: -8%;
  width: 27%;
}

.images.layout-02 .img18 {
  position: absolute;
  top: 47%;
  left: -28%;
  width: 36%;
}

.images.layout-02 .img19 {
  position: absolute;
  top: 19%;
  right: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img20 {
  position: absolute;
  top: 35%;
  right: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img21 {
  position: absolute;
  top: 33%;
  left: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img22 {
  position: absolute;
  top: 49%;
  left: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img23 {
  position: absolute;
  bottom: 35%;
  right: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img24 {
  position: absolute;
  bottom: 19%;
  right: -10%;
  width: 90px;
  border-radius: 50%;
}

.images.layout-02 .img25 {
  position: absolute;
  top: 41%;
  right: 33%;
  width: 24%;
}

.images.layout-02 .img26 {
  position: absolute;
  width: 8%;
  top: 12%;
  left: 0;
}

.images.layout-02 .img27 {
  position: absolute;
  width: 12%;
  top: 75%;
  left: -4%;
}

.images.layout-02 .img28 {
  position: absolute;
  width: 8%;
  left: -16%;
  top: 12%;
}

.images.layout-02 .img29 {
  position: absolute;
  width: 24%;
  left: -12%;
  top: 48%;
}

.images.layout-02 .img30 {
  position: absolute;
  width: 24%;
  left: -12%;
  top: 69%;
}

.images.layout-02 .img31 {
  padding: 0 50px;
}

.images.layout-02 .img32 {
  position: absolute;
  width: 55%;
  left: 19%;
  bottom: 0;
}

.images.layout-03 {
  text-align: center;
}

.images.layout-03 .inner {
  /* max-width: 570px; */
  margin: 0 auto;
  position: relative;
}
.smaller {
  width: 90%;
}
.images.layout-03 .img01 {
  position: relative;
  z-index: 1;
}

.images.layout-03 .img02 {
  position: absolute;
  top: -20px;
  width: 66%;
  left: 0;
  z-index: 2;
}

.images.layout-03 .img03 {
  position: absolute;
  top: 10px;
  width: 66%;
  right: 0;
  z-index: 1;
}

.images.layout-03 .img04 {
  position: absolute;
  top: -55px;
  width: 88%;
  left: -48px;
  z-index: 2;
}

.images.layout-03 .img05 {
  position: absolute;
  top: -35px;
  width: 92%;
  right: -55px;
  z-index: 1;
}

.images.layout-03 .img06 {
  position: absolute;
  top: -12%;
  width: 26%;
  left: 40px;
}

.images.layout-03 .img07 {
  position: absolute;
  top: 2%;
  width: 26%;
  left: 105px;
}

.images.layout-03 .img08 {
  position: absolute;
  top: 17%;
  width: 23%;
  left: 40px;
}

.images.layout-03 .img09 {
  position: absolute;
  top: -8px;
  width: 10%;
  right: 38%;
}

.images.layout-03 .img10 {
  position: absolute;
  top: 62px;
  width: 15%;
  right: 20%;
}

.images.layout-03 .img11 {
  position: absolute;
  top: 55px;
  width: 13%;
  right: 0;
}

.images.layout-03 .img12 {
  position: absolute;
  top: 16%;
  width: 13%;
  left: 0;
}

.images.layout-03 .img13 {
  position: absolute;
  top: 4%;
  width: 13%;
  left: 16%;
}

.images.layout-03 .img14 {
  position: absolute;
  top: 16%;
  width: 13%;
  left: 31%;
}

.images.layout-03 .img15 {
  position: absolute;
  top: 2%;
  width: 55%;
  left: 6%;
}

.images.layout-03 .img16 {
  position: absolute;
  top: 12%;
  width: 55%;
  right: 6%;
}

.images.layout-03 .img17 {
  position: absolute;
  top: 3%;
  width: 62%;
  right: 4%;
}

.images.layout-03 .img18 {
  position: absolute;
  top: 22%;
  width: 23%;
  left: 10%;
}

.images.layout-03 .img19 {
  position: absolute;
  bottom: 17%;
  width: 66%;
  left: 3%;
}

.images.layout-03 .img20 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.images.layout-03 .img21 {
  position: absolute;
  top: 0;
  width: 11%;
  right: 15%;
}

.images.layout-03 .img22 {
  position: absolute;
  bottom: 0;
  width: 29%;
  left: 11%;
  z-index: -1;
}

.images.layout-03 .img23 {
  position: absolute;
  top: -23%;
  width: 100%;
  left: -14%;
  z-index: 1;
}

.images.layout-03 .img24 {
  position: absolute;
  top: 39%;
  width: 95%;
  left: 11%;
  z-index: 1;
}

.images.layout-03 .img25 {
  position: absolute;
  top: 5%;
  width: 21%;
  left: 0;
}

.images.layout-03 .img26 {
  position: absolute;
  top: 25%;
  width: 11%;
  right: -12%;
}

.images.layout-03 .img27 {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 0;
}

.images.layout-03 .img28 {
  position: absolute;
  left: -40px;
  bottom: 80px;
  z-index: 0;
}

.images.layout-04 .inner {
  max-width: 350px;
  padding-bottom: 200px;
  position: relative;
}

.images.layout-04 .img02 {
  position: absolute;
  top: 75px;
  width: 56%;
  left: 86px;
}

.images.layout-04 .img03 {
  position: absolute;
  top: 60px;
  width: 25%;
  left: -25px;
}

.images.layout-04 .img04 {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 40vw;
  max-width: 40vw;
}

.images.layout-04 .img05 {
  position: absolute;
  top: 147px;
  width: 51%;
  left: 42px;
}

.images.layout-05 .inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}

.images.layout-05 .img02 {
  position: absolute;
  width: 5%;
  top: -18%;
  left: 15%;
}

.images.layout-05 .img03 {
  position: absolute;
  width: 4%;
  top: -21%;
  left: -8%;
}

.images.layout-05 .img04 {
  position: absolute;
  width: 5%;
  top: 5%;
  left: -16%;
}

.images.layout-05 .img05 {
  position: absolute;
  width: 5%;
  top: -18%;
  right: -15%;
}

.images.layout-05 .img06 {
  position: absolute;
  width: 4%;
  top: -11%;
  right: 7%;
}

.images.layout-05 .img07 {
  position: absolute;
  width: 4%;
  top: -37%;
  right: -1%;
}

.images.layout-06 {
  position: relative;
}

.images.layout-07 .inner {
  max-width: 915px;
  margin: 0 auto;
  padding-left: 165px;
  position: relative;
}

.images.layout-07 .img01 {
  position: relative;
  z-index: 2;
}

.images.layout-07 .img02 {
  position: absolute;
  max-width: 15%;
  left: 0;
  top: 15%;
}

.images.layout-07 .img03 {
  position: absolute;
  max-width: 15%;
  right: -7%;
  bottom: 3%;
  z-index: 1;
}

.images.layout-07 .img04 {
  position: absolute;
  max-width: 25%;
  left: 5%;
  bottom: 0;
  z-index: 3;
}

.images.layout-08 img {
  height: 44px;
  margin-right: 55px;
}

.images.layout-08 img:last-child {
  margin-right: 0;
}

.images.layout-09 {
  position: relative;
  padding-right: 30px;
}

.images.layout-09 .img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
}

.images.layout-10 .inner {
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}

.images.layout-10 .img02 {
  width: 67%;
  position: absolute;
  top: 12%;
  left: -20%;
}

.images.layout-10 .img03 {
  width: 49%;
  position: absolute;
  top: -26%;
  left: 25%;
}

.images.layout-10 .img04 {
  width: 62%;
  position: absolute;
  top: 1%;
  left: 65%;
}

.images.layout-10 .img05 {
  width: 75%;
  position: absolute;
  top: 26%;
  left: 20%;
  z-index: 1;
}

.images.layout-10 .img06 {
  width: 28%;
  position: absolute;
  top: 106%;
  left: 3%;
  z-index: 1;
}

.images.layout-10 .img07 {
  width: 95%;
  position: absolute;
  top: -12%;
  left: 3%;
  z-index: 1;
}

.images.layout-10 .img08 {
  width: 57%;
  position: absolute;
  top: -7%;
  left: 54%;
  z-index: 1;
}

.images.layout-10 .img09 {
  width: 95%;
  position: absolute;
  top: -12%;
  left: 3%;
  z-index: 1;
}

.images.layout-10 .img10 {
  width: 80%;
  position: absolute;
  top: -9%;
  left: -18%;
  z-index: 1;
}

.images.layout-10 .img11 {
  width: 100%;
  position: absolute;
  top: 36%;
  left: -11%;
  z-index: 1;
}

.images.layout-10 .img12 {
  width: 27%;
  position: absolute;
  top: 8%;
  left: 71%;
  z-index: 1;
}

.images.layout-10 .img13 {
  width: 87%;
  position: absolute;
  top: 9%;
  left: 7%;
  z-index: -1;
}

.images.layout-11 {
  text-align: right;
  position: relative;
}

.images.layout-11 .img01 {
  max-width: 400px;
}

.images.layout-11 .img02 {
  position: absolute;
  right: -13%;
  bottom: -17%;
}

.images.layout-11 .img03 {
  position: absolute;
  right: 33%;
  bottom: -4%;
}

.images.layout-11 .img04 {
  position: absolute;
  width: 6%;
  left: -6%;
  top: 6%;
}

.images.layout-11 .img05 {
  position: absolute;
  width: 8%;
  left: -4%;
  bottom: 16%;
}

.images.layout-12 .inner {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.images.layout-12 .img01 {
  height: 400px;
  object-fit: contain;
}

.images.layout-12 .img02 {
  position: absolute;
  top: -9%;
  left: 19%;
}

.images.layout-12 .img03 {
  position: absolute;
  left: 22.5%;
  top: -6.5%;
}

.images.layout-12 .img04 {
  position: absolute;
  top: -15%;
  left: 67%;
}

.images.layout-13 {
  text-align: right;
}

.images.layout-13 .img01 {
  margin-bottom: -100px;
  margin-right: 10px;
}

.images.layout-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.images.layout-14 img {
  height: 64px;
  margin-right: 20px;
}

.images.layout-14 span {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.images.layout-15 img {
  width: 37%;
  margin-left: 23%;
  margin-bottom: 20px;
}

.images.layout-16 .inner {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.images.layout-16 .img02 {
  position: absolute;
  width: 31%;
  left: -9%;
  top: 11%;
}

.images.layout-16 .img03 {
  position: absolute;
  width: 34%;
  top: 0;
  right: -8%;
}

.images.layout-16 .img04 {
  position: absolute;
  width: 8%;
  top: 68%;
  right: 7%;
}

.images.layout-16 .img05 {
  position: absolute;
  width: 35%;
  top: 49%;
  left: -17%;
  z-index: -1;
}

.images.layout-17 .item {
  padding: 44px 36px;
  background-color: var(--tailorte-neutral-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.images.layout-17 .item img {
  height: 26px;
  object-fit: contain;
}

.images.layout-18 {
  text-align: center;
}

.images.layout-18 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 10px 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.section.has-icon {
  position: relative;
}

.section.icon-bottom-right > .icon {
  position: absolute;
  bottom: -84px;
  right: 25%;
}

.section.icon-bottom-left > .icon {
  position: absolute;
  bottom: -84px;
  left: 25%;
}

.section.icon-bottom-center > .icon {
  position: absolute;
  bottom: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section > .icon {
  max-width: 90px;
  z-index: 2;
}

img.h600 {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.w500 {
  font-weight: 500;
}

.field-input {
  margin-bottom: 20px;
}
.field-input label {
  color: var(--tailorte-neutral-dark, #111111);
  display: block;
  margin-bottom: 8px;
}

.field-checkbox input,
.field-radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: auto;
}
.field-checkbox input:checked + label:after,
.field-radio input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.field-checkbox label,
.field-radio label {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
.field-checkbox label:before,
.field-radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--tailorte-shade-background, #f8f9fc);
  position: absolute;
  top: 2px;
  left: 0;
}
.field-checkbox label:after,
.field-radio label:after {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: -1px;
  left: 2px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.field-checkbox label a,
.field-radio label a {
  color: var(--tailorte-primary-navy, #730c99);
}
.field-checkbox label a:hover,
.field-radio label a:hover {
  text-decoration: underline;
}

.field-radio label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.field-radio label:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-primary-navy, #730c99);
  top: 5px;
  left: 3px;
}

.field-password {
  position: relative;
}
.field-password i {
  position: absolute;
  bottom: 14px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

input,
textarea {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  background-color: var(--tailorte-shade-background, #f8f9fc);
  color: var(--tailorte-neutral-dark, #111111);
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

textarea {
  height: 240px;
  resize: none;
}

input[type="submit"] {
  background-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #ffffff);
  padding: 0 28px;
  width: auto;
}
input[type="submit"]:hover {
  background-color: var(--tailorte-tone-blue, #5a0678);
}

.button-wrap .button {
  margin-right: 24px;
}
.button-wrap .button:last-child {
  margin-right: 0;
}
.button-wrap.layout-02 .button {
  margin-right: 12px;
}
.button-wrap.layout-02 .button:last-child {
  margin-right: 0;
}
.button-wrap.layout-02 .button.fullfield-dark {
  background-color: var(--tailorte-neutral-dark, #111111);
  border-color: var(--tailorte-neutral-dark, #111111);
  color: var(--tailorte-neutral-white, #ffffff);
}
.button-wrap.layout-02 .button.fullfield-dark:hover {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #ffffff);
}
.button-wrap.align-center .button-more {
  margin: 0 auto;
}
.button-wrap.mb16 {
  margin-bottom: 16px;
}

.note {
  font-size: 14px;
  margin-top: 12px;
}

.button-more {
  height: 80px;
  width: 80px;
  background-color: var(--tailorte-neutral-white, #ffffff);
  border: 1px solid var(--tailorte-neutral-dark, #111111);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button-more:hover {
  background-color: var(--tailorte-neutral-dark, #111111);
  color: var(--tailorte-neutral-white, #ffffff);
}

.button {
  height: 46px;
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
}
.button i {
  font-size: 16px;
  margin-left: 12px;
}
.button.fullfield {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-dark, #ffffff);
}
.button.fullfield:hover {
  background-color: var(--tailorte-tone-blue, #5a0678);
  border-color: var(--tailorte-primary-navy, #730c99);
}
.button.fullfield-yellow {
  background-color: var(--tailorte-tone-yellow, #ffdd0f);
  border-color: var(--tailorte-tone-yellow, #ffdd0f);
  color: var(--tailorte-always-dark, #111111);
}
.button.fullfield-yellow:hover {
  background-color: var(--tailorte-neutral-white, #ffffff);
  border-color: var(--tailorte-neutral-white, #ffffff);
}
.button.fullfield-white {
  background-color: var(--tailorte-always-white, #ffffff);
  border-color: var(--tailorte-always-white, #ffffff);
  color: var(--tailorte-always-dark, #111111);
}
.button.fullfield-white:hover {
  background-color: var(--tailorte-always-dark, #111111);
  border-color: var(--tailorte-always-dark, #111111);
  color: var(--tailorte-always-white, #ffffff);
}
.button.fullfield-dark {
  background-color: var(--tailorte-always-dark, #111111);
  border-color: var(--tailorte-always-dark, #111111);
  color: var(--tailorte-always-white, #ffffff);
}
.button.fullfield-dark:hover {
  background-color: var(--tailorte-primary-navy, #730c99);
  border-color: var(--tailorte-primary-navy2);
  color: var(--tailorte-always-dark, #ffffff);
}
.button.borderline {
  border-color: var(--tailorte-neutral-dark, #111111);
  color: var(--tailorte-neutral-dark, #111111);
}
.button.borderline:hover {
  background-color: var(--tailorte-neutral-dark, #111111);
  color: var(--tailorte-neutral-white, #ffffff);
}
.button.borderline .icon-before {
  margin: 0 12px 0 0;
  font-size: 24px;
}
.button.borderline-dark {
  border-color: var(--tailorte-always-dark, #111111);
  color: var(--tailorte-always-dark, #111111);
}
.button.borderline-dark:hover {
  background-color: var(--tailorte-always-dark, #111111);
  color: var(--tailorte-always-white, #ffffff);
}
.button.borderline-dark .icon-before {
  margin: 0 12px 0 0;
  font-size: 24px;
}
.button.borderline-white {
  border-color: var(--tailorte-always-white, #ffffff);
  color: var(--tailorte-always-white, #ffffff);
}
.button.borderline-white:hover {
  background-color: var(--tailorte-always-white, #ffffff);
  color: var(--tailorte-always-dark, #111111);
}
.button.borderline-white .icon-before {
  margin: 0 12px 0 0;
  font-size: 24px;
}
.button.underline {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 2px 0;
  height: auto;
  color: var(--tailorte-neutral-dark, #111111);
  padding-left: 40px;
  position: relative;
}
.button.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
  height: 1px;
  display: block;
  background-color: var(--tailorte-neutral-dark, #111111);
}
.button.underline i {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
}
.button.underline:hover {
  background-color: transparent;
  color: var(--tailorte-primary-navy, #730c99);
}
.button.underline:hover:after {
  background-color: var(--tailorte-primary-navy, #730c99);
}
.button.text {
  padding: 0;
  height: auto;
  font-weight: 500;
}
.button.text-white {
  color: var(--tailorte-always-white, #ffffff);
  padding: 0;
  height: auto;
  font-weight: 500;
}
.button.text:hover {
  color: var(--tailorte-primary-navy, #730c99);
}
.button.text.color-navy:hover {
  color: var(--tailorte-tone-blue, #5a0678);
}

.swiper .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: var(--tailorte-neutral-medium, #999999);
}
.swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tailorte-neutral-dark, #111111);
}

.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .images.layout-16 .inner {
    margin: 0 120px;
  }
}

@media (max-width: 992px) {
  .images.layout-01 .img01 {
    top: 0;
  }

  .images.layout-01 .img02 {
    margin-left: -50px;
  }

  .images.layout-04 .img04 {
    width: 570px;
    max-width: 570px;
  }

  .images.layout-10 .inner {
    margin: 0 60px;
  }

  .images.layout-11 {
    padding-top: 200px;
  }

  .images.layout-11 .img02 {
    width: 70%;
    right: -8%;
    bottom: -12%;
  }

  .images.layout-11 .img03 {
    right: 26%;
    bottom: -3%;
    width: 49%;
  }

  .images.layout-11 .img04 {
    left: 16%;
    top: 14%;
  }

  .images.layout-11 .img05 {
    left: 20%;
    bottom: 14%;
  }

  .images.layout-17 .item {
    margin-bottom: 30px;
  }

  .apps.m220 img {
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .site-content {
    padding: 30px 0;
  }

  .top-action {
    flex-direction: column;
  }

  .images.layout-02 .inner {
    width: 100%;
    max-width: 100%;
  }

  .images.layout-02 .img01 {
    width: 100%;
  }

  .images.layout-02 .img08,
  .images.layout-02 .img09,
  .images.layout-02 .img10,
  .images.layout-02 .img11,
  .images.layout-02 .img12,
  .images.layout-02 .img13,
  .images.layout-02 .img14,
  .images.layout-02 .img15,
  .images.layout-02 .img16,
  .images.layout-02 .img19,
  .images.layout-02 .img20,
  .images.layout-02 .img21,
  .images.layout-02 .img22,
  .images.layout-02 .img23,
  .images.layout-02 .img24,
  .images.layout-02 .img26,
  .images.layout-02 .img27,
  .images.layout-02 .img28,
  .images.layout-02 .img29,
  .images.layout-02 .img30 {
    display: none;
  }

  .images.layout-07 {
    padding: 0 40px;
  }

  .images.layout-07 .inner {
    padding-left: 60px;
  }

  .images.layout-11 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .images.layout-11 .img01 {
    width: 100%;
  }

  .images.layout-11 .img02 {
    width: 91%;
    bottom: auto;
    top: 1%;
  }

  .images.layout-11 .img03 {
    width: 63%;
    bottom: auto;
    top: 5%;
  }

  .images.layout-11 .img04,
  .images.layout-11 .img05 {
    display: none;
  }

  .images.layout-16 .inner {
    margin: 0 60px 30px;
  }
}

@media (max-width: 576px) {
  .images.layout-03 .inner svg {
    width: 100%;
    height: auto;
  }

  .images.layout-03 .inner .img26 {
    display: none;
  }

  .images.layout-04 .img04 {
    width: 300px;
    max-width: 300px;
  }

  .images .inner.xs-w50 {
    width: 50%;
  }

  .images.layout-10 svg {
    width: 100%;
    height: 100%;
  }

  .images.layout-11 {
    padding-bottom: 0;
  }

  .images.layout-13 {
    text-align: center;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .images.layout-13 img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }

  .images.layout-13 .img01 {
    margin: 0 0 30px 0;
  }

  .images.layout-14 {
    flex-wrap: wrap;
  }

  img.h600 {
    height: 350px;
  }
}

.site-header {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: var(--tailorte-neutral-white, #fff);
}

.site-header .logo svg path {
  fill: var(--tailorte-neutral-dark, #fff);
}

.site-header.is-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent;
}

.site-header .header-left {
  padding-left: 35px;
}

.site-header .header-right {
  padding-right: 35px;
}

.site-header .customer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.site-header .customer a i {
  font-size: 28px;
  margin-right: 10px;
  display: none;
}

.site-header .inner {
  position: relative;
}

.site-header .canvas-menu {
  margin-right: 35px;
  display: none;
}

.site-header .canvas-menu .icon svg g {
  fill: var(--tailorte-neutral-dark);
}

.site-header .main-menu > ul > li {
  display: inline-block;
}

.site-header .main-menu > ul > li > a {
  padding: 14px 18px;
  display: block;
  font-weight: 500;
}

.site-header .main-menu > ul > li > a:hover .toggle-sub-menu:after {
  color: var(--tailorte-primary-navy, #730c99);
}

.site-header .main-menu > ul > li:hover > .sub-menu {
  top: calc(100% + 30px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}

.site-header .main-menu > ul > li:hover > .sub-menu .sub-menu {
  pointer-events: all;
}

.site-header .main-menu > ul > li:hover > .sub-menu::before {
  visibility: visible;
  pointer-events: all;
}

.site-header .main-menu > ul > li:last-child {
  margin-right: 0;
}

.site-header .main-menu .sub-menu {
  position: absolute;
  top: calc(100% + 45px);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
}

.site-header .main-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -32px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.site-header .main-menu .toggle-sub-menu:after {
  content: "\f107";
  font-family: "Line Awesome Free";
  margin-left: 8px;
  color: var(--tailorte-neutral-normal, #555);
  vertical-align: 2px;
  font-size: 12px;
  font-weight: 900;
}

.site-header .main-menu .is-mega-menu .sub-menu > li {
  width: 100%;
  display: inline-block;
}

.site-header .main-menu .is-mega-menu .sub-menu .mega-menu {
  box-shadow: var(--tailorte-boxshadow);
  padding: 24px;
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: var(--tailorte-neutral-white, #fff);
  border-radius: 5px;
}

.site-header .main-menu .is-mega-menu .sub-menu .mega-menu .mega-menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
  padding-left: 15px;
  padding-right: 15px;
}

.site-header .main-menu .is-mega-menu .sub-menu .mega-menu .mega-menu-item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.site-header .main-menu .is-mega-menu .sub-menu .mega-menu .mega-menu-item li {
  margin-bottom: 12px;
  display: block;
}

.site-header .main-menu .is-mega-menu .sub-menu .mega-menu .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.site-header .main-menu .is-normal-menu {
  position: relative;
}

.site-header .main-menu .is-normal-menu .sub-menu {
  width: 240px;
  text-align: left;
  padding: 10px 0;
  background-color: var(--tailorte-neutral-white, #fff);
  box-shadow: var(--tailorte-boxshadow);
}

.site-header .main-menu .is-normal-menu .sub-menu li {
  position: relative;
}

.site-header .main-menu .is-normal-menu .sub-menu li a {
  padding: 10px 18px;
  display: block;
}

.site-header .main-menu .is-normal-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
  pointer-events: all;
}

.site-header .main-menu .is-normal-menu .sub-menu li:hover > .sub-menu:before {
  top: -15px;
  left: -15px;
  visibility: visible;
  pointer-events: all;
}

.site-header .main-menu .is-normal-menu .sub-menu li .toggle-sub-menu:after {
  content: "\f105";
  font-family: "Line Awesome Free";
  margin-left: 8px;
  color: var(--tailorte-neutral-normal, #555);
  vertical-align: 0;
  font-size: 12px;
  float: right;
  font-weight: 900;
}

.site-header .main-menu .is-normal-menu .sub-menu .sub-menu {
  top: 15px;
  left: calc(100% + 10px);
}

.site-header .main-menu .is-normal-menu.left .sub-menu .sub-menu {
  right: calc(100% + 10px);
  left: auto;
}

.site-header .main-menu .is-normal-menu.left li:hover > .sub-menu:before {
  right: -15px;
  left: auto;
}

.site-header .main-menu .menu-action {
  display: none;
}

.site-header .customer span {
  font-weight: 500;
}

.site-header .buttons {
  margin-left: 35px;
}

.site-header .buttons .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.site-header .buttons .button i {
  font-size: 28px;
  margin-right: 10px;
  display: none;
}

.site-header.layout-02 .header-left {
  padding-left: 0;
}

.site-header.layout-02 .header-right {
  padding-right: 0;
}

.site-header.layout-02 .canvas-menu {
  margin-right: 0;
  display: inline-block;
}

.site-header.layout-02 .canvas-menu .icon svg g {
  fill: var(--tailorte-neutral-dark);
}

.site-header.layout-02 .main-menu {
  text-align: left;
}

.site-header.layout-02 .main-menu > ul > li > a {
  padding: 14px 10px;
}

.site-header.layout-02 .main-menu .is-mega-menu .sub-menu .mega-menu {
  max-width: 900px;
}

.site-header.layout-02
  .main-menu
  .is-mega-menu
  .sub-menu
  .mega-menu
  .mega-menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.site-header.layout-02 .main-menu {
  position: fixed;
  top: 0;
  left: auto;
  right: -360px;
  bottom: 0;
  z-index: 99;
  background-color: var(--tailorte-neutral-white, #fff);
  opacity: 0;
  visibility: hidden;
  max-width: 360px;
  width: 100%;
  transition: all 0.3s;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  overflow: hidden;
}

.site-header.layout-02 .main-menu.is-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.site-header.layout-02 .main-menu > ul {
  transition: all 0.3s;
}

.site-header.layout-02 .main-menu > ul > li {
  display: block;
}

.site-header.layout-02 .main-menu > ul > li a {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 18px;
  display: block;
  line-height: 1.1;
}

.site-header.layout-02 .main-menu > ul > li:hover > .sub-menu {
  top: 0;
}

.site-header.layout-02 .main-menu .toggle-sub-menu {
  cursor: pointer;
}

.site-header.layout-02 .main-menu .toggle-sub-menu:after {
  display: inline-block;
  padding: 0 10px;
  vertical-align: 6px;
  transform: rotate(-90deg);
}

.site-header.layout-02 .main-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  right: auto;
  bottom: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header.layout-02 .main-menu .sub-menu:before {
  content: "";
  display: none;
}

.site-header.layout-02 .main-menu .is-mega-menu .sub-menu > li {
  display: block;
}

.site-header.layout-02 .main-menu .is-mega-menu .sub-menu .mega-menu {
  box-shadow: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.site-header.layout-02
  .main-menu
  .is-mega-menu
  .sub-menu
  .mega-menu
  .mega-menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.site-header.layout-02
  .main-menu
  .is-mega-menu
  .sub-menu
  .mega-menu
  .mega-menu-item
  h6 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 18px;
  line-height: 1.1;
  margin-bottom: 0;
}

.site-header.layout-02
  .main-menu
  .is-mega-menu
  .sub-menu
  .mega-menu
  ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--tailorte-neutral-white, #fff);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header.layout-02
  .main-menu
  .is-mega-menu
  .sub-menu
  .mega-menu
  ul.sub-menu
  li {
  margin: 0;
}

.site-header.layout-02 .main-menu .menu-action {
  display: flex;
  padding: 18px;
  justify-content: space-between;
}

.site-header.layout-02 .main-menu .menu-action .menu-back {
  display: none;
}

.site-header.layout-02 .main-menu .menu-action .item {
  cursor: pointer;
}

.site-header.layout-02 .main-menu .menu-action i {
  font-size: 28px;
  color: var(--tailorte-neutral-dark, #111);
}

.site-header.layout-02 .main-menu .is-normal-menu {
  position: static;
}

.site-header.layout-02
  .main-menu
  .is-normal-menu
  .sub-menu
  li
  .toggle-sub-menu::after {
  transform: none;
  float: none;
  vertical-align: 6px;
  font-size: 14px;
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu {
  width: 100%;
  box-shadow: none;
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu li {
  position: static;
}

.site-header.layout-02 .main-menu .is-normal-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  padding: 0;
}

@media (max-width: 1250px) {
  .site-header .header-left,
  .site-header .header-right {
    padding: 0;
  }

  .site-header .main-menu > ul > li > a {
    padding: 14px 10px;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu {
    max-width: 900px;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu .mega-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (max-width: 992px) {
  .site-header .canvas-menu {
    display: block;
  }

  .site-header .header-center {
    text-align: left;
  }

  .site-header .col-0 {
    flex: 1;
    padding: 0;
  }

  .site-header .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: var(--tailorte-neutral-white, #fff);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s;
  }

  .site-header .main-menu.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .site-header .main-menu > ul {
    transition: all 0.3s;
  }

  .site-header .main-menu > ul > li {
    display: block;
  }

  .site-header .main-menu > ul > li a {
    font-size: 32px;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
    line-height: 1.1;
  }

  .site-header .main-menu > ul > li:hover > .sub-menu {
    top: 0;
  }

  .site-header .main-menu .toggle-sub-menu {
    cursor: pointer;
  }

  .site-header .main-menu .toggle-sub-menu:after {
    display: inline-block;
    padding: 0 10px;
    vertical-align: 6px;
    transform: rotate(-90deg);
  }

  .site-header .main-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    right: auto;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header .main-menu .sub-menu:before {
    content: "";
    display: none;
  }

  .site-header .main-menu .is-mega-menu .sub-menu > li {
    display: block;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu {
    box-shadow: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu .mega-menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header
    .main-menu
    .is-mega-menu
    .sub-menu
    .mega-menu
    .mega-menu-item
    h6 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 18px;
    line-height: 1.1;
    margin-bottom: 0;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: var(--tailorte-neutral-white, #fff);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header .main-menu .is-mega-menu .sub-menu .mega-menu ul.sub-menu li {
    margin: 0;
  }

  .site-header .main-menu .menu-action {
    display: flex;
    padding: 18px;
    justify-content: space-between;
  }

  .site-header .main-menu .menu-action .menu-back {
    display: none;
  }

  .site-header .main-menu .menu-action .item {
    cursor: pointer;
  }

  .site-header .main-menu .menu-action i {
    font-size: 28px;
    color: var(--tailorte-neutral-dark, #111);
  }

  .site-header .main-menu .is-normal-menu {
    position: static;
  }

  .site-header .main-menu .is-normal-menu .sub-menu li .toggle-sub-menu::after {
    transform: none;
    float: none;
    vertical-align: 6px;
    font-size: 14px;
  }

  .site-header .main-menu .is-normal-menu .sub-menu {
    width: 100%;
    box-shadow: none;
  }

  .site-header .main-menu .is-normal-menu .sub-menu li {
    position: static;
  }

  .site-header .main-menu .is-normal-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .site-header .canvas-menu {
    margin-right: 20px;
  }

  .site-header .customer a i {
    display: block;
    margin: 0;
  }

  .site-header .customer a span {
    display: none;
  }

  .site-header .buttons {
    margin-left: 20px;
  }

  .site-header .buttons .button {
    padding: 10px 12px;
  }

  .site-header .buttons .button i {
    display: block;
    margin: 0;
  }

  .site-header .buttons .button span {
    display: none;
  }
}

.footer-top {
  border-top: 1px solid var(--tailorte-border-line, #eee);
  padding: 60px 0;
}

.footer-top .footer-about {
  padding-right: 30px;
}

.footer-top .footer-about .logo {
  margin-bottom: 24px;
}

.footer-top .footer-about .logo svg path {
  fill: var(--tailorte-neutral-dark, #fff);
}

.footer-top .footer-about p {
  font-size: 18px;
  color: var(--tailorte-neutral-normal, #555);
  line-height: 1.44;
}

.footer-top .footer-menu h6,
.footer-top .footer-newsletter h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-top .footer-menu li {
  margin-bottom: 16px;
}

.footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-top .footer-menu li a {
  font-size: 16px;
  font-weight: 400;
}

.footer-top .footer-newsletter p {
  font-size: 16px;
  color: var(--tailorte-neutral-normal, #555);
  line-height: 1.44;
  margin-bottom: 24px;
}

.footer-top .newsletter {
  position: relative;
  max-width: 100%;
  margin: 0;
}

.footer-top .newsletter button {
  border: 0;
  background-color: var(--tailorte-primary-navy, #730c99);
  padding: 0 12px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tailorte-always-white, #fff);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}

.footer-top .newsletter button:hover {
  background-color: var(--tailorte-tone-blue, #5a0678);
}

.footer-bottom .inner {
  border-top: 1px solid var(--tailorte-border-line, #eee);
  padding: 40px 0;
}

.footer-bottom .copyright {
  font-size: 14px;
  color: var(--tailorte-neutral-dark, #111);
}

.footer-bottom .menu li {
  display: inline-block;
}

.footer-bottom .menu li + li {
  margin-left: 24px;
}

.footer-bottom .menu li a {
  font-size: 14px;
  font-weight: 500;
}

.backtotop {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-primary-navy, #730c99);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 0;
  color: var(--tailorte-neutral-white, #fff);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.backtotop.show {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.backtotop:hover {
  background-color: var(--tailorte-tone-blue, #5a0678);
}

.footer.layout-02 .footer-top {
  padding: 40px 0 30px;
  border-top: 0;
}

.footer.layout-02 .footer-bottom {
  padding-bottom: 60px;
}

.footer.layout-02 .copyright {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.footer.layout-03 .footer-top {
  border: 0;
  padding-top: 0;
}

.footer.layout-03 .footer-top .footer-menu h6 {
  font-weight: 600;
}

.footer.layout-04 .top {
  max-width: 470px;
  margin-bottom: 54px;
}

.footer.layout-04 .top .desc {
  color: var(--tailorte-neutral-medium, #999);
}

.footer.layout-04 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer.layout-04 .bottom .copyright {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--tailorte-neutral-medium, #999);
  margin-right: 54px;
}

.footer.layout-04 .bottom .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.footer.layout-04 .bottom .menu ul li {
  margin-right: 32px;
}

.footer.layout-04 .bottom .menu ul li:last-child {
  margin-right: 0;
}

.footer.layout-04 .bottom .menu ul a {
  color: var(--tailorte-always-white, #fff);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.footer.layout-04 .bottom .menu ul a:hover {
  color: var(--tailorte-primary-navy, #730c99);
}

@media (max-width: 992px) {
  .footer-top .footer-item {
    margin-bottom: 30px;
    padding: 0;
  }

  .footer-top .footer-item.footer-newsletter {
    margin-bottom: 0;
  }

  .footer-top .footer-about .logo,
  .footer-top .footer-item h6 {
    margin-bottom: 16px;
  }

  .footer.layout-04 .top {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .footer-bottom .inner {
    flex-direction: column;
  }

  .footer-bottom .copyright {
    margin-bottom: 12px;
  }

  .footer.layout-04 .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer.layout-04 .bottom .copyright {
    margin: 0 0 30px 0;
  }
}

.pagination {
  display: block;
  margin-top: 20px;
}

.pagination .inner {
  letter-spacing: -0.3em;
}

.pagination a,
.pagination span {
  letter-spacing: normal;
}

.pagination span {
  background-color: var(--tailorte-neutral-dark, #111);
  color: var(--tailorte-neutral-white, #fff);
}

.pagination a.number,
.pagination span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

.pagination a.prev {
  margin-right: 20px;
}

.pagination a.prev i {
  margin-right: 10px;
}

.pagination a.next {
  display: inline-block;
  line-height: 40px;
}

.pagination a.next i {
  margin-left: 10px;
}

.post-head {
  margin-bottom: 60px;
}

.post-head .post-title {
  margin-bottom: 16px;
}

.post-head .post-title h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
}

.post-head .post-author .avatar {
  margin-right: 16px;
}

.post-head .post-author .avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.post-head .post-author .info span {
  display: block;
}

.post-head .post-author .info span + span {
  margin-top: 4px;
}

.post-head .post-author .info .name a {
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}

.post-head .post-author .info .date {
  font-size: 14px;
}

.post {
  margin-bottom: 60px;
}

.post.post-list:not(.post-featured) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.post.post-list:not(.post-featured).style-boxed {
  border: 1px solid var(--tailorte-border-line, #eee);
}

.post.post-list:not(.post-featured).style-bg {
  background-color: var(--tailorte-shade-background, #f9f9f9);
}

@media (max-width: 992px) {
  .post.post-list:not(.post-featured) {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .post {
    margin-bottom: 30px;
  }
}

.portfolio-action {
  margin-bottom: 48px;
  margin-top: 40px;
}

.portfolio {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .portfolio-action {
    margin: 0 0 30px 0;
  }

  .portfolio {
    margin-bottom: 30px;
  }
}

.portfolio-title {
  margin-bottom: 16px;
}

.portfolio-head {
  max-width: 640px;
  margin: 0 auto;
}

.portfolio-desc p {
  font-size: 16px;
  line-height: 1.5;
}

.portfolio-meta {
  margin-top: 40px;
}

.portfolio-meta li {
  display: inline-block;
  padding: 4px 80px 4px 16px;
  text-align: left;
  border-left: 1px solid var(--tailorte-border-line, #eee);
}

.portfolio-meta li:last-child {
  padding-right: 0;
}

.portfolio-meta li span {
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
  display: inline-block;
  margin-bottom: 8px;
}

.portfolio-meta li i {
  font-size: 24px;
  color: var(--tailorte-primary-navy, #730c99);
  vertical-align: -2px;
  margin-left: 5px;
}

.portfolio-gallery .title h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.post-type-portfolio.layout-01 .site-content {
  padding-bottom: 0;
}

.post-type-portfolio.layout-02 .site-content {
  padding: 0;
}

.post-type-portfolio.layout-02 .portfolio-head {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-right: 15px;
}

.post-type-portfolio.layout-02 .portfolio-meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 15px;
}

.post-type-portfolio.layout-02 .portfolio-meta {
  margin: 0;
}

.post-type-portfolio.layout-02 .portfolio-meta li {
  padding: 4px 16px;
  width: 50%;
}

.post-type-portfolio.layout-02 .portfolio-meta li:nth-child(1),
.post-type-portfolio.layout-02 .portfolio-meta li:nth-child(2) {
  margin-bottom: 36px;
}

.post-type-portfolio.layout-03 .site-content {
  padding-bottom: 0;
}

.post-type-portfolio.layout-03 .portfolio-head {
  max-width: 100%;
}

.post-type-portfolio.layout-03 .portfolio-meta {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}

.post-type-portfolio.layout-03 .portfolio-meta li {
  padding: 18px 0;
  border-left: 0;
  border-bottom: 1px solid var(--tailorte-border-line, #eee);
  width: 100%;
}

.post-type-portfolio.layout-03 .portfolio-meta li:last-child {
  border-bottom: 0;
}

.post-type-portfolio.layout-03 .portfolio-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
  padding-left: 80px;
}

.post-type-portfolio.layout-03 .portfolio-desc {
  margin-bottom: 40px;
}

.post-type-portfolio.layout-03 .portfolio-desc p + p {
  margin-top: 24px;
}

.post-type-portfolio.layout-03 .portfolio-author .avatar {
  margin-right: 16px;
}

.post-type-portfolio.layout-03 .portfolio-author .avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.post-type-portfolio.layout-03 .portfolio-author .info span {
  display: block;
}

.post-type-portfolio.layout-03 .portfolio-author .info span + span {
  margin-top: 4px;
}

.post-type-portfolio.layout-03 .portfolio-author .info .name a {
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}

.post-type-portfolio.layout-03 .portfolio-author .info .date {
  font-size: 14px;
}

.post-type-portfolio.layout-03 .portfolio-gallery img + img {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .post-type-portfolio.layout-03 .portfolio-head {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .portfolio-title h1 {
    font-size: 42px;
  }

  .portfolio-meta li {
    width: 50%;
    padding: 4px 16px;
    margin-bottom: 24px;
  }

  .portfolio-gallery .title h3 {
    font-size: 24px;
  }

  .post-type-portfolio.layout-02 .portfolio-head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .post-type-portfolio.layout-02 .portfolio-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .post-type-portfolio.layout-03 .portfolio-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .post-type-portfolio.layout-03 .portfolio-meta li {
    width: 50%;
    border-bottom: 0;
    border-left: 1px solid var(--tailorte-border-line, #eee);
    padding: 4px 16px;
  }

  .post-type-portfolio.layout-03 .portfolio-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .post-type-portfolio.layout-03 .portfolio-head .flex {
    flex-wrap: wrap;
  }
}

.product-gallery {
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.product-gallery .control {
  flex-basis: 120px;
  max-width: 120px;
}

.product-gallery .control .swiper-slide .item {
  border: 1px solid transparent;
}

.product-gallery .control .swiper {
  padding-bottom: 2px;
}

.product-gallery .control .swiper:hover .swiper-button-prev {
  top: 10px;
}

.product-gallery .control .swiper:hover .swiper-button-next {
  top: calc(100% - 10px);
}

.product-gallery .control .swiper-button-prev {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  -moz-transform: translate(-50%, 50%) rotate(90deg);
  -o-transform: translate(-50%, 50%) rotate(90deg);
  -ms-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
}

.product-gallery .control .swiper-button-next {
  top: 100%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  -moz-transform: translate(50%, -50%) rotate(90deg);
  -o-transform: translate(50%, -50%) rotate(90deg);
  -ms-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}

.product-gallery .view {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  position: relative;
}

.product-gallery .view img {
  width: 100%;
}

.product-gallery .swiper {
  height: 570px;
}

.product-gallery .item,
.product-gallery img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.product-tab {
  margin-top: 48px;
}

@media (max-width: 992px) {
  .product-gallery {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .product-gallery .control {
    display: none;
  }

  .product-gallery .view {
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-gallery .view .swiper-slide,
  .product-gallery .view img {
    height: 100%;
  }

  .product-gallery .view .product-view-pagination {
    display: none;
  }

  .product-gallery .swiper {
    height: auto;
  }

  .product-tab {
    margin-top: 30px;
  }
}

.contact-content {
  padding-right: 30px;
}

.contact-content .heading {
  margin-bottom: 32px;
}

.contact-box a {
  display: block;
  padding: 16px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--tailorte-always-white, #fff);
  font-size: 16px;
  font-weight: 500;
}

.contact-box a span {
  display: block;
  margin-top: 7px;
  font-size: 18px;
}

.contact-box a.background-dark {
  color: var(--tailorte-always-white, #fff);
}

@media (max-width: 992px) {
  .contact-content {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .contact-box {
    margin-bottom: 20px;
  }
}

.content-404 h1 {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 24px;
}

.content-404 p {
  font-size: 24px;
  line-height: 1.33;
}

.content-404 a {
  color: var(--tailorte-primary-navy, #730c99);
}

.content-404 a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .content-404 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .content-404 h1 {
    font-size: 32px;
  }

  .content-404 p {
    font-size: 18px;
  }
}

.heading {
  max-width: 800px;
  margin: 0 auto 60px;
}

.heading svg {
  margin-bottom: 32px;
}

.heading.align-left {
  max-width: 100%;
  margin: 0 0 60px 0;
}

.heading .heading-sub {
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading .heading-sub.color-navy {
  color: var(--tailorte-primary-navy, #730c99);
}

.heading .heading-sub + .heading-title {
  margin-top: 12px;
}

.heading .heading-sub.size-xl {
  font-size: 32px;
}

.heading .heading-sub.layout-02 {
  background-color: var(--tailorte-tone-yellow, #ffdd0f);
  color: var(--tailorte-always-dark, #111);
  display: inline-block;
  padding: 9px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.heading .heading-sub.w600 {
  font-weight: 600;
}

.heading .heading-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 0;
}

.heading .heading-title.size-xl {
  font-size: 56px;
}

.heading .heading-title.size-xxl {
  font-size: 44px;
}

.heading .heading-title.size-l {
  font-size: 40px;
}

.heading .heading-title.size-m {
  font-size: 24px;
}

.heading .heading-title.w400 {
  font-weight: 400;
}

.heading .heading-title.w500 {
  font-weight: 500;
}

.heading .heading-title.mb30 {
  margin-bottom: 30px;
}

.heading .heading-title a,
.heading .heading-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.heading .heading-title a:after,
.heading .heading-title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--tailorte-primary-navy, #730c99);
  z-index: -1;
}

.heading .heading-title a {
  color: var(--tailorte-primary-navy, #730c99);
}

.heading .heading-title a:hover {
  color: var(--tailorte-tone-blue, #5a0678);
}

.heading .heading-title span.background-01 {
  position: relative;
}

.heading .heading-title span.background-01::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -25%;
  width: 180%;
  height: 180%;
  background-image: url(../images/hea-08.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.heading .heading-title span.background-02 {
  background-image: url(../images/hep-12.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 8px;
}

.heading .heading-title span.background-03 {
  background-image: url(../images/hep-24.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  padding-bottom: 8px;
}

.heading .heading-title span.background-04 {
  position: relative;
}

.heading .heading-title span.background-04:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -40px;
  right: -40px;
  bottom: -15px;
  background-image: url(../images/hst-02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}

.heading .heading-title.color-navy-2 {
  color: var(--tailorte-primary-navy-2, #7527eb);
}

.heading .heading-desc {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  margin-top: 12px;
}

.heading .heading-desc.size-l {
  font-size: 24px;
}

.heading .heading-desc a {
  color: var(--tailorte-primary-navy, #730c99);
}

.heading .heading-desc a:hover {
  text-decoration: underline;
}

.heading .heading-desc p {
  margin-bottom: 16px;
}

.heading .heading-desc p:last-child {
  margin-bottom: 0;
}

.heading .heading-desc.w600 {
  font-weight: 600;
}

.heading .heading-icon-top {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--tailorte-always-white, #fff);
}

.heading .heading-icon-bottom {
  margin-top: 40px;
}

.heading.heading-always-white .heading-desc,
.heading.heading-always-white .heading-sub,
.heading.heading-always-white .heading-title {
  color: var(--tailorte-always-light, #fff);
}

.heading.heading-always-white .heading-desc.color-white-normal {
  color: var(--tailorte-always-neutral-white);
}

.heading.heading-always-dark .heading-desc,
.heading.heading-always-dark .heading-sub,
.heading.heading-always-dark .heading-title {
  color: var(--tailorte-always-dark, #111);
}

.heading.heading-always-dark .heading-sub.color-navy {
  color: var(--tailorte-primary-navy, #730c99);
}

.heading.mb32 {
  margin-bottom: 32px;
}

.heading.mb24 {
  margin-bottom: 24px;
}

.heading.mb100 {
  margin-bottom: 100px;
}

.heading ul {
  margin-top: 24px;
}

.heading ul li {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  color: var(--tailorte-neutral-dark, #111);
}

.heading ul li + li {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .heading {
    margin-bottom: 30px;
  }

  .heading.align-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .heading .heading-sub.size-xl {
    font-size: 24px;
  }

  .heading .heading-title {
    font-size: 16px;
  }

  .heading .heading-title.size-l {
    font-size: 32px;
  }

  .heading .heading-title.size-xl,
  .heading .heading-title.size-xxl {
    font-size: 28px;
  }

  .heading .heading-title br {
    display: none;
  }

  .heading .heading-title span.background-04::before {
    content: "";
    display: none;
  }
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

.clients .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px;
  display: inline-block;
}

.clients .content li {
  display: inline-block;
}

.clients .content li:not(:last-child) {
  margin-right: 60px;
}

.clients .content li img {
  height: 54px;
  object-fit: contain;
}

.clients.layout-02 .content li {
  margin-right: 140px;
}

.clients.layout-02 .content li:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .clients.layout-02 .content li {
    margin-right: 60px;
  }

  .clients.layout-02 .content li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .clients .content li {
    width: 50%;
    margin: 0 0 20px !important;
  }
}

.block-gallery.layout-02 img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1.3;
}

.block-gallery.layout-03 .swiper-button-next,
.block-gallery.layout-03 .swiper-button-prev {
  opacity: 1;
  visibility: visible;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-always-white, #fff);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-gallery.layout-03 .swiper-button-next:after,
.block-gallery.layout-03 .swiper-button-prev:after {
  color: var(--tailorte-primary-navy, #730c99);
}

.block-gallery.layout-03 .swiper-button-next:hover,
.block-gallery.layout-03 .swiper-button-prev:hover {
  background-color: var(--tailorte-primary-navy, #730c99);
}

.block-gallery.layout-03 .swiper-button-next:hover:after,
.block-gallery.layout-03 .swiper-button-prev:hover:after {
  color: var(--tailorte-always-white, #fff);
}

.block-gallery.layout-04 .item {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.block-gallery.layout-04 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
}

.block-gallery.layout-04 .item .title {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 32px;
  line-height: 1.33;
  font-weight: 600;
  color: var(--tailorte-always-white, #fff);
}

.block-gallery.layout-04 .flex {
  margin-top: 36px;
  margin-left: 100px;
}

.block-gallery.layout-04 .swiper-pagination {
  width: auto;
  margin: 0 60px 0 0;
  color: var(--tailorte-neutral-medium, #999);
}

.block-gallery.layout-04 .swiper-button-next,
.block-gallery.layout-04 .swiper-button-prev {
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.block-gallery.layout-04 .swiper-button-next:hover:after,
.block-gallery.layout-04 .swiper-button-prev:hover:after {
  color: var(--tailorte-primary-navy, #730c99);
}

.block-gallery.layout-04 .swiper-button-prev::after {
  content: "\f060";
  font-size: 20px;
  color: var(--tailorte-neutral-medium, #999);
}

.block-gallery.layout-04 .swiper-button-next::after {
  content: "\f061";
  font-size: 20px;
  color: var(--tailorte-neutral-medium, #999);
}

@media (max-width: 768px) {
  .block-gallery.layout-03 .swiper-button-next,
  .block-gallery.layout-03 .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .block-gallery.layout-03 .swiper-button-next:after,
  .block-gallery.layout-03 .swiper-button-prev:after {
    font-size: 20px;
  }
}

.counter-box {
  padding: 12px 100px;
  border-right: 1px solid var(--tailorte-border-line, #eee);
}

.counter-box:last-child {
  border-right: 0;
}

.counter-box .number {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  color: var(--tailorte-neutral-dark, #111);
  margin-bottom: 6px;
}

.counter-box .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.background-yellow .counter-box {
  border-color: var(--tailorte-always-dark, #111);
}

.block-counter {
  display: block;
}

.block-counter.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-counter.layout-01 .counter-box {
  padding: 0;
  position: relative;
}

.block-counter.layout-01 .counter-box.color-white,
.block-counter.layout-01 .counter-box.color-white .number,
.block-counter.layout-01 .counter-box.color-white .title {
  color: var(--tailorte-always-white, #fff);
}

.block-counter.layout-01 .counter-box .sub {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.block-counter.layout-01 .counter-box .title {
  font-size: 24px;
}

.block-counter.layout-01 .counter-box svg {
  position: absolute;
  top: 0;
  right: 0;
}

.block-counter.layout-02 .counter-box {
  padding: 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--tailorte-border-line, #eee);
}

.block-counter.layout-03 .counter-box {
  padding: 0;
  margin-bottom: 32px;
}

.block-counter.layout-03 .title {
  font-weight: 400;
  color: var(--tailorte-neutral-normal, #555);
}

.block-counter.p40 .counter-box {
  padding: 0 40px;
}

.block-counter.p40 .counter-box:first-child {
  padding-left: 0;
}

.block-counter.p40 .counter-box:last-child {
  padding-right: 0;
}

.block-counter.always-dark .number,
.block-counter.always-dark .title {
  color: var(--tailorte-always-dark, #111);
}

.block-counter.layout-04 {
  justify-content: center;
}

.block-counter.layout-04 .counter-box {
  padding: 0 60px;
}

.block-counter.layout-04 .counter-box .number {
  margin-bottom: 8px;
}

.block-counter.layout-04 .counter-box svg {
  vertical-align: 22px;
}

.block-counter.layout-05 .counter-box {
  padding: 0;
}

.block-counter.layout-05 .counter-box .number {
  color: var(--tailorte-always-white, #fff);
  font-size: 48px;
  font-weight: 600;
}

.block-counter.layout-05 .title {
  font-size: 16px;
  color: var(--tailorte-always-neutral-white, #fff);
  font-weight: 400;
}

.block-counter.layout-06 .row > div:last-child .counter-box {
  border-right: 0;
}

.block-counter.layout-06 .counter-box {
  padding: 30px;
  text-align: center;
  border-right: 1px solid var(--tailorte-border-line, #eee);
}

.block-counter.layout-06 .number {
  background-image: linear-gradient(to bottom, #6083f4, #7527eb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

.block-counter.layout-07 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-counter.layout-07 .counter-box {
  padding: 0;
  border: 0;
  margin-right: 70px;
}

.block-counter.layout-07 .counter-box:last-child {
  margin-right: 0;
}

.block-counter.layout-07 .counter-box .title {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: var(--tailorte-always-white, #fff);
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.block-counter.layout-07 .counter-box .number {
  color: var(--tailorte-always-white, #fff);
}

.background-yellow .block-counter.layout-04 .number,
.background-yellow .block-counter.layout-04 .title {
  color: var(--tailorte-always-dark);
}

@media (max-width: 1200px) {
  .block-counter.layout-04 .counter-box {
    padding: 0 40px;
  }

  .block-counter.layout-06 .counter-box {
    border-right: 0;
  }
}

@media (max-width: 992px) {
  .counter-box {
    margin-bottom: 30px;
  }

  .block-counter.layout-04 {
    flex-direction: column;
  }

  .block-counter.layout-04 .counter-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border: 0;
    text-align: center;
  }

  .block-counter.layout-04 .counter-box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .block-counter.layout-01 .counter-box {
    padding: 12px 30px;
  }

  .block-counter.layout-01 .counter-box .number {
    font-size: 42px;
  }

  .block-counter.layout-07 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .block-counter.layout-07 .counter-box {
    margin: 0 0 20px 0;
  }

  .block-counter.layout-07 .counter-box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .block-counter.flex,
  .block-counter.layout-01 {
    justify-content: center;
  }

  .block-counter.flex .counter-box,
  .block-counter.layout-01 .counter-box {
    padding: 12px;
    text-align: center;
  }

  .block-counter.flex .counter-box .number,
  .block-counter.layout-01 .counter-box .number {
    font-size: 24px;
  }

  .block-counter.flex .counter-box .title,
  .block-counter.layout-01 .counter-box .title {
    font-size: 14px;
  }

  .block-counter.layout-04 .counter-box .number {
    font-size: 42px;
  }

  .block-counter.layout-04 .counter-box .title {
    font-size: 18px;
  }

  .counter-box {
    margin-bottom: 20px;
  }
}

.section-banner {
  position: relative;
}

.section-banner img {
  width: 100%;
}

.section-banner .heading-title {
  font-size: 56px;
}

.section-banner .heading {
  margin-bottom: 32px;
}

.section-banner.layout-01 .inner {
  background-color: var(--tailorte-primary-navy, #730c99);
}

.section-banner.layout-01 img {
  height: 100%;
  object-fit: cover;
}

.section-banner.layout-01 .content {
  padding: 90px;
}

.section-banner.layout-01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.section-banner.layout-01 ul li {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.section-banner.layout-01 ul li:first-child {
  padding-left: 0;
}

.section-banner.layout-01 ul li:last-child {
  padding-right: 0;
  border-right: 0;
}

.section-banner.layout-01 ul li span {
  font-size: 32px;
  line-height: 1.32;
  font-weight: 600;
  color: var(--tailorte-always-white, #fff);
  display: inline-block;
  margin-bottom: 8px;
}

.section-banner.layout-01 ul li p {
  font-size: 18px;
  color: var(--tailorte-always-white, #fff);
}

.section-banner.layout-02 {
  background-position: center right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}

.section-banner.layout-02 .heading {
  margin-bottom: 32px;
}

.section-banner.layout-02 .content {
  padding: 100px 100px 100px 0;
}

.section-banner.layout-02 .inner {
  background-color: transparent;
}

.section-banner.layout-03 {
  padding: 200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section-banner.layout-03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
}

.section-banner.layout-03 .content {
  padding: 0;
  position: relative;
}

.section-banner.layout-03 .content .heading {
  width: 100%;
  max-width: 100%;
}

.section-banner.layout-04 .heading .heading-title {
  margin-top: 0;
  color: var(--tailorte-always-dark, #111);
}

.section-banner.layout-04 .heading-desc {
  color: var(--tailorte-always-dark, #111);
}

.section-banner.layout-04 .heading.heading-always-white .heading-desc,
.section-banner.layout-04 .heading.heading-always-white .heading-title {
  color: var(--tailorte-always-white, #fff);
}

.section-banner.layout-04 .inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-banner.layout-04 .banner-left {
  position: relative;
  z-index: 1;
}

.section-banner.layout-04 .banner-left.align-left .heading {
  margin: 0 0 32px;
}

.section-banner.layout-04 .banner-left.align-left .newsletter {
  margin: 0;
}

.section-banner.layout-04 .banner-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 38%;
}

.section-banner.layout-04 .banner-right.layout-02 img {
  max-width: 34%;
  bottom: -33px;
}

.section-banner.layout-05 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.section-banner.layout-06 .inner {
  position: relative;
}

.section-banner.layout-06 img {
  width: auto;
}

.section-banner.layout-06 .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 60px;
  width: 50%;
  background-color: var(
    --tailorte-shade-background90,
    rgba(248, 249, 252, 0.9)
  );
}

.section-banner.layout-06 .content.align-left {
  left: 0;
  right: auto;
}

.section-banner.layout-06 .content.align-right {
  right: 0;
  left: auto;
  text-align: left;
}

.section-banner.layout-06 .heading-title {
  font-weight: 500;
}

.section-banner.layout-07 .inner {
  position: relative;
}

.section-banner.layout-07 .inner > img {
  position: absolute;
  bottom: -16px;
  left: -86px;
  width: auto;
}

.section-banner.layout-07 .inner .content {
  position: relative;
  z-index: 1;
  left: 50%;
  width: 50%;
}

.section-banner.layout-08 .inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 7% top;
  border-radius: 10px;
}

.section-banner.layout-08 .inner > img {
  position: absolute;
  bottom: -13%;
  left: 5%;
  width: 36%;
}

.section-banner.layout-08 .inner .content {
  position: relative;
  z-index: 1;
  left: 48%;
  width: 50%;
}

.section-banner.layout-09 .inner {
  background-image: linear-gradient(
    -90deg,
    rgba(0, 87, 252, 0.0823529412) 0,
    rgba(244, 52, 26, 0.1490196078) 100%
  );
  padding: 90px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.section-banner.layout-10 {
  background-color: rgba(96, 77, 224, 0.1607843137);
  position: relative;
}

.section-banner.layout-11 .inner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 7% top;
  border-radius: 10px;
}

.section-banner.layout-11 .content .heading {
  position: relative;
}

.section-banner.layout-11 .content img {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .section-banner.layout-08 .inner > img {
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media (max-width: 992px) {
  .section-banner .content {
    margin-bottom: 32px;
  }

  .section-banner.layout-02 {
    background-image: none !important;
  }

  .section-banner.layout-02 .content {
    padding-right: 0;
  }

  .section-banner.layout-03 .heading-title br {
    display: none;
  }

  .section-banner.layout-06 .content {
    width: 100%;
  }

  .section-banner.layout-07 .inner > img {
    display: none;
  }

  .section-banner.layout-07 .inner .content {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 40px;
  }

  .section-banner.layout-08 .inner {
    background-image: none !important;
  }

  .section-banner.layout-08 .inner .content {
    position: static;
    width: 100%;
    padding: 0 30px;
  }

  .section-banner.layout-08 .inner > img {
    display: none;
  }

  .section-banner.layout-09 .inner {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-banner.layout-01 .content {
    padding: 40px;
  }

  .section-banner .content {
    margin-bottom: 0;
  }

  .section-banner.layout-06 .content {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 0 0;
    background-color: transparent;
  }
}

@media (max-width: 576px) {
  .section-banner .heading-title {
    font-size: 24px;
  }

  .section-banner.layout-01 ul {
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
  }

  .section-banner.layout-01 ul li {
    padding: 0;
    border: 0;
    margin: 0 0 20px 0;
  }

  .section-banner.layout-01 ul li:last-child {
    margin-bottom: 0;
  }

  .section-banner.layout-03 {
    padding: 80px 0;
  }

  .section-banner.layout-03 .content {
    font-size: 32px;
  }
}

.block-team.layout-03 .name {
  margin-bottom: 8px;
}

.block-team.layout-03 .position {
  font-size: 18px;
  color: var(--tailorte-neutral-medium, #999);
}

@media (max-width: 576px) {
  .block-team.layout-01 .block-team .button-wrap {
    margin-top: 0;
  }
}

.block-testimonial.layout-01 {
  position: relative;
}

.block-testimonial.layout-01 .item {
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--tailorte-neutral-white, #fff);
}

.block-testimonial.layout-01 .item p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 400;
  color: var(--tailorte-neutral-dark, #111);
  margin-bottom: 60px;
}

.block-testimonial.layout-01 .item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-testimonial.layout-01 .item .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-testimonial.layout-01 .item .avatar {
  position: relative;
  margin-right: 15px;
}

.block-testimonial.layout-01 .item .avatar img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-testimonial.layout-01 .item .avatar i {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--tailorte-primary-navy, #730c99);
}

.block-testimonial.layout-01 .item .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.block-testimonial.layout-01 .item .position {
  font-style: italic;
}

.block-testimonial.layout-01 .item .logo img {
  height: 64px;
}

.block-testimonial.layout-02 .item {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.block-testimonial.layout-02 .item p {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--tailorte-always-dark, #111);
}

.block-testimonial.layout-02 .meta {
  margin-top: 40px;
}

.block-testimonial.layout-02 .meta .name {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--tailorte-always-dark, #111);
  margin-bottom: 5px;
}

.block-testimonial.layout-02 .position {
  color: var(--tailorte-always-dark, #111);
}

.block-testimonial.layout-02 .control {
  max-width: 270px;
  margin: 32px auto 0;
}

.block-testimonial.layout-02 .control .item {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 50%;
  width: 64px;
}

.block-testimonial.layout-02 .control img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.block-testimonial.layout-02 .testimonial-gallery {
  background-repeat: no-repeat;
  background-position: top center;
}

.block-testimonial.layout-03 .item {
  padding: 28px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--tailorte-neutral-white, #fff);
}

.block-testimonial.layout-03 .item p {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  color: var(--tailorte-neutral-dark, #111);
  margin-bottom: 32px;
}

.block-testimonial.layout-03 .item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.block-testimonial.layout-03 .item .meta i {
  font-size: 28px;
  color: var(--tailorte-primary-navy, #730c99);
}

.block-testimonial.layout-03 .item .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-testimonial.layout-03 .item .avatar {
  position: relative;
  margin-right: 15px;
}

.block-testimonial.layout-03 .item .avatar img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-testimonial.layout-03 .item .avatar i {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--tailorte-primary-navy, #730c99);
}

.block-testimonial.layout-03 .item .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.block-testimonial.layout-03 .item .position {
  font-style: italic;
}

.block-testimonial.layout-03 .item .logo img {
  height: 64px;
}

.block-testimonial.layout-04 .item p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 400;
  color: var(--tailorte-neutral-normal, #555);
  margin-bottom: 24px;
}

.block-testimonial.layout-04 .item .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-testimonial.layout-04 .item .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-testimonial.layout-04 .item .avatar {
  position: relative;
  margin-right: 15px;
}

.block-testimonial.layout-04 .item .avatar img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-testimonial.layout-04 .item .avatar i {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--tailorte-primary-navy, #730c99);
  z-index: 2;
}

.block-testimonial.layout-04 .item .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.block-testimonial.layout-04 .item .logo img {
  height: 64px;
}

.block-testimonial.layout-05 .item {
  background-color: var(--tailorte-shade-background, #f8f9fc);
  padding: 0 170px 0 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 48px;
  justify-content: space-between;
}

.block-testimonial.layout-05 .item .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 366px);
  flex: 0 0 calc(100% - 366px);
  max-width: calc(100% - 366px);
  width: calc(100% - 366px);
}

.block-testimonial.layout-05 .item .content p {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 36px;
}

.block-testimonial.layout-05 .item .content .author {
  font-weight: 600;
  color: var(--tailorte-neutral-dark, #111);
}

.block-testimonial.layout-06 .item {
  padding: 32px 32px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.block-testimonial.layout-06 .item .content {
  font-size: 18px;
  margin-bottom: 24px;
}

.block-testimonial.layout-06 .item .author {
  font-weight: 500;
}

.block-testimonial.layout-06 .item .avatar {
  text-align: right;
}

.block-testimonial.layout-06 .item .avatar img {
  margin-top: -30px;
}

.block-testimonial.layout-07 .item {
  text-align: center;
}

.block-testimonial.layout-07 .content {
  padding: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--tailorte-border-line, #eee);
  margin-bottom: 36px;
}

.block-testimonial.layout-07 .content svg {
  margin-bottom: 28px;
}

.block-testimonial.layout-07 .content p {
  font-style: italic;
}

.block-testimonial.layout-07 .avatar img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 16px;
}

.block-testimonial.layout-07 .name {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
  margin-bottom: 4px;
}

.block-testimonial.layout-07 .position {
  font-size: 14px;
}

.block-testimonial.nav-layout-02 .swiper-button-next,
.block-testimonial.nav-layout-02 .swiper-button-prev {
  width: auto;
  height: auto;
}

.block-testimonial.nav-layout-02 .swiper-button-next::after,
.block-testimonial.nav-layout-02 .swiper-button-prev::after {
  content: "";
  display: none;
}

.block-testimonial.nav-layout-02 .swiper:hover .swiper-button-next {
  right: 70px;
}

.block-testimonial.nav-layout-02 .swiper:hover .swiper-button-prev {
  left: 70px;
}

.block-testimonial .item.background-01 {
  background-color: rgba(0, 87, 252, 0.1);
}

.block-testimonial .item.background-02 {
  background-color: rgba(255, 31, 37, 0.1);
}

.block-testimonial .item.background-03 {
  background-color: rgba(58, 180, 70, 0.1);
}

@media (max-width: 992px) {
  .block-testimonial .layout-05 .item {
    padding: 30px 30px 0;
    flex-direction: column;
    margin-top: 0;
  }

  .block-testimonial .layout-05 .item .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .block-testimonial .layout-05 .swiper-button-next,
  .block-testimonial .layout-05 .swiper-button-prev {
    display: none;
  }

  .block-testimonial.layout-06 .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .testimonial-slider .item {
    padding: 20px;
  }

  .testimonial-slider .item p {
    margin-bottom: 24px;
    text-align: center;
  }

  .testimonial-slider .item .meta .logo {
    display: none;
  }

  .testimonial-slider .item .avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .testimonial-slider .item .author {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .testimonial-slider .item .date {
    text-align: center;
  }

  .block-testimonial.layout-02 .item p {
    font-size: 22px;
  }

  .block-testimonial.layout-02 .control {
    max-width: 180px;
  }

  .block-testimonial.layout-03 .item .avatar {
    margin-right: 0;
  }

  .block-testimonial.layout-03 .item .meta i {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .block-testimonial.layout-03 .item .logo {
    text-align: center;
  }

  .block-testimonial.layout-01 .item {
    padding: 20px;
  }
}

.icon-box {
  margin-bottom: 30px;
}

.icon-box .icon + .content {
  margin-top: 24px;
}

.icon-box .desc {
  margin-top: 16px;
}

.icon-box .number {
  font-size: 56px;
  line-height: 1.11;
  font-weight: 600;
  color: var(--tailorte-primary-navy, #730c99);
  margin-bottom: 30px;
}

.icon-box.p30 {
  padding: 30px;
}

.icon-box.p48 {
  padding: 48px;
}

.block-icon-box.layout-01 .icon-box {
  margin-bottom: 60px;
}

.block-icon-box.layout-01 .icon-box img {
  height: 64px;
  object-fit: cover;
}

.block-icon-box.layout-01 .icon-box .title {
  margin-top: 0;
}

.block-icon-box.layout-01.mb40 .icon-box {
  margin-bottom: 40px;
}

.block-icon-box.layout-02 .icon-box {
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.block-icon-box.layout-02 .icon-box .content {
  padding: 0;
}

.block-icon-box.layout-02.br20 .icon-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.block-icon-box.layout-02.icon64 .icon img {
  height: 64px;
}

.block-icon-box.layout-03 .icon-box {
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.block-icon-box.layout-03 .icon-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-icon-box.layout-03 .icon-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.block-icon-box.layout-03 .icon-box .desc {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.44;
}

.block-icon-box.layout-03 .icon-box img {
  height: 100%;
}

.block-icon-box.layout-03 .icon-box .content {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 148px);
  flex: 0 0 calc(100% - 148px);
  max-width: calc(100% - 148px);
}

.block-icon-box.layout-04 .icon-box {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.block-icon-box.layout-04 .icon-box .title {
  font-size: 32px;
}

.block-icon-box.layout-04 .icon-box .desc {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.44;
}

.block-icon-box.layout-05 .icon-box:not(:last-child) {
  margin-bottom: 32px;
}

.block-icon-box.layout-05 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.block-icon-box.layout-05 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
}

.block-icon-box.layout-05 .icon i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--tailorte-primary-navy, #730c99);
  font-size: 24px;
  color: var(--tailorte-primary-navy, #730c99);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.block-icon-box.layout-05 .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  width: calc(100% - 70px);
}

.block-icon-box.layout-05 .content .desc {
  margin-top: 8px;
}

.block-icon-box.layout-06 .icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--tailorte-always-white, #fff);
}

.block-icon-box.layout-07 .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
}

.block-icon-box.layout-08 .icon-box {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--tailorte-border-line, #eee);
  text-align: center;
}

.block-icon-box.layout-08 .icon-box .content {
  margin-top: 40px;
}

.block-icon-box.layout-08 .icon-box .desc {
  margin-top: 8px;
}

.block-icon-box.layout-08 .icon {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.block-icon-box.layout-08 .icon i {
  font-size: 48px;
  color: var(--tailorte-always-white, #fff);
}

.block-icon-box.layout-09 .icon-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
}

.block-icon-box.layout-09 .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-primary-navy, #730c99);
  display: block;
  font-size: 24px;
  color: var(--tailorte-always-white, #fff);
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

.block-icon-box.layout-09 .title {
  font-weight: 500;
  margin-bottom: 16px;
}

.block-icon-box.layout-10 .number {
  font-size: 100px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--tailorte-border-line, #eee);
  margin-bottom: 8px;
}

.block-icon-box.layout-10 .content {
  padding-left: 60px;
  padding-right: 40px;
}

.block-icon-box.layout-10 .content .title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 16px;
}

.block-icon-box.layout-10 .content .desc {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.block-icon-box.layout-11 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.block-icon-box.layout-11 .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
}

.block-icon-box.layout-11 .icon i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 48px;
  color: var(--tailorte-primary-navy, #730c99);
  background-color: var(--tailorte-shade-background, #f8f9fc);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.block-icon-box.layout-11 .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 112px);
  flex: 0 0 calc(100% - 112px);
  max-width: calc(100% - 112px);
  width: calc(100% - 112px);
}

.block-icon-box.layout-11 .content .desc {
  margin-top: 8px;
}

.block-icon-box.layout-12 .icon-box {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tailorte-border-line, #eee);
}

.block-icon-box.layout-12 .icon-box:last-child {
  border-bottom: 0;
}

.block-icon-box.layout-12 .icon-box .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.block-icon-box.layout-12 .icon-box .inner .content {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 85px);
  flex: 0 0 calc(100% - 85px);
  max-width: calc(100% - 85px);
  width: calc(100% - 85px);
}

.block-icon-box.layout-12 .icon-box .inner .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
}

.block-icon-box.layout-13 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-icon-box.layout-13 .icon {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--tailorte-always-white, #fff);
}

.block-icon-box.layout-13 .content {
  margin-left: 28px;
  margin-top: 0;
}

.block-icon-box.layout-13 .desc {
  margin-top: 8px;
}

.block-icon-box.layout-14 .icon-box {
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  padding: 50px 30px;
}

.block-icon-box.layout-14 .icon-box .content {
  padding: 0;
}

.block-icon-box.layout-14 .icon img {
  height: 64px;
}

.block-icon-box.layout-15 .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--tailorte-neutral-white, #fff);
  justify-content: space-between;
}

.block-icon-box.layout-15 .icon-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-shade-background, #f8f9fc);
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-icon-box.layout-15 .icon-box .icon i {
  font-size: 36px;
  color: var(--tailorte-neutral-dark, #111);
}

.block-icon-box.layout-15 .icon-box .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}

.block-icon-box.layout-15 .icon-box .desc {
  margin-top: 8px;
}

.block-icon-box.layout-15 .icon-box .content {
  margin-top: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 92px);
  flex: 0 0 calc(100% - 92px);
  max-width: calc(100% - 92px);
  width: calc(100% - 92px);
}

.block-icon-box.layout-16 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  justify-content: space-between;
}

.block-icon-box.layout-16 .icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tailorte-shade-background, #f8f9fc);
}

.block-icon-box.layout-16 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 125px);
  flex: 0 0 calc(100% - 125px);
  max-width: calc(100% - 125px);
  width: calc(100% - 125px);
}

.block-icon-box.layout-16 .content .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 8px;
}

.block-icon-box.layout-17 {
  margin-top: 40px;
}

.block-icon-box.layout-17 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-icon-box.layout-17 .item .icon {
  margin-right: 24px;
}

.block-icon-box.layout-17 .item .title {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--tailorte-always-dark, #111);
}

.block-icon-box.layout-17 .item .desc {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--tailorte-always-dark, #111);
}

.block-icon-box.layout-18 .icon-box {
  background-color: #212020;
  padding: 25px 20px;
  height: calc(100% - 30px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.block-icon-box.layout-18 .icon-box i {
  font-size: 28px;
  color: var(--tailorte-primary-navy, #730c99);
  margin-bottom: 20px;
}

.block-icon-box.layout-18 .icon-box .title {
  color: var(--tailorte-always-white, #fff);
  font-size: 16px;
}

@media (max-width: 1200px) {
  .block-icon-box.layout-17 .item {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .block-icon-box.layout-10 .item {
    margin-bottom: 30px;
  }

  .block-icon-box.layout-10 .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .icon-box {
    margin-bottom: 30px;
  }

  .icon-box .content {
    padding-right: 0;
  }

  .icon-box.layout-02 {
    padding: 20px !important;
  }

  .block-icon-box.layout-01 .icon-box {
    margin-bottom: 30px;
  }

  .block-icon-box.layout-01 .icon-box .icon + .content {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .block-icon-box.layout-03 .icon-box {
    text-align: center;
    padding: 20px;
  }

  .block-icon-box.layout-03 .icon-box .icon {
    margin-bottom: 32px;
  }

  .block-icon-box.layout-03 .icon-box .inner {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .block-icon-box.layout-03 .icon-box .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block-icon-box.layout-17 {
    margin-top: 0;
  }

  .block-icon-box.layout-17 .item .icon {
    margin-right: 12px;
  }

  .block-icon-box.layout-17 .item svg {
    width: 40px;
  }

  .block-icon-box.layout-17 .item .title {
    font-size: 14px;
  }

  .block-icon-box.layout-17 .item .desc {
    font-size: 18px;
  }
}

.section-text .text-left h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}

.section-text .text-left p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.section-text .text-right p {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}

@media (max-width: 992px) {
  .section-text .text-left {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .section-text .text-left h2 {
    font-size: 28px;
  }

  .section-text .text-left p {
    font-size: 18px;
  }
}

@keyframes ripple-1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

.block-list.block-list-flex li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-list.block-flex-center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-list.block-flex-center.layout-01 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 500;
}

.block-list.block-flex-center.layout-01 i {
  margin-right: 10px;
}

.block-list.block-flex-center.layout-01 li,
.block-list.block-flex-center.layout-01 li:last-child {
  margin: 0 22px 20px;
}

.block-list.layout-01 li {
  margin-bottom: 24px;
}

.block-list.layout-01 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-01 h4 {
  margin-bottom: 12px;
}

.block-list.layout-01 i {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  max-width: 28px;
  width: 28px;
  align-items: center;
  justify-content: center;
  background-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #fff);
}

.block-list.layout-01 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  display: inline-block;
}

.block-list.layout-02 li {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--tailorte-border-line, #eee);
  margin-bottom: 12px;
  padding-left: 65px;
  position: relative;
}

.block-list.layout-02 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-02 li i {
  font-size: 28px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--tailorte-primary-navy, #730c99);
}

.block-list.layout-02 li .title {
  margin-bottom: 8px;
}

.block-list.layout-03 li {
  position: relative;
  padding-left: 64px;
  margin-bottom: 32px;
}

.block-list.layout-03 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-03 li .number {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--tailorte-always-white, #fff);
}

.block-list.layout-03 li .number.background-always-white {
  color: var(--tailorte-primary-navy, #730c99);
}

.block-list.layout-03 li .number.size-l {
  width: 50px;
  height: 50px;
}

.block-list.layout-03 li .title {
  margin-bottom: 8px;
}

.block-list.layout-03 li .title.size-l {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}

.block-list.layout-03.color-white .desc,
.block-list.layout-03.color-white .title {
  color: var(--tailorte-always-white, #fff);
}

.block-list.layout-04 li {
  position: relative;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-list.layout-04 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-04 li .number {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: var(--tailorte-primary-navy, #730c99);
  background-color: var(--tailorte-neutral-white, #fff);
  margin-right: 24px;
}

.block-list.layout-04 li .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}

.block-list.layout-05 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tailorte-border-line, #eee);
}

.block-list.layout-05 li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.block-list.layout-05 li svg {
  margin-right: 24px;
}

.block-list.layout-06 li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: var(--tailorte-neutral-white, #fff);
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

.block-list.layout-06 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-06 li .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 87, 252, 0.15);
  margin-right: 16px;
}

.block-list.layout-06 li .icon svg path {
  stroke: #730c99;
}

.block-list.layout-06 li span {
  font-size: 18px;
}

.block-list.layout-06 li:nth-child(2n) {
  margin-left: 98px;
}

.block-list.layout-06 li:nth-child(2n) .icon {
  background-color: rgba(255, 31, 37, 0.15);
}

.block-list.layout-06 li:nth-child(2n) .icon svg path {
  stroke: #ff1f25;
}

.block-list.layout-06 li:nth-child(2n + 1) {
  margin-right: 98px;
}

.block-list.layout-07 .inner {
  max-width: 770px;
  margin: 0 auto;
}

.block-list.layout-07 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.block-list.layout-07 .item img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 8px;
}

.block-list.layout-07 .item:nth-child(2n) .content {
  background-color: var(--tailorte-shade-background, #f8f9fc);
  color: var(--tailorte-neutral-dark, #111);
}

.block-list.layout-07 .customer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center;
}

.block-list.layout-07 .customer .name {
  font-size: 14px;
}

.block-list.layout-07 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #fff);
  line-height: normal;
}

.block-list.layout-08 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}

.block-list.layout-08 li:last-child {
  margin-bottom: 0;
}

.block-list.layout-08 li i {
  font-size: 24px;
  margin-right: 12px;
  color: var(--tailorte-primary-navy, #730c99);
}

.block-list.layout-09 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.block-list.layout-09 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 80px;
}

.block-list.layout-09 ul li:last-child {
  margin-right: 0;
}

.block-list.layout-09 ul li i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  max-width: 36px;
  width: 36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tailorte-shade-background, #f8f9fc);
  font-size: 18px;
  color: var(--tailorte-primary-navy, #730c99);
  margin-right: 16px;
}

.block-list.layout-09 ul li span {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

@media (max-width: 768px) {
  .block-list.layout-09 ul {
    flex-direction: column;
  }

  .block-list.layout-09 ul li {
    margin: 0 0 20px 0;
  }

  .block-list.layout-09 ul li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .block-list.layout-06 li {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .block-list.block-flex-center ul {
    flex-direction: column;
  }
}

.block-image-box.layout-01 .image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.block-image-box.layout-01 .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 90px;
}

.block-image-box.layout-01 .title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.block-image-box.layout-01 .title:after {
  content: "";
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background-color: var(--tailorte-tone-yellow, #ffdd0f);
  display: block;
  width: 100%;
  z-index: -1;
}

.block-image-box.layout-01 .desc {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  margin-bottom: 18px;
}

.block-image-box.layout-02 {
  padding: 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
}

.block-image-box.layout-02 + .block-image-box.layout-02 {
  margin-top: 60px;
}

.block-image-box.layout-02 .title {
  font-size: 32px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 12px;
}

.block-image-box.layout-02 .desc {
  font-size: 18px;
  line-height: 1.11;
  font-weight: 400;
  margin-bottom: 40px;
}

.block-image-box.layout-02 img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.block-image-box.layout-03 .item {
  text-align: center;
}

.block-image-box.layout-03 .item .title {
  font-size: 32px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 12px;
}

.block-image-box.layout-03 .item .desc {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}

.block-image-box.layout-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-image-box.layout-04 .image-box {
  text-align: center;
  padding: 40px;
  border: 1px solid var(--tailorte-border-line, #eee);
}

.block-image-box.layout-04 .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 10px;
}

.block-image-box.layout-04 .title.w600 {
  font-weight: 600;
}

.block-image-box.layout-04 .desc {
  margin-bottom: 26px;
}

.block-image-box.layout-05 .image-box {
  margin-bottom: 30px;
}

.block-image-box.layout-05 .content {
  margin-top: 20px;
}

.block-image-box.layout-05 .title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.block-image-box.background-01 {
  background-image: linear-gradient(
    180deg,
    rgba(0, 87, 252, 0.15) 0,
    rgba(244, 51, 25, 0.15) 100%
  );
}

.block-image-box.background-02 {
  background-image: linear-gradient(
    180deg,
    rgba(0, 87, 252, 0.15) 0,
    rgba(17, 17, 17, 0.15) 100%
  );
}

.block-image-box.background-03 {
  background-image: linear-gradient(
    180deg,
    rgba(96, 77, 224, 0.15) 0,
    rgba(255, 204, 0, 0.15) 100%
  );
}

.block-image-box.background-04 {
  background-image: linear-gradient(
    180deg,
    rgba(0, 87, 252, 0.15) 0,
    rgba(45, 203, 72, 0.15) 100%
  );
}

@media (max-width: 992px) {
  .block-image-box.layout-02 + .block-image-box.layout-02 {
    margin-top: 32px;
  }

  .block-image-box.layout-03 .item {
    margin-bottom: 30px;
  }

  .block-image-box.layout-04 {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .block-image-box.layout-01 .image-box {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .block-image-box.layout-01 .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }

  .block-image-box.layout-02 {
    padding: 30px;
  }

  .block-image-box.layout-04 .image-box {
    padding: 30px 20px;
  }
}

.block-social p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}

.block-social li {
  display: inline-block;
  margin-right: 32px;
}

.block-social li img {
  height: 40px;
}

.block-social li:last-child {
  margin-right: 0;
}

.block-step ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-step li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-step li:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: var(--tailorte-primary-navy, #730c99);
  display: inline-block;
  margin: 0 40px;
}

.block-step li:last-child:after {
  content: "";
  display: none;
}

.block-step span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tailorte-primary-navy, #730c99);
  color: var(--tailorte-always-white, #fff);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  margin-right: 16px;
}

.block-step p {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  color: var(--tailorte-neutral-dark, #111);
}

@media (max-width: 768px) {
  .block-step ul {
    flex-direction: column;
  }

  .block-step li {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-step li:after {
    content: "";
    display: none;
  }
}

.block-tab.layout-01 {
  max-width: 970px;
  margin: 0 auto;
}

.block-tab.layout-01 .tab-content {
  padding: 60px 60px 0;
}

.block-tab.layout-01 .tab-content h5 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 16px;
}

.block-tab.layout-01 .tab-content p {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}

.block-tab.layout-03 .tab-nav {
  padding: 0 0 0 44px;
  border: 0;
  position: relative;
}

.block-tab.layout-03 .tab-nav:before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tailorte-neutral-medium, #999);
  color: var(--tailorte-neutral-white, #fff);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-tab.layout-03 .tab-nav span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--tailorte-neutral-medium, #999);
  display: inline-block;
  margin-bottom: 4px;
}

.block-tab.layout-03 .tab-nav p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--tailorte-neutral-medium, #999);
  text-transform: uppercase;
}

.block-tab.layout-03 .tab-nav.is-active:before {
  background-color: var(--tailorte-primary-navy, #730c99);
}

.block-tab.layout-03 .tab-nav.is-active span {
  color: var(--tailorte-primary-navy, #730c99);
}

.block-tab.layout-03 .tab-nav.is-active p {
  color: var(--tailorte-neutral-dark, #111);
}

.block-tab.layout-03 .tab-content .inner {
  padding: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: var(--tailorte-boxshadow-2);
  background-color: var(--tailorte-neutral-white, #fff);
  max-width: 370px;
  margin: 0 0 0 auto;
}

.block-tab.layout-03 .tab-content .title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.block-tab.layout-03 .tab-content p {
  line-height: 1.44;
}

@media (max-width: 992px) {
  .block-tab.layout-03 .tab-content .inner {
    margin: 30px 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .block-tab.layout-01 .tab-content {
    padding: 30px 0;
  }
}

.block-canvas .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 100px;
  margin-bottom: 30px;
}

.block-canvas .item .title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
  margin-bottom: 12px;
}

.block-canvas .inner-content {
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .block-canvas .item {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .pdr50 {
    padding-right: 30px;
  }

  .pdl50 {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .pdr50 {
    padding-right: 0;
  }

  .pdl50 {
    padding-left: 0;
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker_rtl {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.block-number .item {
  padding: 34px;
  border: 1px solid var(--tailorte-border-line, #eee);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}

.block-number .item .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.block-number .item .number {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--tailorte-primary-navy, #730c99);
  letter-spacing: -0.3em;
}

.block-number .item .number span {
  display: inline-block;
  letter-spacing: normal;
}

@media (max-width: 992px) {
  .block-number .item {
    margin-bottom: 30px;
  }
}

.block-product {
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--tailorte-neutral-white, #fff);
}

.block-product .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

.block-product .desc {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 32px;
}

.block-product .button {
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}

.block-product .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-product .list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.block-product .list span {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--tailorte-neutral-dark, #111);
}

.block-product .list svg {
  margin-right: 16px;
}

@media (max-width: 576px) {
  .block-product {
    padding: 20px;
  }

  .block-product .list {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-product .list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .block-product .list li:last-child {
    margin-bottom: 0;
  }
}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, -30px, 0);
    transform: translate3d(-30px, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, -30px, 0);
    transform: translate3d(-30px, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 30px, 0);
    transform: translate3d(-30px, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 30px, 0);
    transform: translate3d(-30px, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 30px, 0);
    transform: translate3d(30px, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 30px, 0);
    transform: translate3d(30px, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes animateJump {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-3%);
  }
}

.tab-nav-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  margin-bottom: 0;
}

.nav-tabs .nav-item {
  flex-shrink: 0;
  margin-right: 10px;
}

.nav-tabs .nav-link {
  white-space: nowrap;
}

.nav-tabs {
  max-width: 970px;
  margin: 0 auto;
}

.tab-content {
  max-width: 970px;
  margin: 0 auto;
  padding: 28px 60px 0;
}

.nav-tabs .nav-link {
  color: #730c99 !important;
}

.nav-tabs .nav-link {
  color: #730c99 !important;
}

.nav-tabs .nav-link.active {
  color: #555 !important;
}

@media (max-width: 992px) {
  .tab-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
  }

  .tab-content .tab-pane .pdl50.lg-mt32 {
    margin: auto;
    display: flex;
    width: 100%;
  }

  .section.spdt {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .tab-content .tab-pane img {
    margin: auto;
    display: flex;
    width: 100%;
  }

  .tab-content {
    max-width: 970px;
    margin: 0 auto;
    padding: 0;
  }

  .section.spdt {
    margin-top: 50px;
  }
}

.separation-border {
  border-bottom: solid 7px #ecdff1;
}

/* For JOIN page */
/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  text-align: center;
}
.modal-close {
  float: right;
  font-size: 24px;
  cursor: pointer;
  color: #555;
}
.social-links,
.download-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

@media (max-width: 576px) {
  .page-title .title,
  .page-title.layout-02 .title {
    font-size: 28px;
  }
  .page-title .desc {
    font-size: 16px;
  }

  h3 {
    font-size: 20px;
  }

  .footer-terms {
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .reduced-margin {
    margin-top: -30px !important;
  }

  .center-image img {
    max-height: 80%;
  }
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group-prepend {
  padding: 15px;
  border: none;
  border-radius: 4px;
  background-color: #1a1a1a;
  width: 100% !important;
  /* width: 516px; */
  /* width: 575px; */
  /* height:48px !important; */
  height: 48px;
  color: #757575;
  font-size: 14px;

  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow for Safari */
  -moz-appearance: none; /* Remove default arrow for Firefox */
  padding-right: 30px; /* Add padding to the right */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="%23757575" d="M5 7L2 4h6zM5 3L2 0h6z"/></svg>'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 10px center; /* Position the custom arrow */
  background-size: 15px; /* Adjust the size of the custom arrow */
}

.input-group-prepend::-ms-expand {
  display: none; /* Remove default arrow for IE */
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #730c99 !important;
  color: white !important;
}

.select2-container--default .select2-selection--single {
  background-color: #1a1a1a !important;
  border: none !important;
  border-radius: 4px !important;
  height: 45px !important;
  padding: 10px !important;
}

.select2-results__option[aria-selected] {
  /* background-color: #222222 !important; */
  background-color: #1a1a1a !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
  /* background-color: #222222 !important; */
  background-color: #1a1a1a !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:active {
  border: none !important;
}

.select2-search--dropdown {
  display: block;
  padding: 1px;
  border: none !important;
  background-color: #1a1a1a;
  color: #fff;
}

.select2-container--open .select2-dropdown--below {
  border: none !important;
  /* border-top-left-radius: 0;
  border-top-right-radius: 0; */
}

/* .select2-container--default .select2-search--dropdown .select2-search__field:active {
  border: none !important;
  padding: 20px !important;
} */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff !important;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #1a1a1a !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: node !important;
  padding: 15px !important;
}

input:focus,
input:focus {
  outline: 1.5px solid #730c99;
}

.select2-container {
  width: 100% !important;
}

.calculator-figures {
  flex-direction: column;
  display: ruby;

  h4 {
    color: palegoldenrod;
    font-size: 24px;
  }
}

.calculation-first,
.calculation-second {
  background-color: #730c99;
  padding: 5px;
  border-radius: 10px 0px;
  width: 40px;
  height: 40px;
  rotate: 25deg;
  margin: 10px;
}

#select2-country_code-container {
  font-size: 12px;
  font-weight: 200;
  color: #757575 !important;
}

.cookies-banner {
  display: none; /* Hide the banner initially */
  background: var(--tailorte-primary-navy, #730c99);
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-banner a {
   text-decoration: underline;
}

.cookies-banner a:hover {
  /* text-decoration: underline; */
  color: var(--tailorte-alway-white) !important;
}

.cookies-banner button {
  text-decoration: none;
  background: var(--tailorte-secondary);
  color: #fff;
  border: 1px solid var(--tailorte-secondary);
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-banner button:hover {
  background: #fff;
  color: #222;
}

#accept-cookies-btn {
  background: #222222 !important;
}