/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*fonts*/
@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Bold.woff") format("woff"), url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Regular.woff") format("woff"), url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Medium.woff") format("woff"), url("/wp-content/themes/draftspot_theme/assets/fonts/Barlow-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.ds_bg_dark {
  background: linear-gradient(165deg, #000000 11%, #373737 26%, #000000 49%, #373737 76%, #000000 98%);
  overflow: hidden;
  position: relative;
}
.ds_bg_dark > * {
  position: relative;
  z-index: 1;
}

.ds_blue_wave {
  position: absolute;
  top: 9%;
  transform: translateX(-50%);
  left: 50%;
  width: 160vw;
  overflow: visible;
  opacity: 0.2;
}
.ds_blue_wave path {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ds_blue_wave path:nth-child(1) {
  animation-delay: -500ms;
}
.ds_blue_wave path:nth-child(2) {
  animation-delay: -1000ms;
}
.ds_blue_wave path:nth-child(3) {
  animation-delay: -1500ms;
}
.ds_blue_wave path:nth-child(4) {
  animation-delay: -2000ms;
}
.ds_blue_wave path:nth-child(5) {
  animation-delay: -2500ms;
}
.ds_blue_wave path:nth-child(6) {
  animation-delay: -3000ms;
}
.ds_blue_wave path:nth-child(7) {
  animation-delay: -3500ms;
}
.ds_blue_wave path:nth-child(8) {
  animation-delay: -4000ms;
}
.ds_blue_wave path:nth-child(9) {
  animation-delay: -4500ms;
}
.ds_blue_wave path:nth-child(10) {
  animation-delay: -5000ms;
}
.ds_blue_wave path:nth-child(11) {
  animation-delay: -5500ms;
}
.ds_blue_wave path:nth-child(12) {
  animation-delay: -6000ms;
}
.ds_blue_wave path:nth-child(13) {
  animation-delay: -6500ms;
}
.ds_blue_wave path:nth-child(14) {
  animation-delay: -7000ms;
}
.ds_blue_wave path:nth-child(15) {
  animation-delay: -7500ms;
}
.ds_blue_wave path:nth-child(16) {
  animation-delay: -8000ms;
}
.ds_blue_wave path:nth-child(17) {
  animation-delay: -8500ms;
}
.ds_blue_wave path:nth-child(18) {
  animation-delay: -9000ms;
}
.ds_blue_wave path:nth-child(19) {
  animation-delay: -9500ms;
}
.ds_blue_wave path:nth-child(20) {
  animation-delay: -10000ms;
}

.ds_yellow_wave {
  position: absolute;
  bottom: 13%;
  transform: translateX(-50%);
  left: 40%;
  width: 177vw;
  overflow: visible;
  opacity: 0.2;
}
.ds_yellow_wave path {
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ds_yellow_wave path:nth-child(1) {
  animation-delay: -500ms;
}
.ds_yellow_wave path:nth-child(2) {
  animation-delay: -1000ms;
}
.ds_yellow_wave path:nth-child(3) {
  animation-delay: -1500ms;
}
.ds_yellow_wave path:nth-child(4) {
  animation-delay: -2000ms;
}
.ds_yellow_wave path:nth-child(5) {
  animation-delay: -2500ms;
}
.ds_yellow_wave path:nth-child(6) {
  animation-delay: -3000ms;
}
.ds_yellow_wave path:nth-child(7) {
  animation-delay: -3500ms;
}
.ds_yellow_wave path:nth-child(8) {
  animation-delay: -4000ms;
}
.ds_yellow_wave path:nth-child(9) {
  animation-delay: -4500ms;
}
.ds_yellow_wave path:nth-child(10) {
  animation-delay: -5000ms;
}
.ds_yellow_wave path:nth-child(11) {
  animation-delay: -5500ms;
}
.ds_yellow_wave path:nth-child(12) {
  animation-delay: -6000ms;
}
.ds_yellow_wave path:nth-child(13) {
  animation-delay: -6500ms;
}
.ds_yellow_wave path:nth-child(14) {
  animation-delay: -7000ms;
}
.ds_yellow_wave path:nth-child(15) {
  animation-delay: -7500ms;
}
.ds_yellow_wave path:nth-child(16) {
  animation-delay: -8000ms;
}
.ds_yellow_wave path:nth-child(17) {
  animation-delay: -8500ms;
}
.ds_yellow_wave path:nth-child(18) {
  animation-delay: -9000ms;
}
.ds_yellow_wave path:nth-child(19) {
  animation-delay: -9500ms;
}
.ds_yellow_wave path:nth-child(20) {
  animation-delay: -10000ms;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.scroll {
  overflow: hidden;
}

body {
  font-size: 16px;
  font-family: "Barlow";
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  font-variant-numeric: lining-nums;
  font-feature-settings: "pnum" on, "lnum" on;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: black;
}

main {
  width: 100%;
}

/*texts*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 1em;
  margin-bottom: 0.85em;
  font-family: "Barlow";
  color: #D7DF23;
}

h1 {
  font-size: 4.5em;
  margin-bottom: 40px;
  line-height: 1.11;
}

h2, .h2 {
  font-size: 3.5em;
  margin-bottom: 1em;
  line-height: 1.14;
}
h2.ds_small, .h2.ds_small {
  font-size: 3em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 1.9em;
  line-height: 1.33;
  font-family: "Barlow";
}
h3.ds_big {
  font-size: 2em;
}

h4 {
  font-size: 1.0625em;
  margin-bottom: 1em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1em;
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.p_mid {
  font-size: 1.125em;
}

.p_big {
  font-size: 1.375em;
}

img {
  vertical-align: middle;
}

a,
.btn,
.btn_outline, button, input {
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s ease-in-out;
}

.underline_link {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  border-radius: 0;
  background-color: transparent;
  color: #3B3B3B;
  border: 0;
  transition: 0.3s ease-in-out;
  display: inline-block;
  transition: 0.3s ease-in-out;
}
.underline_link:hover {
  text-decoration: underline;
  background: transparent;
  border: 0;
}

button {
  padding: 0.75em 3.25em;
  line-height: 1.5;
  border-radius: 0.1875em;
  background-color: #00ACC1;
  color: white;
  border: 0px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-family: "Barlow";
  overflow: hidden;
  font-weight: bold;
}
button:hover {
  color: #3B3B3B;
  text-decoration: none;
  background-color: #D7DF23;
}

.btn, .btn_outline {
  padding: 0.75em 3.25em;
  line-height: 1.5;
  border-radius: 0.1875em;
  background-color: #00ACC1;
  color: white;
  border: 0px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-family: "Barlow";
  overflow: hidden;
  font-weight: bold;
  font-size: 1.25em;
}
.btn:hover, .btn_outline:hover {
  color: #3B3B3B;
  text-decoration: none;
  background-color: #D7DF23;
}

.btn_outline {
  background-color: transparent;
  color: #151540;
  border: 1px solid #151540;
}
.btn_outline:hover {
  background: #151540;
  color: white;
  text-decoration: none;
}

.btn_big, .btn_big_outline {
  padding: 0.75em 3.25em;
  line-height: 1.5;
  border-radius: 0.1875em;
  background-color: #00ACC1;
  color: white;
  border: 0px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-family: "Barlow";
  overflow: hidden;
  font-weight: bold;
  font-size: 1.125em;
  padding: 1em 2.5em;
}
.btn_big:hover, .btn_big_outline:hover {
  color: #3B3B3B;
  text-decoration: none;
  background-color: #D7DF23;
}

.btn_big_outline {
  background-color: transparent;
  color: #151540;
  border: 1px solid #151540;
}
.btn_big_outline:hover {
  background: #151540;
  color: white;
  text-decoration: none;
}

.btn_small, .btn_small_outline {
  padding: 0.75em 3.25em;
  line-height: 1.5;
  border-radius: 0.1875em;
  background-color: #00ACC1;
  color: white;
  border: 0px solid;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-family: "Barlow";
  overflow: hidden;
  font-weight: bold;
  font-size: 0.938em;
  padding: 0.7em 1em;
}
.btn_small:hover, .btn_small_outline:hover {
  color: #3B3B3B;
  text-decoration: none;
  background-color: #D7DF23;
}

.btn_small_outline {
  background-color: transparent;
  color: #151540;
  border: 1px solid #151540;
}
.btn_small_outline:hover {
  background: #151540;
  color: white;
  text-decoration: none;
}

.btn_round {
  font-size: 1em;
  line-height: 1;
  color: white;
  font-family: "Barlow";
  border-radius: 3px;
  box-shadow: -10px 8px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 14px 36px;
}
.btn_round:hover {
  color: white;
  text-decoration: none;
  background: #3B3B3B;
}

.ds_blog_link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.75em;
  color: #3B3B3B;
  font-weight: 700;
}
.ds_blog_link img {
  width: 2.5em;
  height: 2.5em;
  border-radius: 2.5em;
  background-color: #151540;
  padding: 0.6875em;
  transition: 0.2s ease-out;
  transform: none;
}
.ds_blog_link:hover img {
  background-color: #00ACC1;
  transform: scale(1.1);
}

.btn_arrow {
  font-size: 1.125em;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn_arrow::after {
  content: "";
  background-color: white;
  background-image: url("/shop_theme/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  vertical-align: middle;
  margin-left: 0.6em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  color: #3B3B3B;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn_arrow:hover {
  text-decoration: underline;
  color: white;
}
.btn_arrow:hover::after {
  transform: translateX(0.3em);
}

.btn_cancel, .btn_x_close {
  width: 2em;
  height: 2em;
  padding: 0;
  background: unset;
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 0;
  border-radius: 8px;
}
.btn_cancel:hover, .btn_x_close:hover {
  background-image: url("/wp-content/themes/draftspot_theme/assets/img/cancel_btn.svg");
  background-repeat: no-repeat;
  background-size: 1.25em;
  background-position: center;
}

.btn_x_close {
  width: 2em;
  height: 2em;
  background-image: url("/shop_theme/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}
.btn_x_close:hover {
  background-image: url("/shop_theme/wp-content/themes/draftspot_theme/assets/img/close.svg");
  background-size: 1.8em;
}

.ds_page_header {
  margin-top: 2em;
}

@keyframes pulse {
  0% {
    transform: rotate(-4deg);
  }
  33% {
    transform: rotate(-6deg);
  }
  66% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
/*=================RESPO================*/
/*=================RESPO================*/
/*=================RESPO================*/
@media only screen and (max-width: 1599px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 3.25em;
  }
  h2, .h2 {
    font-size: 2.75em;
  }
  h2.ds_small, .h2.ds_small {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.325em;
  }
  h3.ds_big {
    font-size: 1.75em;
  }
  .btn, .btn_outline {
    padding: 0.75em 3em;
  }
}
@media only screen and (max-width: 1439px) {
  h1 {
    font-size: 3em;
  }
  h2, .h2 {
    font-size: 2.5em;
  }
  h2.ds_small, .h2.ds_small {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.25em;
  }
  h3.ds_big {
    font-size: 1.5em;
  }
  .btn, .btn_outline {
    padding: 0.75em 2.5em;
  }
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.25em;
  }
  h2.ds_small {
    font-size: 2em;
  }
  h3 {
    font-size: 1.125em;
  }
  h3.ds_big {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h2.ds_small {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 1.75em;
  }
  h2.ds_small {
    font-size: 1.5em;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*utilities*/
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

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

.w-100 {
  width: 100%;
}

.ds_no_view {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

.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: 1440px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1600px) {
  .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;
  }
}
/*header - page top margin fix*/
main {
  padding-top: 5em;
}

#masthead {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #00ACC1;
  width: 100%;
  box-shadow: 0 15px 20px 5px rgb(0, 0, 0);
}
#masthead .ds_wrapper_menu_main {
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 5em;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
}
#masthead .ds_wrapper_menu_main .navbar-brand {
  padding: 0.5em 0;
  max-width: 11.5em;
  width: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-brand a {
  max-width: 9.75em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#masthead .ds_wrapper_menu_main .navbar-brand a img {
  width: 100%;
  height: auto;
}
#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: 0em;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li {
  position: relative;
  z-index: 0;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: black;
  height: calc(100% - 1em);
  width: 100%;
  left: 0;
  border-radius: 0.75em 0.75em 0 0;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.current_page_item:before, #masthead .ds_wrapper_menu_main .navbar #main-nav ul li:hover:before {
  opacity: 1;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.current_page_item {
  z-index: 2;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li:hover {
  z-index: 1;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
  font-size: 1.5em;
  text-decoration: none;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0px !important;
  border-top: 0px !important;
  transition: 0.3s ease-out 0.3s;
  font-weight: 700;
  position: relative;
  padding: 0 1.5em;
  z-index: 1;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li a:hover {
  color: #D7DF23;
}
#masthead .ds_wrapper_menu_main .navbar #main-nav ul li.current-menu-item a {
  transition: 0.3s ease-in-out;
  color: #D7DF23;
}

/*white text*/
#masthead.smallHeader .ds_wrapper_menu_main {
  height: 4em;
}

.ds_fixed_contact {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.ds_fixed_contact.active {
  opacity: 1;
  pointer-events: auto;
}
.ds_fixed_contact .ds_fixed_contact_popup {
  position: absolute;
  top: -6em;
  min-width: -moz-max-content;
  min-width: max-content;
  right: 0;
  transform: translateY(50%);
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.ds_fixed_contact .ds_fixed_contact_popup:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 0.75em solid transparent;
  border-right-color: #D7DF23;
  border-bottom-color: #D7DF23;
  right: 2.5em;
  bottom: -0.65em;
  transform: rotate(45deg);
}
.ds_fixed_contact .ds_fixed_contact_popup span {
  color: black;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: bold;
  padding: 0.6em 2em;
  border-radius: 0.5em;
  background-color: #D7DF23;
  display: block;
}
.ds_fixed_contact .ds_fixed_contact_popup .ds_fixed_contact_popup_close {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125em;
  background-color: white;
  z-index: 1;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  border-radius: 1.5em;
  cursor: pointer;
}
.ds_fixed_contact .ds_fixed_contact_popup .ds_fixed_contact_popup_close img {
  width: 1.25em;
  height: 1.25em;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.ds_fixed_contact:hover .ds_fixed_contact_popup {
  transform: translateY(0);
  opacity: 1;
}
.ds_fixed_contact a {
  padding: 1.25em;
  border-radius: 4em;
  background-color: #D7DF23;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.25);
  display: block;
}
.ds_fixed_contact a img {
  width: 4.125em;
  height: 4.125em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/*----------burger menu------------*/
@media only screen and (max-width: 991px) {
  #masthead .ds_wrapper_menu_main .navbar {
    display: flex;
    justify-content: flex-end;
    order: 3;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    top: 0;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    padding-top: 3em;
    transition: 0.5s cubic-bezier(0.86, -0.01, 0.15, 1.04);
    padding: 2em 0 8em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 90%;
    gap: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid #00ACC1;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a {
    width: 100%;
    padding: 0 20px 0 20px;
    border: 0 !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-transform: unset;
    color: #D7DF23 !important;
    font-size: 1.25em !important;
    line-height: 2.85;
    height: 60px;
    font-weight: 500 !important;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/draftspot_theme/assets/img/Chevron.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav .navbar-nav li a:hover {
    background-color: #00ACC1;
    color: white;
    padding: 0 10px 0 20px;
  }
  #masthead .ds_wrapper_menu_main .navbar.ds_navbar_open #main-nav {
    transform: translateX(0%);
  }
  .navbar-toggler {
    height: 23px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
  }
  .navbar-toggler:hover {
    transform: translateY(-3px);
  }
  .navbar-toggler:before {
    display: none;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .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 {
    background: #00ACC1;
  }
  .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: 18px;
    width: 0%;
    left: 50%;
  }
}
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@media (max-width: 1599px) {
  .ds_fixed_contact {
    right: 2em;
    bottom: 2em;
    font-size: 0.8em;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand {
    max-width: 8em;
  }
  #masthead .ds_wrapper_menu_main .navbar-brand a {
    max-width: 8em;
  }
  #masthead .ds_wrapper_menu_main .navbar #main-nav ul li a {
    font-size: 1.25em;
  }
}
@media (max-width: 1439px) {
  .ds_fixed_contact {
    font-size: 0.7em;
  }
}
@media (max-width: 991px) {
  .ds_fixed_contact {
    font-size: 0.6em;
  }
  .ds_fixed_contact .ds_fixed_contact_popup {
    font-size: 1.25em;
  }
  .ds_fixed_contact .ds_fixed_contact_popup .ds_fixed_contact_popup_close {
    font-size: 1.4em;
  }
}
@media (max-width: 575px) {
  .ds_fixed_contact {
    font-size: 0.5em;
  }
  .ds_fixed_contact .ds_fixed_contact_popup {
    font-size: 1.35em;
  }
}
footer {
  background-color: #3B3B3B;
  padding-top: 4.375em;
  color: #FFFFFF;
}
footer .ds_footer_wrapper .row_1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5em;
}
footer .ds_footer_wrapper .row_1 img {
  max-width: 11.5em;
  width: 100%;
  height: auto;
}
footer .ds_footer_wrapper .row_1 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6.25em;
}
footer .ds_footer_wrapper .row_1 ul li {
  margin-bottom: 0em;
}
footer .ds_footer_wrapper .row_1 ul li a {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
  color: white;
}
footer .ds_footer_wrapper .row_1 ul li a:hover {
  text-decoration: underline;
}
footer .ds_footer_wrapper .row_2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  gap: 3em;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_name {
  color: #D7DF23;
  line-height: 1.33;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.4166em;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_position {
  max-width: 17.11em;
  font-size: 1.125em;
  line-height: 1.25;
  color: white;
  margin-bottom: 0.556em;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5em;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_links a {
  color: white;
  font-size: 1.25em;
  font-weight: 500;
  text-decoration: none;
  gap: 0.45em;
  display: flex;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_links a img {
  max-width: 1.6em;
  width: 100%;
  height: auto;
}
footer .ds_footer_wrapper .row_2 .ds_footer_person .ds_footer_links a:hover {
  text-decoration: underline;
  color: white;
}
footer .ds_footer_bottom_line {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 5.75em;
  background-color: #D7DF23;
  color: black !important;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_copyright {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
  font-size: 1.125em;
}
footer .ds_footer_bottom_line .ds_footer_bottom_line_pack a {
  color: black;
}

@media (max-width: 1599px) {
  .ds_footer_bottom_line {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-top: 2.25em;
  }
  .ds_footer_bottom_line .ds_footer_bottom_line_pack .ds_footer_madeby {
    font-size: 1em;
  }
}
@media (max-width: 1439px) {
  footer {
    padding-top: 4em;
  }
  footer .ds_footer_bottom_line {
    margin-top: 4em;
  }
}
@media (max-width: 1199px) {
  footer .ds_footer_wrapper .row_1 ul {
    gap: 4em;
  }
}
@media (max-width: 991px) {
  footer .ds_footer_wrapper .row {
    row-gap: 3em;
  }
  footer .ds_footer_wrapper .row .ds_footer_col:last-child {
    grid-column: span 2/span 2;
  }
  footer .ds_footer_wrapper .row .ds_footer_col:last-child .ds_footer_contacts {
    flex-direction: row;
  }
  footer .ds_footer_wrapper .row .ds_footer_col:last-child .ds_footer_contacts .ds_footer_contacts_box {
    max-width: 50%;
    width: 100%;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  footer .ds_footer_wrapper .row_1 img {
    max-width: 8em;
  }
  footer .ds_footer_wrapper .row_1 ul {
    gap: 3em;
  }
  footer .ds_footer_wrapper .row_1 ul li a {
    font-size: 1.25em;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    flex-direction: column;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack > a {
    order: -1;
  }
}
@media (max-width: 575px) {
  footer .ds_footer_wrapper .row_1 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3em;
    row-gap: 2em;
  }
  footer .ds_footer_wrapper .row_1 ul {
    flex-direction: column;
    row-gap: 1.5em;
  }
  footer .ds_footer_bottom_line .ds_footer_bottom_line_pack {
    font-size: 0.875em;
  }
}
.ds_home_section_hero {
  position: relative;
  min-height: calc(100vh - 6.25em);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}
.ds_home_section_hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000 4%, rgba(0, 0, 0, 0) 100%);
}
.ds_home_section_hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 50%);
}
.ds_home_section_hero figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ds_home_section_hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation-name: sliding;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ds_home_section_hero .container {
  position: relative;
  z-index: 2;
}
.ds_home_section_hero .container .ds_slider_content_wrap {
  max-width: 39.75em;
  width: 100%;
}
.ds_home_section_hero .container .ds_slider_content_wrap h1 {
  margin-bottom: 0.5em;
}
.ds_home_section_hero .container .ds_slider_content_wrap p {
  margin-bottom: 3.1em;
  font-size: 1.25em;
  color: #FFFFFF;
  line-height: 1.6;
}

.ds_home_section_offers {
  padding-top: 8.125em;
  padding-bottom: 5.625em;
}
.ds_home_section_offers .container .row {
  margin-left: 0;
  margin-right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.125em;
}
.ds_home_section_offers .container .row .ds_offers_item .ds_offers_item_img {
  margin-bottom: 1.8125em;
}
.ds_home_section_offers .container .row .ds_offers_item .ds_offers_item_img img {
  width: 100%;
  height: 17.25em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.4375em;
  overflow: hidden;
}
.ds_home_section_offers .container .row .ds_offers_item h3 {
  max-width: 14.84em;
  margin: 0 auto 0.4583em;
  text-align: center;
}
.ds_home_section_offers .container .row .ds_offers_item p {
  max-width: 19.4375em;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25em;
}

.ds_home_section_video {
  padding-top: 6.875em;
  padding-bottom: 6.875em;
}
.ds_home_section_video .container .ds_video_wrap {
  align-items: center;
  justify-content: space-between;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_left {
  max-width: 39%;
  width: 100%;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_left h2 {
  margin-bottom: 1em;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_left p {
  margin-bottom: 2.5em;
  font-size: 1.25em;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_left a {
  padding: 1em 1.75em;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_right {
  max-width: 55%;
  width: 100%;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_right > div {
  width: 100% !important;
  border-radius: 0.4375em;
  overflow: hidden;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_right > div > div {
  width: 100% !important;
  height: 30em !important;
}
.ds_home_section_video .container .ds_video_wrap .ds_video_right > div > div video {
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.ds_home_section_respo {
  padding-top: 6.875em;
  padding-bottom: 6.875em;
}
.ds_home_section_respo .container .ds_respo_wrap {
  align-items: flex-end;
  justify-content: space-between;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_left {
  max-width: 54%;
  width: 100%;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_left figure img {
  width: 100%;
  height: auto;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_right {
  max-width: 40.148%;
  width: 100%;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_right h2 {
  margin-bottom: 0.7143em;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_right p {
  margin-bottom: 3.6875em;
  font-size: 1.25em;
}
.ds_home_section_respo .container .ds_respo_wrap .ds_respo_right a {
  padding: 1.25em 2.75em;
}

.ds_home_section_faq {
  padding-top: 6.875em;
  padding-bottom: 6.875em;
}
.ds_home_section_faq .container .ds_faqs_wrap {
  align-items: flex-start;
  justify-content: space-between;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left {
  max-width: 40.148%;
  width: 100%;
  gap: 0;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left h2 {
  margin-bottom: 0.75em;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap {
  padding: 1.1em 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 172, 193, 0.5);
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest {
  color: #00ACC1;
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest:before, .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest:after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.2em;
  font-size: 1.5em;
  line-height: 1.33;
  color: #00ACC1;
  transition: 0.3s ease;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest:after {
  opacity: 0;
  content: "-";
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap.ds_tab_desc_more_less .ds_faq_quest:before {
  opacity: 0;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap.ds_tab_desc_more_less .ds_faq_quest:after {
  opacity: 1;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap {
  overflow: hidden;
  transition: 0.3s ease;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap figure {
  display: none;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con {
  padding-bottom: 0.625em;
  padding-top: 1.25em;
  color: white;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_right {
  max-width: 57.5%;
  width: 100%;
  overflow: hidden;
}
.ds_home_section_faq .container .ds_faqs_wrap .ds_faq_right .ds_faq_img {
  width: 100%;
  border-radius: 0.4375em;
  overflow: hidden;
  height: 33em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ds_home_section_popularity {
  padding-top: 6.875em;
  padding-bottom: 7.5em;
}
.ds_home_section_popularity .container .ds_pop_wrap {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_left {
  max-width: 38.15%;
  width: 100%;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_left h2 {
  margin-bottom: 0.55em;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_left .ds_pop_text {
  margin-bottom: 2.1em;
  line-height: 1.6;
  font-size: 1.25em;
  min-height: 4.5em;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right {
  width: 100%;
  max-width: 56.07%;
  position: relative;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper {
  position: relative;
  height: 16.75em;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_left, .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right {
  position: absolute;
  left: 2.3125em;
  top: 50%;
  transform: translateY(-50%);
  width: 3.25em;
  height: 3.25em;
  border-radius: 3.25em;
  background-color: #00ACC1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: 0.3s ease-in-out;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_left:hover, .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right:hover {
  background-color: #3B3B3B;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_left img, .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right img {
  width: 0.5625em;
  height: auto;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right {
  left: unset;
  right: 2.3125em;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner {
  position: relative;
  height: 16.75em;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide {
  max-width: 48.5%;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  border-radius: 0.4375em;
  overflow: hidden;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide.swiper-slide_active {
  opacity: 1;
  transform: translateX(-50%) scale(1.45);
  z-index: 3;
  left: 50%;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide.swiper-slide_prev {
  left: 0%;
  opacity: 0.84;
  transform: translateX(0%) scale(1);
  z-index: 2;
}
.ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner .swiper-slide.swiper-slide_next {
  left: 51.5%;
  opacity: 0.84;
  transform: translateX(0%) scale(1);
  z-index: 2;
}

.ds_home_section_ref {
  padding-top: 6.875em;
  padding-bottom: 6.875em;
}
.ds_home_section_ref .ds_ref_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_left {
  max-width: 20em;
  width: 100%;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_left h2 {
  margin-bottom: 0.25em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_left p {
  margin-bottom: 0;
  font-size: 1.25em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right {
  width: 70%;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .swiper-nav-fix {
  padding: 0 3em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap {
  width: 100%;
  gap: 2.25em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav figure img {
  width: 12.5em;
  height: 12.5em;
  border-radius: 12.5em;
  overflow: hidden;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_con .ds_ref_con_title {
  font-size: 1.5em;
  color: #D7DF23;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0.5em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_con .ds_ref_con_text {
  margin-bottom: 1.25em;
}
.ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_con .ds_ref_con_name {
  color: #00ACC1;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 0.35em;
}

.ds_home_section_form {
  padding-top: 6.875em;
  padding-bottom: 6.875em;
}
.ds_home_section_form h2 {
  max-width: 7.5em;
  margin-bottom: 0.5em;
}
.ds_home_section_form p {
  max-width: 31em;
  font-size: 1.25em;
  margin-bottom: 3.2em;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(1) {
  display: flex;
  gap: 2.25em;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(1) label {
  width: 100%;
  display: block;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(2) {
  margin-top: 2.25em;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-top: 2.25em;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox {
  display: flex;
  align-items: baseline;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #00ACC1;
  min-width: 1.125em;
  max-width: 1.125em;
  height: 1.125em;
  border: 0.125em solid #00ACC1;
  border-radius: 0.25em;
  margin-right: 0.75em;
  display: grid;
  place-content: center;
  padding-left: 0px;
  box-sizing: border-box;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox input[type=checkbox]:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 0.125em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #00ACC1;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox span {
  font-size: 1em;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox span a {
  color: #00ACC1;
  text-decoration: underline;
}
.ds_home_section_form .ds_form_wrap form .ds_form_row:nth-child(3) .ds_checkbox span a:hover {
  color: #FFFFFF;
}
.ds_home_section_form .ds_form_wrap form .ds_submit_wraper {
  display: flex;
  justify-content: center;
  margin-top: 2.25em;
}
.ds_home_section_form .ds_form_wrap form .ds_submit_wraper .ds_submit_div {
  padding: 1em 4.5em;
  border-radius: 0.1875em;
  animation-name: pulse;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
input:not([type=checkbox]), textarea {
  height: 3.75em;
  border: 1px solid #00ACC1;
  background-color: #3B3B3B;
  border-radius: 0.1875em;
  padding: 1em;
  color: #D7DF23;
  outline: unset;
  display: block;
  width: 100%;
  font-family: "Barlow";
  cursor: text;
  font-size: 1em;
}
input:not([type=checkbox])::-moz-placeholder, textarea::-moz-placeholder {
  color: #D7DF23;
  font-family: "Barlow";
}
input:not([type=checkbox])::placeholder, textarea::placeholder {
  color: #D7DF23;
  font-family: "Barlow";
}
input:not([type=checkbox]):focus, input:not([type=checkbox]):active, input:not([type=checkbox]):hover, textarea:focus, textarea:active, textarea:hover {
  border-color: #D7DF23;
}

textarea {
  height: 10.75em;
}

@keyframes sliding {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  20% {
    transform: translate(-60%, -60%) scale(1.2);
  }
  45% {
    transform: translate(-40%, -60%) scale(1.2);
  }
  55% {
    transform: translate(-40%, -40%) scale(1.2);
  }
  80% {
    transform: translate(-60%, -40%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 1599px) {
  .ds_home_section_hero .container .ds_slider_content_wrap {
    max-width: 30em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap {
    padding: 1.1em 0;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest {
    font-size: 1.125em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest:before, .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_faq_quest:after {
    font-size: 1.25em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con {
    padding-bottom: 0.5em;
    padding-top: 1.125em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_right .ds_faq_img {
    height: 30em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_home_section_offers {
    padding-top: 6em;
    padding-bottom: 4em;
  }
  .ds_home_section_offers .container .row {
    gap: 1.75em;
  }
  .ds_home_section_offers .container .row .ds_offers_item .ds_offers_item_img {
    margin-bottom: 1.75em;
  }
  .ds_home_section_offers .container .row .ds_offers_item .ds_offers_item_img img {
    height: 14em;
  }
  .ds_home_section_offers .container .row .ds_offers_item p {
    font-size: 1.125em;
  }
  .ds_home_section_video {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_left {
    max-width: 39%;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_left p {
    font-size: 1.125em;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_left a {
    padding: 1.25em 4em;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_right {
    max-width: 55%;
    width: 100%;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_right > div > div {
    height: 26em !important;
  }
  .ds_home_section_respo {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_respo .container .ds_respo_wrap .ds_respo_right {
    max-width: 40.148%;
  }
  .ds_home_section_respo .container .ds_respo_wrap .ds_respo_right p {
    margin-bottom: 3.25em;
    font-size: 1.125em;
  }
  .ds_home_section_respo .container .ds_respo_wrap .ds_respo_right a {
    padding: 1.125em 2.5em;
  }
  .ds_home_section_faq {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_popularity {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_left .ds_pop_text {
    font-size: 1.125em;
  }
  .ds_home_section_ref {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav figure img {
    width: 10em;
    height: 10em;
  }
  .ds_home_section_form {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_home_section_form h2 {
    margin-bottom: 0.5em;
  }
  .ds_home_section_form p {
    font-size: 1.125em;
    margin-bottom: 2.75em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(1) {
    gap: 2em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(2) {
    margin-top: 2em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(3) {
    gap: 2em;
    margin-top: 2em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(3) .ds_checkbox input[type=checkbox] {
    min-width: 1em;
    max-width: 1em;
    height: 1em;
    border: 0.125em solid #00ACC1;
    margin-right: 0.625em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(3) .ds_checkbox input[type=checkbox]:before {
    content: "";
    width: 8px;
    height: 8px;
  }
  input:not([type=checkbox]), textarea {
    height: 3.5em;
  }
  textarea {
    height: 9em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper {
    height: 13.5em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner {
    height: 13.5em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_left {
    max-width: 11em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right {
    width: 78%;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav figure img {
    width: 8em;
    height: 8em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_home_section_offers {
    padding-top: 5em;
    padding-bottom: 2em;
  }
  .ds_home_section_offers .container .row {
    gap: 1.5em;
  }
  .ds_home_section_offers .container .row .ds_offers_item .ds_offers_item_img img {
    height: 11em;
  }
  .ds_home_section_video {
    padding-bottom: 2em;
  }
  .ds_home_section_video .container .ds_video_wrap {
    flex-direction: column;
    gap: 2.5em;
  }
  .ds_home_section_video .container .ds_video_wrap > div {
    max-width: 100% !important;
  }
  .ds_home_section_respo {
    padding-bottom: 2em;
  }
  .ds_home_section_respo .container .ds_respo_wrap {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
  .ds_home_section_respo .container .ds_respo_wrap > div {
    max-width: 100% !important;
  }
  .ds_home_section_respo .container .ds_respo_wrap .ds_respo_left figure img {
    max-height: 16em;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ds_home_section_faq {
    padding-bottom: 2em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap > div {
    max-width: 100% !important;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left h2 {
    margin-bottom: 0.25em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap {
    padding: 1em 0;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap {
    width: 100%;
    max-width: 100%;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap figure {
    display: block;
    max-width: 25%;
    width: 100%;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.625em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con .ds_answer_con_text {
    display: block;
    max-width: 75%;
    width: 100%;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_right {
    display: none;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_right .ds_faq_img {
    height: 20em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap {
    flex-direction: column;
    gap: 5em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap > div {
    max-width: 100% !important;
  }
  .ds_home_section_ref .ds_ref_wrap {
    flex-direction: column;
    gap: 2.5em;
  }
  .ds_home_section_ref .ds_ref_wrap > div {
    max-width: 100% !important;
    width: 100% !important;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap {
    flex-direction: row;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav {
    max-width: unset !important;
    width: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .ds_home_section_offers .container .row {
    grid-template-columns: 1fr;
    row-gap: 4em;
  }
  .ds_home_section_offers .container .row .ds_offers_item {
    max-width: 26em;
    justify-self: center;
  }
  .ds_home_section_offers .container .row .ds_offers_item h3 {
    max-width: 100%;
  }
  .ds_home_section_offers .container .row .ds_offers_item p {
    max-width: 100%;
  }
  .ds_home_section_video .container .ds_video_wrap .ds_video_right > div > div {
    height: 20em !important;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper {
    height: 11.5em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_left, .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right {
    left: 0.5em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_swiper_right {
    right: 0.5em;
    left: unset;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner {
    height: 11.5em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap {
    gap: 1.5em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav figure img {
    width: 6em;
    height: 6em;
  }
  .ds_home_section_form .ds_form_wrap .ds_form_row:nth-child(1) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .ds_home_section_video .container .ds_video_wrap .ds_video_right > div > div {
    height: 16em !important;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con {
    gap: 1em;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con figure {
    max-width: 50%;
    width: 100%;
  }
  .ds_home_section_faq .container .ds_faqs_wrap .ds_faq_left .ds_faq_wrap .ds_answer_wrap .ds_answer_con .ds_answer_con_text {
    max-width: 50%;
    width: 100%;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper {
    height: 9em;
  }
  .ds_home_section_popularity .container .ds_pop_wrap .ds_pop_right .ds_pop_right_wrapper .ds_pop_right_wrapper_inner {
    height: 9em;
  }
  .ds_home_section_ref .ds_ref_wrap .ds_ref_right .ds_ref_wrap .ds_ref_grav {
    display: none;
  }
}
.swiper-button-next, .swiper-button-prev {
  background: transparent;
  height: 3em !important;
  width: 3em !important;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  right: 0 !important;
  background-image: url(/wp-content/uploads/2024/06/Path.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(1.1);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-disabled.swiper-button-prev {
  opacity: 0 !important;
}

.swiper-button-prev {
  right: unset !important;
  left: 0 !important;
  background-image: url(/wp-content/uploads/2024/06/Path-1.svg);
}

.swiper-pagination {
  top: calc(100% + 2.5em) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  transition: 0.3s ease-in-out;
  margin: 0 0.5em;
  border: 0.25em solid transparent;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0.125em;
  top: 0.125em;
  width: 0.5em;
  height: 0.5em;
  opacity: 1;
  border-radius: 1em;
  border: 0.25em solid #00ACC1;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  left: -0.25em;
  top: -0.25em;
  width: 1.25em;
  height: 1.25em;
  opacity: 1;
}

.swiper-nav-fix {
  position: relative;
}
.swiper-nav-fix .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-nav-fix .swiper-container .swiper-slide {
  overflow: hidden;
}
.swiper-nav-fix .swiper-pagination {
  bottom: 2px;
}

@media only screen and (max-width: 1599px) {
  .swiper-button-next, .swiper-button-prev {
    height: 3em !important;
    width: 3em !important;
    right: -1.5em !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.2em !important;
  }
  .swiper-button-prev {
    height: 3em !important;
    width: 3em !important;
    right: unset !important;
    left: -1.5em !important;
  }
  .swiper-button-prev::after {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    height: 2.5em !important;
    width: 2.5em !important;
    right: -1.25em !important;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1em !important;
  }
  .swiper-button-prev {
    height: 2.5em !important;
    width: 2.5em !important;
    right: unset !important;
    left: -1.25em !important;
  }
  .swiper-button-prev::after {
    font-size: 1em !important;
  }
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.wpcf7 .wpcf7-form .req-input {
  color: #D6453C;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  float: right;
  margin-top: 0.5em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  color: white;
  border: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em 1em;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #D6453C;
}
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #D6453C;
}
.wpcf7 .wpcf7-form .input_hidden {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  display: block;
}

/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.newsletter {
  color: #3B3B3B;
  z-index: 2;
  margin-top: 60px;
}
.newsletter::before {
  background-color: #3B3B3B;
  height: 77%;
  bottom: 0;
  top: unset;
}
.newsletter .newsletter_card {
  border-radius: 8px;
  padding: 2.5em 7em 1.6em;
}
.newsletter .newsletter_card .line_tit {
  margin-top: 0.2em;
  margin-bottom: 9px;
  color: #3B3B3B;
  font-size: 1.5625em;
}
.newsletter .newsletter_card .wpcf7 form p {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.newsletter .newsletter_card .wpcf7 form p label {
  font-size: 1.125em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email {
  margin-top: 0em;
  background-color: #FFFFFF;
  border-radius: 3px;
  margin-right: 0em;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  color: #3B3B3B;
  font-weight: 400;
  font-family: "Barlow";
  border: 0;
  cursor: auto;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::-moz-placeholder {
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 300;
  font-family: "Barlow";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-email::placeholder {
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 300;
  font-family: "Barlow";
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
  margin-left: 0.375em;
  font-size: 1.125em;
  margin-top: 0;
  border-radius: 3px;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-submit:hover {
  background-color: #3B3B3B;
}
.newsletter .newsletter_card .wpcf7 form p .ajax-loader {
  position: absolute;
  right: 2em;
  bottom: 0.2em;
}
.newsletter .newsletter_card .wpcf7 form p .wpcf7-not-valid-tip {
  position: absolute;
}

/*------------------------------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) {
  .newsletter .newsletter_card .wpcf7 form p {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter .newsletter_card .wpcf7 form p br {
    display: none;
  }
  .newsletter .newsletter_card .wpcf7 form p .wpcf7-submit {
    margin-left: 0;
  }
}
/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
.ds_post_item {
  padding: 10px;
}
.ds_post_item.swiper-slide {
  padding: 0px;
}
.ds_post_item .ds_post_thumbnail_img {
  max-width: 100%;
}
.ds_post_item .ds_post_title a {
  font-size: 0.9em;
  text-decoration: none;
  color: black;
}
.ds_post_item .ds_post_meta_tags span {
  border-radius: 8px;
  font-size: 0.875em;
  line-height: 1;
  padding: 0.4em;
  margin-right: 5px;
}

.ds_product_cards_large_wrap {
  display: flex;
  border-radius: 0.25em;
  overflow: hidden;
  height: 100%;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap {
  max-width: 57.7%;
  width: 100%;
  position: relative;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div {
  font-size: 1em;
  line-height: 2;
  text-transform: uppercase;
  border-radius: 0;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div.ds_tag_action {
  padding: 0.5em 2.42em;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.333;
}
.ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div.ds_tag_state {
  padding: 0.125em 1.75em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap {
  max-width: 42.3%;
  width: 100%;
  background-color: #F2F4F5;
  padding: 3.14em 1.75em 1.0625em 2.75em;
  display: flex;
  flex-direction: column;
  min-height: 30em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap h3 {
  margin-bottom: 0.375em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap h3 a {
  text-decoration: none;
  color: black;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap h3 a:hover {
  text-decoration: underline;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_conten_short {
  color: #000000;
  margin-bottom: 1.6em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta {
  display: flex;
  flex-direction: column;
  gap: 1.625em;
  margin-bottom: 4em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.125em;
       column-gap: 1.125em;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item img {
  width: 1.5em;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  -o-object-position: center;
     object-position: center;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item span {
  color: #000000;
  font-size: 1em;
  line-height: 1.5;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_price {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_price .ds_product_show_detail a {
  color: #000000;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.5em 1.375em 0.5em 0.5em;
  position: relative;
  text-decoration: none;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_price .ds_product_show_detail a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.625em;
  background-image: url(/wp-content/uploads/2024/03/chevron.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_price .ds_product_show_detail a:hover {
  padding: 0.5em 1.875em 0.5em 0.5em;
}

.ds_product_cards_price_box {
  display: flex;
  flex-direction: column;
}
.ds_product_cards_price_box del {
  color: #DE0000;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 0.125em;
}
.ds_product_cards_price_box ins {
  text-decoration: none;
}
.ds_product_cards_price_box ins .woocommerce-Price-amount, .ds_product_cards_price_box > .woocommerce-Price-amount {
  color: #3B3B3B;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: bold;
}
.ds_product_cards_price_box .ds_dph {
  font-size: 0.75em;
  line-height: 2;
}

@media only screen and (max-width: 1599px) {
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap {
    padding: 2.75em 1.5em 1.0625em 2.25em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap h3 {
    margin-bottom: 0.25em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta {
    gap: 1em;
    margin-bottom: 2em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item {
    -moz-column-gap: 0.875em;
         column-gap: 0.875em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item img {
    width: 1.25em;
    height: 1.25em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta .ds_product_cards_meta_item span {
    font-size: 0.875em;
  }
  .ds_product_cards_price_box del {
    font-size: 1em;
  }
  .ds_product_cards_price_box ins .woocommerce-Price-amount, .ds_product_cards_price_box > .woocommerce-Price-amount {
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap {
    max-width: 53%;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap {
    max-width: 47%;
    min-height: 25em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap {
    max-width: 47%;
  }
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags {
    gap: 0.75em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div {
    font-size: 0.875em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap {
    max-width: 53%;
    padding: 1.75em 1.5em 1.0625em 1.5em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta {
    gap: 0.5em;
  }
  .ds_product_cards_price_box del {
    font-size: 0.875em;
  }
  .ds_product_cards_price_box ins .woocommerce-Price-amount, .ds_product_cards_price_box > .woocommerce-Price-amount {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_product_cards_large_wrap {
    flex-direction: column !important;
  }
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap {
    max-width: 100%;
    min-height: 15em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap {
    max-width: 100%;
    min-height: 20em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_meta {
    flex-direction: row;
    margin-bottom: 1em;
    flex-wrap: wrap;
    gap: 1.5em 2em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_content_wrap .ds_product_cards_conten_short {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags {
    gap: 0.5em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div {
    font-size: 0.75em;
  }
  .ds_product_cards_large_wrap .ds_product_cards_image_wrap .ds_tags div.ds_tag_state {
    padding: 0.125em 1.25em;
  }
}
.ds_gdpr_section {
  padding-top: 7.75em;
  padding-bottom: 7.75em;
}
.ds_gdpr_section .container h2 {
  font-size: 2.5em;
}
.ds_gdpr_section .container h2, .ds_gdpr_section .container h3, .ds_gdpr_section .container h4, .ds_gdpr_section .container h5, .ds_gdpr_section .container h6 {
  margin-bottom: 0.3em;
  margin-top: 1em;
}
.ds_gdpr_section .container p {
  font-size: 1.25em;
}

.error-404-wrapper {
  max-width: 37.5em;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7.75em;
}
.error-404-wrapper .page-title {
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1599px) {
  /*GDPR*/
  .ds_gdpr_section {
    padding-top: 5.5em;
    padding-bottom: 5.5em;
  }
  .ds_gdpr_section .container h2 {
    font-size: 2.25em;
  }
  .ds_gdpr_section .container p {
    font-size: 1.125em;
  }
  /*404*/
  .error-404-wrapper {
    max-width: 34.5em;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5.5em;
  }
}
@media only screen and (max-width: 991px) {
  /*GDPR*/
  .ds_gdpr_section {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .ds_gdpr_section .container h2 {
    font-size: 1.75em;
  }
  .ds_gdpr_section .container p {
    font-size: 1.0625em;
  }
  /*404*/
  .error-404-wrapper {
    max-width: 34.5em;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5.5em;
  }
}
.accordion_wrapper .accordion_item .accordion_header {
  font-size: 1.125em;
  background: white;
  border: 0;
  border-top: 1px solid;
  padding: 1.2em 0em;
  position: relative;
  color: #3B3B3B;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.accordion_wrapper .accordion_item .accordion_header::after {
  content: "";
  width: 2em;
  height: 2em;
  background-image: url("/shop_theme/wp-content/themes/draftspot_shop_theme/assets/img/chevron2.svg");
  background-size: 2em;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
.accordion_wrapper .accordion_item .accordion_header.active {
  background-color: transparent;
}
.accordion_wrapper .accordion_item .accordion_header.active::after {
  transform: rotate(270deg);
}
@media (min-width: 992px) {
  .accordion_wrapper .accordion_item .accordion_header:hover::after {
    transform: rotate(270deg);
  }
}
.accordion_wrapper .accordion_item .accordion_body {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion_wrapper .accordion_item .accordion_body p {
  margin-bottom: 1.4em;
}
.accordion_wrapper .accordion_item:last-child {
  border-bottom: 1px solid;
}

.ds_breadcrumb_wrapper {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.ds_breadcrumb_wrapper .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*.breadcrumb_arrow {
      width: 1.4em;
      height: 1.4em;
      background-image: url("/wp-content/themes/draftspot_theme/assets/img/chevron2.svg");
      background-position: center;
      background-size: 1.3em;
      background-repeat: no-repeat;
      display: inline-block;
      opacity: 0.3;
      margin-right: $spacing;
  }*/
}
.ds_breadcrumb_wrapper .breadcrumb a {
  margin-right: 0.3em;
  text-decoration: none;
  /**/
}
.ds_breadcrumb_wrapper .breadcrumb a:first-child {
  width: 1.4em;
  height: 1.4em;
  background-image: url("/shop_theme/wp-content/themes/draftspot_shop_theme/assets/img/Home.svg");
  background-position: center;
  background-size: 1em;
  background-repeat: no-repeat;
  display: inline-block;
  color: transparent;
}

.page-template-ds_contacts .ds_blue_wave {
  top: -95%;
}
.page-template-ds_contacts .ds_yellow_wave {
  bottom: -101%;
}

@media only screen and (max-width: 1439px) {
  .page-template-ds_contacts .ds_blue_wave {
    top: -120%;
  }
  .page-template-ds_contacts .ds_yellow_wave {
    bottom: -120%;
  }
}
.page-template-ds_advantages .ds_blue_wave, .page-template-ds_portfolio .ds_blue_wave {
  top: 12%;
}
.page-template-ds_advantages .ds_yellow_wave, .page-template-ds_portfolio .ds_yellow_wave {
  bottom: 4.5%;
}

.ds_page_header {
  margin-top: 6.875em;
}
.ds_page_header h1 {
  margin-bottom: 0.535em;
}
.ds_page_header p {
  font-size: 1.25em;
  max-width: 40em;
  margin-bottom: 2.25em;
}

.ds_home_section_faq.ds_home_section_faq_advantages {
  padding-top: 0em;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap {
  gap: 5em;
  align-items: stretch;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left {
  max-width: 34.22% !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap {
  padding: 0.875em 2.5em;
  border-radius: 0.4375em;
  background-color: #1E1E1E;
  border: 1px solid #00ACC1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap .ds_adv_title {
  color: #00ACC1;
  margin-bottom: 0;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap .ds_adv_text {
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap svg path {
  transition: 0.3s ease-in-out;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap:hover {
  border-color: #D7DF23;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap:hover svg path {
  fill: #D7DF23;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap.active {
  border-color: #D7DF23;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap.active .ds_adv_title, .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap.active .ds_adv_text {
  color: #D7DF23;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap.active svg path {
  fill: #D7DF23;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right {
  max-width: 59.7% !important;
  width: 100%;
  overflow: hidden;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .ds_anchor {
  display: none;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide {
  border: 1px solid #D7DF23;
  border-radius: 0.5em;
  background-color: #1E1E1E;
  overflow: hidden;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide figure img {
  height: 24.125em !important;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide h3 {
  padding-top: 0.625em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-bottom: 0.5em;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide p {
  font-size: 1.25em;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 0.75em;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div {
  text-align: right;
  margin-bottom: 1.5em;
  margin-right: 2.5em;
}
.ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div a {
  padding: 1em 1.75em;
}

.ds_adv_section {
  padding-top: 4.625em;
  padding-bottom: 2.5em;
}
.ds_adv_section .container .d-flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.4% !important;
  row-gap: 5.5em !important;
}
.ds_adv_section .container .d-flex .ds_opt_item {
  max-width: 26%;
  width: 100%;
  padding: 1.875em 2.8125em;
  background-color: #3B3B3B;
  border-radius: 0.4375em;
  box-shadow: 0.875em 1.25em 4.375em rgba(0, 0, 0, 0.25);
}
.ds_adv_section .container .d-flex .ds_opt_item figure img {
  max-width: 9.25em;
  height: 9.25em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}
.ds_adv_section .container .d-flex .ds_opt_item h3 {
  text-align: center;
  color: #00ACC1;
  margin-bottom: 0.33em;
}
.ds_adv_section .container .d-flex .ds_opt_item p {
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1599px) {
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap {
    gap: 3.5em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left {
    gap: 1.75em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap {
    padding: 1.125em 2em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide figure img {
    height: 20em !important;
    border-radius: 0 !important;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide h3 {
    padding-left: 1.125em;
    padding-right: 1.125em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide p {
    font-size: 1.125em;
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div {
    margin-bottom: 1.25em;
    margin-right: 2.25em;
  }
  .ds_adv_section .container .d-flex {
    gap: 5.6% !important;
    row-gap: 4em !important;
  }
  .ds_adv_section .container .d-flex .ds_opt_item {
    max-width: 26%;
    width: 100%;
    padding: 1.75em 2.5em;
  }
  .ds_adv_section .container .d-flex .ds_opt_item figure img {
    max-width: 8em;
    height: 8em;
  }
}
@media only screen and (max-width: 1439px) {
  .page-template-ds_advantages .ds_blue_wave, .page-template-ds_portfolio .ds_blue_wave {
    top: 3%;
  }
  .page-template-ds_advantages .ds_yellow_wave, .page-template-ds_portfolio .ds_yellow_wave {
    bottom: 2.5%;
  }
  .ds_page_header {
    margin-top: 5em;
  }
  .ds_page_header h1 {
    margin-bottom: 0.5em;
  }
  .ds_page_header p {
    font-size: 1.125em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap {
    gap: 1.5em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left {
    gap: 1.5em;
    max-width: unset !important;
    width: auto;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap {
    padding: 0em;
    width: 4em;
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap .ds_adv_title {
    display: none;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap svg {
    height: 2.5em;
    width: 2.5em;
    display: block;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right {
    max-width: 90% !important;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide figure {
    grid-row: span 3/span 3;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide figure img {
    height: 100% !important;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div {
    margin-left: 1.95em;
    text-align: left;
  }
  .ds_adv_section .container .d-flex {
    gap: 4.8% !important;
    row-gap: 2.5em !important;
  }
  .ds_adv_section .container .d-flex .ds_opt_item {
    padding: 1.5em 2.25em;
  }
  .ds_adv_section .container .d-flex .ds_opt_item figure img {
    max-width: 6em;
    height: 6em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide p {
    font-size: 1em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div {
    margin-left: 1.7em;
    margin-right: 1.7em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide div a {
    padding: 0.875em 1.5em;
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap {
    flex-direction: column;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left {
    max-width: 100% !important;
    display: flex;
    flex-direction: row;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right {
    position: relative;
    display: block;
    max-width: 100% !important;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .ds_anchor {
    display: block;
    position: absolute;
    top: -7em;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide p {
    padding-left: 1.7em;
    padding-right: 1.7em;
  }
  .ds_adv_section .container .d-flex .ds_opt_item {
    max-width: 45%;
    padding: 1.25em 1.75em;
  }
  .ds_adv_section .container .d-flex .ds_opt_item figure img {
    max-width: 4em;
    height: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide {
    display: block;
  }
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_right .swiper-slide figure img {
    height: 14em !important;
  }
}
@media only screen and (max-width: 575px) {
  .ds_home_section_faq.ds_home_section_faq_advantages .ds_faqs_wrap .ds_faq_left .ds_adv_wrap {
    font-size: 0.75em;
  }
  .ds_adv_section .container .d-flex {
    row-gap: 1em !important;
  }
  .ds_adv_section .container .d-flex .ds_opt_item {
    max-width: 100%;
  }
}
.ds_portfolio_section {
  margin-top: 6.25em;
  padding-bottom: 2.5em;
}
.ds_portfolio_section .ds_port_filters {
  gap: 1.25em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5em;
}
.ds_portfolio_section .ds_port_filters .ds_port_filter_item {
  border: 1px solid #00ACC1;
  color: #00ACC1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 1.5em;
  padding: 0.5em 0.66em;
  border-radius: 0.25em;
  background-color: #3B3B3B;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.ds_portfolio_section .ds_port_filters .ds_port_filter_item.active {
  border-color: #D7DF23;
  color: #D7DF23;
}
.ds_portfolio_section .ds_port_filters .ds_port_filter_item:hover {
  border-color: #D7DF23;
}
.ds_portfolio_section .ds_port_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 6.875em;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item {
  align-items: center;
  justify-content: space-between;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_left {
  max-width: 35.18%;
  width: 100%;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_left h2 {
  margin-bottom: 0.52em;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_left p {
  margin-bottom: 2em;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_left .ds_port_link a {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right {
  max-width: 58.88%;
  width: 100%;
}
.ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right img {
  width: 100%;
  height: 23.5625em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5em;
}
.ds_portfolio_section .ds_port_wrap .ds_paginationWrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1em;
}
.ds_portfolio_section .ds_port_wrap .ds_paginationWrap .ds_pagNum {
  width: 3em;
  height: 3em;
  border-radius: 0.5em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  border: 1px solid #00ACC1;
  background-color: #3B3B3B;
  cursor: pointer;
}
.ds_portfolio_section .ds_port_wrap .ds_paginationWrap .ds_pagNum:hover {
  background-color: #00ACC1;
}
.ds_portfolio_section .ds_port_wrap .ds_paginationWrap .ds_pagNum.active {
  color: black;
  font-weight: bold;
  background-color: #D7DF23;
  border-color: #D7DF23;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1599px) {
  .ds_portfolio_section .ds_port_filters {
    gap: 1.125em;
    margin-bottom: 4em;
  }
  .ds_portfolio_section .ds_port_filters .ds_port_filter_item {
    font-size: 1.25em;
  }
  .ds_portfolio_section .ds_port_wrap {
    row-gap: 5em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_left {
    max-width: 38%;
    width: 100%;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right {
    max-width: 56%;
    width: 100%;
  }
  .ds_portfolio_section .ds_port_wrap .ds_paginationWrap {
    gap: 1em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_paginationWrap .ds_pagNum {
    width: 2.75em;
    height: 2.75em;
  }
}
@media only screen and (max-width: 1439px) {
  .ds_portfolio_section {
    margin-top: 5em;
    padding-bottom: 2em;
  }
  .ds_portfolio_section .ds_port_wrap {
    row-gap: 4em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_portfolio_section .ds_port_filters {
    gap: 1.125em;
    margin-bottom: 3em;
  }
  .ds_portfolio_section .ds_port_filters .ds_port_filter_item {
    font-size: 1.125em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item > div {
    max-width: 100% !important;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right img {
    height: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right img {
    height: 16em;
  }
}
@media only screen and (max-width: 575px) {
  .ds_portfolio_section .ds_port_filters {
    gap: 1em;
    margin-bottom: 3em;
  }
  .ds_portfolio_section .ds_port_filters .ds_port_filter_item {
    font-size: 1em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_port_item .ds_port_right img {
    height: 12em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_paginationWrap {
    gap: 0.5em;
  }
  .ds_portfolio_section .ds_port_wrap .ds_paginationWrap .ds_pagNum {
    width: 2.25em;
    height: 2.25em;
    border-radius: 0.25em;
  }
}
.page-template-ds_pricelist .ds_blue_wave {
  top: -9%;
}
.page-template-ds_pricelist .ds_yellow_wave {
  bottom: -16%;
}

.ds_price_section {
  padding-top: 5em;
  padding-bottom: 3.75em;
}
.ds_price_section .ds_price_wrap {
  max-width: 90%;
  margin: 0 auto;
  gap: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap {
  border-radius: 0.5em;
  overflow: hidden;
  background-color: white;
  margin-top: 1em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header {
  min-height: 12.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #D7DF23;
  row-gap: 0.875em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_price {
  font-size: 3em;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  color: #000000;
  gap: 0.25em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_price span {
  font-size: 0.5em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_type {
  font-size: 1.5em;
  font-weight: bold;
  color: #000000;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body {
  padding: 1.375em 2em 1.5em;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body .ds_price_row {
  gap: 0.75em;
  align-items: flex-start;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body .ds_price_row img {
  width: 0.75em;
  height: auto;
  margin-top: 0.5em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body .ds_price_row .ds_price_row_text p {
  margin-bottom: 0;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body a {
  margin: 1.5em auto 0;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) {
  margin-top: 0em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header {
  min-height: 13.5em;
  row-gap: 0.75em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price {
  font-size: 3.625em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price span {
  font-size: 0.4138em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_type {
  font-size: 1.5em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body {
  padding: 1.375em 2em 2.75em;
}
.ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body a {
  margin: 3.125em auto 0;
}
.ds_price_section .ds_pricelist_sentence {
  text-align: center;
  color: #D7DF23;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2.3em;
}
.ds_price_section .ds_pricelist_boxes {
  padding-top: 3.75em;
  display: flex;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box {
  border-radius: 0.5em;
  background-color: #3B3B3B;
  box-shadow: 0.875em 1.25em 4em rgba(0, 0, 0, 0.25);
  padding: 2.875em;
  width: 100%;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box p {
  font-size: 1.25em;
  margin-bottom: 0;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box ul {
  list-style-type: none;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box ul li {
  padding-left: 1.2em;
  font-size: 1.25em;
  position: relative;
  margin-top: 1em;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.6em;
  height: 0.6em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_left {
  max-width: 60%;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_left ul li:before {
  background-image: url(/wp-content/uploads/2024/07/check.svg);
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_right {
  max-width: 40%;
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_right ul li:before {
  background-image: url(/wp-content/uploads/2024/07/cross.svg);
}
.ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_right > p:last-of-type {
  margin-top: 1em;
}

@media only screen and (max-width: 1599px) {
  .ds_price_section .ds_price_wrap .ds_price_item_wrap {
    margin-top: 2em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header {
    min-height: 10em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_price {
    font-size: 2.75em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_type {
    font-size: 1.25em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body {
    padding: 1.25em 1.75em 1.25em;
    gap: 0.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body .ds_price_row {
    gap: 0.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body .ds_price_row img {
    width: 0.625em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body a {
    margin: 1.25em auto 0;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) {
    margin-top: 0em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header {
    min-height: 12em;
    row-gap: 0.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price {
    font-size: 3.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price span {
    font-size: 0.4138em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_type {
    font-size: 1.25em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body {
    padding: 1.25em 1.75em 2.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body a {
    margin: 2.75em auto 0;
  }
  .ds_price_section .ds_pricelist_sentence {
    font-size: 1.25em;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 1439px) {
  .page-template-ds_pricelist .ds_blue_wave {
    top: -14%;
  }
  .page-template-ds_pricelist .ds_yellow_wave {
    bottom: -20%;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap {
    margin-top: 1em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header {
    min-height: 9em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_price {
    font-size: 2.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_type {
    font-size: 1.125em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body {
    padding: 1.125em 1.5em 1.125em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body a {
    margin: 1.125em auto 0;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) {
    margin-top: 0;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header {
    min-height: 10em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price {
    font-size: 3.25em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price span {
    font-size: 0.4138em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_type {
    font-size: 1.125em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body {
    padding: 1.125em 1.75em 2.25em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body a {
    margin: 2.25em auto 0;
  }
  .ds_price_section .ds_pricelist_sentence {
    font-size: 1.125em;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1199px) {
  .ds_price_section .ds_price_wrap {
    max-width: 100%;
    gap: 1.75em;
  }
}
@media only screen and (max-width: 991px) {
  .ds_price_section .ds_price_wrap .ds_price_item_wrap {
    margin-top: 0;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header {
    min-height: 7em;
    row-gap: 0.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_header .ds_price_price {
    font-size: 2em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body {
    padding: 1em 1.125em 1em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap .ds_price_body a {
    margin: 1.125em auto 0;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header {
    min-height: 8em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price {
    font-size: 2.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_header .ds_price_price span {
    font-size: 0.4138em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body {
    padding: 1em 1.125em 1.5em;
  }
  .ds_price_section .ds_price_wrap .ds_price_item_wrap:nth-child(2) .ds_price_body a {
    margin: 1.5em auto 0;
  }
  .ds_price_section .ds_pricelist_boxes {
    flex-direction: column;
    row-gap: 2em;
  }
  .ds_price_section .ds_pricelist_boxes .ds_pricelist_box {
    padding: 2em;
  }
  .ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_left, .ds_price_section .ds_pricelist_boxes .ds_pricelist_box.ds_pricelist_box_right {
    max-width: 100%;
  }
  .ds_price_section .ds_price_wrap {
    max-width: 60%;
    gap: 3em;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .ds_price_section .ds_price_wrap {
    max-width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .ds_price_section .ds_price_wrap {
    max-width: 90%;
  }
}/*# sourceMappingURL=ds_front.css.map */