.product-section {
  background: radial-gradient(86.43% 531.61% at 6.91% 76.36%, #2C3B7B 0%, #4F286B 100%);
  padding-top: 108px;
}

@media (max-width: 1199px) {
  .product-section {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .product-section {
    padding-top: 50px;
  }
}

.product-section h1 {
  color: white;
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 43px;
}

@media (max-width: 991px) {
  .product-section h1 {
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  .product-section h1 {
    font-size: 23px;
    line-height: 28px;
    max-width: 274px;
    margin: 0 auto 38px;
  }
}

.product-section h1 span {
  color: #FF008C;
}

.product-filter .filter-btn-group {
  text-align: center;
  border-bottom: 1px solid #FFFFFF70;
  margin-bottom: 50px;
  padding-bottom: 7px;
}

@media (max-width: 1199px) {
  .product-filter .filter-btn-group {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .product-filter .filter-btn-group {
    margin-bottom: 40px;
  }
}

.product-filter .filter-btn-group a.btn.btn-outline-primary {
  --bs-btn-border-radius: 33px;
  --bs-btn-border-color: #ffffff;
  --bs-btn-color: #ffffff;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 20px;
  --bs-btn-padding-x: 1.924rem;
  --bs-btn-padding-y: 0.407rem;
  --bs-btn-active-bg: #23163B;
  --bs-btn-active-border-color: #23163B;
  --bs-btn-focus-shadow-rgb: 0;
  font-weight: 700;
  margin-right: 6px;
  margin-bottom: 20px;
  display: inline-flex;
}

.product-filter .filter-btn-group a.btn.btn-outline-primary:focus {
  background-color: transparent;
  border-color: white;
}

.product-filter .filter-btn-group a.btn.btn-outline-primary:hover {
  background-color: #23163B;
  border-color: #23163B;
}

.product-filter .filter-btn-group a.btn.btn-outline-primary.filter-active {
  background-color: #23163B;
  border-color: #23163B;
}

@media (max-width: 991px) {
  .product-filter .filter-btn-group a.btn.btn-outline-primary.category-item {
    font-size: 9px;
    line-height: 11px;
    align-items: center;
    padding: 3px 10px;
    margin-right: 4px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .product-filter .filter-btn-group a.btn.btn-outline-primary.category-item>img {
    height: 7px;
    margin-right: 3px;
  }
}

.product-filter .filter-btn-group a.btn.btn-outline-primary>img {
  margin-right: 10px;
  max-width: 16px;
  max-height: 20px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991px) {
  .product-filter .filter-btn-group.category-btn-wrapper {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .product-filter .filter-btn-group.category-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px 5px;
    flex-wrap: wrap;
  }
}

.product-search {
  padding-bottom: 49px;
}

@media (max-width: 1199px) {
  .product-search {
    padding-bottom: 30px;
  }
}

.product-search .form-group {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

.product-search .form-group input.search-submit {
  background: url(../../Images/pr-search.svg) no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  border: none;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .product-search .form-group input.search-submit {
    padding: 0;
    right: 18px;
    width: 16px;
    height: 16px;
  }
}

.product-search .form-group .form-control {
  padding: 0.97rem 3.37rem 0.97rem 0.97rem;
  color: white;
  background-color: #00000038;
  background-clip: padding-box;
  border: 1px solid #00000038;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 14px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 767px) {
  .product-search .form-group .form-control {
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 9px;
  }
}

.product-search .form-group .form-control:focus {
  color: white;
  background-color: #00000038;
  border-color: #00000038;
  outline: 0;
  box-shadow: none;
}

.product-filter-treffer {
  position: relative;
}

@media (max-width: 767px) {
  .product-filter-treffer {
    padding-bottom: 42px;
    padding-top: 15px;
  }
}

.product-filter-treffer .filter-btn-group {
  border-bottom: none;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .product-filter-treffer .filter-btn-group {
    max-height: 90px;
    overflow: hidden;
    transition: 0.3s all;
  }
}

@media (max-width: 1199px) {
  .product-filter-treffer .filter-btn-group {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .product-filter-treffer .filter-btn-group {
    display: none;
    padding-bottom: 28px;
    padding-top: 33px;
    margin-bottom: 0;
    gap: 16px 11px;
  }
}

.product-filter-treffer .filter-btn-group[style*="block"] {
  display: flex !important;
}

.product-filter-treffer .filter-btn-group .filter-hide-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
}

.product-filter-treffer .filter-btn-group a.btn.btn-outline-primary {
  margin-right: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .product-filter-treffer .filter-btn-group.open {
    max-height: 100%;
  }
}

.product-filter-treffer .filter-arrow {
  width: 24px;
  height: 13px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, 100%);
  transition: 0.3s all;
}

@media (min-width: 768px) {
  .product-filter-treffer .filter-arrow {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .product-filter-treffer .filter-arrow.hasMoreRows {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .product-filter-treffer .filter-arrow {
    bottom: auto;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: white;
  }
}

.product-filter-treffer .filter-arrow img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .product-filter-treffer .filter-arrow img {
    margin-left: 16px;
    width: 15px;
  }
}

.product-filter-treffer .filter-arrow>span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .product-filter-treffer .filter-arrow>span {
    display: none;
  }
}

.product-filter-treffer .filter-arrow.filter-active>img {
  transform: scaleY(-1);
}

.product-treffer-section {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .product-treffer-section {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .product-treffer-section .heading-horzontal-line {
    order: 2;
  }
}

.product-treffer-list {
  padding-top: 17px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .product-treffer-list {
    order: 3;
    flex: 0 0 100%;
    padding-top: 15px;
  }
}

.product-treffer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px 32px;
  position: relative;
  flex-wrap: wrap;
}

.product-treffer-list ul li {
  position: relative;
}

.product-treffer-list ul li:last-child::after {
  content: "";
  background-color: #FFFFFF;
  width: 980px;
  height: 1px;
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
}

.product-treffer-list ul li a.btn.btn-outline-primary {
  --bs-btn-border-radius: 33px;
  --bs-btn-border-color: #ffffff;
  --bs-btn-color: #ffffff;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 20px;
  --bs-btn-padding-x: 1.924rem;
  --bs-btn-padding-y: 0.407rem;
  --bs-btn-active-bg: #23163B;
  --bs-btn-active-border-color: #23163B;
  --bs-btn-focus-shadow-rgb: 0;
  font-weight: 700;
  margin-right: 6px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: auto;
}

.product-treffer-list ul li a.btn.btn-outline-primary:focus {
  background-color: transparent;
  border-color: white;
}

.product-treffer-list ul li a.btn.btn-outline-primary:hover {
  background-color: #23163B;
  border-color: #23163B;
}

.product-treffer-list ul li a.btn.btn-outline-primary.filter-active {
  background-color: #23163B;
  border-color: #23163B;
}

.product-treffer-list ul li span.close {
  width: 10px;
  height: 10px;
  background: url(../../Images/pr-close.svg);
  display: block;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(100%, -50%);
  cursor: pointer;
}

.product-treffer-heading {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .product-treffer-heading {
    margin-right: 15px;
    order: 1;
  }
}

.product-treffer-heading h3 {
  margin-bottom: 0px;
  font-size: 33px;
  line-height: 60px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

.product-treffer-heading h3 span {
  font-size: 44px;
  font-weight: 700;
  color: #FF008C;
  padding-right: 10px;
}

.product-slider button.slick-arrow {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 0px;
  background: url(../../Images/Down_Arrow_3_.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 27px;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 50%;
  opacity: .66;
}

.product-slider button.slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

.product-slider button.slick-arrow.slick-prev {
  transform: translateY(-50%) scaleX(-1);
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../../Fonts/inter-v12-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("../../Fonts/inter-v12-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../../Fonts/inter-v12-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../../Fonts/inter-v12-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body.new-design-version {
  padding-top: 50px;
}

@media (max-width: 991px) {
  body.new-design-version {
    padding-top: 50px !important;
  }
}

body.new-design-version header .navbar {
  min-height: 50px;
  top: 0;
  padding: 0;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  body.new-design-version header .navbar {
    min-height: 50px;
    position: fixed !important;
  }
}

body.new-design-version header .navbar .container-fluid {
  --bs-gutter-x: 40px;
}

@media (max-width: 991px) {
  body.new-design-version header .navbar .container-fluid {
    --bs-gutter-x: 24px;
  }
}

body.new-design-version header .navbar .navbar-nav {
  gap: 0;
}

@media (max-width: 991px) {
  body.new-design-version header .navbar .navbar-nav {
    padding: 20px;
    padding-bottom: 5px;
  }
}

body.new-design-version header .navbar .navbar-nav>.nav-item>.nav-link {
  font-size: 14px;
  line-height: 18px;
  color: #535353;
  padding: 10px 15px;
  font-weight: 700;
  transition: .3s;
}

@media (max-width: 1399px) {
  body.new-design-version header .navbar .navbar-nav>.nav-item>.nav-link {
    padding: 10px 10px;
  }
}

@media (max-width: 991px) {
  body.new-design-version header .navbar .navbar-nav>.nav-item>.nav-link {
    padding: 11px 10px;
  }
}

body.new-design-version header .navbar .navbar-nav>.nav-item>.nav-link.active,
body.new-design-version header .navbar .navbar-nav>.nav-item>.nav-link:hover {
  color: #FF008C;
}

@media (max-width: 991px) {
  body.new-design-version header .navbar .navbar-collapse {
    padding: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 50px;
  }
}

body.new-design-version header .navbar-toggler {
  width: 30px;
  height: 30px;
  outline: none;
  box-shadow: none;
}

body.new-design-version header .navbar-toggler .navbar-toggler-icon {
  background-image: url(../../Images/burger-menu-new.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  position: relative;
}

body.new-design-version header .navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  width: 30px;
  content: "";
  height: 30px;
  background-image: url(../../Images/plus_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: .3s;
}

body.new-design-version header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: none;
}

body.new-design-version header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  opacity: 1;
}

body.new-design-version header .nav-actions-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 18px;
}

@media (max-width: 991px) {
  body.new-design-version header .nav-actions-right {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding: 0 0 20px 30px;
  }
}

body.new-design-version header .nav-actions-right .btn-primary {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 20px;
  margin: 0;
  min-width: 166px;
}

@media (max-width: 1199px) {
  body.new-design-version header .nav-actions-right .btn-primary {
    padding: 9px 20px;
  }
}

body.new-design-version header .nav-actions-right .link--text-black {
  color: #102547;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

body.new-design-version header .navbar-brand {
  padding: 0;
  margin-right: 63px;
  width: 74px;
}

@media (max-width: 1199px) {
  body.new-design-version header .navbar-brand {
    margin-right: 30px;
  }
}

body.new-design-version header .navbar-brand>img {
  width: 100%;
}

body.new-design-version footer {
  background-color: #191C31;
  padding: 100px 0 20px;
  margin-top: 0;
}

@media (max-width: 1199px) {
  body.new-design-version footer {
    padding: 85px 0 20px;
  }
}

@media (max-width: 767px) {
  body.new-design-version footer {
    padding: 49px 0 16px;
  }
}

body.new-design-version footer:before {
  display: none;
}

body.new-design-version .container {
  width: 100%;
  max-width: 1010px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.new-design-version .container {
    padding: 0 25px;
  }
}

body.new-design-version .container.team-layout {
  max-width: 1600px;
}

body.new-design-version .row {
  --bs-gutter-x: 30px;
}

body.new-design-version .footer-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 54px;
  padding: 0 10px 26px;
  border-bottom: 1px solid #545664;
}

@media (max-width: 991px) {
  body.new-design-version .footer-header {
    gap: 0 34px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .footer-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-logo {
    width: 120px;
  }
}

body.new-design-version .footer-header .footer-logo-wrapper {
  flex: 0 0 120px;
  max-width: 120px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-logo-wrapper {
    flex: 0 0 auto;
    padding-bottom: 24px;
  }
}

body.new-design-version .footer-header .footer-header-info {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-header-info:last-child {
    padding-top: 18px;
  }
}

body.new-design-version .footer-header .footer-header-info .fh-middle {
  color: white;
  font-weight: 600;
  font-size: 23px;
  line-height: 28.75px;
  letter-spacing: -0.07px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-header-info .fh-middle {
    font-size: 16px;
    line-height: 20px;
    padding: 0 3px;
  }
}

body.new-design-version .footer-header .footer-header-info .fh-end,
body.new-design-version .footer-header .footer-header-info .fh-start {
  color: #E2E2E2;
  font-weight: 600;
}

body.new-design-version .footer-header .footer-header-info .fh-end {
  font-size: 11.2px;
  line-height: 18px;
  letter-spacing: -0.07px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-header-info .fh-end {
    font-size: 8px;
    line-height: 10px;
  }
}

body.new-design-version .footer-header .footer-header-info .fh-start {
  font-size: 15.4px;
  line-height: 22.25px;
  letter-spacing: -0.1px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-header .footer-header-info .fh-start {
    font-size: 11px;
    line-height: 13px;
  }
}

body.new-design-version .footer-header .footer-header-info .frame-type-text {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

body.new-design-version .footer-header .footer-header-info .frame-type-text p {
  margin: 0;
  text-align: left;
}

body.new-design-version .footer-menu-rows {
  padding: 40px 10px 55px;
  display: flex;
  justify-content: space-between;
  gap: 0 16px;
}

@media (max-width: 1199px) {
  body.new-design-version .footer-menu-rows {
    padding: 30px 10px 35px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .footer-menu-rows {
    flex-wrap: wrap;
    gap: 29px 16px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-rows {
    padding: 25px 7px 35px;
  }
}

body.new-design-version .footer-menu-rows .footer-menu-column {
  flex: 0 0 calc(16.66% - 16px);
  max-width: calc(16.66% - 16px);
}

@media (max-width: 991px) {
  body.new-design-version .footer-menu-rows .footer-menu-column {
    flex: 0 0 calc(33.33% - 11px);
    max-width: calc(33.33% - 11px);
  }
}

@media (max-width: 320px) {
  body.new-design-version .footer-menu-rows .footer-menu-column {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-rows .footer-menu-column:last-child {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
}

@media (max-width: 767px) {

  body.new-design-version .footer-menu-rows .footer-menu-column:nth-child(4),
  body.new-design-version .footer-menu-rows .footer-menu-column:nth-child(5) {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

body.new-design-version .footer-menu-rows .footer-social-media-icons {
  display: flex;
  justify-content: space-between;
  gap: 0 11px;
  align-items: center;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons img {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-rows .footer-social-media-icons img {
    height: 21px !important;
    width: auto !important;
    max-width: 100% !important;
  }
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .social-media-icon {
  transition: .3s;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .social-media-icon:hover {
  opacity: .7;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image {
  margin-bottom: 0;
  flex: 0 0 100%;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-inner .row {
  --bs-gutter-x: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 143px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-inner .row {
    gap: 10px;
  }
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-column {
  padding: 0;
  width: auto;
  flex: 0 0 auto;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-column figure {
  display: flex;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-column figure a {
  transition: .3s;
}

body.new-design-version .footer-menu-rows .footer-social-media-icons .frame-type-image .ce-column figure a:hover {
  opacity: .7;
}

body.new-design-version .footer-menu-column ul {
  margin: 0;
}

body.new-design-version .footer-menu-column ul>li {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.1px;
  color: white;
  font-weight: 700;
  /*&.footer-menu-title {
          font-weight: 700;
      }*/
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-column ul>li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
  }
}

body.new-design-version .footer-menu-column ul>li>a {
  color: #B1B1C3;
  transition: .3s;
  font-weight: 500;
}

body.new-design-version .footer-menu-column ul>li>a:hover {
  text-decoration: underline;
}

body.new-design-version .footer-menu-column .frame header h4 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.1px;
  color: white;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.new-design-version .footer-menu-column .frame header h4 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
  }
}

body.new-design-version .footer-action-row {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  body.new-design-version .footer-action-row {
    position: relative;
    padding-top: 34px;
  }
}

body.new-design-version .footer-action-row:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 14px);
  height: 1px;
  background: #545664;
}

@media (max-width: 767px) {
  body.new-design-version .footer-action-row:after {
    opacity: 1;
  }
}

body.new-design-version .footer-action-row a {
  color: white;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.16px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  body.new-design-version .footer-action-row a {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 21px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .footer-action-row a {
    font-size: 12.5px;
    line-height: 12px;
    margin-bottom: 16px;
    letter-spacing: -.08px;
  }
}

body.new-design-version .footer-action-row a:hover {
  text-decoration: underline;
}

body.new-design-version .footer-action-row a>span {
  color: #B1B1C3;
  font-weight: 600;
}

body.new-design-version .footer-action-row .frame-type-text {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.new-design-version .footer-action-row .frame-type-text p {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 0;
}

@media (max-width: 767px) {
  body.new-design-version .footer-action-row .frame-type-text p {
    align-items: center;
  }
}

body.new-design-version .footer-action-row .frame-type-image {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 27px;
  border-bottom: 1px solid #545664;
}

@media (min-width: 768px) {
  body.new-design-version .footer-action-row .frame-type-image {
    display: none;
  }
}

body.new-design-version .footer-action-row .frame-type-image .ce-gallery .row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}

body.new-design-version .footer-action-row .frame-type-image .ce-gallery .row .ce-column {
  flex: 0 0 auto;
  padding: 0;
  width: auto;
}

body.new-design-version .footer-action-row .frame-type-image .ce-gallery .row .ce-column .image>a .image-embed-item {
  max-width: 100% !important;
  width: auto;
  height: 21px !important;
}

body.new-design-version .footer-static-menu-ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  body.new-design-version .footer-static-menu-ul {
    justify-content: center;
  }
}

body.new-design-version .footer-static-menu-ul>li {
  /* &:not(:last-child) {
           > a {
               &:after {
                   content: "";
                   width: 1px;
                   background-color: $gray-300;
                   height: 10px;
                   right: -1px;
                   top: 50%;
                   transform: translateY(-50%);
                   position: absolute;
               }
           }
       }*/
}

body.new-design-version .footer-static-menu-ul>li>a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: -0.1px;
  position: relative;
  color: #CED0DA;
  transition: .3s;
}

@media (max-width: 767px) {
  body.new-design-version .footer-static-menu-ul>li>a {
    font-size: 9px;
  }
}

body.new-design-version .footer-static-menu-ul>li>a:hover {
  opacity: .9;
}

@media (max-width: 767px) {
  body.new-design-version .footer-static-menu {
    padding-top: 20px;
  }
}

body.new-design-version .page-title h2 {
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 700;
  margin: 0 auto;
  max-width: 513px;
}

@media (max-width: 1199px) {
  body.new-design-version .page-title h2 {
    font-size: 29px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .page-title h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .page-title h2 {
    font-size: 23px;
    line-height: 29px;
  }
}

body.new-design-version .page-title h2.title--black {
  color: #151C2C;
}

body.new-design-version .page-title h2>span {
  color: #FF008C;
}

body.new-design-version .products-home .page-title {
  padding-bottom: 45px;
}

body.new-design-version .products-home .more-btn-wrapper a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
  font-weight: 400;
}

body.new-design-version .products-card-row {
  display: flex;
  gap: 0 30px;
  flex-wrap: wrap;
  padding-bottom: 52px;
}

@media (max-width: 1199px) {
  body.new-design-version .products-card-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .products-card-row {
    gap: 0 20px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .products-card-row {
    gap: 50px 30px;
    justify-content: center;
  }
}

body.new-design-version .product-card-item {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  border-radius: 11px;
  display: block;
  position: relative;
  padding-bottom: 158px;
  transition: .5s;
  background-color: white;
}

@media (max-width: 991px) {
  body.new-design-version .product-card-item {
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-card-item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  body.new-design-version .product-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .product-card-item:after {
  content: "";
  height: 38px;
  width: 90%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 24px 30px #000;
  z-index: 1;
  opacity: .3;
}

body.new-design-version .product-card-item .product-card-item-image {
  height: 225px;
  position: relative;
  overflow: hidden;
  transition: .5s all;
  border-radius: 11px 11px 0 0;
  background-image: url(../../Images/icon-image-not-found.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}

body.new-design-version .product-card-item .product-card-item-image>img {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  height: 225px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

body.new-design-version .product-card-item .product-card-item-image .product-name {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .28px;
  padding: 7px 15px;
  color: #000;
}

body.new-design-version .product-card-item .product-item-description {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: .28px;
  overflow: hidden;
  height: 0;
  transition: .5s all;
}

body.new-design-version .product-card-item .product-item-content {
  background: white;
  padding: 16px 15px 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 11px 11px;
  z-index: 2;
  width: 100%;
}

body.new-design-version .product-card-item .product-item-content .product-item-price {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

body.new-design-version .product-card-item .product-item-content .product-item-type {
  color: #E50B7E;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .28px;
  font-weight: 700;
}

body.new-design-version .product-card-item .product-item-content .product-item-title {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: .28px;
  font-weight: 700;
  overflow: hidden;
  height: 48px;
}

body.new-design-version .product-card-item .product-item-content .product-item-date {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: .28px;
  font-weight: 400;
}

body.new-design-version .product-card-item .product-item-content .product-item-price {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: .28px;
  font-weight: 700;
}

body.new-design-version .product-card-item .product-item-content .product-item-price.free-price {
  color: #4DB129;
}

body.new-design-version .product-card-item .product-item-content .product-item-price>span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: .24px;
  margin-right: 3px;
}

body.new-design-version .product-card-item:hover {
  padding-bottom: 204px;
}

body.new-design-version .product-card-item:hover .product-card-item-image {
  height: 179px;
}

body.new-design-version .product-card-item:hover .product-item-description {
  height: 46px;
}

body.new-design-version .product-list-wrapper {
  padding: 48px 55px 132px;
  position: relative;
}

@media (max-width: 1199px) {
  body.new-design-version .product-list-wrapper {
    padding: 30px 20px 60px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .product-list-wrapper {
    padding: 30px 0px 40px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper {
    padding-top: 26px;
    padding-bottom: 40px;
  }
}

body.new-design-version .product-list-wrapper .product-highlight {
  top: -18px;
  left: -14px;
}

@media (max-width: 320px) {
  body.new-design-version .product-list-wrapper .product-highlight {
    top: -8px;
    left: -6px;
  }
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item {
  display: flex;
  padding: 18px 14px 77px 14px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  body.new-design-version .product-list-wrapper.expanded-view .product-list-item {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper.expanded-view .product-list-item {
    flex-wrap: wrap;
    padding: 18px 14px 50px 14px;
  }
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item:last-child {
  padding-bottom: 0;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item {
  flex: 0 0 347px;
  max-width: 347px;
  padding-bottom: 193px;
}

@media (max-width: 991px) {
  body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item {
    flex: 0 0 310px;
    max-width: 310px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item .product-card-item-image {
  height: 255px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item .product-card-item-image>img {
  height: 255px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item:hover {
  padding-bottom: 244px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-card-item:hover .product-card-item-image {
  height: 204px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-item-content {
  padding: 18px 15px 71px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-item-content .product-item-title {
  margin-bottom: 10px;
}

body.new-design-version .product-list-wrapper.expanded-view .product-list-item .product-item-content .product-item-price {
  bottom: 25px;
}

body.new-design-version .product-list-wrapper:not(.expanded-view) {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 30px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) {
    gap: 30px 30px;
    padding-bottom: 122px;
  }
}

body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item .product-card-item {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item .product-card-item {
    padding-bottom: 196px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item .product-card-item .product-card-item-image {
    height: 199px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item .product-card-item .product-item-content {
    padding: 16px 15px 38px;
  }
}

body.new-design-version .product-list-wrapper:not(.expanded-view) .product-list-item .product-card-details {
  display: none;
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper:not(.expanded-view) .product-item-description {
    height: 46px;
  }
}

body.new-design-version .product-list-wrapper .product-card-details {
  padding-left: 58px;
  margin-top: -16px;
  max-width: 433px;
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper .product-card-details {
    padding-left: 0;
    margin-top: 0;
    max-width: 100%;
    padding-top: 25px;
  }
}

body.new-design-version .product-list-wrapper .product-card-details h2 {
  font-size: 33px;
  line-height: 48px;
  letter-spacing: .2px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding-bottom: 16px;
}

@media (max-width: 1199px) {
  body.new-design-version .product-list-wrapper .product-card-details h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper .product-card-details h2 {
    font-size: 24px;
    line-height: 29px;
  }
}

body.new-design-version .product-list-wrapper .product-card-details p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #C0BCCB;
  margin: 0;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  body.new-design-version .product-list-wrapper .product-card-details p {
    padding-bottom: 14px;
  }
}

body.new-design-version .product-list-wrapper .product-card-details p strong {
  font-size: 18px;
  color: white;
  line-height: 32px;
  font-weight: 700;
  display: block;
  max-width: 316px;
}

body.new-design-version .product-list-wrapper .product-card-details p a {
  text-decoration: underline;
  color: inherit;
}

body.new-design-version .heading-horzontal-line {
  flex-grow: 1;
  min-height: 64px;
  position: relative;
  overflow: hidden;
}

body.new-design-version .heading-horzontal-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  top: calc(50% + 3px);
  left: 45px;
}

@media (max-width: 767px) {
  body.new-design-version .heading-horzontal-line:after {
    left: 0;
    top: calc(50% + 4px);
  }
}

body.new-design-version .frame-111 {
  background: radial-gradient(86.43% 531.61% at 6.91% 76.36%, #2C3B7B 0%, #4F286B 100%);
}

body.new-design-version .custom-line-through {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}

body.new-design-version .custom-line-through:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1.2px;
  width: 100%;
  background-color: #868686;
}

body.new-design-version .more-btn-wrapper {
  display: flex;
  justify-content: center;
}

body.new-design-version .more-link-text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: White;
  font-weight: 400;
  text-decoration: underline;
}

body.new-design-version .speakers-new-slider .page-title {
  padding-bottom: 88px;
}

@media (max-width: 1199px) {
  body.new-design-version .speakers-new-slider .page-title {
    padding-bottom: 55px;
  }
}

body.new-design-version .speakers-new-slider .page-title h2 {
  color: #151C2C;
}

body.new-design-version .speakers-new-slider>.container-fluid {
  padding: 0;
}

body.new-design-version .speakers-new-slider>.container-fluid>.row {
  margin: 0;
}

body.new-design-version .speakers-new-slider .more-link-text {
  color: #303030;
}

body.new-design-version .new-slick-slider {
  padding: 0 63px;
  max-width: 1697px;
  margin: 0 auto;
  padding-bottom: 77px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider {
    padding: 0 20px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider {
    padding: 0 10px;
    padding-bottom: 50px;
  }
}

body.new-design-version .new-slick-slider .new-slick-slider-item {
  padding: 0 5px;
  height: auto;
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .new-slick-slider-item {
    padding: 0;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .new-slick-slider-item.slick-current .slick-speaker-card-image {
    height: 290px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .new-slick-slider-item.slick-current .slick-speaker-card-image>img {
    height: 290px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .new-slick-slider-item.slick-current .slick-speaker-card-details {
    opacity: 1 !important;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .slick-list {
    padding: 0 42px;
  }
}

body.new-design-version .new-slick-slider .slick-speaker-card {
  display: block;
  transition: .3s all;
}

body.new-design-version .new-slick-slider .slick-speaker-card:hover {
  box-shadow: inset 0 -2px 0 #ff008c;
}

body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-image {
  height: 293px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-image {
    height: 250px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-image {
    height: 290px;
    transition: .5s all;
    display: flex;
    align-items: center;
  }
}

body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-image>img {
    height: 219px;
    transition: .5s all;
    object-position: center;
  }
}

body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details {
  text-align: center;
  padding: 10px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details {
    padding: 5px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details {
    opacity: 0;
    transition: .5s all;
  }
}

body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details .slick-speaker-card-desc {
  color: #303030;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: .21px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details .slick-speaker-card-desc {
    font-size: 12px;
    line-height: 18px;
  }
}

body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details .slick-speaker-card-title {
  color: #000;
  font-size: 19px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-speaker-card .slick-speaker-card-details .slick-speaker-card-title {
    font-size: 17px;
    line-height: 25px;
  }
}

body.new-design-version .new-slick-slider .slick-arrow {
  position: absolute;
  top: 146px;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  font-size: 0;
  background-image: url(../../Images/slick-arrow.svg);
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: .3s;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-arrow {
    width: 14px;
    height: 26px;
  }
}

body.new-design-version .new-slick-slider .slick-arrow:hover {
  opacity: .6;
}

body.new-design-version .new-slick-slider .slick-arrow.slick-prev {
  left: 30px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

body.new-design-version .new-slick-slider .slick-arrow.slick-next {
  right: 30px;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 1199px) {
  body.new-design-version .new-slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}

body.new-design-version .banner--home {
  min-height: 540px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  body.new-design-version .banner--home {
    min-height: 465px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .banner--home {
    min-height: 666px;
    align-items: flex-start;
  }
}

body.new-design-version .banner--home:after {
  content: "";
  background: linear-gradient(92.66deg, #E50B7E -43.33%, #202C60 83.19%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  body.new-design-version .banner--home:after {
    background: linear-gradient(337.55deg, #2C2E60 62.53%, #EA1D89 125%);
  }
}

body.new-design-version .banner--home .home-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

body.new-design-version .banner--home .home-banner-image.mobile-banner-image {
  display: none;
}

@media (max-width: 767px) {
  body.new-design-version .banner--home .home-banner-image.mobile-banner-image {
    display: block;
  }
}

@media (max-width: 767px) {
  body.new-design-version .banner--home .home-banner-image.desktop-banner-image {
    display: none;
  }
}

body.new-design-version .banner--home .home-banner-content {
  max-width: 682px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  body.new-design-version .banner--home .home-banner-content {
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 666px;
    padding-top: 61px;
    padding-bottom: 40px;
  }
}

body.new-design-version .home-banner-content .younity-mobile-icon {
  display: none;
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .younity-mobile-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }

  body.new-design-version .home-banner-content .younity-mobile-icon>img {
    width: 50px;
  }
}

body.new-design-version .home-banner-content h1 {
  margin: 0;
  color: white;
  text-align: center;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  body.new-design-version .home-banner-content h1 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content h1 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 10px;
  }
}

body.new-design-version .home-banner-content h1>span {
  color: #FF008C;
}

body.new-design-version .home-banner-content>p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  color: white;
  letter-spacing: .2px;
  padding-bottom: 73px;
  margin: 0;
}

@media (max-width: 1199px) {
  body.new-design-version .home-banner-content>p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content>p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
  }
}

body.new-design-version .home-banner-content .subscribe-box {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box {
    margin-top: auto;
  }
}

body.new-design-version .home-banner-content .subscribe-box div._error {
  display: none;
}

body.new-design-version .home-banner-content .subscribe-box .new-error {
  font-size: 13px;
  text-align: left;
  color: red;
  line-height: 15px;
}

body.new-design-version .home-banner-content .subscribe-box .new-error ._error-inner {
  padding-top: 6px;
}

body.new-design-version .home-banner-content .subscribe-box label.error {
  position: absolute;
  color: red;
  width: 100%;
  left: 0;
  top: -7px;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  transform: translateY(-100%);
  display: none;
  white-space: nowrap;
}

body.new-design-version .home-banner-content .subscribe-box .form-control,
body.new-design-version .home-banner-content .subscribe-box input[type=text] {
  height: 61px;
  border-radius: 0;
  padding: 18px;
  color: #313131;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  border: 0;
  width: 100%;
}

@media (max-width: 1199px) {

  body.new-design-version .home-banner-content .subscribe-box .form-control,
  body.new-design-version .home-banner-content .subscribe-box input[type=text] {
    height: 50px;
    padding: 13px 12px;
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {

  body.new-design-version .home-banner-content .subscribe-box .form-control,
  body.new-design-version .home-banner-content .subscribe-box input[type=text] {
    height: 47px;
    padding: 11px 15px;
    font-size: 16px;
    line-height: 25px;
  }
}

body.new-design-version .home-banner-content .subscribe-box .form-control._has_error,
body.new-design-version .home-banner-content .subscribe-box input[type=text]._has_error {
  outline: 1px solid red;
}

body.new-design-version .home-banner-content .subscribe-box .input-group-btn {
  margin-left: 7px !important;
  min-height: 61px;
  background-color: #FF008C;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: white;
  border-radius: 5px !important;
  border: 0;
  padding: 5px 27px;
  min-width: 170px;
}

@media (max-width: 1199px) {
  body.new-design-version .home-banner-content .subscribe-box .input-group-btn {
    margin-left: 7px !important;
    min-height: 50px;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 20px;
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box .input-group-btn {
    min-height: 49px;
    font-size: 16px;
    margin: 0 !important;
    width: 100%;
    border-radius: 4px !important;
  }
}

body.new-design-version .home-banner-content .subscribe-box .input-group-btn:hover {
  background: linear-gradient(45deg, #213363, #e6007e);
  background-size: 200% 200%;
  -webkit-animation: Gradient 5s ease infinite;
  animation: Gradient 5s ease infinite;
}

body.new-design-version .home-banner-content .subscribe-box p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .2px;
  color: white;
  margin: 0;
  padding: 20px 0 0;
}

body.new-design-version .home-banner-content .subscribe-box>form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

body.new-design-version .home-banner-content .subscribe-box ._form-label {
  display: none;
}

body.new-design-version .home-banner-content .subscribe-box ._form-content {
  padding-right: 7px;
  flex-grow: 1;
  position: relative;
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box ._form-content {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
}

body.new-design-version .home-banner-content .subscribe-box ._form-content div._error {
  display: none;
}

body.new-design-version .home-banner-content .subscribe-box ._form_element._x98355065._full_width {
  flex-grow: 1;
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box ._form_element._x98355065._full_width {
    flex: 0 0 100%;
    margin-bottom: 18px;
  }
}

body.new-design-version .home-banner-content .subscribe-box ._form_element._x98355065._full_width label.error,
body.new-design-version .home-banner-content .subscribe-box ._form_element._x98355065._full_width div._error {
  display: none !important;
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box ._clear-element {
    flex: 0 0 100%;
  }
}

body.new-design-version .home-banner-content .subscribe-box ._row._checkbox-radio {
  color: white;
  display: flex;
  align-items: flex-start;
  padding-top: 14px;
}

body.new-design-version .home-banner-content .subscribe-box ._row._checkbox-radio>input {
  margin-right: 10px;
  position: relative;
  top: 3px;
  width: 19px;
  height: 19px;
}

body.new-design-version .home-banner-content .subscribe-box ._row._checkbox-radio>span {
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: .2px;
  text-align: left;
  max-width: 500px;
}

@media (max-width: 1199px) {
  body.new-design-version .home-banner-content .subscribe-box ._row._checkbox-radio>span {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .home-banner-content .subscribe-box ._row._checkbox-radio>span {
    font-size: 12px;
  }
}

body.new-design-version .why-younity-block {
  background-color: #262E66;
}

body.new-design-version .why-younity-block .page-title h2 {
  max-width: 393px;
}

body.new-design-version .why-younity-block .why-younity-inner {
  max-width: 617px;
  text-align: center;
  margin: 0 auto;
  padding-top: 44px;
}

body.new-design-version .why-younity-block .why-younity-inner p {
  color: #9F9EB0;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}

body.new-design-version .why-younity-block .why-younity-inner p>span {
  color: white;
  font-weight: 700;
}

body.new-design-version .why-younity-block .why-younity-inner p:not(:last-child) {
  padding-bottom: 56px;
}

body.new-design-version .product-highlight {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -21px;
  left: -16px;
  z-index: 4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: #FF008C;
  color: white;
  font-size: 22.5px;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.new-design-version .product-highlight {
    width: 55px;
    height: 55px;
    left: -12px;
    font-size: 17.5px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .product-highlight {
    width: 65px;
    height: 65px;
    top: -21px;
    left: -16px;
    font-size: 22.5px;
  }
}

@media (max-width: 320px) {
  body.new-design-version .product-highlight {
    width: 45px;
    height: 45px;
  }
}

body.new-design-version .accordion-wrapper {
  max-width: 813px;
  margin: 0 auto;
  padding-top: 78px;
}

@media (max-width: 1199px) {
  body.new-design-version .accordion-wrapper {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .accordion-wrapper {
    padding-top: 46px;
  }
}

body.new-design-version .accordion-wrapper .accordion-item {
  border-radius: 0 !important;
  border: 0;
}

body.new-design-version .accordion-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  body.new-design-version .accordion-wrapper .accordion-item:not(:last-child) {
    margin-bottom: 9px;
  }
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-button {
  border-radius: 0 !important;
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  font-family: 'Inter';
  padding: 21px 60px;
  background: #F4F4F4;
  box-shadow: none;
}

@media (max-width: 1199px) {
  body.new-design-version .accordion-wrapper .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 25px;
    padding: 18px 60px;
  }
}

@media (max-width: 1199px) {
  body.new-design-version .accordion-wrapper .accordion-item .accordion-button {
    font-size: 14px;
    line-height: 21px;
    padding: 19px 50px;
    color: #4D4D4D;
    padding-right: 30px;
  }
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-button:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../../Images/plus_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .5s all;
}

@media (max-width: 1199px) {
  body.new-design-version .accordion-wrapper .accordion-item .accordion-button:before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .accordion-wrapper .accordion-item .accordion-button:before {
    width: 23px;
    height: 23px;
    left: 13px;
  }
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-button:after {
  display: none;
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-button[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(135deg);
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-body {
  background: rgba(244, 244, 244, 0.5);
}

@media (max-width: 767px) {
  body.new-design-version .accordion-wrapper .accordion-item .accordion-body {
    padding: 20px 15px;
  }
}

body.new-design-version .accordion-wrapper .accordion-item .accordion-body>p:last-child {
  margin-bottom: 0;
}

body.new-design-version .introduction--home {
  padding-top: 30px;
  padding-bottom: 48px;
}

@media (max-width: 1199px) {
  body.new-design-version .introduction--home {
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  body.new-design-version .introduction--home {
    padding-bottom: 36px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .introduction--home>.container>.row>.col-12 {
    display: flex;
    flex-direction: column-reverse;
  }
}

body.new-design-version .all-summary-info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  body.new-design-version .all-summary-info-row {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .all-summary-info-row {
    padding-bottom: 0px;
    margin-bottom: 0;
    border: 0;
  }
}

body.new-design-version .all-summary-info-row .summary-item-col {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 767px) {
  body.new-design-version .all-summary-info-row .summary-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  body.new-design-version .all-summary-info-row .summary-item-col:last-child {
    display: none;
  }
}

body.new-design-version .all-summary-info-row .summary-item-col .summary-item-value {
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  color: #000;
}

@media (max-width: 1199px) {
  body.new-design-version .all-summary-info-row .summary-item-col .summary-item-value {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .all-summary-info-row .summary-item-col .summary-item-value {
    font-size: 27px;
    line-height: 39px;
  }
}

body.new-design-version .all-summary-info-row .summary-item-col .summary-item-label {
  color: #828282;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  body.new-design-version .all-summary-info-row .summary-item-col .summary-item-label {
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .all-summary-info-row .summary-item-col .summary-item-label {
    font-size: 13px;
    line-height: 18px;
    margin-top: -2px;
  }
}

body.new-design-version .transform-with-us {
  padding-bottom: 65px;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 50px;
  display: flex;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us {
    padding-bottom: 80px;
    margin-bottom: 52px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us {
    flex-wrap: wrap;
    padding-bottom: 71px;
    margin-bottom: 0;
    border: 0;
  }
}

body.new-design-version .transform-with-us .transform-with-us-left {
  flex: 0 0 38%;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-left {
    flex: 0 0 35%;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .transform-with-us .transform-with-us-left .page-title {
  max-width: 269px;
  padding-top: 68px;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-left .page-title {
    padding-top: 58px;
    max-width: 259px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .transform-with-us .transform-with-us-left .page-title {
    padding-top: 48px;
    max-width: 239px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-left .page-title {
    padding-top: 0;
  }
}

body.new-design-version .transform-with-us .transform-with-us-left .page-title h2 {
  text-align: left;
  color: #151C2C;
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-left .page-title h2 {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 30px;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right {
  flex-grow: 1;
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-right {
    padding-left: 17px;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li {
  display: flex;
  color: #111827;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #434955;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li:not(:last-child) {
  padding-bottom: 38px;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li:not(:last-child) {
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li:not(:last-child) {
    padding-bottom: 21px;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-icon {
  flex: 0 0 34.5px;
  height: 34.5px;
  background-image: url(../../Images/checkbox--pink.svg);
  background-image: url(../../Images/checkbox--pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-icon {
    flex: 0 0 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-icon {
    flex: 0 0 25px;
    height: 25px;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-content {
  padding-left: 33px;
}

@media (max-width: 1199px) {
  body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-content {
    padding-left: 23px;
  }
}

body.new-design-version .transform-with-us .transform-with-us-right ul>li .transform-content p {
  margin: 0;
}

body.new-design-version .summary-features {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  body.new-design-version .summary-features {
    padding-bottom: 34px;
  }
}

body.new-design-version .summary-features p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-top: 7px;
  color: #111827;
}

@media (max-width: 1199px) {
  body.new-design-version .summary-features p {
    font-size: 19px;
    line-height: 27px;
    padding-top: 6px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .summary-features p {
    font-size: 10px;
    line-height: 14px;
    padding-top: 6px;
    font-weight: 500;
    color: #000;
  }
}

body.new-design-version .summary-features img {
  height: 40px;
  width: auto;
}

@media (max-width: 1199px) {
  body.new-design-version .summary-features img {
    height: 42px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .summary-features img {
    height: 26px;
  }
}

body.new-design-version .summary-features .feature-column {
  text-align: center;
}

body.new-design-version .full-width-container.frame-layout-510 {
  background-color: #262E66;
}

body.new-design-version .frame-space-before-extra-large {
  padding-top: 140px;
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-space-before-extra-large {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-space-before-extra-large {
    padding-top: 85px;
  }
}

body.new-design-version .frame-space-before-large {
  padding-top: 60px;
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-space-before-large {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-space-before-large {
    padding-top: 40px;
  }
}

body.new-design-version .frame-space-after-extra-large {
  padding-bottom: 140px;
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-space-after-extra-large {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-space-after-extra-large {
    padding-bottom: 850px;
  }
}

body.new-design-version .frame-space-after-large {
  padding-bottom: 60px;
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-space-after-large {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-space-after-large {
    padding-bottom: 40px;
  }
}

body.new-design-version .frame-type-textpic {
  border-top: 1px solid #BDBDBD;
}

body.new-design-version .frame-type-textpic.frame-650 .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure>img {
  transform: none;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic.frame-650 .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure>img {
    transform: none !important;
  }
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic.frame-650 .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: scaleX(1.64) scaleY(1.64) translateX(45px) translateY(-17px) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) !important;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic.frame-650 .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: none !important;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic {
  width: 100%;
  max-width: 980px;
  display: flex;
}

@media (max-width: 991px) {
  body.new-design-version .frame-type-textpic .ce-textpic {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic .ce-textpic {
    padding-left: 25px;
    padding-right: 25px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery {
  margin-right: 0;
  padding-right: 40px;
}

body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery {
  padding-left: 40px;
}

body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-bodytext {
  margin-right: 0;
}

body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery,
body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery {
  flex: 0 0 55%;
  max-width: 55%;
}

@media (max-width: 767px) {

  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery,
  body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure>img,
body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery>.ce-row>.ce-column>figure>img {
  transform: none;
}
.home .frame-type-textpic .ce-textpic .ce-gallery > .ce-row > .ce-column > figure:hover > img {
  transform: none !important;
}
.home .frame-type-textpic .ce-textpic.ce-left .ce-gallery > .ce-row > .ce-column > figure:hover > img {
  transform: none !important;
}
a#trust-score {
  font-size: 36px;
}
@media (max-width: 1199px) {

  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure>img,
  body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery>.ce-row>.ce-column>figure>img {
    transform: none !important;
  }
}

@media (max-width: 1199px) {

  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img,
  body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: scaleX(1.64) scaleY(1.64) translateX(45px) translateY(-17px) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) !important;
  }
}

@media (max-width: 767px) {

  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img,
  body.new-design-version .frame-type-textpic .ce-textpic.ce-right .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: none !important;
  }
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: scaleX(1.64) scaleY(1.64) translateX(-31px) translateY(4px) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) !important;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic .ce-textpic.ce-left .ce-gallery>.ce-row>.ce-column>figure:hover>img {
    transform: none !important;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext {
  flex: 0 0 45%;
  max-width: 45%;
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext h2 {
  font-size: 33px;
  line-height: 40px;
  text-align: left;
  color: #151C2C;
  font-weight: 700;
  margin: 0 auto;
  max-width: 513px;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext h2 {
    font-size: 29px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext h2 {
    font-size: 23px;
    line-height: 29px;
    margin: 0;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext h2>span {
  color: #FF008C;
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext p {
  color: #212020;
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: .2px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext p {
    font-size: 15px;
    line-height: 22px;
    color: #2C2C2C;
  }
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext p a {
  color: inherit;
  text-decoration: underline;
}

body.new-design-version .frame-type-textpic .ce-textpic .ce-bodytext p a:hover {
  color: inherit;
}

body.new-design-version .faq-accordion .page-title h2 {
  color: #151C2C;
}

body.new-design-version .frame-type-textpic {
  padding-top: 100px;
  padding-bottom: 85px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-textpic {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-textpic {
    padding-top: 25px;
    padding-bottom: 53px;
  }
}

body.new-design-version .frame-type-text.frame-369 {
  padding: 0;
  max-width: 617px;
}

body.new-design-version .frame-type-text.frame-369 h2 {
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 700;
  margin: 0 auto;
  max-width: 393px;
  padding-bottom: 44px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-text.frame-369 h2 {
    font-size: 29px;
    line-height: 36px;
    padding-bottom: 34px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .frame-type-text.frame-369 h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-text.frame-369 h2 {
    font-size: 23px;
    line-height: 29px;
    max-width: 333px;
  }
}

body.new-design-version .frame-type-text.frame-369 h2>span {
  color: #FF008C;
}

body.new-design-version .frame-type-text.frame-369 p {
  color: #9F9EB0;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-text.frame-369 p {
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-text.frame-369 p {
    font-size: 16px;
    line-height: 24px;
  }
}

body.new-design-version .frame-type-text.frame-369 p>span {
  color: white;
  font-weight: 700;
}

@media (max-width: 767px) {
  body.new-design-version .frame-type-text.frame-369 p>span {
    font-weight: 600;
  }
}

body.new-design-version .frame-type-text.frame-369 p:not(:last-child) {
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-type-text.frame-369 p:not(:last-child) {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  body.new-design-version footer .container .footer-menu-rows .footer-social-media-icons img {
    max-width: 100% !important;
  }
}

body.new-design-version .btn-primary {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  min-width: 169px;
  min-height: 35px;
  border-radius: 33px;
}

body.new-design-version .product-item-action {
  display: flex;
  align-items: center;
  padding-top: 50px;
  gap: 20px;
}

@media (max-width: 767px) {
  body.new-design-version .product-item-action {
    padding-top: 10px;
  }
}

body.new-design-version .product-item-action .btn-primary {
  margin-bottom: 0;
}

body.new-design-version .share-modal-show {
  background: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

body.new-design-version .share-modal--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 99;
  display: none;
}

body.new-design-version .share-modal--inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.new-design-version .share-modal--dialog {
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 11px;
  width: 465px;
  padding: 24px 20px;
  position: relative;
}

body.new-design-version .share-modal--close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../Images/close-share-modal.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 16px;
  right: 18px;
  cursor: pointer;
}

body.new-design-version .share-modal--header {
  padding-bottom: 40px;
}

body.new-design-version .share-modal--header h4 {
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  margin: 0;
}

body.new-design-version .share-modal--icons {
  width: 335px;
  height: 58px;
  margin: 0 auto;
  position: relative;
  background-image: url(../../Images/share-social-icons.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.new-design-version .share-modal--input {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 16px;
}

body.new-design-version .share-modal--input input {
  height: 28px;
  background: white;
  border: 0;
  width: 100%;
  display: block;
  outline: none;
  border-radius: 0;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 500;
}

body.new-design-version .social-link {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 0;
  top: 0;
  left: 0;
  text-decoration: none;
}

body.new-design-version .social-link.social-link--facebook {
  left: 70px;
}

body.new-design-version .social-link.social-link--tumblr {
  left: 140px;
}

body.new-design-version .social-link.social-link--pinterest {
  left: 210px;
}

body.new-design-version .social-link.social-link--telegram {
  left: 280px;
}

body.new-design-version .product-slider_item .product-slider-inner {
  background: url(../../Images/Backgroground_def.jpg);
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-inner {
    min-height: 425px;
    padding-top: 90px;
    background: url(../../Images/Backgroground_def_md.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }
}

body.new-design-version .product-slider_item .product-slider-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(256.7deg, #300580 5.3%, #2E1172 58.76%);
  opacity: .44;
  z-index: 1;
}

body.new-design-version .product-slider_item .product-slider-logo {
  padding-left: 39px;
  padding-bottom: 33px;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-logo {
    padding-bottom: 18px;
    padding-left: 0;
  }
}

body.new-design-version .product-slider_item .product-slider-logo img {
  width: 176px;
  height: auto;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-logo img {
    width: 188px;
  }
}

body.new-design-version .product-slider_item .product-slider-content {
  max-width: calc(100% - 226px);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  body.new-design-version .product-slider_item .product-slider-content {
    max-width: calc(100% - 126px);
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    text-align: center;
  }
}

body.new-design-version .product-slider_item .product-slider-content .product-slider-body {
  max-width: 274px;
}

body.new-design-version .product-slider_item .product-slider-content .product-slider-body h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  font-family: 'Inter';
  color: white;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-content .product-slider-body h3 {
    display: none;
  }
}

body.new-design-version .product-slider_item .product-slider-content .product-slider-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  margin: 0;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-content .product-slider-body p {
    padding-bottom: 26px;
  }
}

body.new-design-version .product-slider_item .product-slider-content .product-slider-body .btn-primary {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'Inter';
  margin: 0;
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  min-width: 188px;
  justify-content: center;
  background: #FF008C;
}

body.new-design-version .product-slider_item .product-slider-content .product-slider-body .btn-primary:hover {
  background: linear-gradient(45deg, #213363, #e6007e);
  background-size: 200% 200%;
}

body.new-design-version .product-slider_item .product-slider-date {
  position: absolute;
  right: 215px;
  top: 40px;
  font-weight: 700;
  color: white;
  letter-spacing: .2px;
  font-size: 16px;
  line-height: 22px;
  z-index: 2;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-date {
    display: none;
  }
}

body.new-design-version .product-slider_item .product-slider-date>span {
  font-weight: 600;
}

body.new-design-version .product-slider_item .product-slider-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 702px;
  width: 100%;
}

@media (max-width: 991px) {
  body.new-design-version .product-slider_item .product-slider-image {
    max-width: 84%;
    right: -70px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-image {
    max-width: 100%;
    right: 0px;
    position: relative;
    margin-top: -30px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .product-slider_item .product-slider-image {
    right: 0px;
  }
}

body.new-design-version .product-slider_item .product-slider-image>img {
  width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider_item .product-slider-image>img {
    max-width: 110%;
    width: 110%;
  }
}

body.new-design-version .product-switcher-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: -10px;
}

@media (max-width: 991px) {
  body.new-design-version .product-switcher-wrapper {
    padding-bottom: 30px;
  }
}

body.new-design-version .product-switcher-wrapper button {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
}

body.new-design-version .product-switcher-wrapper button>img[src*="list-icon.svg"] {
  position: relative;
  top: -1px;
}

body.new-design-version .product-switcher-wrapper button.active {
  opacity: 1;
}

body.new-design-version .product-slider .slick-track {
  display: flex;
}

@media (max-width: 767px) {
  body.new-design-version .product-slider-wrapper {
    margin-left: -25px;
    margin-right: -25px;
  }
}

body.new-design-version .mentor-img-grid {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 46px 9px;
  padding: 0 78px;
  max-width: 1727px;
  margin: 0 auto;
  min-height: 500px;
  padding-bottom: 75px;
}

@media (max-width: 1399px) {
  body.new-design-version .mentor-img-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1199px) {
  body.new-design-version .mentor-img-grid {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .mentor-img-grid {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .mentor-img-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .mentor-img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 320px) {
  body.new-design-version .mentor-img-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item {
  margin-bottom: 0;
  display: none;
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item.active {
  display: block;
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item:hover {
  box-shadow: 0 14px 0 white, 0 16px 0 #ff008c;
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item img {
  margin-bottom: 10px;
  height: 294px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

@media (max-width: 767px) {
  body.new-design-version .mentor-img-grid .mentor-img-grid-item img {
    height: 230px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .mentor-img-grid .mentor-img-grid-item img {
    height: auto;
  }
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item h3 {
  font-size: 19px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 767px) {
  body.new-design-version .mentor-img-grid .mentor-img-grid-item h3 {
    padding-bottom: 3px;
    line-height: 21px;
  }
}

body.new-design-version .mentor-img-grid .mentor-img-grid-item p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
  font-weight: 500;
  letter-spacing: 0.21px;
}

@media (max-width: 767px) {
  body.new-design-version .mentor-img-grid .mentor-img-grid-item p {
    line-height: 18px;
  }
}

body.new-design-version .frame-333 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  body.new-design-version .frame-333 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body.new-design-version .frame-333 h2 {
  color: #151C2C;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  max-width: 513px;
  margin: 0 auto;
  padding-bottom: 88px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-333 h2 {
    font-size: 29px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .frame-333 h2 {
    font-size: 27px;
    line-height: 33px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-333 h2 {
    font-size: 23px;
    line-height: 29px;
    padding-bottom: 30px;
  }
}

body.new-design-version .frame-333 h2>span {
  color: #FF008C;
}

body.new-design-version .mentor-loadmore {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 127px;
}

@media (max-width: 991px) {
  body.new-design-version .mentor-loadmore {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .mentor-loadmore {
    padding-bottom: 60px;
  }
}

body.new-design-version .mentor-loadmore a {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

body.new-design-version .new-inner-banner-section {
  position: relative;
  margin-bottom: 95px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-inner-banner-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .new-inner-banner-section {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .new-inner-banner-section {
    margin-bottom: 50px;
  }
}

body.new-design-version .new-inner-banner-section:before {
  content: "";
  background: linear-gradient(87.1deg, #D2127C 4.45%, rgba(23, 33, 74, 0) 102.91%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .55;
}

body.new-design-version .new-inner-banner-section>img {
  width: 100%;
  height: 484px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  body.new-design-version .new-inner-banner-section>img {
    height: 400px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .new-inner-banner-section>img {
    height: 360px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .new-inner-banner-section>img {
    height: 320px;
  }
}

body.new-design-version .new-inner-banner-section .new-inner-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 682px;
  color: white;
  margin-top: -20px;
}

@media (max-width: 767px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
  }
}

body.new-design-version .new-inner-banner-section .new-inner-banner-content h2 {
  font-size: 44px;
  line-height: 61px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: white;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content h2 {
    font-size: 40px;
    line-height: 53px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content h2 {
    font-size: 35px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

body.new-design-version .new-inner-banner-section .new-inner-banner-content h2>span {
  color: #FF008C;
}

body.new-design-version .new-inner-banner-section .new-inner-banner-content p {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 0;
}

@media (max-width: 1199px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .new-inner-banner-section .new-inner-banner-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

body.new-design-version .frame-layout-123 {
  background: radial-gradient(86.43% 531.61% at 6.91% 76.36%, #2C3B7B 0%, #4F286B 100%);
  padding-top: 85px;
  padding-bottom: 195px;
}

@media (max-width: 1199px) {
  body.new-design-version .frame-layout-123 {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 {
    padding-top: 50px;
    padding-bottom: 90px;
    background: linear-gradient(142.17deg, #212E65 -14.36%, #4F286B 56.8%);
  }
}

body.new-design-version .frame-layout-123 .product-switcher-wrapper {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .product-switcher-wrapper {
    padding-bottom: 25px;
  }
}

body.new-design-version .welcome-free-section {
  padding: 122px 0 94px;
}

@media (max-width: 1199px) {
  body.new-design-version .welcome-free-section {
    padding: 80px 0 70px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .welcome-free-section {
    padding: 37px 25px 42px;
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner {
  width: 100%;
  max-width: 495px;
  margin: 0 auto;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header {
  text-align: center;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>img {
  width: 95px;
  height: auto;
  margin-bottom: 31px;
}

@media (max-width: 1199px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>img {
    width: 80px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>img {
    width: 53px;
    margin-bottom: 16px;
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>h2 {
  font-size: 33px;
  line-height: 43px;
  color: #3F3F3F;
  font-weight: 700;
  margin: 0;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>h2 {
    font-size: 29px;
    line-height: 36px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>h2 {
    font-size: 22px;
    line-height: 29px;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 29px;
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-header>h2>span {
  color: #FF008C;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content {
  position: relative;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content:after {
  content: "";
  background-image: url(../../Images/free-cards-below-arrow.svg);
  width: 35px;
  height: 80px;
  position: absolute;
  bottom: 2px;
  right: -55px;
  transform: translateX(100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 767px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content:after {
    width: 28px;
    height: 44px;
    bottom: -21px;
    right: 0;
    transform: translateX(0%);
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content video {
  display: block;
  width: 100%;
  height: 274px;
  object-fit: cover;
  position: relative;
}

@media (max-width: 575px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content video {
    height: 191px;
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content iframe {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content p {
  margin: 0;
  font-size: 24px;
  line-height: 37px;
  color: #323232;
  padding-top: 56px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1199px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content p {
    padding-top: 45px;
    font-size: 21px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content p {
    padding-top: 44px;
    font-size: 17px;
    line-height: 26px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content p>span {
  color: #FF008C;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content .welcome-free-section-video {
  position: relative;
  opacity: 0;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content .welcome-free-section-video:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 2px;
  height: 37px;
  width: 275px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .4;
  box-shadow: 0px 16px 25px black;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content .welcome-free-section-video .play-welcome-video {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../../Images/Play-new-icon.svg);
  background-position: center;
  background-size: contain;
  padding: 0;
  border: 0;
  width: 41px;
  height: 41px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

body.new-design-version .welcome-free-section .welcome-free-section-inner .welcome-free-section-content .welcome-free-section-video iframe+.play-welcome-video {
  display: none;
}

body.new-design-version .products-home .product-list-wrapper {
  padding: 0px 55px 72px;
}

@media (max-width: 991px) {
  body.new-design-version .products-home .product-list-wrapper {
    padding: 0px 0px 72px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .products-home .product-list-wrapper {
    padding: 0px 0px 47px;
  }
}

body.new-design-version .products-home .product-list-wrapper:not(.expanded-view) {
  padding: 0px 0px 72px;
}

@media (max-width: 767px) {
  body.new-design-version .products-home .product-list-wrapper:not(.expanded-view) {
    gap: 55px 30px;
    padding: 0px 0px 47px;
  }
}

body.new-design-version .products-home .product-slider-wrapper {
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .products-home>.container>.col-12 {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .products-home>.container>.col-12>.product-switcher-wrapper {
    order: 1;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .products-home>.container>.col-12>.product-list-wrapper {
    order: 2;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .products-home>.container>.col-12>.more-btn-wrapper {
    order: 3;
    padding-bottom: 116px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .frame-layout-123 .products-home>.container>.col-12>.product-slider-wrapper {
    order: 4;
  }
}

body.new-design-version .speaker_detail>.frame-default>.frame-type-text {
  padding-left: 0;
  padding-right: 0;
}

body.new-design-version .speaker_detail>.frame-default>.frame-type-text h2 {
  margin: 0;
  color: #000;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 27px;
}

@media (max-width: 1199px) {
  body.new-design-version .speaker_detail>.frame-default>.frame-type-text h2 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail>.frame-default>.frame-type-text h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 43px;
  }
}

body.new-design-version .speaker_detail>.frame-default>.frame-type-text h2>span {
  color: #DC1F87;
}

body.new-design-version .speaker_detail .filter-tag-group {
  margin: 0;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  counter-reset: section;
  padding-bottom: 48px;
  position: relative;
}

@media (max-width: 1199px) {
  body.new-design-version .speaker_detail .filter-tag-group {
    gap: 15px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .filter-tag-group {
    gap: 13px;
    padding-bottom: 76px;
  }
}

body.new-design-version .speaker_detail .filter-tag-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ADADAD;
  max-width: 896px;
}

body.new-design-version .speaker_detail .filter-tag-group .filter-tag {
  border: 0;
  padding: 0 0 0 18px !important;
  display: block;
  border-radius: 0;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #0E1B31;
  text-decoration: underline;
  font-weight: 700;
  text-transform: none;
  background: none;
  position: relative;
  text-align: left;
  max-width: 514px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .filter-tag-group .filter-tag {
    font-size: 12px;
    line-height: 17px;
    padding: 0 0 0 12px !important;
  }
}

body.new-design-version .speaker_detail .filter-tag-group .filter-tag:hover {
  color: #989898;
}

body.new-design-version .speaker_detail .filter-tag-group .filter-tag:before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

body.new-design-version .speaker_detail .filter-tag-group .filter-tag>span {
  color: inherit !important;
  font-size: inherit;
  text-transform: none !important;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section {
    height: 637px;
    overflow: hidden;
    margin-bottom: 67px;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section:before {
  z-index: 1;
  background-image: linear-gradient(87.66deg, #DF1E87 -27.02%, #1E3869 79.75%);
  opacity: 1;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section:before {
    background: linear-gradient(84.66deg, #DF1E87 -139.4%, #1E3869 89.1%);
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section>img {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section>img {
    height: 100%;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
  z-index: 3;
}

@media (min-width: 768px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .mobile-image {
    display: none;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .desktop-image {
    display: none;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .banner-speaker-img {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 534px;
  height: 466px;
  left: calc(50% + 490px);
  transform: translateX(-100%);
}

@media (max-width: 1199px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .banner-speaker-img {
    width: 434px;
    height: 366px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .banner-speaker-img {
    width: 374px;
    height: 330px;
    left: auto;
    right: 10px;
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .banner-speaker-img {
    right: -21%;
    width: 100%;
    height: 380px;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .banner-speaker-img>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
  max-width: 394px;
  transform: translate(-490px, -50%);
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
    transform: translate(0, -50%);
    left: 15px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
    transform: none;
    left: 25px;
    padding: 0;
    top: 85px;
  }
}

@media (max-width: 575px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
    max-width: calc(100% - 86px);
  }
}

@media (max-width: 320px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content {
    max-width: calc(100% - 50px);
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content h2 {
  text-align: left;
  font-size: 38px;
  line-height: 52px;
  font-family: 'Inter';
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content h2 {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 20px;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content p {
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: #E4E4E4;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content p {
    line-height: 25px;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content h3 {
  text-align: left;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
  color: white;
  margin: 0;
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content h3 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 12px;
  }
}

body.new-design-version .speaker_detail .new-inner-banner-section .new-inner-banner-content h3>span {
  color: #DD1F87;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 {
  padding-top: 73px;
  padding-right: 75px;
  padding-left: 0;
  flex: 0 0 634px;
  width: auto;
  max-width: 634px;
  border: 0;
  padding-bottom: 53px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 {
    padding-top: 50px;
    padding-right: 30px;
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 61px;
    padding-bottom: 10px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic {
  border: 0;
  padding: 0;
  padding-bottom: 40px;
  padding-top: 65px;
  margin-top: -65px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic {
    padding-bottom: 30px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic {
    padding-left: 0;
    padding-right: 0;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext {
    width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext h2 {
  margin-left: 0;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext h2 {
    padding-bottom: 16px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext p {
  font-size: 15px;
  font-weight: 500;
  color: #212020;
  line-height: 23px;
  padding-bottom: 20px;
  margin: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext p:last-child {
  padding: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext h3 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  color: #212020;
  margin: 0;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext h3 {
    font-size: 19px;
    line-height: 27px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-bodytext h3:last-child {
  padding: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery {
    width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .ce-outer {
  float: none;
  right: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .ce-outer .ce-inner {
  float: none;
  right: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column {
  width: 100%;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure {
  width: 100%;
  margin: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .ce-outer .ce-inner .ce-column figure img {
  width: 100%;
  height: auto;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic .ce-gallery .image-caption {
  font-size: 10px;
  line-height: 15px;
  font-style: italic;
  padding-top: 10px;
  color: #000;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap {
  align-items: flex-start;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap {
    flex-direction: row;
  }
}

@media (max-width: 575px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap {
    flex-direction: column;
    align-items: center;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-gallery {
  flex: 0 0 181px;
  max-width: 181px;
  padding: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-gallery .image {
  position: relative;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-gallery .image:before {
  box-shadow: 0 5px 27px #000;
  content: "";
  height: 11px;
  width: 105px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  z-index: -1;
  opacity: .8;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-bodytext {
  flex: 0 0 calc(100% - 181px);
  max-width: calc(100% - 181px);
  padding-left: 33px;
}

@media (max-width: 575px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-bodytext {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-bodytext p a {
  color: inherit;
  text-decoration: underline;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-bodytext p strong {
  font-weight: 700;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .frame-type-textpic .ce-textpic.ce-nowrap .ce-bodytext h5 {
  color: #212020;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .products-home .product-list-wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 320px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .products-home .product-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-9 .products-home .product-list-wrapper .product-list-item {
    justify-content: center;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 {
  padding-top: 73px;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  flex: 1 1 auto;
  max-width: 346px;
  height: 100%;
  position: sticky;
  top: 0;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 {
    padding-top: 50px;
    flex-grow: 1;
    flex-basis: auto;
    max-width: 35%;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
body.new-design-version .speaker_detail .product-list-wrapper .product-card-details h2 {
  color: #212020;
  font-size: 22px;
  line-height: 32px;
}
body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-text {
  padding-left: 0;
  padding-right: 0;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-text h5 {
  color: #000;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-text h5>span {
  color: #DF1E87;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box {
  background-color: #243466;
  padding: 25px 19px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box {
    max-width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: white;
  padding-bottom: 18px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box h6>span {
  color: #DF1E87;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box label._form-label {
  display: none;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box input[type=text] {
  height: 33px;
  background: white;
  border-radius: 2px;
  color: #212020;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  border: 0;
  padding: 4px 12px;
  width: 100%;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box input[type=text]::placeholder {
  color: #727272;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box label.error {
  color: red;
  font-size: 11px;
  line-height: 15px;
  display: block;
  padding-top: 4px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box label.error+div._error {
  display: none;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box div._error {
  color: red;
  font-size: 11px;
  line-height: 15px;
  display: block;
  padding-top: 4px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box .input-group-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  background: #E6007E;
  color: white;
  border-radius: 20px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  transition: all 300ms ease 0ms;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box .input-group-btn:hover {
  background: linear-gradient(45deg, #213363, #e6007e);
  background-size: 200% 200%;
  -webkit-animation: Gradient 5s ease infinite;
  animation: Gradient 5s ease infinite;
  box-shadow: 0px 12px 18px 6px rgba(229, 0, 125, 0.09);
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box ._field-wrapper {
  padding-bottom: 15px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box fieldset._form-fieldset {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box ._form-fieldset ._row._checkbox-radio {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  align-items: flex-start;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box ._form-fieldset ._row._checkbox-radio input {
  position: relative;
  top: 2px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .subscribe-box ._form-fieldset ._row._checkbox-radio label {
  font-weight: 500;
  font-size: 7px;
  line-height: 10px;
  padding-left: 8px;
  color: #9BA3BC;
  letter-spacing: 0.1px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-html {
  position: relative;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-html:before {
  content: "";
  height: 38px;
  width: 90%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 24px 30px #000;
  z-index: 1;
  opacity: .3;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-html:before {
    width: 270px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic {
  padding-top: 56px;
  padding-bottom: 0;
  position: relative;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic {
    border: 0;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic:before {
  content: "";
  height: 38px;
  width: 90%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 24px 30px #000;
  z-index: 1;
  opacity: .3;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic:before {
    width: 270px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic {
    padding-left: 0;
    padding-right: 0;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-bodytext {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-bodytext {
    width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-bodytext h5 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-bodytext h5>span {
  color: #DF1E87;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-gallery {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-gallery {
    width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-gallery img {
  width: 100%;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-gallery img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-textpic .ce-textpic .ce-gallery * {
    width: 100%;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list {
  padding-top: 56px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-wrapper {
    justify-content: center;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item {
    max-width: 400px !important;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  border-radius: 0;
  padding-bottom: 202px !important;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item {
    padding-bottom: 188px !important;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item:after {
  height: 158px;
  width: 100%;
  border-radius: 30%;
  box-shadow: 0 20px 33px #000;
  opacity: .2;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-card-item-image {
  border-radius: 0;
  height: 250px !important;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-card-item-image {
    height: 220px !important;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-card-item-image>img {
  height: 250px !important;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-card-item-image>img {
    height: 220px !important;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-description {
  height: 52px;
  line-height: 25px;
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content {
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 72px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content {
    padding-bottom: 60px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-title {
  font-size: 20px;
  line-height: 29px;
  height: 58px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-title {
    font-size: 17px;
    line-height: 24px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-price {
  font-size: 28px;
  line-height: 35px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-price {
    font-size: 22px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-price {
    font-size: 20px;
    line-height: 21px;
  }
}

body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-price>span {
  font-size: 16px;
  line-height: 21px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .two-column-custom-row>.col-md-3 .frame-type-list .product-list-item .product-card-item .product-item-content .product-item-price>span {
    font-size: 14px;
    line-height: 19px;
  }
}

body.new-design-version .speaker_detail .products-home>.container {
  padding-left: 0;
  padding-right: 0;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper .product-list-item {
  padding: 0 0 26px 0;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item {
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item {
    margin-bottom: 26px;
  }
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item {
  flex: 0 0 286px;
  max-width: 286px;
  padding-bottom: 168px;
}

@media (max-width: 575px) {
  body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item:after {
  height: 198px;
  width: 100%;
  border-radius: 30%;
  box-shadow: 0 20px 33px #000;
  opacity: .2;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item .product-card-item-image {
  height: 225px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item .product-card-item-image>img {
  height: 225px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-item-content {
  padding-bottom: 48px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-details {
  padding-left: 30px;
  margin-top: -6px;
}

@media (max-width: 767px) {
  body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-details {
    padding-left: 0;
    margin-top: 0;
  }
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-details p {
  color: #212020;
  letter-spacing: 0.2px;
  line-height: 23px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-details h5 {
  font-size: 22px;
  line-height: 32px;
  color: #212020;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item:hover {
  padding-bottom: 214px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-card-item:hover .product-card-item-image {
  height: 179px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-item-action {
  padding-top: 15px;
}

body.new-design-version .speaker_detail .products-home .product-list-wrapper.expanded-view .product-list-item .product-item-action .btn-primary {
  font-size: 10px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-wrapper {
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 9;*/
  display: none;
}

.loader-wrapper .loader-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader-wrapper .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-wrapper .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.loader-wrapper .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.loader-wrapper .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.loader-wrapper .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.loader-wrapper .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.loader-wrapper .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.loader-wrapper .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.loader-wrapper .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.loader-wrapper .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.loader-wrapper .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.loader-wrapper .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.loader-wrapper .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.loader-wrapper .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.loader-wrapper .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.product-section .loader-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .product-section .loader-wrapper {
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .product-section .loader-wrapper {
    bottom: 40px;
  }
}

.product-section .loader-wrapper .lds-spinner {
  width: 40px;
  height: 40px;
}

.product-section .loader-wrapper .lds-spinner div {
  transform-origin: 20px 20px;
}

.product-section .loader-wrapper .lds-spinner div:after {
  top: 0px;
  left: 18px;
  width: 3px;
  height: 13px;
}

.product-section .loader-wrapper .loader-label {
  padding-left: 15px;
  color: white;
}
.two-column-container .two-column-custom-row {
  margin: 0;
}

/* Image element width overflow */
main .frame-type-image .ce-image .ce-gallery {
  overflow: hidden
}

@media (max-width: 767px) {
  header.header .logo-wrapper>img.logo_omsaracom {
      width: auto;
      height: 8px;
      top: 7px;
      left: 0;
  }
}

/*# sourceMappingURL=new_style.css.map */