/*border-radius*/
/*cart, checkout plus dalsi obecne stranky*/
/*filter hover state only on desktop*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
/*------------------------------respo----------------------------------*/
@font-face {
  font-family: "Chillax";
  font-weight: 300;
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Light.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Light.woff") format("woff");
}
@font-face {
  font-family: "Chillax";
  font-weight: 400;
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Regular.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Regular.woff") format("woff");
}
@font-face {
  font-family: "Chillax";
  font-weight: 500;
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Medium.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Medium.woff") format("woff");
}
@font-face {
  font-family: "Chillax";
  font-weight: 600;
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Semibold.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Chillax";
  font-weight: 700;
  src: url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Bold.woff2") format("woff2"), url("/wp-content/themes/draftspot_theme/assets/fonts/Chillax-Bold.woff") format("woff");
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Chillax";
  font-weight: normal;
  line-height: 1.5;
  color: #252525;
  width: 100%;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

h1 {
  font-size: 4.25em;
  font-weight: 600;
  margin: 0.47059em 0;
  line-height: 1.058824;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 2.725em;
  }
}

h2 {
  font-size: 2.625em;
  font-weight: 600;
  line-height: 1.1429;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.625em;
  font-weight: 500;
}

b,
strong {
  font-weight: 500;
}

main {
  padding-top: 80px;
}

.ds_btn {
  padding: 0.75em 2.8125em;
  min-width: 10.625em;
  font-family: "Chillax";
  line-height: 1.5;
  font-weight: 600;
  border: 0;
  background: none;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  border-radius: 2.5em;
  text-decoration: none;
  font-size: 1em;
}
.ds_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 2.5em;
  z-index: 0;
}
.ds_btn::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(2.5em - 1px);
  z-index: 1;
  transition: 0.3s;
}
.ds_btn:not(.active):hover::after {
  transform: scaleX(0.95);
  opacity: 0.96;
}
.ds_btn:not(.active):hover .ds_colored_text {
  /*background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;*/
}
.ds_btn span {
  z-index: 2;
  position: relative;
}
.ds_btn.big {
  padding: 0.875em 3.25em;
}
.ds_btn.small {
  min-width: unset;
  padding: 0.5em 1.5em;
}
.ds_btn.unset-width {
  min-width: unset;
}
.ds_btn.active::after {
  opacity: 0;
  transform: scale(0);
}
.ds_btn.active .ds_colored_text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;
}
.ds_btn.disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.5;
}

.ds_btn_blue {
  padding: 0.875em 3.25em;
  font-family: "Chillax";
  line-height: 1.5;
  font-weight: 600;
  border: 1px solid transparent;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  text-decoration: none;
  color: white;
  border-radius: 2.5em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  cursor: pointer;
  font-size: 1em;
  transition: 0.3s;
  position: relative;
}
.ds_btn_blue .ds_colored_text {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: white;
}
.ds_btn_blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2.5em;
  background: #0064FF;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  transform: scaleX(0) scaleY(0.5);
}
.ds_btn_blue > span {
  position: relative;
  z-index: 2;
}
.ds_btn_blue:hover::before {
  opacity: 0.3;
  transform: scale(1);
}

.button-primary,
.mepr-submit {
  padding: 0.875em 3.25em;
  font-family: "Chillax";
  line-height: 1.5;
  font-weight: 600;
  border: 1px solid transparent;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  text-decoration: none;
  color: white;
  border-radius: 2.5em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  cursor: pointer;
  font-size: 1em;
  transition: 0.3s;
  position: relative;
}
.button-primary:hover,
.mepr-submit:hover {
  filter: brightness(0.9);
}

#mepr_loginform {
  max-width: 25em;
  margin: 0 auto;
}
#mepr_loginform .submit {
  text-align: center;
}

.mp_wrapper h1 {
  font-weight: 600;
  text-align: center;
}
.mp_wrapper a:not(.ds_btn) {
  color: #0064FF;
  text-decoration: none;
}
.mp_wrapper a:not(.ds_btn):hover {
  text-decoration: underline;
}
.mp_wrapper .mp-form-submit {
  text-align: center;
}

.ds_reg_actions {
  text-align: center;
}
.ds_reg_actions p {
  display: inline;
}

a.ds_btn_blue {
  display: inline-block;
}

.ds_colored_text {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

figure {
  margin: 0;
}

.ds_input_blue_wrapper {
  border-radius: 1.875em;
  background: linear-gradient(90deg, #002fff, #005eff);
  padding: 1px;
  display: inline-block;
  width: calc(100% - 2px);
  display: grid;
}
.ds_input_blue_wrapper .ds_input_blue {
  font-family: "Chillax";
  font-size: 0.875rem;
  padding: 0.85714em 1.57143em;
  border-radius: calc(1.875em - 1px);
  background: white;
  outline: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.ds_input_blue_wrapper .ds_input_blue::-moz-placeholder {
  color: #ACACAC;
}
.ds_input_blue_wrapper .ds_input_blue::placeholder {
  color: #ACACAC;
}
.ds_input_blue_wrapper textarea.ds_input_blue {
  resize: vertical;
  min-height: 15em;
}

.text_green,
.green_text {
  color: #6BDB78;
}

.text_red,
.red_text {
  color: #FF5757;
}

table.ds_table {
  min-width: 100%;
  position: relative;
}
table.ds_table.nowrap,
table.ds_table .nowrap {
  white-space: nowrap;
}
table.ds_table thead {
  position: relative;
  min-height: 3.125em;
}
table.ds_table thead tr {
  position: relative;
  z-index: 1;
}
table.ds_table thead tr th {
  padding: 0.75em 2em;
  color: white;
  font-weight: 600;
  position: relative;
}
table.ds_table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0.5px;
  width: 1px;
  top: 50%;
  height: 1.75em;
  background: white;
  transform: translateY(-50%);
}
table.ds_table thead .thead_bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  border-radius: 2.5em;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  z-index: 0;
}
table.ds_table tbody tr {
  height: 3.75em;
  position: relative;
  font-weight: 500;
}
table.ds_table tbody tr td {
  padding: 0 2em;
}
table.ds_table tbody tr td:not(:first-child) {
  text-align: center;
}
table.ds_table tbody tr:not(.row_pag)::after {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}
table.ds_table tbody tr.row_pag > td {
  padding: 2.625em 1em;
  text-align: end;
}
table.ds_table tbody tr.row_pag > td input[type=number] {
  margin-left: 1em;
  width: 3.25em;
}
table.ds_table tbody tr.row_pag .ds_paginationWrap > div {
  display: flex;
  gap: 1.125em;
  align-items: center;
  justify-content: end;
}
table.ds_table tbody tr.row_pag .ds_paginationWrap > div .ds_pagNum {
  font-size: 1.625em;
  font-weight: 500;
  color: #B0B0B0;
  cursor: pointer;
}
table.ds_table tbody tr.row_pag .ds_paginationWrap > div .ds_pagNum.active {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: auto;
}
table.ds_table tbody tr.row_pag .ds_paginationWrap > div .ds_pagNum.ds_pagNum_prev, table.ds_table tbody tr.row_pag .ds_paginationWrap > div .ds_pagNum.ds_pagNum_next {
  padding: 1rem;
  display: flex;
  border-radius: 50%;
  box-shadow: 0px 1rem 2rem 0em rgba(0, 100, 255, 0.2);
}
table.ds_table tbody tr:first-child {
  height: 6em;
}
table.ds_table tbody tr:first-child td {
  padding: 1.625em 2em 0;
}

.ds_stock_card {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
}

.dot-preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
}
.dot-preloader-overlay .dot-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type=number] {
  padding: 0;
  padding-bottom: 0.375em;
  font-family: "Chillax";
  border: 0;
  border-bottom: 2px solid #0000C8;
  font-size: 1em;
  font-weight: 500;
  outline: 0;
}

.ds_input_checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125em;
  height: 1.125em;
  border-radius: 0.375em;
  position: relative;
  background: white;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1em;
}
.ds_input_checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.ds_input_checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.23em;
  height: 0.55em;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.ds_input_checkbox:checked {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
}
.ds_input_checkbox:checked::before {
  display: none;
}
.ds_input_checkbox:checked::after {
  opacity: 1;
}

@media only screen and (max-width: 1599px) {
  body {
    font-size: 15px;
  }
}
.container {
  box-sizing: border-box;
}

.table-container,
.ds_div_table_wrap {
  max-width: 100%;
  overflow-x: auto;
}
.table-container .ds_info_source,
.ds_div_table_wrap .ds_info_source {
  white-space: nowrap;
}

.ds_input {
  position: relative;
  border-radius: 1.875em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
}
.ds_input input,
.ds_input .select2 {
  position: relative;
  z-index: 2;
  font-family: "Chillax";
  background: transparent;
  border: 0;
  padding: 0.5716em 1.143em 0.5716em 1.143em;
  font-size: 0.875em;
  min-width: 15em;
  width: 15em;
  box-sizing: border-box;
}
.ds_input input.select2,
.ds_input .select2.select2 {
  padding: 0.5716em 1.5em 0.5716em 1.143em;
}
.ds_input input:focus,
.ds_input .select2:focus {
  outline: 0;
}
.ds_input .select2-selection {
  border: 0 !important;
  height: unset !important;
}
.ds_input .select2-selection__rendered {
  padding: 0 !important;
  line-height: unset !important;
}
.ds_input .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.ds_input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 1.875em;
  z-index: 0;
}
.ds_input::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(1.875em - 1px);
  z-index: 1;
}

@media (max-width: 767px) {
  .ds_buy_wrap {
    grid-template-columns: 1fr;
  }
}

.ds_banner h2 {
  max-width: 32.25rem;
}

.ds_restr_con_obal a,
.ds_restr_con_obal h2 {
  color: #0064FF;
}

.ds_info_box {
  font-weight: medium;
  text-align: center;
}

.fixedButton {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  opacity: 0.75em;
  z-index: 98;
}

.ds_how_nav {
  width: 100%;
}
.ds_how_nav .swiper-wrapper {
  display: flex;
  gap: 2em;
  justify-content: center;
}
.ds_how_nav .swiper-slide {
  width: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ds_how_nav .swiper-wrapper {
    justify-content: unset;
    gap: 0;
  }
  .ds_how_nav .swiper-slide {
    width: auto !important;
  }
  .ds_how_nav .swiper-slide:not(:last-child) {
    margin-right: 2em;
  }
}
.ds_how_nav .swiper-pagination {
  margin-top: 12px;
  text-align: center;
}
.ds_how_nav .swiper-pagination {
  margin-top: 2em;
  position: relative;
}
.ds_how_nav .swiper-pagination .swiper-pagination-bullet {
  background: #D3D3D3;
}
.ds_how_nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}

.ds_main_nav.mobile-only,
.ds_stocks_stat_nav_wrap.mobile-only {
  width: 100%;
}
.ds_main_nav.mobile-only .ds_btn,
.ds_stocks_stat_nav_wrap.mobile-only .ds_btn {
  display: inline-block;
}
.ds_main_nav.mobile-only .swiper-wrapper,
.ds_stocks_stat_nav_wrap.mobile-only .swiper-wrapper {
  display: flex;
  gap: 2em;
  justify-content: center;
}
.ds_main_nav.mobile-only .swiper-slide,
.ds_stocks_stat_nav_wrap.mobile-only .swiper-slide {
  width: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ds_main_nav.mobile-only .swiper-wrapper,
  .ds_stocks_stat_nav_wrap.mobile-only .swiper-wrapper {
    justify-content: unset;
    gap: 0;
  }
  .ds_main_nav.mobile-only .swiper-slide,
  .ds_stocks_stat_nav_wrap.mobile-only .swiper-slide {
    width: auto !important;
  }
  .ds_main_nav.mobile-only .swiper-slide:not(:last-child),
  .ds_stocks_stat_nav_wrap.mobile-only .swiper-slide:not(:last-child) {
    margin-right: 2em;
  }
}
.ds_main_nav.mobile-only .swiper-pagination,
.ds_stocks_stat_nav_wrap.mobile-only .swiper-pagination {
  position: relative;
  text-align: center;
}
.ds_main_nav.mobile-only .swiper-pagination .swiper-pagination-bullet,
.ds_stocks_stat_nav_wrap.mobile-only .swiper-pagination .swiper-pagination-bullet {
  background: #D3D3D3;
}
.ds_main_nav.mobile-only .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ds_stocks_stat_nav_wrap.mobile-only .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}

.page-template-ds_aitest iframe,
.page-template-ds_comunity iframe {
  height: calc(100vh - 80px) !important;
}

.ds_main_nav.desktop-only,
.ds_stocks_stat_nav_wrap.desktop-only {
  display: flex !important;
}
@media (max-width: 767px) {
  .ds_main_nav.desktop-only,
  .ds_stocks_stat_nav_wrap.desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-only {
    display: flex !important;
  }
}

.ds_search_home_wrap .mobile-only {
  justify-content: center;
}

.page-id-762 .ds_footer {
  display: none;
}

.dcf-spinner {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3C0C78;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: dcf-spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes dcf-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dcf-hidden {
  display: none !important;
}

/*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%;
}

.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: 1260px;
  }
}
@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;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5em;
  background: white;
  z-index: 9999;
}
#masthead .ds_logo_main {
  display: block;
}
#masthead .ds_logo_mobile {
  display: none;
}
#masthead .ds_wrapper_menu_main {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
#masthead .ds_wrapper_menu_main .navbar-right {
  display: flex;
  align-items: center;
  gap: 1.375em;
  height: 100%;
  background: white;
}
@media (max-width: 575px) {
  #masthead .ds_wrapper_menu_main .navbar-right {
    gap: 1em;
  }
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar {
  height: 100%;
}
@media (max-width: 1199px) {
  #masthead .ds_wrapper_menu_main .navbar-right .navbar {
    height: auto;
  }
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar #main-nav {
  height: 100%;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.5625em;
  font-weight: 600;
  height: 100%;
  align-items: center;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul.navbar-nav > li {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul.navbar-nav > li a {
  display: flex;
  height: 100%;
  align-items: center;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul.navbar-nav > li > a:hover + ul.dropdown-menu {
  transform: translateY(0) translateX(50%);
  transition-delay: 0s;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul a {
  text-decoration: none;
  color: currentColor;
  transition: 0.3s;
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul a:hover {
  text-shadow: 0px 0 0.75em rgba(0, 102, 255, 0.3960784314);
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul ul.dropdown-menu {
  right: 50%;
  top: 100%;
  transform: translateY(calc(-100% - 2em)) translateX(50%);
  background: white;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  max-width: 15em;
  padding: 1em 1.5em;
  line-height: 1;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
}
#masthead .ds_wrapper_menu_main .navbar-right .navbar ul ul.dropdown-menu:hover {
  transform: translateY(0) translateX(50%);
  transition-delay: 0s;
}
#masthead #nav-icon3 {
  display: none;
}
#masthead figure {
  margin: 0;
}
#masthead .ds_search_wrap {
  position: relative;
  border-radius: 1.875em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  z-index: 100;
}
@media (max-width: 575px) {
  #masthead .ds_search_wrap {
    display: flex !important;
  }
}
#masthead .ds_search_wrap button {
  background: none;
  border: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#masthead .ds_search_wrap input {
  position: relative;
  z-index: 2;
  font-family: "Chillax";
  background: transparent;
  border: 0;
  padding: 0.5716em 3.4286em 0.5716em 1.143em;
  font-size: 0.875em;
}
#masthead .ds_search_wrap input:focus {
  outline: 0;
}
#masthead .ds_search_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 1.875em;
  z-index: 0;
}
#masthead .ds_search_wrap::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(1.875em - 1px);
  z-index: 1;
}
#masthead .ds_header_search_res {
  position: fixed;
  top: 5em;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 2em);
  width: -moz-max-content;
  width: max-content;
  max-height: calc(100vh - 10em);
  overflow-y: auto;
  min-width: 15em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  padding: 0 2em 0.75em;
  flex-direction: column;
  background: white;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.1);
}
@media (max-width: 767px) {
  #masthead .ds_header_search_res {
    max-height: calc(100vh - 5em);
  }
}
#masthead .ds_header_search_res.open {
  display: block;
}
#masthead .ds_header_search_res h5 {
  margin: 1rem 0;
  font-size: 1.5em;
  font-weight: 600;
}
#masthead .ds_header_search_res img.ds_close {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
}
#masthead .ds_header_search_res img.ds_close:hover {
  transform: scale(0.9);
}
#masthead .ds_header_search_res .ds_search_row {
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #masthead .ds_header_search_res .ds_search_row {
    gap: 1em;
  }
}
#masthead .ds_header_search_res .ds_search_row .ds_search_row_title {
  gap: 1em;
}
#masthead .ds_header_search_res .ds_search_row img {
  padding: 0.25em;
  margin-top: 0.25em;
  border-radius: 0.357rem;
  background: #121212;
}
#masthead .ds_header_search_res .ds_search_row a {
  color: currentColor;
  text-decoration: none;
  font-weight: 600;
}
#masthead .ds_header_search_res .ds_search_row a:hover {
  text-decoration: underline;
}
#masthead .ds_header_search_res .ds_search_row a .ds_search_row_symbol {
  font-size: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#masthead a {
  text-decoration: none;
}
#masthead a.ds_colored_text {
  font-weight: 600;
}
#masthead .header_icons {
  display: flex;
  gap: 1.625em;
  align-items: center;
}
#masthead .header_icons .header_icons_account {
  line-height: 0;
}
@media (max-width: 1199px) {
  #masthead #main-nav {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 5em);
    background-color: white;
    top: 5em;
    right: 0;
    z-index: 99;
    text-align: center;
    transform: translateX(100%);
    transition: 0.5s;
  }
  #masthead .ds_btn_blue {
    position: relative;
    z-index: 100;
  }
  #masthead.headerOpen #main-nav {
    transform: translateX(0);
  }
  #masthead .navbar {
    order: 4;
  }
  #masthead .navbar ul {
    flex-direction: column;
  }
  #masthead .navbar ul.navbar-nav {
    justify-content: center;
    padding-bottom: 5em !important;
    font-size: 1.25em;
  }
  #masthead .navbar ul.navbar-nav li {
    height: auto !important;
    flex-direction: column;
  }
  #masthead .navbar ul.navbar-nav li > a.dropdown-toggle {
    display: none !important;
  }
  #masthead .navbar ul.dropdown-menu {
    position: unset;
    transform: unset !important;
    padding: unset !important;
    line-height: unset !important;
    z-index: 1 !important;
    box-shadow: unset !important;
  }
  #masthead .ds_log_btn {
    margin-right: 1em;
  }
  #masthead .navbar-toggler {
    height: 22px;
    width: 40px;
    position: relative;
    z-index: 99999;
    display: block !important;
    margin: auto;
    padding: 0;
    background: transparent !important;
    border: 0;
    outline: 0;
  }
  #masthead .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  #masthead .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  #masthead .navbar-toggler span:nth-child(2), #masthead .navbar-toggler span:nth-child(3) {
    top: 10px;
  }
  #masthead .navbar-toggler span:nth-child(4) {
    top: 20px;
  }
  #masthead .navbar-toggler.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #masthead .navbar-toggler.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #masthead .navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #masthead .navbar-toggler.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
}
@media (max-width: 991px) {
  #masthead .header_icons .ds_btn_blue,
  #masthead .header_icons .ds_colored_text {
    display: none;
  }
}
@media (max-width: 767px) {
  #masthead .ds_logo_main {
    display: none;
  }
  #masthead .ds_logo_mobile {
    display: block;
  }
  #masthead .ds_search_wrap {
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
  }
  #masthead .ds_search_wrap input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.5716rem 2.4286rem 0.5716rem 1.143rem;
  }
  #masthead .ds_search_wrap input::-moz-placeholder {
    font-size: 0.875em;
  }
  #masthead .ds_search_wrap input::placeholder {
    font-size: 0.875em;
  }
}

.admin-bar #masthead {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #masthead {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar #masthead.smallHeader {
    top: 0;
  }
}

.page-template-ds_home {
  overflow-x: hidden;
}
.page-template-ds_home main {
  overflow-x: hidden;
}
.page-template-ds_home :root {
  --vh: 1vh;
}
.page-template-ds_home .ds_home_section_hero {
  position: relative;
  height: calc(100vh - 80px);
  height: calc(var(--vh, 1vh) * 100 - 80px);
}
.page-template-ds_home .ds_home_section_hero .container_hero {
  position: absolute;
  top: 1.25em;
  left: 2.5em;
  right: 2.5em;
  bottom: 1.25em;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  z-index: -1;
  border-radius: 3.125em;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.1);
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero .container_hero {
    left: 1em;
    right: 1em;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: white;
  padding: 1.25em 0;
  height: 90%;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid .ds_hero_grid_column2 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid .ds_hero_grid_column2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid .ds_hero_grid_column1 {
    padding: 2em 2em 1em;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
  max-height: 45em;
  position: relative;
  transform: scale(0.8) translateX(-5%);
}
@media (max-width: 1599px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.6) translateX(-5%);
  }
}
@media (max-width: 1439px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.5) translateX(-5%);
  }
}
@media (max-width: 1199px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.4) translateX(-5%);
  }
}
@media (max-width: 991px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.4) translateX(-63%);
  }
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.3) translateX(-30%);
  }
}
@media (max-width: 575px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.3) translateX(-20%);
  }
}
@media (max-width: 425px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.3) translateX(-30%);
  }
}
@media (max-width: 400px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure {
    transform: scale(0.3) translateX(-40%);
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid figure img {
  position: relative;
  filter: drop-shadow(0px 2em 3em rgba(0, 100, 255, 0.2));
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid figure img.ds_slider_img1 {
  top: 0;
  left: 0;
  z-index: 3;
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid figure img.ds_slider_img2 {
  top: -5.375em;
  left: 4.3125em;
  z-index: 2;
}
.page-template-ds_home .ds_home_section_hero .ds_hero_grid figure img.ds_slider_img3 {
  top: -17em;
  left: 0.375em;
  z-index: 1;
}
@media (max-width: 575px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_grid figure img.ds_slider_img3 {
    display: none;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_logs {
  position: absolute;
  bottom: 3.3125em;
  left: 2.5em;
  right: 2.5em;
  justify-content: space-around;
  opacity: 0.5;
  align-items: center;
  max-height: 2.215em;
  gap: 1em;
}
@media (max-width: 991px) {
  .page-template-ds_home .ds_home_section_hero .ds_hero_logs {
    display: none;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_hero_logs img {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 2.215em;
}
.page-template-ds_home .ds_home_section_hero .container {
  height: 100%;
}
.page-template-ds_home .ds_home_section_hero .ds_btn {
  margin-top: 2.625em;
  display: inline-block;
  min-width: unset;
}
@media (max-width: 575px) {
  .page-template-ds_home .ds_home_section_hero .ds_btn {
    margin-top: 1em;
  }
}
.page-template-ds_home .ds_home_section_hero .ds_btn:hover::after {
  transform: scale(1);
  opacity: 0.92;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section {
  text-align: center;
  min-height: calc(var(--vh, 1vh) * 100 - 80px - 5.5em);
  height: unset;
  margin-bottom: 5.5em;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .container {
  min-height: calc(var(--vh, 1vh) * 100 - 80px - 5.5em);
  display: grid;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_home_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  gap: 1em;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_home_wrap h2 {
  margin-bottom: 0;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_home_wrap p {
  margin-top: 0;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap {
  position: relative;
  border-radius: 1.875em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  z-index: 100;
}
@media (max-width: 575px) {
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap {
    display: flex !important;
  }
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap button {
  background: none;
  border: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap input {
  position: relative;
  z-index: 2;
  font-family: "Chillax";
  background: transparent;
  border: 0;
  padding: 0.5716em 3.4286em 0.5716em 1.143em;
  font-size: 0.875em;
  width: 100%;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap input:focus {
  outline: 0;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 1.875em;
  z-index: 0;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(1.875em - 1px);
  z-index: 1;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap {
    max-width: 100%;
    width: 100%;
  }
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap input {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0.5716rem 2.4286rem 0.5716rem 1.143rem;
  }
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap input::-moz-placeholder {
    font-size: 0.875em;
  }
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_search_wrap input::placeholder {
    font-size: 0.875em;
  }
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res {
  width: calc(100% - 2em);
  margin-left: 1em;
  min-width: 15em;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  padding: 0 2em 0.75em;
  flex-direction: column;
  background: white;
  box-sizing: border-box;
  display: none;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res.open {
  display: block;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res h5 {
  margin: 1rem 0;
  font-size: 1.5em;
  font-weight: 600;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res img.ds_close {
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res img.ds_close:hover {
  transform: scale(0.9);
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row {
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row {
    gap: 1em;
  }
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row .ds_search_row_title {
  gap: 1em;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row img {
  padding: 0.25em;
  margin-top: 0.25em;
  border-radius: 0.357rem;
  background: #121212;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row a {
  color: currentColor;
  text-decoration: none;
  font-weight: 600;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row a:hover {
  text-decoration: underline;
}
.page-template-ds_home .ds_home_section_hero.ds_home_logged_section .ds_header_search_res .ds_search_row a .ds_search_row_symbol {
  font-size: 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-ds_home .ds_home_section_how {
  text-align: center;
  margin: 2em 0 3.75em;
}
.page-template-ds_home .ds_home_section_how .ds_how_nav {
  justify-content: center;
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_how .ds_how_nav {
    flex-wrap: wrap;
    gap: 1.5em;
    margin-bottom: 1.5em;
  }
}
.page-template-ds_home .ds_home_section_how p {
  max-width: 48em;
  margin-bottom: 2.625em;
  justify-self: center;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_how p {
    margin-bottom: 1.5em;
  }
}
.page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_wrap {
  width: 100%;
}
.page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video iframe, .page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video video {
  border-radius: calc(3.125em - 2px);
  width: 100%;
  height: auto;
  aspect-ratio: 225/92;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
  position: relative;
  margin: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video iframe, .page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video video {
    aspect-ratio: 225/125;
  }
}
.page-template-ds_home .ds_home_section_how .ds_how_tabs .ds_how_tab_item_video::before {
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 3.125em;
}
.page-template-ds_home .ds_home_section_how .ds_btn_blue {
  margin-top: 2em;
}
.page-template-ds_home .ds_home_section_life h1 {
  text-align: center;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625em;
  align-items: stretch;
}
@media (max-width: 991px) {
  .page-template-ds_home .ds_home_section_life .ds_life_con_wrap {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .page-template-ds_home .ds_home_section_life .ds_life_con_wrap {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left,
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right {
  display: flex;
  flex-direction: column;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul,
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul {
  flex-grow: 1;
  height: 100%;
  list-style-type: none;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul li,
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul li {
  display: flex;
  gap: 1.5rem;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul li img,
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul li img {
  width: 3.75rem;
  height: 3.75rem;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left h3 {
  text-align: center;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left h3 p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left h3 strong {
  color: #FF5757;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul {
  position: relative;
  padding: 5em 3em;
  display: grid;
  gap: 2em;
  border-radius: 2.5em;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
}
@media (max-width: 1599px) {
  .page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul {
    font-size: 0.85em;
  }
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 2.5em;
  z-index: 0;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: white;
  border-radius: calc(2.5em - 2px);
  z-index: 1;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul li {
  position: relative;
  z-index: 2;
  font-size: 1.625em;
  line-height: 1.23;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_left ul li::marker {
  color: #0000C8;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right h3 {
  text-align: center;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right h3 p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right h3 strong {
  color: #6BDB78;
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul {
  padding: 5em 3em;
  display: grid;
  gap: 2em;
  color: white;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 2.5em;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
}
.page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul li {
  font-size: 1.625em;
  line-height: 1.23;
  font-weight: 500;
}
@media (max-width: 1599px) {
  .page-template-ds_home .ds_home_section_life .ds_life_con_wrap .ds_life_con_right ul {
    font-size: 0.85em;
  }
}
.page-template-ds_home .ds_home_section_life .ds_life_btns {
  text-align: center;
}
.page-template-ds_home .ds_home_section_life .ds_life_btns .ds_btn_blue {
  margin-top: 2em;
}
.page-template-ds_home .ds_another_tools_heading {
  text-align: center;
  margin-bottom: 0.79412em;
}
.page-template-ds_home .ds_home_section_refs {
  margin: 2em 0 3.75em;
}

.page-template-ds_superinvestors_new h1 {
  text-align: center;
}
.page-template-ds_superinvestors_new .ds_investors_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625em;
}
@media (max-width: 1439px) {
  .page-template-ds_superinvestors_new .ds_investors_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .page-template-ds_superinvestors_new .ds_investors_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-template-ds_superinvestors_new .ds_investors_wrap {
    grid-template-columns: 1fr;
  }
}
.page-template-ds_superinvestors_new .ds_investors_item a {
  padding: 2.625em;
  display: grid;
  gap: 1em;
  text-decoration: none;
  color: currentColor;
  border: 1px solid #EEEEEE;
  background: white;
  border-radius: 2.5em;
  position: relative;
  transition: 0.3s;
  height: 100%;
  box-sizing: border-box;
}
.page-template-ds_superinvestors_new .ds_investors_item a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: calc(2.5em + 1px);
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.page-template-ds_superinvestors_new .ds_investors_item a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_superinvestors_new .ds_investors_item a:hover::before {
  opacity: 1;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_name {
  font-size: 1.625em;
  font-weight: 500;
  text-align: center;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_company {
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.1667em;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_img {
  text-align: center;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_img img {
  height: 7.875em;
  width: auto;
  border-radius: 1.5625em;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_val {
  justify-content: space-between;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_val .negative {
  color: #FF5757;
}
.page-template-ds_superinvestors_new .ds_investors_item .ds_investors_item_val .positive {
  color: #6BDB78;
}

.page-template-ds_superinvestors_detail_new .ds_investors_header_wrap {
  padding-top: 1.875em;
  gap: 3em;
}
@media (max-width: 1199px) {
  .page-template-ds_superinvestors_detail_new .ds_investors_header_wrap {
    gap: 2em;
    flex-direction: column;
  }
}
.page-template-ds_superinvestors_detail_new .ds_investors_header_left {
  border-radius: 2.5em;
  height: -moz-max-content;
  height: max-content;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  padding: 2.625em;
  gap: 1em;
  display: grid;
}
.page-template-ds_superinvestors_detail_new .ds_investors_header_left h1 {
  font-size: 2.625em;
  margin-bottom: 0.7619em;
}
.page-template-ds_superinvestors_detail_new .ds_investors_header_left .ds_investors_date {
  display: flex;
  max-width: 17.9375em;
  justify-content: space-between;
}
.page-template-ds_superinvestors_detail_new .ds_investors_header_left .ds_investors_date span {
  font-weight: 500;
}
.page-template-ds_superinvestors_detail_new .ds_investors_header_right {
  border-radius: 2.5em;
  padding: 2.625em;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  position: relative;
  z-index: 2;
}

.page-template-ds_contact_new h1 {
  text-align: center;
}
.page-template-ds_contact_new .contact_form_wrap {
  gap: 2em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap {
  padding: 2.625em;
  display: grid;
  gap: 2em;
  height: -moz-fit-content;
  height: fit-content;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap {
  display: grid;
  gap: 1.625em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap .ds_contact_row .ds_contact_value_wrap {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap .ds_contact_row .ds_contact_value_wrap > div {
  display: flex;
  align-items: center;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap p {
  margin: 0;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap a {
  text-decoration: none;
  color: currentColor;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap .ds_contact_row_wrap a:hover {
  text-decoration: underline;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_left_wrap iframe {
  border-radius: 1em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap {
  padding: 2.625em;
  border-radius: 2.5em;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  flex-grow: 1;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap h2 {
  margin-top: 0;
  margin-bottom: 0.7619em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap .newsletter_form_row {
  display: flex;
  gap: 2.5em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap .newsletter_form_row > label {
  flex-grow: 1;
  display: grid;
  font-size: 0.875em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap .form_layer {
  display: grid;
  gap: 1.125em;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap .accept_layer > .d-flex {
  gap: 2em;
  align-items: center;
  justify-content: end;
}
.page-template-ds_contact_new .contact_form_wrap .contact_form_right_wrap .accept_layer > .d-flex .ds_checkbox span {
  font-size: 0.875em;
}

.page-template-ds_pages_new .ds_main_stocks_wrap {
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_main_stocks_wrap {
    font-size: 0.8em;
  }
  .page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_main_stocks_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_title_wrap {
  font-size: 2.625em;
  line-height: 1.1429;
  align-items: center;
  gap: 1.125rem;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_title_wrap img {
  background: #121212;
  padding: 0.4375rem;
  border-radius: 0.625rem;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_options_right {
  justify-content: space-between;
  align-items: end;
  gap: 1.125em;
  margin-top: 1.125em;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_options_right .ds_stocks_option_item_label {
  font-size: 1.625em;
  font-weight: 500;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_options_right .ds_stocks_option_item_value {
  font-size: 2.625em !important;
  font-weight: 600;
  line-height: 1.1429;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_left .ds_main_stocks_options_right .ds_stocks_option_item {
  display: grid;
  gap: 0.5em;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_right {
  padding: 1.125em 1.625em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_right .ds_main_stocks_options_left {
  gap: 1.625em;
  text-align: center;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_right .ds_main_stocks_options_left svg text {
  font-family: inherit;
  font-weight: 700;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_right .ds_main_stocks_options_left .ds_stocks_option_item_value {
  display: none;
}
.page-template-ds_pages_new .ds_main_stocks_wrap .ds_main_stocks_right .ds_main_stocks_options_left .ds_stocks_option_item_label {
  font-weight: 500;
  margin-bottom: 0.625em;
}
.page-template-ds_pages_new .ds_main_nav {
  margin: 4.125em 0 3.375em;
  justify-content: space-between;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 1439px) {
  .page-template-ds_pages_new .ds_main_nav {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_main_nav {
    margin: 2em 0;
    justify-content: center;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap {
  gap: 2em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrapper {
  width: 30em;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap {
    flex-direction: column;
    align-items: center;
  }
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrapper {
    width: 100%;
  }
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrapper .ds_main_stocks_table_wrap {
    justify-content: center;
  }
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_similar_wrap,
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_graph_wrap {
    box-sizing: border-box;
    width: 100%;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_graph_wrap {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  flex-grow: 1;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_profile_wrap {
  margin-top: 2em;
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_profile_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_profile_wrap .ds_item_block {
    flex-grow: 1;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_profile_wrap .ds_item_block {
  padding: 2.625em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_profile_wrap .ds_item_block h3 {
  margin-top: 0;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row.ds_download {
  padding: 1.125em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  text-align: center;
  margin-bottom: 3.125em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row.ds_download .d-flex {
  gap: 1em;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row.ds_download .ds_main_stocks_table_date {
  font-size: 0.75em;
  color: #B0B0B0;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row.ds_download .ds_main_stocks_table_value a {
  transition: 0.3s;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row.ds_download .ds_main_stocks_table_value a:hover {
  transform: scale(0.95);
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_row:not(.ds_download) {
  padding: 0.5625em 1.5625em;
  display: flex;
  justify-content: space-between;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrap {
  gap: 1.5625em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrap > div {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrap {
    font-size: 0.8em;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrap .ds_stock_summary_table_left {
  position: relative;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table_wrap .ds_stock_summary_table_left::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -0.78125em;
  width: 1px;
  background: radial-gradient(75.19% 214.55% at 50% 100%, #0064FF 0%, #0000C8 100%);
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table2_wrap {
  margin-top: 1.125em;
  gap: 1.125em;
  padding: 0 1.5625em;
  display: grid;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_wrap .ds_main_stocks_table2_wrap .ds_main_stocks_table_row {
  justify-content: space-between;
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap h2 {
  margin-bottom: 0.4286em;
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap {
  gap: 3.5em;
  margin-top: 2.625em;
}
@media (max-width: 575px) {
  .page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap {
    font-size: 0.8em;
  }
  .page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap .ds_main_stocks_info_value {
    text-align: end;
  }
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap > div {
  display: grid;
  gap: 1.125em;
  flex-grow: 1;
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap > div > div {
  justify-content: space-between;
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap > div.ds_main_stocks_info_left {
  position: relative;
}
.page-template-ds_pages_new .ds_main_stocks_profile_wrap .ds_main_stocks_info_wrap > div.ds_main_stocks_info_left::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -1.75em;
  width: 1px;
  background: radial-gradient(75.19% 214.55% at 50% 100%, #0064FF 0%, #0000C8 100%);
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  min-width: 19.125em;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap h2 {
  margin-bottom: 1.577em;
  margin-top: 0;
  font-size: 1.625em;
  font-weight: 500;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_similar_row {
  justify-content: space-between;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_similar_row a {
  color: currentColor;
  text-decoration: none;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_similar_row .ds_similar_title_short {
  font-weight: 600;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_similar_row .ds_similar_title_long {
  font-weight: 500;
  color: #6E7A90;
  font-size: 0.75em;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_similar_row .ds_similar_numbers {
  font-weight: 600;
  text-align: end;
}
.page-template-ds_pages_new .ds_main_stocks_similar_wrap .ds_main_stocks_similars_wrap {
  display: grid;
  gap: 2em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item h2 {
  margin-top: 0;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_nav_wrap {
  gap: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_nav_wrap {
    flex-wrap: wrap;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_tab_wrap .ds_stocks_news_tab_item {
  display: none;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_tab_wrap .ds_stocks_news_tab_item.open {
  display: block;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_tab_wrap .ds_stocks_news_tab_item .ds_docs_filter {
  margin-bottom: 1em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_listing > .ds_article_more_wrap {
  margin-top: 2em;
  text-align: end;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_article_more_wrap,
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_news_more {
  margin-top: 1.5em;
  text-align: center;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap {
    grid-template-columns: 1fr;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  gap: 2em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img {
  width: 13em;
  height: 13em;
  position: relative;
  flex-shrink: 0;
  border-radius: 2.5em;
  overflow: hidden;
  align-self: start;
}
@media (max-width: 1439px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img {
    width: 11em;
    height: 11em;
  }
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img {
    width: 8em;
    height: 8em;
    border-radius: 2em;
  }
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img {
    width: 6em;
    height: 6em;
    border-radius: 1.5em;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_img a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_con a {
  color: currentColor;
  text-decoration: none;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_con a h3 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_main_stocks_arts .ds_nevs_step_wrap .ds_main_stocks_arts_item .ds_main_stocks_art_con a .ds_main_stocks_art_date {
  margin-top: 1em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list {
  display: block;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap {
    grid-template-columns: 1fr;
  }
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap .ds_stocks_news_item {
  display: flex;
  flex-direction: column;
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  gap: 1em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap .ds_stocks_news_item .ds_stocks_news_item_text {
  flex-grow: 1;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap .ds_stocks_news_item h3 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap .ds_stocks_news_item .ds_stocks_news_item_link {
  font-weight: 600;
  justify-content: end;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  cursor: pointer;
  transition: 0.3s transform;
  transform-origin: right;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_news_list .ds_nevs_step_wrap .ds_stocks_news_item .ds_stocks_news_item_link:hover {
  transform: scale(0.95);
}
.page-template-ds_pages_new .ds_stocks_hold_nav_wrap,
.page-template-ds_pages_new .ds_stocks_comp_nav_wrap,
.page-template-ds_pages_new .ds_stocks_comp_header {
  gap: 1.5em;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_stocks_hold_nav_wrap,
  .page-template-ds_pages_new .ds_stocks_comp_nav_wrap,
  .page-template-ds_pages_new .ds_stocks_comp_header {
    flex-wrap: wrap;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_bottom_wrap {
  z-index: 2;
  position: relative;
}
.page-template-ds_pages_new .ds_stocks_traff_wrap {
  gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap {
    flex-wrap: wrap;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_wrap h3 {
  font-size: 1em;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right {
  gap: 2em;
  flex-grow: 1;
  display: grid;
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap {
  gap: 2em;
}
@media (max-width: 575px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap {
    flex-wrap: wrap;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item {
  flex-basis: 50%;
}
@media (max-width: 575px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item {
    flex-basis: 100%;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item h3 {
  min-height: 3em;
}
@media (max-width: 575px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item h3 {
    min-height: unset;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item_val {
  font-size: 2.625em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_right .ds_stocks_traff_right_wrap .ds_stocks_traff_right_item_val {
    font-size: 1.75em;
  }
}
.page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_left {
  max-width: 38.25em;
  width: 100%;
}
@media (max-width: 1439px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_left {
    max-width: 30em;
  }
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_stocks_traff_wrap .ds_stocks_traff_left {
    max-width: unset;
  }
}
.page-template-ds_pages_new .ds_stocks_traffic {
  flex-grow: 1;
}
.page-template-ds_pages_new .ds_stocks_stat_nav_wrap {
  gap: 1.5em;
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_stocks_stat_nav_wrap {
    flex-wrap: wrap;
  }
}
.page-template-ds_pages_new .ds_stocks_stat_nav_wrap .ds_stocks_prof_rev_btns {
  align-self: end;
  gap: 1em;
  justify-content: end;
  flex-grow: 1;
}
.page-template-ds_pages_new .ds_number_range {
  margin-top: 2em;
}
.page-template-ds_pages_new #range-info {
  margin: 1em 0;
}
.page-template-ds_pages_new .ds_lines_items {
  padding: 0.5em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item {
  margin-top: 2em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap {
  display: flex;
  gap: 2em;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_left {
  min-width: 0;
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_left {
    width: 100%;
  }
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_left .ds_pred_num_wrap h3 {
  margin: 0;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_left .ds_pred_num_wrap p {
  margin: 0;
  font-size: 1.625em;
  font-weight: 500;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right {
  max-width: 26.25em;
  flex-shrink: 0;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  min-width: 19.125em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block .ds_pred_row_wrap {
  margin-top: 0.5em;
  gap: 0.75em;
  align-items: center;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block .ds_pred_row_wrap .ds_pred_row_title {
  flex-grow: 1;
  font-size: 0.875em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block .ds_pred_row_wrap .ds_pred_row_count {
  min-width: 2em;
  text-align: center;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block .ds_pred_row_wrap .ds_pred_row_graph {
  border-radius: 1.25em;
  overflow: hidden;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_white_block .ds_pred_row_wrap .ds_pred_row_graph .ds_value {
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap {
  width: 100%;
  height: auto;
  padding: 2em 3em 0;
  box-sizing: border-box;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_text0 {
  bottom: 5em;
  top: unset;
  left: -0.5em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_text1 {
  left: 1.5em;
  top: 2.5em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_text2 {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_text4 {
  bottom: 5em;
  top: unset;
  right: -0.5em;
  left: unset;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_text3 {
  right: 1.5em;
  left: unset;
  top: 2.5em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_tab_item_wrap .ds_stocks_pred_tab_item_right .ds_pred_graph_wrap .ds_pred_arrow {
  bottom: 4em;
  left: 15%;
  width: 70%;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news {
  position: relative;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10em;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to left, white 15%, transparent 100%);
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap {
  padding: 2em;
  border-radius: 2.5em;
  background: white;
  box-shadow: none;
  margin-bottom: 2em;
  transition: 0.3s ease-in-out;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap:hover {
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap h4 {
  margin-top: 0;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap .ds_pred_new_item_meta {
  align-items: center;
  justify-content: space-between;
  gap: 1.625em;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap .ds_pred_new_item_meta p {
  margin: 0;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap .ds_pred_new_item_meta a {
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_stocks_pred_tab_item .ds_stocks_pred_news .ds_pred_new_item_wrap .ds_pred_new_item_meta a:hover {
  transform: scale(0.95);
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con {
  width: 100%;
  overflow-x: auto;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item {
  align-items: center;
  gap: 0.75em;
  padding: 0.5em;
  position: relative;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_title {
  white-space: nowrap;
  min-width: 14em;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_btns {
  display: flex;
  gap: 0.75em;
  justify-content: end;
  flex-grow: 1;
  align-items: center;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_btns .ds_lines_wrap {
  display: flex;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_btns img {
  cursor: pointer;
  transition: 0.3s;
}
.page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_btns img:not(.active), .page-template-ds_pages_new .ds_stocks_stat_filters .ds_stocks_stat_filters_con .ds_stat_filter_item .ds_stat_filter_item_btns img.hide {
  filter: grayscale(1) opacity(0.75);
}
.page-template-ds_pages_new .ds_stocks_stat_nav_item span.ds_colored_text {
  top: unset;
  color: currentColor;
  font-weight: 600;
  right: unset;
}
.page-template-ds_pages_new .ds_income_table {
  margin-top: 2em;
  border-spacing: 1em 0;
}
.page-template-ds_pages_new .ds_income_table thead th,
.page-template-ds_pages_new .ds_income_table thead td {
  font-weight: 600 !important;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.page-template-ds_pages_new .ds_income_table thead th {
  text-align: start;
}
.page-template-ds_pages_new .ds_income_table thead th:not(:first-child) {
  text-align: center;
}
.page-template-ds_pages_new .ds_income_table tbody tr {
  position: relative;
}
.page-template-ds_pages_new .ds_income_table tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}
.page-template-ds_pages_new .ds_income_table tbody tr td,
.page-template-ds_pages_new .ds_income_table tbody tr th {
  padding: 0.75em 0;
  text-align: start;
}
.page-template-ds_pages_new .ds_income_table tbody tr td:not([data-source="Total Revenues"]),
.page-template-ds_pages_new .ds_income_table tbody tr th:not([data-source="Total Revenues"]) {
  font-weight: normal;
}
.page-template-ds_pages_new .ds_income_table tbody tr td.ds_stat_img,
.page-template-ds_pages_new .ds_income_table tbody tr th.ds_stat_img {
  width: 1.25em;
}
.page-template-ds_pages_new .ds_income_table tbody tr td {
  text-align: center;
}
.page-template-ds_pages_new .ds_income_table tbody tr .ds_stat_img {
  text-align: left;
}
.page-template-ds_pages_new .ds_income_table tbody tr .ds_stat_img .ds_stat_input {
  width: 1.125em;
  height: 1.125em;
  position: relative;
  vertical-align: middle;
}
.page-template-ds_pages_new .ds_income_table tbody tr .ds_stat_img .ds_stat_input img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-ds_pages_new .ds_ear_header_wrap {
  gap: 1em;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-ds_pages_new .ds_ear_header_wrap p {
  font-weight: 600;
}
.page-template-ds_pages_new .ds_ear_header_wrap .ds_ear_col_val {
  font-weight: 500;
  font-size: 1.625em;
}
.page-template-ds_pages_new .ds_ear_graph_btns {
  margin-top: 1em;
  gap: 2em;
  flex-grow: 1;
  justify-content: end;
}
.page-template-ds_pages_new .ds_ear_graph_btns .ds_btn {
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
}
.page-template-ds_pages_new .ds_ear_graph_btns .ds_ear_graf_date_btn:nth-child(1) {
  margin-right: auto;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block {
  border-radius: 2.5em;
  background: white;
  padding: 2em;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  margin-top: 2em;
  overflow-x: auto;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table {
  min-width: 100%;
  font-weight: 500;
  border-spacing: 1.125em;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table thead tr {
  color: #B0B0B0;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table thead tr th,
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table thead tr td {
  padding-bottom: 0.375em;
  white-space: nowrap;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table tbody tr:first-child th {
  color: #0000C8;
  border-left: 3px solid #0000C8;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table tbody tr:nth-child(2) th {
  color: #6E7A90;
  border-left: 3px solid #6E7A90;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table th {
  text-align: left;
  font-weight: inherit;
  padding-left: 4px;
}
.page-template-ds_pages_new .ds_ear_tab_wrap.ds_white_block .ds_ear_table td {
  text-align: center;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item {
  width: 100%;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_comp_tab_item .ds_white_block {
  border-radius: 2.5em;
  background: white;
  padding: 2em;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  margin-top: 2em;
}
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_comp_tab_item .ds_white_block h3,
.page-template-ds_pages_new .ds_tabs_stocks_tab_item .ds_stocks_comp_tab_item .ds_white_block h4 {
  margin-top: 0;
}
.page-template-ds_pages_new .select_wrap {
  position: relative;
  display: inline-block;
}
.page-template-ds_pages_new .select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25em;
  width: 0.875em;
  height: 0.875em;
  background: url("/wp-content/uploads/2025/04/arrow_down.svg") center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: 0.3s transform;
}
.page-template-ds_pages_new .select_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
}
.page-template-ds_pages_new .select_wrap > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: 0;
  padding: 0.5em;
  width: 18.75em;
  max-width: 100%;
  font-family: "Chillax", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
  cursor: pointer;
}
.page-template-ds_pages_new .select_wrap.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.page-template-ds_pages_new .predNews_slider {
  padding-right: 5em;
  cursor: grab;
}
.page-template-ds_pages_new .ds_docs_table {
  white-space: nowrap;
}
.page-template-ds_pages_new .ds_docs_table .d-flex {
  align-items: center;
  gap: 0.75em;
  justify-content: center;
}
.page-template-ds_pages_new .ds_docs_table .d-flex span {
  font-weight: 600;
}
.page-template-ds_pages_new .ds_docs_table a {
  text-decoration: none;
  transition: 0.3s;
  display: block;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.page-template-ds_pages_new .ds_docs_table a:hover {
  transform: scale(0.95);
}
.page-template-ds_pages_new .ds_stocks_news_modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.5);
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.2);
  padding: 2em;
  border-radius: 2.5em;
  opacity: 0;
  transition: 0.5s;
  display: block;
  pointer-events: none;
}
.page-template-ds_pages_new .ds_stocks_news_modal.open {
  opacity: 1;
  transform: translate(-50%, -45%);
  pointer-events: auto;
}
.page-template-ds_pages_new .ds_stocks_news_modal .ds_stocks_news_modal_header {
  justify-content: end;
}
.page-template-ds_pages_new .ds_stocks_news_modal .ds_stocks_news_modal_header img {
  cursor: pointer;
  transition: 0.3s;
}
.page-template-ds_pages_new .ds_stocks_news_modal .ds_stocks_news_modal_header img:hover {
  transform: scale(0.9);
}
.page-template-ds_pages_new .ds_stocks_news_modal .ds_stocks_news_modal_text {
  height: 100%;
}
@media (max-width: 1199px) {
  .page-template-ds_pages_new .ds_stocks_news_modal {
    width: 67vw;
  }
}
@media (max-width: 767px) {
  .page-template-ds_pages_new .ds_stocks_news_modal {
    width: 75vw;
    height: 75vw;
  }
}
.page-template-ds_pages_new .ds_comments_wrap .ds_circ_post_item {
  margin-bottom: 1em;
}
.page-template-ds_pages_new .ds_comments_wrap .ds_coments_item {
  position: relative;
  padding: 0.75em 1.25em;
  border: 0;
}
.page-template-ds_pages_new .ds_comments_wrap .ds_coments_item > div {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.page-template-ds_pages_new .ds_comments_wrap .ds_coments_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 1.875em;
  z-index: 0;
}
.page-template-ds_pages_new .ds_comments_wrap .ds_coments_item::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(1.875em - 1px);
  z-index: 1;
}
.page-template-ds_pages_new .ds_main_stocks_download {
  margin-bottom: 2em;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex {
  padding: 1px;
  border-radius: 40px;
  background: radial-gradient(98.12% 984.75% at 16.18% 50%, #3C0C78 0%, #7207F5 100%);
  box-shadow: 0px 5px 10px 0px rgba(80, 37, 181, 0.2);
  transition: 0.3s;
  position: relative;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex.locked {
  background: radial-gradient(94.57% 596.05% at 94.57% 130.26%, #C4A758 0%, #DEC974 100%);
  box-shadow: 0px 4px 10px 0px rgba(124, 99, 0, 0.2);
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: 39px;
  z-index: 1;
  transition: 0.3s;
  transform: scaleX(1);
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex:hover::after {
  transform: scaleX(0.975);
  opacity: 0.96;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 300px;
  border-radius: 16px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  padding: 8px;
  z-index: 9999;
  border: 1px solid #e5e5e5;
  text-align: left;
  box-sizing: border-box;
  cursor: default;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble.active {
  display: block;
  animation: fadeIn 0.2s ease-in-out forwards;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: white;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  z-index: 1;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble .ds_dcf_option {
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 2px;
  background: transparent;
  color: #252525;
  line-height: 1.4;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble .ds_dcf_option:last-child {
  margin-bottom: 0;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble .ds_dcf_option:hover {
  background: #f0f7ff;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble .ds_dcf_option strong {
  display: block;
  font-weight: 600;
  color: #252525;
  font-size: 15px;
  margin-bottom: 2px;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_dcf_wrapper .ds_dcf_options_bubble .ds_dcf_option span {
  display: block;
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 400;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex a {
  display: flex;
  width: 100%;
  padding: 0.75em 2em;
  gap: 2.25em;
  text-decoration: none;
  position: relative;
  align-items: center;
  z-index: 2;
  box-sizing: border-box;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex a .ds_main_stocks_table_label .subtext {
  font-size: 0.75em;
  color: #B0B0B0;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex a .ds_main_stocks_table_value {
  display: flex;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex a.ds_dcf_download_btn .ds_main_stocks_table_label .ds_colored_text {
  background: radial-gradient(98.12% 984.75% at 16.18% 50%, #3C0C78 0%, #7207F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex a.ds_dcf_locked_btn .ds_colored_text {
  background: radial-gradient(94.57% 596.05% at 94.57% 130.26%, #C4A758 0%, #DEC974 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_info_bubble {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  width: 62%;
  transform: translateX(-50%);
  background: white;
  padding: 0.75em 2em;
  z-index: 3;
  border-radius: 39px;
  box-shadow: 0px 4px 6px -1px rgba(124, 99, 0, 0.1), 0px 10px 15px -3px rgba(124, 99, 0, 0.15);
  border: 1px solid rgba(196, 167, 88, 0.2);
  font-size: 0.85em;
  overflow: visible;
  transition: 0.3s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_info_bubble::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid rgba(196, 167, 88, 0.2);
  border-left: 1px solid rgba(196, 167, 88, 0.2);
  z-index: -1;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_info_bubble a {
  color: #C4A758;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 0;
  width: auto;
  display: inline;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex .ds_info_bubble a:hover {
  color: rgb(172.1725663717, 142.2743362832, 60.8274336283);
  text-decoration: underline;
}
.page-template-ds_pages_new .ds_main_stocks_download > .d-flex:hover .ds_info_bubble {
  top: calc(100% + 1.5em);
  opacity: 1;
  pointer-events: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.ds_features {
  margin: 3.75em 0;
}
.ds_features .ds_features_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.96875em;
}
@media (max-width: 991px) {
  .ds_features .ds_features_wrap {
    gap: 2em;
  }
}
@media (max-width: 767px) {
  .ds_features .ds_features_wrap {
    grid-template-columns: 1fr;
  }
}
.ds_features .ds_features_wrap .ds_features_item {
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
  background: white;
  border-radius: 2.5em;
  padding: 1.625em 2em;
}
.ds_features .ds_features_wrap .ds_features_item img {
  height: 3.75em;
  width: 3.75em;
}
.ds_features .ds_features_wrap .ds_features_item a {
  text-decoration: none;
  color: currentColor;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ds_features .ds_features_wrap .ds_features_item a:hover .ds_features_link {
  transform: scale(0.95);
}
.ds_features .ds_features_wrap .ds_features_item a h3 {
  font-weight: 600;
  font-size: 1em;
  margin: 0.75em 0 0.5em;
}
.ds_features .ds_features_wrap .ds_features_item a .ds_features_item_wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ds_features .ds_features_wrap .ds_features_item a .ds_features_text {
  flex-grow: 1;
}
.ds_features .ds_features_wrap .ds_features_item a .ds_features_link {
  margin-top: 1em;
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 0.75em;
  transition: 0.3s;
  transform-origin: left;
}

.ds_imageText .ds_imageText_wrap {
  display: flex;
  gap: 8em;
  align-items: center;
  margin-bottom: 4.0625em;
}
@media (max-width: 767px) {
  .ds_imageText .ds_imageText_wrap {
    gap: 2em;
    flex-direction: column !important;
  }
  .ds_imageText .ds_imageText_wrap .ds_imageText_right {
    text-align: center !important;
  }
  .ds_imageText .ds_imageText_wrap .imageText_link {
    text-align: center;
  }
}
.ds_imageText .ds_imageText_wrap > * {
  flex: 1;
}
.ds_imageText .ds_imageText_wrap.reverse {
  flex-direction: row-reverse;
}
.ds_imageText .ds_imageText_wrap:not(.reverse) .ds_imageText_right {
  text-align: end;
}
.ds_imageText .ds_imageText_wrap .ds_imageText_right img {
  max-width: 30em;
  border-radius: 3.125em;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
  max-height: 32.5em;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .ds_imageText .ds_imageText_wrap .ds_imageText_right img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .ds_imageText .ds_imageText_wrap.three {
    flex-direction: column !important;
  }
}
.ds_imageText .ds_imageText_wrap.three .ds_imageText_right {
  max-width: 30em;
}
.ds_imageText .ds_imageText_wrap .imageText_special {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 767px) {
  .ds_imageText .ds_imageText_wrap .imageText_special {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .ds_imageText .ds_imageText_wrap .imageText_special .imageText_double {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ds_imageText .ds_imageText_wrap .imageText_special .imageText_double .imageText_text {
    text-align: center;
  }
  .ds_imageText .ds_imageText_wrap .imageText_special .imageText_double img {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.ds_imageText .ds_imageText_wrap .imageText_special img {
  margin-bottom: 1em;
}
.ds_imageText .ds_imageText_wrap .imageText_special .imageText_double {
  padding: 1em 1.75em;
}
.ds_imageText .ds_imageText_wrap h2 {
  margin-bottom: 0.57149em;
}
@media (max-width: 767px) {
  .ds_imageText .ds_imageText_wrap h2 {
    text-align: center;
    margin-top: 0;
  }
}
.ds_imageText .ds_imageText_wrap .ds_btn {
  margin-top: 2em;
  display: inline-block;
}
@media (max-width: 767px) {
  .ds_imageText .ds_imageText_wrap .ds_btn {
    margin-top: 0;
  }
}

.ds_footer {
  padding: 4em 0 0;
}
.ds_footer .ds_footer_main {
  margin-bottom: 2.5625em;
}
.ds_footer .ds_footer_main .ds_footer_wrap {
  justify-content: space-between;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_main .ds_footer_wrap {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 1.5em;
  }
}
.ds_footer .ds_footer_new_bottom_line {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  color: white;
  padding: 0.85714em;
  font-size: 0.875em;
}
.ds_footer .ds_footer_new_bottom_line .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_new_bottom_line .container {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 1em;
    padding: 0;
  }
}
.ds_footer a {
  text-decoration: none;
  color: currentColor;
}
.ds_footer a:hover {
  text-decoration: underline;
}
.ds_footer .ds_footer_right {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .ds_footer .ds_footer_right {
    gap: 1.5em;
    justify-items: center;
  }
}
.ds_footer .ds_footer_right .ds_footer_menu_wrap {
  font-weight: 600;
  gap: 1.7857em;
  justify-content: end;
}
@media (max-width: 575px) {
  .ds_footer .ds_footer_right .ds_footer_menu_wrap {
    gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .ds_footer_right .ds_footer_cont_wrap {
  gap: 4.2857em;
  justify-content: end;
}
@media (max-width: 575px) {
  .ds_footer .ds_footer_right .ds_footer_cont_wrap {
    gap: 1.5em;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.ds_footer .ds_footer_right .ds_footer_cont_wrap > div {
  gap: 0.5714em;
  align-items: center;
}
.ds_footer .ds_footer_right .ds_footer_net_wrap {
  justify-content: end;
}
.ds_footer .ds_footer_right .ds_footer_net_wrap .ds_kontakt_row {
  gap: 1.57143em;
}
.ds_footer .ds_footer_left > a {
  margin-bottom: 2em;
  display: block;
}

.page-template-ds_account_new .ds_my_account_nav_wrapp {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page-template-ds_account_new .ds_my_account_nav_wrapp {
    gap: 1em;
  }
  .page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn:not(.active) span {
    display: none;
  }
  .page-template-ds_account_new .ds_my_account_nav_wrapp .ds_my_account_nav_right {
    align-self: end;
  }
}
.page-template-ds_account_new .ds_my_account_nav_wrapp .ds_my_account_nav_left {
  gap: 2.625em;
}
@media (max-width: 767px) {
  .page-template-ds_account_new .ds_my_account_nav_wrapp .ds_my_account_nav_left {
    gap: 1em;
    row-gap: 1em;
  }
}
.page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn {
  display: flex;
  gap: 0.75em;
  padding: 0.75em 2.5em;
}
@media (max-width: 767px) {
  .page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn {
    padding: 0.75em 1em;
  }
}
@media (max-width: 367px) {
  .page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn {
    padding: 0.75em;
  }
}
.page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn svg {
  transition: 0.3s;
  z-index: 3;
  height: 1.5em;
  width: 1.5em;
}
.page-template-ds_account_new .ds_my_account_nav_wrapp .ds_btn.active svg path {
  fill: white !important;
}
.page-template-ds_account_new .ds_my_account_tab_item {
  margin-top: 2.625em;
  background: white;
  box-shadow: 0px 2em 3em 0em rgba(0, 100, 255, 0.1);
  padding: 2.625em;
  border-radius: 1em;
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
}
.page-template-ds_account_new .ds_my_account_tab_item > p:last-child {
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 2.75rem;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal {
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0.5s opacity;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal .ds_acc_modal_wrap {
  border-radius: 2.5em;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.5s;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal.open {
  opacity: 1;
  pointer-events: auto;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal.open .ds_acc_modal_wrap {
  transform: translate(-50%, -50%);
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal .ds_acc_modal_body {
  gap: 1.5em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal .ds_acc_modal_footer {
  margin-top: 1.5em;
  text-align: center;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal .ds_acc_modal_close {
  width: 1.5em;
  height: 1.5em;
  transition: 0.3s;
}
.page-template-ds_account_new .ds_my_account_tab_item .ds_acc_modal .ds_acc_modal_close:hover {
  transform: scale(0.9);
}
.page-template-ds_account_new .ds_my_account_tab_item table {
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.page-template-ds_account_new .ds_my_account_tab_item table thead tr td,
.page-template-ds_account_new .ds_my_account_tab_item table thead tr th {
  text-align: start;
  padding: 1em 0.875em;
  font-weight: 400;
  color: #ACACAC;
  border-bottom: 1px solid #DFDFDF;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr {
  position: relative;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr td {
  padding: 0.875em;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr td:first-child > div:last-child {
  font-size: 0.75em;
  font-weight: 500;
  color: #797979;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr td.color_complete span, .page-template-ds_account_new .ds_my_account_tab_item table tbody tr td.color_active span {
  display: inline-block;
  padding: 0.5em 1em;
  color: #0B6824;
  font-weight: 600;
  background-color: #BFFFAC;
  border-radius: 2.5em;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr td.color_confirmed span {
  display: inline-block;
  padding: 0.5em 1em;
  color: #685A0B;
  font-weight: 600;
  background-color: #FFECAC;
  border-radius: 2.5em;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr td.color_failed span, .page-template-ds_account_new .ds_my_account_tab_item table tbody tr td.color_lapsed span {
  display: inline-block;
  padding: 0.5em 1em;
  color: #680B0B;
  font-weight: 600;
  background-color: #FFACAC;
  border-radius: 2.5em;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr:nth-child(even) td {
  background: #FAFAFA;
}
.page-template-ds_account_new .ds_my_account_tab_item table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.page-template-ds_account_new .ds_acc_tab_row {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page-template-ds_account_new .ds_acc_tab_row {
    flex-wrap: wrap;
  }
  .page-template-ds_account_new .ds_acc_tab_row .ds_acc_btn_delete {
    margin-top: 1.33em;
  }
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_img_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 8.75em;
  height: 8.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 1.375em;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_img_wrap .ds_acc_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_img_wrap .ds_acc_img_overlay:hover {
  opacity: 1;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_name {
  font-size: 1.625em;
  font-weight: 500;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_pencil:not(button) {
  margin-left: 1.125rem;
  transition: 0.3s;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_pencil:not(button):hover {
  filter: brightness(0.75);
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_col_wrap {
  align-items: center;
  gap: 2.5em;
  row-gap: 1.33em;
  flex-wrap: wrap;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_col_wrap label {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.page-template-ds_account_new .ds_acc_tab_row > .ds_acc_col {
  min-width: 25%;
}
.page-template-ds_account_new .ds_acc_tab_row > .ds_acc_col.ds_acc_col_btn {
  width: 100%;
  text-align: center;
}
.page-template-ds_account_new .ds_acc_tab_row .ds_acc_col_value {
  font-weight: 500;
  margin-top: 1.25em;
}

.page-template-ds_subscription main .ds_subs_section:first-child {
  text-align: center;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_wrap > h2,
.page-template-ds_subscription main .ds_subs_section .ds_subs_wrap > p {
  text-align: center;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875em;
  margin-top: 2em;
}
@media (max-width: 1199px) {
  .page-template-ds_subscription main .ds_subs_section .ds_subs_con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .page-template-ds_subscription main .ds_subs_section .ds_subs_con {
    grid-template-columns: 1fr;
  }
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item {
  padding: 1.5em;
  position: relative;
  border-radius: 2.5em;
  box-shadow: 0px 3em 3em 0em rgba(0, 100, 255, 0.2);
  height: -moz-fit-content;
  height: fit-content;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item > * {
  position: relative;
  z-index: 2;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 2.5em;
  z-index: 0;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(2.5em - 1px);
  z-index: 1;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item:nth-child(3) {
  color: white;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item:nth-child(3)::after {
  display: none;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item h2 {
  margin: 1.5rem 0 2.625rem;
  text-align: center;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item h3 strong {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_uptitle {
  font-weight: 600;
  text-align: center;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item ul {
  display: grid;
  gap: 1em;
  font-weight: 500;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_buttons {
  text-align: center;
  margin-top: 2.625em;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_buttons .ds_btn {
  display: inline-block;
  min-width: unset;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_buttons .ds_btn:hover::after {
  transform: scale(1);
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_price {
  font-size: 1.625em;
  text-align: center;
  font-weight: 500;
  margin-top: 2.625rem;
}
.page-template-ds_subscription main .ds_subs_section .ds_subs_con .ds_subs_item .ds_subs_item_price p {
  margin: 0 0 0.5rem;
}
.page-template-ds_subscription main .accordion_wrapper {
  display: grid;
  gap: 1.375em;
}
.page-template-ds_subscription main .accordion_wrapper .accordion_header {
  display: flex;
  justify-content: space-between;
  padding: 1.125em 2.625em;
  font-weight: 600;
  border-radius: 2.5em;
  background: white;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  cursor: pointer;
}
.page-template-ds_subscription main .accordion_wrapper .accordion_header img {
  transition: 0.3s;
}
.page-template-ds_subscription main .accordion_wrapper .accordion_header.ds_tab_desc_more_less img {
  transform: scaleY(-1);
}
.page-template-ds_subscription main .accordion_wrapper .accordion_body .accordion_item {
  margin: 0;
  padding: 1em 2.5em;
}
.page-template-ds_subscription main .ds_subs_faq {
  margin-top: 3.375em;
}
.page-template-ds_subscription main .ds_subs_faq h1 {
  text-align: center;
}

.error404 .error-404-obal {
  text-align: center;
}
.error404 .error-404-obal img {
  display: block;
  margin: 4em auto 2em;
}
.error404 .error-404-obal p.p_big {
  font-size: 1.625em;
  font-weight: 500;
  max-width: 32.375rem;
  margin: 0 auto 2.625rem;
}
.error404 .error-404-obal .buttons-404 a {
  display: inline-block;
}
.error404 .error-404-obal .buttons-404:last-child {
  margin-top: 2.375em;
}

.page-template-ds_calendar_new h1 {
  text-align: center;
}
.page-template-ds_calendar_new .ds_cal_nav_wrap {
  gap: 2em;
  margin-bottom: 2em;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .page-template-ds_calendar_new .ds_cal_nav_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_cal_nav {
  gap: 2em;
}
@media (max-width: 1199px) {
  .page-template-ds_calendar_new .ds_cal_nav_wrap .ds_cal_nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_cal_nav .ds_btn {
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-ds_calendar_new .ds_cal_nav_wrap .ds_cal_nav .ds_btn {
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .page-template-ds_calendar_new .ds_cal_nav_wrap .ds_cal_nav .ds_btn {
    padding: 0.75em 1.5em;
  }
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar {
  position: relative;
  border-radius: 1.875em;
  box-shadow: 0px 1em 2em 0em rgba(0, 100, 255, 0.1);
  z-index: 100;
}
@media (max-width: 575px) {
  .page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar {
    display: flex !important;
  }
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar button {
  background: none;
  border: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar input {
  position: relative;
  z-index: 2;
  font-family: "Chillax";
  background: transparent;
  border: 0;
  padding: 0.5716em 3.4286em 0.5716em 1.143em;
  font-size: 0.875em;
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar input:focus {
  outline: 0;
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064FF 0%, #0000C8 100%);
  border-radius: 1.875em;
  z-index: 0;
}
.page-template-ds_calendar_new .ds_cal_nav_wrap .ds_search_calendar::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: calc(1.875em - 1px);
  z-index: 1;
}
.page-template-ds_calendar_new .ds_table td:first-child,
.page-template-ds_calendar_new .ds_table th:first-child {
  width: 12em;
}
.page-template-ds_calendar_new .ds_table .ds_cal_table_name {
  max-width: unset;
  width: 100%;
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.page-template-ds_calendar_new .ds_table .ds_cal_table_name img {
  border-radius: 50%;
}
.page-template-ds_calendar_new .ds_table th .ds_cal_table_name {
  justify-content: space-between;
}
.page-template-ds_calendar_new .ds_table .ds_cal_no_data td {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}/*# sourceMappingURL=ds_frontNew.css.map */