/*border-radius*/
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Variable.woff2") format("woff2"), url("../fonts/Chillax-Variable.woff") format("woff");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Chillax", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1B202D;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #F8F9FA;
}
@media (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

main {
  width: 100%;
}

.btn,
a.btn {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #EFEFEF;
  gap: 1em;
  outline: 0;
  padding: 0.75em 2em;
  border-radius: 1em;
  font-weight: 600;
  transition: 0.4s all;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.btn::before,
a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(98.93% 98.93% at 81.88% 17.67%, #1B202D 0%, #10141E 100%);
  filter: brightness(0.85);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.4s all;
  border-radius: 5em;
}
.btn::after,
a.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: radial-gradient(98.93% 98.93% at 81.88% 17.67%, #1B202D 0%, #10141E 100%);
}
.btn:hover::before,
a.btn:hover::before {
  transform: scale(1.25);
  opacity: 1;
}
.btn.white,
a.btn.white {
  color: white;
}
.btn.white::after, .btn.white::before,
a.btn.white::after,
a.btn.white::before {
  background: radial-gradient(98.93% 98.93% at 81.88% 17.67%, #1B202D 0%, #10141E 100%);
}
.btn.white::before,
a.btn.white::before {
  filter: brightness(2);
}
.btn.blue,
a.btn.blue {
  color: white;
}
.btn.blue::after, .btn.blue::before,
a.btn.blue::after,
a.btn.blue::before {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
}
.btn svg,
a.btn svg {
  width: 1.375em;
  height: 1.375em;
}

h1 {
  font-weight: 600;
  font-size: 4.25em;
  line-height: 1.0588;
  margin-bottom: 0.47em;
}
h1 strong {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 3.75em;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 2.2em;
  }
}

h2 {
  font-weight: 600;
  font-size: 2.625em;
  line-height: 1.1429;
  margin-bottom: 0.7619em;
}
h2 strong {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 2.3em;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 1.5385;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 1.45em;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 1em;
  }
}

h4 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
}

.ds_bg_vector {
  background: url("/wp-content/uploads/2025/06/background-vector.svg") center center;
  background-size: cover;
}

input,
textarea {
  padding: 0.75em 1.375em;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 0.5em;
  background: #EFEFEF;
  font-family: inherit;
  font-size: 16px;
  resize: none;
}

textarea {
  height: 9em;
}

body:not(.home) .ds_sliderHP_text {
  background: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  font-weight: 400 !important;
}

.ds_contact_section iframe {
  height: 27em;
  border: 1px solid #EA5B0C;
  border-radius: 1em;
}

main ul {
  list-style: none;
}
main ul li {
  position: relative;
  margin-left: 1.5em;
}
main ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.1em;
  height: 0.1em;
  background: #1B202D;
  border-radius: 50%;
}

body.error404 main#main {
  padding: 0;
}
body.error404 .error-404-wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: center;
  align-items: center;
}
body.error404 .error-404-wrapper > div h1 {
  font-size: 6em;
  margin-bottom: 0;
}

.page-template-default h2 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

p.red_text {
  color: red;
  font-size: 0.8em;
  font-weight: 700;
  text-align: start;
}

p em {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html.scroll {
  height: 100%;
  overflow: hidden;
}

.ds_about > .container .wp-block-columns {
  margin-bottom: 2em;
}
.ds_about > .container .wp-block-columns img {
  border-radius: 1em;
}

.page-template-ds_references > main,
.page-template-ds_pricelist > main,
.page-template-ds_faq > main,
.page-template-ds_contact > main,
.single-reference > main,
.page-template-ds_about > main,
.page-template-ds_taxCal > main,
.error404 > main,
.privacy-policy > main,
.single-service > main {
  margin-top: 80px;
  padding-top: 3.75em;
}
@media (max-width: 991px) {
  .page-template-ds_references > main,
  .page-template-ds_pricelist > main,
  .page-template-ds_faq > main,
  .page-template-ds_contact > main,
  .single-reference > main,
  .page-template-ds_about > main,
  .page-template-ds_taxCal > main,
  .error404 > main,
  .privacy-policy > main,
  .single-service > main {
    padding-top: 2em;
  }
}

.page-template-ds_home > main {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .page-template-ds_home > main {
    padding-top: 2em;
  }
}

#kontakt {
  position: absolute;
  top: -4em;
}

#o-nas {
  position: relative;
  top: -4em;
}

.dot-preloader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
}
.dot-preloader-overlay .dot-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dot-preloader-overlay .dot-flashing {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  animation: dotPulse 1.2s infinite ease-in-out 0.2s;
}
.dot-preloader-overlay .dot-flashing::before, .dot-preloader-overlay .dot-flashing::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
}
.dot-preloader-overlay .dot-flashing::before {
  left: -1.2em;
  animation: dotPulse 1.2s infinite ease-in-out;
}
.dot-preloader-overlay .dot-flashing::after {
  left: 1.2em;
  animation: dotPulse 1.2s infinite ease-in-out 0.4s;
}
@keyframes dotPulse {
  0%, 80%, 100% {
    transform: scale(0.85);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.swiper-container {
  position: relative;
}

@media (max-width: 767px) {
  .ref_slider .swiper-button-next,
  .ref_slider .swiper-button-prev {
    display: none !important;
  }
}

.ref_slider,
.ref_single_slider {
  padding: 0 1em;
}
.ref_slider::before,
.ref_single_slider::before {
  right: 0em;
  top: -25%;
  width: 100%;
  height: 150%;
  content: "";
  position: absolute;
  transform: translateX(100%);
  background: #F8F9FA;
  z-index: 2;
}
.ref_slider::after,
.ref_single_slider::after {
  left: 0em;
  top: -25%;
  width: 100%;
  height: 150%;
  content: "";
  position: absolute;
  transform: translateX(-100%);
  background: #F8F9FA;
  z-index: 2;
}
.ref_slider .swiper-button-next,
.ref_single_slider .swiper-button-next {
  right: -3em;
  width: 3em;
  height: 3em;
  background: url("/wp-content/uploads/2025/07/swiper-next.svg") center center;
  background-size: contain;
}
.ref_slider .swiper-button-next::after,
.ref_single_slider .swiper-button-next::after {
  display: none;
}
.ref_slider .swiper-button-prev,
.ref_single_slider .swiper-button-prev {
  left: -3em;
  width: 3em;
  height: 3em;
  background: url("/wp-content/uploads/2025/07/swiper-prev.svg") center center;
  background-size: contain;
}
.ref_slider .swiper-button-prev::after,
.ref_single_slider .swiper-button-prev::after {
  display: none;
}

.ref_single_slider {
  margin-bottom: 1em;
  padding: 0 5.625em;
}
.ref_single_slider .swiper-button-prev {
  left: 0;
}
.ref_single_slider .swiper-button-next {
  right: 0;
}
.ref_single_slider::before, .ref_single_slider::after {
  top: -5%;
  height: 110%;
}
.ref_single_slider::before {
  right: 5.625em;
}
.ref_single_slider::after {
  left: 5.625em;
}
.ref_single_slider a {
  display: flex;
  height: 17em;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}
.ref_single_slider a img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}

.ds_paginationWrap {
  margin-top: 2em;
}
.ds_paginationWrap > div {
  display: flex;
  gap: 1em;
  justify-content: center;
}
.ds_paginationWrap > div span.btn::after {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  z-index: 1;
  border-radius: 1em;
}
.ds_paginationWrap > div span.btn::before {
  transform: scale(1);
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  background: white;
  opacity: 1;
  filter: unset;
  border-radius: calc(1em - 2px);
}
.ds_paginationWrap > div span.btn::before:hover {
  transform: scale(0);
  opacity: 0;
}
.ds_paginationWrap > div span.btn.active::before {
  opacity: 0;
}
.ds_paginationWrap > div span.btn.active span {
  color: white;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.ds_paginationWrap > div span.btn:hover:not(.active)::before {
  opacity: 0.9;
}
.ds_paginationWrap > div span.btn span,
.ds_paginationWrap > div span.btn svg {
  z-index: 3;
  position: relative;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-id-335 .ds_features .ds_features_wrap .ds_features_item:nth-child(6) .ds_features_item_top img {
  width: 8.875em !important;
  height: 2.625em !important;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
}

.swiper-pagination-ref {
  margin-top: 1em;
  text-align: center;
}

/*border-radius*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.w-100 {
  width: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-small {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 576px) {
  .container, .container-sm, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .woocommerce-account.logged-in .page, .woocommerce-order-received article {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-small .col-1, .row-small .col-2, .row-small .col-3, .row-small .col-4, .row-small .col-5, .row-small .col-6, .row-small .col-7, .row-small .col-8, .row-small .col-9, .row-small .col-10, .row-small .col-11, .row-small .col-12, .row-small .col, .row-small .col-auto, .row-small .col-sm-1, .row-small .col-sm-2, .row-small .col-sm-3, .row-small .col-sm-4, .row-small .col-sm-5, .row-small .col-sm-6, .row-small .col-sm-7, .row-small .col-sm-8, .row-small .col-sm-9, .row-small .col-sm-10, .row-small .col-sm-11, .row-small .col-sm-12, .row-small .col-sm, .row-small .col-sm-auto, .row-small .col-md-1, .row-small .col-md-2, .row-small .col-md-3, .row-small .col-md-4, .row-small .col-md-5, .row-small .col-md-6, .row-small .col-md-7, .row-small .col-md-8, .row-small .col-md-9, .row-small .col-md-10, .row-small .col-md-11, .row-small .col-md-12, .row-small .col-md, .row-small .col-md-auto, .row-small .col-lg-1, .row-small .col-lg-2, .row-small .col-lg-3, .row-small .col-lg-4, .row-small .col-lg-5, .row-small .col-lg-6, .row-small .col-lg-7, .row-small .col-lg-8, .row-small .col-lg-9, .row-small .col-lg-10, .row-small .col-lg-11, .row-small .col-lg-12, .row-small .col-lg, .row-small .col-lg-auto, .row-small .col-xl-1, .row-small .col-xl-2, .row-small .col-xl-3, .row-small .col-xl-4, .row-small .col-xl-5, .row-small .col-xl-6, .row-small .col-xl-7, .row-small .col-xl-8, .row-small .col-xl-9, .row-small .col-xl-10, .row-small .col-xl-11, .row-small .col-xl-12, .row-small .col-xl, .row-small .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.bi {
  fill: currentColor;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}


/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1199px) {
  .newsletter .newsletter_card .wpcf7 form p label {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .newsletter .newsletter_card {
    padding: 2.5em 2em 1.6em;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*border-radius*/
/*header - page top margin fix*/
main {
  min-height: calc(100vh - 51.35em);
}
@media (max-width: 991px) {
  main {
    min-height: unset;
  }
}

#masthead {
  position: fixed;
  z-index: 999;
  transition: 0.4s all;
  width: 100%;
}
#masthead .ds_wrapper_menu_main {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: end;
  height: 80px;
  transition: 0.4s all;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.75em 0;
  flex-grow: 1;
}
#masthead .ds_wrapper_menu_main .navbar-brand figure {
  display: flex;
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand figure img {
  height: 100%;
  width: auto;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg {
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a svg path {
  fill: white;
}
#masthead .ds_wrapper_menu_main .navbar #nav-icon3 {
  display: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul {
  display: flex;
  align-items: stretch;
  margin: auto;
  list-style: none;
  height: 100%;
  gap: 2em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  text-decoration: none;
  color: #1B202D;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: 0.4s all;
  font-weight: 600;
  gap: 0.5em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  border-top: 3px solid #008DDE;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-335 {
  padding-right: 6.875em;
}
@media (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-335 {
    padding-right: 3.875em;
  }
}
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-335 {
    padding-right: 0;
  }
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children a {
  pointer-events: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children ul {
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  background: white;
  height: auto;
  white-space: nowrap;
  border-radius: 1em;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1490196078);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
  gap: 0;
  transform: translateY(-200%);
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children ul li a {
  padding: 1em 1.5em;
  border-top: 0;
  pointer-events: all;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children ul li a:hover {
  border-top: 0;
  background: #dfdede;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.menu-item-has-children:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .active > a,
#masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-parent > a, #masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item > a {
  border-top: 3px solid #008DDE;
}
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .active > a,
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-parent > a, #masthead .ds_wrapper_menu_main .navbar #main-nav ul .current-menu-item > a {
    border-top: 0;
    background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
#masthead .ds_wrapper_menu_main .header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
@media (max-width: 1399px) {
  #masthead .ds_wrapper_menu_main .header_icons {
    display: none;
  }
}
#masthead .ds_wrapper_menu_main .header_icons:last-child {
  margin-left: 1.5em;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) {
  display: flex;
  color: #EA5B0C;
  text-decoration: none;
  gap: 1em;
  margin-right: 3.75em;
  font-weight: 700;
  transition: 0.4s all;
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn):hover {
  filter: brightness(0.85);
}
#masthead .ds_wrapper_menu_main .header_icons a:not(.btn) svg {
  height: 1.5em;
  width: 1.5em;
}

#masthead.smallHeader {
  background: white;
}
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 70px;
}
#masthead.smallHeader .ds_wrapper_menu_main .navbar-brand a {
  max-width: 54px;
}
/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  header .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  header .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 80px;
    list-style: none;
    width: 90%;
    gap: 1em !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 38px 0 28px;
    border: 0 !important;
    text-align: center;
    display: flex;
    text-transform: unset;
    line-height: 2.85;
    height: auto !important;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children {
    border-bottom: 0 !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children > a {
    /*display: none !important;*/
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul {
    opacity: 0;
    box-shadow: none !important;
    pointer-events: all !important;
    /* position: unset !important;
     background: transparent !important;*/
    gap: 1em !important;
    border-radius: 0 !important;
    transform: translateX(-200%);
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children ul li a {
    /*background: transparent !important;*/
    padding: 0 38px 0 28px !important;
  }
  header .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li.menu-item-has-children.open ul {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0);
  }
  header .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons svg {
    fill: white !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: white;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover svg,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover svg {
    fill: #192624 !important;
  }
  .home header#masthead .ds_wrapper_menu_main .header_icons .openSearch:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openAccount:hover .woocommerce-Price-amount,
  .home header#masthead .ds_wrapper_menu_main .header_icons .openCart:hover .woocommerce-Price-amount {
    color: #192624;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons svg {
    fill: #192624 !important;
  }
  .home header#masthead.smallHeader .ds_wrapper_menu_main .header_icons .woocommerce-Price-amount {
    color: #192624;
  }
  header#masthead.smallHeader.headerOpen .ds_wrapper_menu_main .navbar-brand a svg path {
    fill: white !important;
  }
  .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1B202D;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s all;
  }
  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar-brand {
    width: auto;
    position: relative;
    z-index: 100;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a svg path {
    transition: 0.4s all;
  }
  #masthead .ds_wrapper_menu_main .header_icons {
    margin-left: auto;
    margin-right: 1.3em;
  }
  #masthead .ds_wrapper_menu_main #main-nav {
    /*background-image: url(/wp-content/uploads/2021/11/mobile-menu-min.jpg);*/
    height: 100vh !important;
    background-size: cover;
    background-position: center;
  }
  #masthead.headerOpen .navbar-brand a svg path {
    fill: white;
  }
}
@media (max-width: 600px) {
  .smallHeader {
    top: 0;
  }
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.3875em;
  }
}
/*border-radius*/
.ds_newsletter {
  position: relative;
  z-index: 1;
  padding: 3.75em 0;
}
@media (max-width: 991px) {
  .ds_newsletter {
    padding: 2em 0;
  }
}
.ds_newsletter .ds_newsletter_wrap {
  -moz-column-gap: 6.25em;
       column-gap: 6.25em;
  row-gap: 2em;
  position: relative;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap {
    flex-wrap: wrap;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right {
  min-width: 51%;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right {
    flex-grow: 1;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  border-radius: 1em;
  padding: 2em;
  color: white;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row {
  display: flex;
  gap: 1.875em;
  margin-top: 1.125em;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row {
    flex-grow: 1;
    flex-direction: column;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row .ds_checkbox {
  flex-direction: row;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label {
  display: flex;
  flex-direction: column;
  gap: 0.375em;
  flex-grow: 1;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label span {
  font-weight: 500;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox {
  flex-direction: row;
  align-items: center;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox.no_validate {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox {
    flex-basis: 100%;
    justify-content: center;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox p.red_text {
  flex-basis: 100%;
  text-align: start;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox input[type=checkbox] {
  width: 1.125em;
  height: 1.125em;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border-radius: 0.25em;
  cursor: pointer;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox input[type=checkbox]::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25em;
  background: white;
  transition: 0.3s;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox input[type=checkbox]:checked::before {
  background: #0070BE;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  width: 0.4em;
  height: 0.6em;
  opacity: 0;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform-origin: center;
  transform: rotate(45deg) translate(-90%, -25%);
  transition: 0.3s;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox span {
  font-weight: 300;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox span a {
  color: white;
  transition: 0.4s all;
  font-weight: 500;
  text-decoration: underline;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox span a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row label.ds_checkbox .ds_gdpr_text {
    max-width: calc(100% - 2em);
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row > div {
  display: flex;
  justify-content: end;
  gap: 1.625rem;
  align-items: center;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row > div span {
  max-width: 15.5rem;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row > div span {
    max-width: unset;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row:last-child {
  justify-content: end;
  color: #EFEFEF;
  flex-wrap: wrap;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row:last-child a {
  text-decoration: none;
  color: #EA5B0C;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row:last-child a:hover {
  text-decoration: underline;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_right .ds_form_wrap .ds_form_row:last-child .btn {
  font-size: 1rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left {
  color: #1B202D;
  width: 49%;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_left {
    flex-grow: 1;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_img {
    width: 15em;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_img {
    width: 7em;
    height: auto;
  }
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_img {
    display: none;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left h3 {
  color: #1B202D;
  margin-bottom: 0.5rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left h3:nth-of-type(2) {
  margin-top: 2.75rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_phone {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.625em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_phone a {
  font-weight: 500;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_phone,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_mail {
  margin-top: 2rem;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_phone a,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_mail a {
  color: currentColor;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_phone a svg,
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_mail a svg {
  width: 1.5em;
  height: 1.5em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_ico {
  margin: 1.625em 0;
  display: flex;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_ico span {
  width: 2.375em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_map {
  border-radius: 1em;
  overflow: hidden;
  display: flex;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_map iframe {
  width: 100%;
  height: 16.375em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_address {
  margin-bottom: 1.625em;
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_address svg {
  width: 1.5em;
  height: 1.5em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_nets {
  gap: 1.125em;
}
@media (max-width: 991px) {
  .ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_nets {
    justify-content: center;
  }
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_nets a {
  color: #EA5B0C;
  text-decoration: none;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left .ds_newsletter_nets svg {
  width: 1.625em;
  height: 1.625em;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left a {
  transition: 0.4s all;
}
.ds_newsletter .ds_newsletter_wrap .ds_newsletter_left a:hover {
  text-decoration: underline;
}

.ds_footer {
  padding: 3.75em 0 0;
  color: #1B202D;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .ds_footer {
    padding: 2em 0 0;
  }
}
.ds_footer .ds_footer_wrapper {
  margin-bottom: 2.5625em;
}
.ds_footer .ds_footer_wrapper .ds_footer_wrapper_content {
  justify-content: space-between;
  font-size: 0.875em;
  display: flex;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_wrapper .ds_footer_wrapper_content {
    flex-direction: column;
    justify-content: start;
    text-align: start;
    gap: 1.5em;
  }
}
.ds_footer .ds_footer_bottom_line {
  background: radial-gradient(98.93% 98.93% at 81.88% 17.67%, #1B202D 0%, #10141E 100%);
  color: white;
  padding: 0.85714em;
  font-size: 0.875em;
}
.ds_footer .ds_footer_bottom_line .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_bottom_line .container {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 1em;
    padding: 0;
  }
}
.ds_footer a {
  text-decoration: none;
  color: currentColor;
}
.ds_footer a:hover {
  text-decoration: underline;
}
.ds_footer a .ds_menu_item {
  font-weight: 600;
  gap: 0.5em;
  display: flex;
  align-items: center;
}
.ds_footer .column.c2,
.ds_footer .column.c3,
.ds_footer .column.c4 {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .ds_footer .column.c2,
  .ds_footer .column.c3,
  .ds_footer .column.c4 {
    gap: 1.5em;
    justify-items: start;
  }
}
.ds_footer .column.c2 .ds_footer_menu,
.ds_footer .column.c3 .ds_footer_menu,
.ds_footer .column.c4 .ds_footer_menu {
  display: flex;
  font-weight: 600;
  gap: 1.7857em;
  row-gap: 1em;
  justify-content: end;
  flex-wrap: wrap;
  max-width: 65em;
}
@media (max-width: 575px) {
  .ds_footer .column.c2 .ds_footer_menu,
  .ds_footer .column.c3 .ds_footer_menu,
  .ds_footer .column.c4 .ds_footer_menu {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .column.c2 .ds_footer_cont_wrap,
.ds_footer .column.c3 .ds_footer_cont_wrap,
.ds_footer .column.c4 .ds_footer_cont_wrap {
  display: flex;
  gap: 4.2857em;
  justify-content: end;
}
@media (max-width: 575px) {
  .ds_footer .column.c2 .ds_footer_cont_wrap,
  .ds_footer .column.c3 .ds_footer_cont_wrap,
  .ds_footer .column.c4 .ds_footer_cont_wrap {
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .column.c2 .ds_footer_cont_wrap > div,
.ds_footer .column.c3 .ds_footer_cont_wrap > div,
.ds_footer .column.c4 .ds_footer_cont_wrap > div {
  display: flex;
  gap: 4.375rem;
  align-items: center;
}
.ds_footer .column.c2 .ds_footer_cont_wrap > div a,
.ds_footer .column.c3 .ds_footer_cont_wrap > div a,
.ds_footer .column.c4 .ds_footer_cont_wrap > div a {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.ds_footer .column.c2 .ds_footer_nets,
.ds_footer .column.c3 .ds_footer_nets,
.ds_footer .column.c4 .ds_footer_nets {
  display: flex;
  gap: 2rem;
  justify-content: end;
}
.ds_footer .column.c2 .ds_footer_net_wrap,
.ds_footer .column.c3 .ds_footer_net_wrap,
.ds_footer .column.c4 .ds_footer_net_wrap {
  justify-content: end;
}
.ds_footer .column.c2 .ds_footer_net_wrap .ds_kontakt_row,
.ds_footer .column.c3 .ds_footer_net_wrap .ds_kontakt_row,
.ds_footer .column.c4 .ds_footer_net_wrap .ds_kontakt_row {
  gap: 1.57143em;
}
.ds_footer .column.c2 svg,
.ds_footer .column.c3 svg,
.ds_footer .column.c4 svg {
  width: 1.125rem;
  height: 1.125rem;
}
.ds_footer .column.c4 svg {
  width: 2.375em;
  height: 2.375em;
}
.ds_footer .column.c4 a {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.ds_footer .column.c4 .ds_newsletter_phone {
  font-size: 1rem;
}
.ds_footer .column.c4 .ds_newsletter_phone a:hover {
  color: #0070BE;
}
.ds_footer .column.c4 .ds_newsletter_phone span {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.625em;
  font-weight: 500;
}
.ds_footer .column.c4 .ds_newsletter_mail svg {
  width: 1.375em;
  height: 1.375em;
}
.ds_footer .column.c1 img {
  margin-bottom: 0.75rem;
}
.ds_footer .column.c1 .ds_footer_row {
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .ds_footer .column.c1 .ds_footer_row {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ds_footer .column.c1 .ds_footer_row {
    margin: 0;
  }
}
.ds_footer .column.c1 .ds_footer_row:last-child {
  margin-top: 1.125rem;
}
.ds_footer .column.c1 .ds_footer_row:last-child > a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/*border-radius*/
.ds_HPsection {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.ds_HPsection::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2025/09/icon.svg") center center no-repeat;
  background-size: contain;
  height: 90%;
  aspect-ratio: 0.52/1;
  opacity: 0;
}
@media (max-width: 991px) {
  .ds_HPsection {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    aspect-ratio: unset;
  }
}
.ds_HPsection figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.ds_HPsection figure .ds_hp_slider_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
}
.ds_HPsection figure img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.ds_HPsection figure img.layer_1 {
  z-index: 4;
}
.ds_HPsection figure img.layer_2 {
  z-index: 3;
}
.ds_HPsection figure img.layer_3 {
  z-index: 2;
}
.ds_HPsection figure img.layer_4 {
  z-index: 1;
}
.ds_HPsection .ds_sliderHP_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con {
  display: flex;
  justify-content: center;
  gap: 3.375em;
  height: 100%;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con {
    gap: 1.625em;
    flex-direction: column-reverse;
  }
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con h1 {
  color: #1B202D;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con h1 strong {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: inherit;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .ds_sliderHP_text {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con > div {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  justify-content: center;
  position: relative;
  box-sizing: content-box;
  gap: 1.125em;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con > div .sliderHP_btns {
  margin-top: 1.5em;
}
.ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .ds_sliderHP_con_right {
  width: 38.375em;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .ds_sliderHP_con_right {
    width: 30em;
  }
}
@media (max-width: 1199px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .ds_sliderHP_con_right {
    width: 23em;
  }
}
@media (max-width: 991px) {
  .ds_HPsection .ds_sliderHP_wrap .ds_sliderHP_con .ds_sliderHP_con_right {
    width: 70%;
    flex-shrink: unset;
  }
}

/*border-radius*/
.ds_features {
  padding: 3.75em 0;
}
@media (max-width: 991px) {
  .ds_features {
    padding: 2em 0;
  }
}
.ds_features .container .ds_features_wrap {
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
}
.ds_features .container .ds_features_wrap.ds_features_col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .ds_features .container .ds_features_wrap.ds_features_col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .ds_features .container .ds_features_wrap.ds_features_col3 {
    grid-template-columns: 1fr;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.375em;
  background: white;
  padding: 1.75em 2.25em;
  border-radius: 1em;
  color: #1B202D;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 575px) {
  .ds_features .container .ds_features_wrap .ds_features_item {
    width: 100%;
  }
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  text-align: center;
  width: 100%;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top.top {
  flex-direction: column-reverse;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_top img {
  width: 3.25em;
  height: 3.25em;
}
.ds_features .container .ds_features_wrap .ds_features_item .ds_features_item_wrap {
  flex-grow: 1;
}

.page-template-ds_services .ds_features .ds_features_wrap {
  row-gap: 3em;
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}
@media (max-width: 991px) {
  .page-template-ds_services .ds_features .ds_features_wrap {
    row-gap: 2em;
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
  }
}
.page-template-ds_services .ds_features .ds_features_wrap .ds_features_item {
  gap: 0 !important;
  justify-content: center;
}
.page-template-ds_services .ds_features .ds_features_wrap .ds_features_item .ds_features_item_top {
  gap: 1.125em;
}
.page-template-ds_services .ds_features .ds_features_wrap .ds_features_item .ds_features_item_top img {
  width: 5.125em !important;
  height: 5.125em !important;
}
.page-template-ds_services .ds_features .ds_features_link {
  margin-top: 2.625em;
  text-align: center;
}
.page-template-ds_services .ds_banner_wrap {
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.page-template-ds_services .ds_banner_wrap .ds_banner_item_right h2 {
  font-size: 1.625em;
  font-weight: 500;
  direction: ltr;
}
.page-template-ds_services .ds_banner_wrap .ds_banner_item_right h2 strong {
  font-weight: 500;
}

/*border-radius*/
.ds_imageText {
  padding: 3.75em 0;
}
@media (max-width: 991px) {
  .ds_imageText {
    padding: 2em 0;
  }
}
.ds_imageText .container h1 {
  margin-bottom: 1.375rem;
}
.ds_imageText .container .ds_imageText_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 9.25em;
  align-items: center;
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap {
    gap: 2em;
  }
}
.ds_imageText .container .ds_imageText_wrap.reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap.reverse {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap {
    flex-direction: column;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left {
  max-width: 37.8125em;
  width: 100%;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .ds_hp_posts_title {
  gap: 1em;
  justify-content: space-between;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .ds_hp_posts_title img {
  margin-top: 0.5em;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .imageText_text p {
  margin-bottom: 0.75em;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .imageText_text p strong {
  font-weight: 500;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .imageText_text p em {
  font-style: normal;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_left .imageText_link {
  margin-top: 2em;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
  overflow: hidden;
  border-radius: 1em;
  flex-grow: 1;
  height: 24.25em;
  position: relative;
}
@media (max-width: 991px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
    width: 100%;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.375em;
  align-items: end;
  justify-content: center;
}
@media (max-width: 1399px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs {
    align-items: center;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs a.ds_imageText_img1_link {
  align-self: flex-start;
}
@media (max-width: 1399px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs a.ds_imageText_img1_link {
    align-self: center;
  }
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs img {
  width: 323px;
  height: auto;
  position: unset;
  transform: unset;
}
.ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs img.ds_imageText_img1 {
  align-self: flex-start;
}
@media (max-width: 1399px) {
  .ds_imageText .container .ds_imageText_wrap .ds_imageText_right.two_imgs img.ds_imageText_img1 {
    align-self: center;
  }
}

/*border-radius*/
.ds_news {
  padding: 3.75em 0;
}
.ds_news .container .ds_section_title {
  gap: 1em;
  margin-bottom: 1.75em;
}
.ds_news .container .ds_section_title h2 {
  text-align: center;
  margin-bottom: 1.75rem;
}
.ds_news .container .ds_news_text {
  font-size: 1em;
  color: #666666;
}
.ds_news .container .ds_news_wrap {
  display: grid;
  padding: 2.125em 0;
}
.ds_news .container .ds_news_wrap.ds_news_col2 {
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .ds_news .container .ds_news_wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/*border-radius*/
.ds_news_item {
  position: relative;
  text-align: left;
  text-decoration: none;
  display: flex;
  gap: 2em;
  padding: 1em;
}
.ds_news_item .ds_news_item_left .ds_news_img_wrapper {
  overflow: hidden;
  border-radius: 7px;
}
.ds_news_item p {
  color: #666666;
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0;
}
.ds_news_item img {
  height: auto;
  transition: all;
  transition-duration: 200ms;
}
.ds_news_item .ds_tag {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
}
.ds_news_item h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.5em;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}
.ds_news_item .ds_news_item_meta {
  display: flex;
  justify-content: space-between;
  margin: 0.437rem 0;
}
.ds_news_item .ds_news_item_meta .ds_news_item_author {
  font-size: 1em;
  font-weight: 400;
  color: #333333;
}
.ds_news_item .ds_news_item_meta .ds_news_item_date {
  font-size: 1em;
  font-weight: 400;
  color: #666666;
}

.ds_news_item:hover img {
  scale: 1.1;
}

.accordion_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.375em;
}
.accordion_wrapper .accordion_item .accordion_header {
  display: flex;
  border: 0;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  color: #EFEFEF;
  padding: 1em 2.625em;
  font-weight: 700;
  justify-content: space-between;
  width: 100%;
  border-radius: 1em;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
}
.accordion_wrapper .accordion_item .accordion_header svg {
  width: 1.75em;
  height: 1.75em;
  transition: 0.4s all;
}
.accordion_wrapper .accordion_item .accordion_header.open svg {
  transform: scaleY(-1);
}
.accordion_wrapper .accordion_item .accordion_panel {
  padding: 1.125em 2.625em 0.625em;
}

.ds_jobs_items {
  justify-content: center;
  gap: 1.6875em;
}
.ds_jobs_items .ds_job_item {
  width: 27em;
  padding: 2em;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 1em;
  color: #1B202D;
  transition: 0.4s all;
  background: white;
  position: relative;
}
.ds_jobs_items .ds_job_item:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .ds_jobs_items .ds_job_item {
    width: 100%;
  }
}
.ds_jobs_items .ds_job_item h3 {
  height: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds_jobs_items .ds_job_item img {
  height: 13.875em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1.375em;
}
.ds_jobs_items .ds_job_item a:not(.btn) {
  text-decoration: none;
  color: currentColor;
}
.ds_jobs_items .ds_job_item a:not(.btn) > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 0.25em;
}
.ds_jobs_items .ds_job_item .ds_tags_wrap {
  position: absolute;
  top: 3.625em;
  right: 0;
}
.ds_jobs_items .ds_job_item .ds_tags_wrap .ds_tags_item {
  display: flex;
  align-items: center;
  gap: 0.375em;
  padding: 0.5em 2.625em 0.5em 0.75em;
  font-weight: 500;
  color: #F8F9FA;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.ds_jobs_items .ds_job_item .ds_tags_wrap img {
  height: 1em;
  width: 1em;
  margin-bottom: 0;
}
.ds_jobs_items .jobs_slider > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625em;
  row-gap: 1.5em;
}
@media (max-width: 991px) {
  .ds_jobs_items .jobs_slider > div {
    grid-template-columns: 1fr;
  }
}
.ds_jobs_items .jobs_link {
  text-align: start;
  margin-top: 1.375em;
}
.ds_jobs_items .jobs_link a.btn::after {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  z-index: 1;
}
.ds_jobs_items .jobs_link a.btn::before {
  transform: scale(1);
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  background: white;
  opacity: 1;
  filter: unset;
  border-radius: calc(1em - 4px);
}
.ds_jobs_items .jobs_link a.btn::before:hover {
  transform: scale(0);
  opacity: 0;
}
.ds_jobs_items .jobs_link a.btn span,
.ds_jobs_items .jobs_link a.btn svg {
  z-index: 3;
  position: relative;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jobs_bottom_link {
  margin-top: 2.625em;
  text-align: center;
}

section.ds_jobs {
  padding: 3.75em 0;
}
@media (max-width: 991px) {
  section.ds_jobs {
    padding: 2em 0;
  }
}

body.page-template-ds_jobs .ds_jobs_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.25em;
}
@media (max-width: 1399px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  body.page-template-ds_jobs .ds_jobs_items {
    grid-template-columns: 1fr;
  }
}

body.single-job .ds_job_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  body.single-job .ds_job_wrap {
    grid-template-columns: 1fr;
  }
  body.single-job .ds_job_wrap .ds_job_right_img {
    display: none;
  }
}
body.single-job .ds_job_wrap:nth-of-type(1) h1 {
  text-align: start;
}
body.single-job .ds_job_wrap:nth-of-type(1) h2 {
  margin-bottom: 2rem;
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap p {
  max-width: 29.5em;
  text-align: start;
}
body.single-job .ds_job_wrap .ds_job_right {
  text-align: center;
}
body.single-job .ds_job_wrap:nth-of-type(2) {
  margin-top: 2.625rem;
}
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_left_title,
body.single-job .ds_job_wrap:nth-of-type(2) .ds_job_right_title {
  gap: 1.625em;
  margin-bottom: 2em;
}
body.single-job .ds_job_wrap:nth-of-type(2) p {
  margin-bottom: 2em;
}

body.single-service .ds_imageText {
  padding-top: 0;
}
body.single-service .ds_imageText h1 {
  text-align: start;
}
body.single-service .ds_imageText h2 {
  margin-bottom: 1.125rem;
}
body.single-service .ds_imageText .container .ds_imageText_wrap .ds_imageText_right {
  height: auto;
  width: unset;
}
body.single-service .ds_features {
  background: unset;
}
body.single-service .ds_features .ds_features_wrap .ds_features_item {
  background: unset;
  color: #1B202D;
}
body.single-service .ds_features .ds_features_wrap .ds_features_item h3 {
  color: #EA5B0C;
}

/*border-radius*/
.ds_banner_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10.5em;
}
@media (max-width: 991px) {
  .ds_banner_wrap {
    gap: 2em;
    grid-template-columns: 1fr !important;
  }
}
.ds_banner_wrap.reverse {
  direction: rtl;
}
.ds_banner_wrap .ds_banner_item_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds_banner_wrap .ds_banner_item_left img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ds_banner_wrap .ds_banner_item_left img {
    width: 80%;
  }
}
.ds_banner_wrap .ds_banner_item_icons {
  gap: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.625em;
}
@media (max-width: 1399px) {
  .ds_banner_wrap .ds_banner_item_icons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .ds_banner_wrap .ds_banner_item_icons {
    grid-template-columns: 1fr;
  }
}
.ds_banner_wrap .ds_banner_item_icons .ds_banner_item_icon {
  padding: 2em;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  gap: 1em;
  border-radius: 1em;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background: white;
}

/*border-radius*/
.ds_refs_section .ds_articlesWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 1.6875em;
}
@media (max-width: 1199px) {
  .ds_refs_section .ds_articlesWrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ds_refs_section .ds_articlesWrap {
    grid-template-columns: 1fr;
  }
}
.ds_refs_section .ds_articlesWrap .ds_job_item {
  width: 27em;
  padding: 2em;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 1em;
  color: #1B202D;
  transition: 0.4s all;
  background: white;
  position: relative;
}
@media (max-width: 1399px) {
  .ds_refs_section .ds_articlesWrap .ds_job_item {
    width: unset;
  }
}
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link {
  text-align: start;
  margin-top: 1.375em;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link a.btn::after {
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  z-index: 1;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link a.btn::before {
  transform: scale(1);
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  background: white;
  opacity: 1;
  filter: unset;
  border-radius: calc(1em - 4px);
}
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link a.btn::before:hover {
  transform: scale(0);
  opacity: 0;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link a.btn span,
.ds_refs_section .ds_articlesWrap .ds_job_item .jobs_link a.btn svg {
  z-index: 3;
  position: relative;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ds_refs_section .ds_articlesWrap .ds_job_item:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .ds_refs_section .ds_articlesWrap .ds_job_item {
    width: 100%;
  }
}
.ds_refs_section .ds_articlesWrap .ds_job_item img {
  height: 13.875em;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1em;
  overflow: hidden;
  margin-bottom: 1.375em;
}
.ds_refs_section .ds_articlesWrap .ds_job_item h3 {
  height: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds_refs_section .ds_articlesWrap .ds_job_item a:not(.btn) {
  text-decoration: none;
  color: currentColor;
}
.ds_refs_section .ds_articlesWrap .ds_job_item a:not(.btn) > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  margin-top: 0.25em;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .ds_tags_wrap {
  position: absolute;
  top: 3.625em;
  right: 0;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .ds_tags_wrap .ds_tags_item {
  display: flex;
  align-items: center;
  gap: 0.375em;
  padding: 0.5em 2.625em 0.5em 0.75em;
  font-weight: 500;
  color: #F8F9FA;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.ds_refs_section .ds_articlesWrap .ds_job_item .ds_tags_wrap img {
  height: 1em;
  width: 1em;
  margin-bottom: 0;
}
.ds_refs_section .ds_articlesWrap .jobs_slider > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625em;
  row-gap: 1.5em;
}
@media (max-width: 991px) {
  .ds_refs_section .ds_articlesWrap .jobs_slider > div {
    grid-template-columns: 1fr;
  }
}

.single-reference .ds_refs_meta {
  gap: 2em;
  flex-wrap: wrap;
  margin-bottom: 2.625em;
}
@media (max-width: 991px) {
  .single-reference .ds_refs_meta {
    margin-bottom: 2em;
    gap: 1em;
  }
}
.single-reference .ds_refs_meta > div {
  display: flex;
  gap: 0.5em;
}
.single-reference .ds_refs_meta > div > span:nth-child(2) {
  font-weight: 500;
}
.single-reference .ds_ref_section img {
  margin-bottom: 2em;
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}
.single-reference .ds_ref_section p {
  margin-bottom: 1em;
}
.single-reference .ds_ref_section h2,
.single-reference .ds_ref_section h3 {
  margin-top: 2rem;
}
.single-reference .wp-block-cb-carousel-v2 {
  padding: 0 5.625em;
}
@media (max-width: 991px) {
  .single-reference .wp-block-cb-carousel-v2 {
    padding: 0 4em;
  }
}
.single-reference .wp-block-cb-carousel-v2 .cb-button-prev,
.single-reference .wp-block-cb-carousel-v2 .cb-button-next {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
}
.single-reference .wp-block-cb-carousel-v2 .cb-button-prev::before,
.single-reference .wp-block-cb-carousel-v2 .cb-button-next::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  z-index: 2;
  background: #F8F9FA;
  border-radius: 50%;
}
.single-reference .wp-block-cb-carousel-v2 .cb-button-prev::after,
.single-reference .wp-block-cb-carousel-v2 .cb-button-next::after {
  z-index: 3;
  background: linear-gradient(180deg, #008DDE 18.33%, #0070BE 70.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1em;
  font-weight: 700;
}
.single-reference .wp-block-cb-carousel-v2 .cb-button-prev {
  left: 0;
}
.single-reference .wp-block-cb-carousel-v2 .cb-button-next {
  right: 0;
}

/*border-radius*/
.ds_servsHP {
  position: relative;
}
.ds_servsHP::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30%;
  background: url("/wp-content/uploads/2025/09/icon.svg") center center no-repeat;
  background-size: contain;
  height: 90%;
  aspect-ratio: 0.52/1;
  opacity: 0.2;
}
.ds_servsHP .ds_servsHP_wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1em;
}
.ds_servsHP .ds_servsHP_wrap .ds_servsHP_nav .ds_serv_nav_item {
  font-size: 1.5em;
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding-left: 1em;
}
.ds_servsHP .ds_servsHP_wrap .ds_servsHP_nav .ds_serv_nav_item.active {
  border-color: #000000;
  font-weight: 700;
}
.ds_servsHP .ds_servsHP_wrap .ds_servsHP_con .ds_serv_con_item {
  display: none;
  padding: 1em;
}
.ds_servsHP .ds_servsHP_wrap .ds_servsHP_con .ds_serv_con_item.active {
  display: block;
}
.ds_servsHP .ds_servsHP_wrap .ds_servsHP_con .ds_serv_con_item .ds_serv_con_link {
  margin-top: 2em;
}

/*border-radius*/
.ds_price_section h2 {
  font-size: 1.5625em;
  /*text-align: center;*/
  margin-top: 2em;
}
.ds_price_section h3 {
  font-size: 1.25em;
  /*text-align: center;*/
  margin-top: 1em;
}
.ds_price_section .wp-block-columns {
  max-width: 800px;
  /*margin: auto;*/
}
.ds_price_section .wp-block-columns:nth-child(odd) {
  /* background-color: grey;*/
}
.ds_price_section .wp-block-columns .wp-block-column.one p {
  text-align: right;
}
.ds_price_section .wp-block-columns .wp-block-column:nth-child(2) p {
  text-align: right;
}
.ds_price_section .bottom_text {
  margin-top: 2em;
}

/*border-radius*/
.ds_contact_section h2 {
  font-size: 1.5625em;
  /*text-align: center;*/
  margin-top: 2em;
}
.ds_contact_section .ds_contact_left table td {
  font-size: 1.625em;
  font-weight: 600;
  padding: 0.1em 0.5em;
}

/*border-radius*/
.ds_tax_day_wrap {
  border-left: 4px solid #0070be;
  padding: 1em 0;
}
.ds_tax_day_wrap:nth-child(odd) {
  background-color: rgba(0, 112, 190, 0.1882352941);
}
.ds_tax_day_wrap > span {
  font-size: 2em;
  font-weight: 700;
  color: #0070be;
}
.ds_tax_day_wrap:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-color: #0070be;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  margin-right: 2em;
  left: -13px;
}
.ds_tax_day_wrap .ds_tax_day_con {
  display: flex;
  gap: 2em;
  margin-left: 4em;
}
.ds_tax_day_wrap .ds_tax_day_con span {
  min-width: 200px;
}

@media only screen and (max-width: 767px) {
  .ds_tax_day_wrap .ds_tax_day_con {
    display: block;
    margin-bottom: 2em;
    margin-left: 4em;
  }
  .ds_tax_day_wrap .ds_tax_day_con span {
    display: inline-block;
  }
}/*# sourceMappingURL=ds_front.css.map */