/* Basic styles */
:root{
  --color-header-background: #fff;
  --colors-foregrounds-borders-secondary: #fff;
  --_color-header-text: #000;
}

.ready {visibility: visible!important;}
.overall-wrapper {visibility: hidden;overflow-x: clip;}

.btn.btn-green {background-color: #08FF98;border-color: #08FF98;font-weight: bold;}
.btn.btn-green:hover {background-color: #00e686;border-color: #00e686;transform: translateY(-2px);box-shadow: 0 6px 15px rgba(8, 255, 152, 0.3);}

.btn.btn-reverse {background-color: #fff;border-color: #08FF98;border-width: 2px;font-weight: bold;}
.btn.btn-reverse:hover {background-color: #00e686;border-color: #00e686;transform: translateY(-2px);box-shadow: 0 6px 15px rgba(8, 255, 152, 0.3);}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {background-color: #08FF98;color: #000;font-weight: bold;border-color: #08FF98;}
.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {background-color: #00e686!important;border-color: #00e686!important;color: #000!important;transform: translateY(-2px);box-shadow: 0 6px 15px rgba(8, 255, 152, 0.3);}

.btn.btn-white {background-color: #fff;transition: 0s;font-weight: bold;border: 2px solid transparent;background-image: linear-gradient(white, white), linear-gradient(to left, rgba(235, 27, 159, 0.15), rgba(10, 140, 239, 0.15));background-origin: border-box;background-clip: padding-box, border-box;}
.btn.btn-white:hover {border: 2px solid transparent;background-image:linear-gradient(white, white),linear-gradient(to right, rgba(235, 27, 159, 1), rgba(10, 140, 239, 1));background-origin: border-box;background-clip: padding-box, border-box;}
.btn.btn-white:hover span {background: linear-gradient(to right, rgba(235, 27, 159, 1), rgba(10, 140, 239, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.h2, h2 {font-size: 32px;}
.h3, h3 {font-size: 24px;}
.h4, h4 {font-size: 20px;}

@media (max-width: 767px) {
  .h2, h2 {font-size: 26px;}
  .h3, h3 {font-size: 22px;}
  .h4, h4 {font-size: 18px;}
}

.main-banner {background: linear-gradient(263.47deg, #EB1B9F 0%, #0A8CEF 100%);color: #fff;padding-top: 68px;padding-bottom: 5px;}
.main-banner .container {display: flex;align-items: center;}
.main-banner__left {flex: 1;padding-bottom: 70px;}
.main-banner__right {flex: 0 0 630px;position: relative;}
.main-banner__number {background: rgba(255, 255, 255, 0.2);position: absolute;text-align: center;padding: 24px 24px;backdrop-filter: blur(2px);border-radius: 400px;}
.main-banner__number span {font-weight: bold;font-size: 34px;line-height: 1;white-space: nowrap;}
.main-banner__number p {margin-bottom: 0;font-size: 14px;}
.main-banner__number.--1 {left: 100px;top: 30px;padding-block: 12px;}
.main-banner__number.--2 {right: 100px;top: -20px;min-width: 210px;}
.main-banner__number.--3 {left: 140px;bottom: 30px;}
.main-banner__number.--4 {right: 0px;bottom: 100px;}
.main-banner__number.--4 span::after {content: " Kč";}

.main-banner__left h1 {color: #fff;line-height: 1.4;font-weight: 400;font-size: 62px;margin: 0 0 30px 0;}
.main-banner__left h1 b {display: block;}
.main-banner__left p {margin: 0 0 40px 0;font-size: 28px;}
.main-banner__bottom {gap: 15px 60px;display: flex;align-items: center;flex-flow: row wrap;}

@media (max-width: 1439px) {
  .main-banner__left h1 {font-size: 50px;}
}
@media (max-width: 1199px) {
  .main-banner .container {flex-direction: column;}
  .main-banner__right {flex: 0 0 100%;}
}
@media (max-width: 767px) {
  .main-banner {padding-top: 40px;}
  .main-banner__left {padding-bottom: 50px;}
  .main-banner__left h1 {font-size: 32px;}
  .main-banner__left p {font-size: 18px;}
  .main-banner__left .btn {width: 100%;}
  .main-banner__right {margin: 0 -10px;}
  .main-banner__number span {font-size: 20px;}
  .main-banner__number {padding: 14px 12px;}
  .main-banner__number.--2 {min-width: 0;right: 60px;}
  .main-banner__number.--1 {left: 15px;}
  .main-banner__number.--4 {bottom: 30px;}
  .main-banner__number.--3 {left: 25px;bottom: 0px;}
}

/* Use block */
.use-block {text-align: center;padding: 48px 0;}
.use-block h3 {margin: 0 0 24px 0;}

@media (max-width: 767px) {
  .use-block {padding: 28px 0 32px 0;}
}

/* Prof block */
.professionals {text-align: center;margin-bottom: 50px;margin-bottom: 65px;}
.professionals h2 {margin: 0 0 32px 0;}
.professionals__inner {display: flex;justify-content: space-between;}
.professionals__item {width: calc(33.333% - 5px);padding: 40px;text-align: left;border-radius: 12px;border: 2px solid transparent;background-image:linear-gradient(white, white),linear-gradient(to left, rgba(235, 27, 159, 0.15), rgba(10, 140, 239, 0.15));background-origin: border-box;background-clip: padding-box, border-box;}
.professionals__item>p {font-style: italic;color: rgba(79, 79, 79, 1);font-size: 14px;line-height: 1.6;}
.professionals__author {padding-left: 90px;position: relative;min-height: 90px;display: flex;flex-direction: column;justify-content: center;font-size: 14px;color: #000;}
.professionals__author b {margin-bottom: 8px;}
.professionals__author-img {content: "";width: 80px;height: 80px;border-radius: 50%;overflow: hidden;position: absolute;left: 0;top: 50%;margin-top: -40px;}

@media (max-width: 991px) {
  .professionals {margin-bottom: 30px;}
  .professionals__inner {flex-flow: row wrap;}
  .professionals__item {width: 100%;margin-bottom: 10px;padding: 24px;}
}

/* Signpost */
.signpost {text-align: center;margin-bottom: 50px;}
.signpost h2 {margin: 0 0 32px 0;}
.signpost-block {display: flex;justify-content: space-between;}
.signpost-block__item::before {content: "";width: 40px;height: 40px;margin-bottom: 0;display: block;}
.signpost-block__item.--banners::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.40002 2.3999V3.1999V8.7999H4.80002V31.1999H2.40002V37.5999H8.80002V36.7999V35.1999H31.2V37.5999H37.6V36.7999V31.1999H35.2V8.7999H37.6V7.9999V2.3999H31.2V4.7999H8.80002V2.3999H2.40002ZM4.00002 3.9999H7.20002V7.1999H4.00002V3.9999ZM32.8 3.9999H36V7.1999H34.4H32.8V5.5999V3.9999ZM8.80002 6.3999H31.2V8.7999H33.6V31.1999H31.2V33.5999H8.80002V31.1999H6.40002V8.7999H8.80002V6.3999ZM10.4 10.3999V11.1999V23.1999H16.8V29.5999H29.6V16.7999H23.2V10.3999H10.4ZM12 11.9999H21.6V21.5999H12V11.9999ZM23.2 18.3999H28V27.9999H18.4V23.1999H23.2V18.3999ZM4.00002 32.7999H5.60002H7.20002V34.3999V35.9999H4.00002V32.7999ZM32.8 32.7999H34.4H36V35.9999H32.8V34.3999V32.7999Z' fill='url(%23paint0_linear_4237_1407)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1407' x1='37.6' y1='2.3999' x2='-1.12019' y2='6.82961' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.signpost-block__item.--upsell::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4237_1414)'%3E%3Cpath d='M16 3.19995C15.7878 3.19999 15.5844 3.2843 15.4344 3.43433L14.0688 4.79995H7.50938C6.02375 4.79995 4.72468 5.83171 4.39062 7.27964L2.56406 15.2H1.6C0.72555 15.2 0 15.9255 0 16.8V20C0 20.8744 0.72555 21.6 1.6 21.6H1.98281L6.26094 36.4359C6.45694 37.1111 7.188 37.6 8 37.6H24.2141C23.8541 37.1 23.5405 36.5656 23.2812 36H8C7.8848 36 7.78564 35.9426 7.79844 35.9906L3.65 21.6H36.35L35.8844 23.225C36.3868 23.4482 36.8675 23.7085 37.3203 24.0109L38.0156 21.6H38.4C39.2745 21.6 40 20.8744 40 20V16.8C40 15.9255 39.2745 15.2 38.4 15.2H37.4359L35.6078 7.27964C35.2738 5.83207 33.9763 4.79995 32.4906 4.79995H25.9312L24.5656 3.43433C24.4156 3.2843 24.2122 3.19999 24 3.19995H16ZM16.3313 4.79995H23.6688L25.0344 6.16558C25.1844 6.31561 25.3878 6.39991 25.6 6.39995H32.4906C33.2402 6.39995 33.8816 6.91054 34.05 7.64058L35.7938 15.2H4.20625L5.95 7.64058C6.11834 6.91091 6.7598 6.39995 7.50938 6.39995H14.4C14.6122 6.39991 14.8156 6.31561 14.9656 6.16558L16.3313 4.79995ZM1.6 16.8H38.4V20H1.6V16.8ZM13.6 24C13.1584 24 12.8 24.3592 12.8 24.8V32.739C12.8 33.1798 13.1584 33.539 13.6 33.539C14.0416 33.539 14.4 33.1798 14.4 32.739V24.8C14.4 24.3592 14.0416 24 13.6 24ZM19.9984 24C19.5568 24 19.1984 24.3592 19.1984 24.8L19.2 32.739C19.2 33.1798 19.5584 33.539 20 33.539C20.4416 33.539 20.8 33.1798 20.8 32.739L20.7984 24.8C20.7984 24.3592 20.44 24 19.9984 24ZM32 24C27.6 24 24 27.6 24 32C24 36.4 27.6 40 32 40C36.4 40 40 36.4 40 32C40 27.6 36.4 24 32 24ZM32 25.6C35.52 25.6 38.4 28.48 38.4 32C38.4 35.52 35.52 38.4 32 38.4C28.48 38.4 25.6 35.52 25.6 32C25.6 28.48 28.48 25.6 32 25.6ZM32 27.2796C31.52 27.2796 31.2 27.5996 31.2 28.0796V31.2H28.0797C27.5997 31.2 27.2797 31.52 27.2797 32C27.2797 32.48 27.5997 32.8 28.0797 32.8H31.2V35.9203C31.2 36.4003 31.52 36.7203 32 36.7203C32.48 36.7203 32.8 36.4003 32.8 35.9203V32.8H35.9203C36.4003 32.8 36.7203 32.48 36.7203 32C36.7203 31.52 36.4003 31.2 35.9203 31.2H32.8V28.0796C32.8 27.5996 32.48 27.2796 32 27.2796Z' fill='url(%23paint0_linear_4237_1414)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1414' x1='40' y1='3.19994' x2='-3.89733' y2='8.65863' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4237_1414'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.signpost-block__item.--gift::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85005 0.800049C8.3063 0.800049 7.1563 1.31567 6.47505 2.12505C5.7938 2.93442 5.60005 3.94067 5.60005 4.80005C5.60005 6.8438 6.7063 8.50317 8.22505 9.57505C8.6938 9.9063 9.19067 10.1688 9.72505 10.4H0.800049V19.2H2.40005V39.2001H37.6V19.2H39.2001V10.4H30.275C30.8094 10.1688 31.3063 9.9063 31.775 9.57505C33.2938 8.50317 34.4001 6.8438 34.4001 4.80005C34.4001 3.94067 34.2063 2.93442 33.5251 2.12505C32.8438 1.31567 31.6938 0.800049 30.15 0.800049C28.5532 0.800049 27.2625 1.47505 26.3 2.40005C25.3375 3.32505 24.6469 4.49067 24 5.60005C23.3532 6.70942 22.7438 7.77505 22.1 8.50005C21.4563 9.22505 20.8688 9.60005 20 9.60005C19.1313 9.60005 18.5438 9.22505 17.9 8.50005C17.2563 7.77505 16.6469 6.70942 16 5.60005C15.3532 4.49067 14.6625 3.32505 13.7 2.40005C12.7375 1.47505 11.4469 0.800049 9.85005 0.800049ZM9.85005 2.40005C11.0219 2.40005 11.8219 2.82505 12.575 3.55005C13.3282 4.27505 13.9907 5.30942 14.625 6.40005C15.2594 7.49067 15.8813 8.62505 16.7 9.55005C16.7157 9.5688 16.7344 9.5813 16.75 9.60005H13.6C11.9875 9.60005 10.3219 9.1188 9.12505 8.27505C7.92817 7.4313 7.20005 6.29067 7.20005 4.80005C7.20005 4.19692 7.3438 3.60005 7.70005 3.17505C8.0563 2.75005 8.64067 2.40005 9.85005 2.40005ZM30.15 2.40005C31.3594 2.40005 31.9438 2.75005 32.3 3.17505C32.6563 3.60005 32.8 4.19692 32.8 4.80005C32.8 6.29067 32.0719 7.4313 30.875 8.27505C29.6782 9.1188 28.0125 9.60005 26.4 9.60005H23.25C23.2657 9.5813 23.2844 9.5688 23.3 9.55005C24.1188 8.62505 24.7407 7.49067 25.375 6.40005C26.0094 5.30942 26.6719 4.27505 27.425 3.55005C28.1782 2.82505 28.9782 2.40005 30.15 2.40005ZM2.40005 12H15.2V17.6H2.40005V12ZM16.8 12H23.2V18.25C23.2 18.275 23.2 18.3 23.2 18.325C23.2 18.35 23.2 18.375 23.2 18.4C23.1938 18.4594 23.1938 18.5157 23.2 18.575V37.6H16.8V18.55C16.8063 18.5 16.8063 18.45 16.8 18.4C16.8032 18.3657 16.8032 18.3344 16.8 18.3C16.8 18.275 16.8 18.25 16.8 18.225V12ZM24.8 12H37.6V17.6H24.8V12ZM4.00005 19.2H15.2V37.6H4.00005V19.2ZM24.8 19.2H36V37.6H24.8V19.2Z' fill='url(%23paint0_linear_4237_1421)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1421' x1='39.2' y1='0.800041' x2='-3.04019' y2='5.63246' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.signpost-block__item {width: calc(33.333% - 5px);padding: 24px 40px;background: linear-gradient(263.47deg, rgba(235, 27, 159, 0.2) 0%, rgba(10, 140, 239, 0.2) 100%);border-radius: 12px;text-align: left;}
.signpost-block__item h4 {margin: 8px 0;}
.signpost-block__item ul {list-style: none;padding: 20px 0 0 0;margin: 0;}
.signpost-block__item ul li a {padding: 4px 0;padding-left: 18px;display: block;position: relative;text-decoration: underline;}
.signpost-block__item ul li a:hover {text-decoration: none;}
.signpost-block__item ul li a::before {content: "";width: 10px;height: 10px;position: absolute;left: 0;top: 50%;margin-top: -5px;background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='url(%23paint0_linear_4654_1156)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4654_1156' x1='10' y1='-2.00898e-06' x2='-1.00006' y2='1.25844' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}


body.type-detail .signpost-block__item ul li a::before {width: 16px;height: 16px;margin-top: -8px;background-image: url(../img/plus-icon.png);}
body.type-detail .signpost-block__item ul li a {padding-left: 24px;}

@media (max-width: 991px) {
  .signpost {margin-bottom: 30px;}
  .signpost-block {flex-flow: row wrap;}
  .signpost-block__item {width: 100%;margin-bottom: 5px;padding: 24px;}
}

/* Slick comps */
.slick-list {width: 1px!important;border: 0!important;min-width: 100% !important;}

.slick-track {display: flex;margin-left: initial;}
.slick-track::before, .slick-track::after {display: none;}
.slick-slide {float: none;height: auto;}
.slick-slide>div {height: 100%;}

.slick-dots {list-style: none;display: flex!important;justify-content: center;padding: 0;width: 100%;margin: 16px 0 30px 0;}
.slick-dots li {display: contents;}
.slick-dots button {border-radius: 100px;font-size: 0;background: #fff;border: 1px solid #DEC7BA;width: 11px;height: 11px;padding: 0;margin: 2px;outline: none;position: relative;}
.slick-dots .slick-active button {background: #483023;border-color: #483023;}

.slick-arrow {--ji-offset: -18px;border-radius: 50%;background-color: transparent;z-index: 8;font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;margin-top: -22px;overflow: hidden;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: none;background-repeat: no-repeat;width: 44px;height: 44px;background-size: contain;background-position: center;display: block;background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='21.5' fill='white' stroke='url(%23paint0_linear_4240_2127)'/%3E%3Cpath d='M31.2887 23.1795C31.6792 22.789 31.6792 22.1558 31.2887 21.7653L24.9247 15.4013C24.5342 15.0108 23.901 15.0108 23.5105 15.4013C23.12 15.7919 23.12 16.425 23.5105 16.8156L29.1673 22.4724L23.5105 28.1293C23.12 28.5198 23.12 29.153 23.5105 29.5435C23.901 29.934 24.5342 29.934 24.9247 29.5435L31.2887 23.1795ZM12.5815 22.4724V23.4724H30.5815V22.4724V21.4724H12.5815V22.4724Z' fill='url(%23paint1_linear_4240_2127)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4240_2127' x1='44' y1='-8.83951e-06' x2='-4.40027' y2='5.53713' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_4240_2127' x1='30.5815' y1='22.4724' x2='26.7538' y2='30.3546' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.slick-arrow.slick-disabled {display: none!important;}
.slick-arrow:hover {transform: scale(1.02);}
.slick-prev {left: var(--ji-offset);transform: rotate(180deg);}
.slick-prev:hover {transform: rotate(180deg) scale(1.02);}
.slick-next {right: var(--ji-offset);}

@media(max-width: 767px) {
  .slick-arrow {--ji-offset: -16px;}
}

/* Body banners */
.body-banners {margin-bottom: 55px;}

/* Refs */
.refs-block {text-align: center;margin-bottom: 60px;}
.refs-block h2 {margin: 0 0 32px 0;}
.refs-block .refs-block__external {color: #000;justify-content: center;display: inline-flex;margin-bottom: 15px;}
.refs-block .refs-block__external span {color: #000;font-size: 13px;}
.refs-block .refs-block__external::before {background-image: url("data:image/svg+xml,%3Csvg width='205' height='29' viewBox='0 0 205 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4240_2050)'%3E%3Cpath d='M16.6177 0H6.13184V10.4762H16.6177V0Z' fill='%23FCAF00'/%3E%3Cpath d='M10.4858 12.2163H0V22.6926H10.4858V12.2163Z' fill='%2300E25A'/%3E%3Cpath d='M22.7133 12.2163H12.2274V22.6926H22.7133V12.2163Z' fill='%233B88FF'/%3E%3Cpath d='M39.1496 20.3C36.7186 20.3 35.5575 19.5025 35.3035 17.4362H31.9292C32.038 21.025 34.6867 23.0912 39.2947 23.0912C43.1407 23.0912 45.9345 21.17 45.9345 17.7262C45.9345 14.065 43.0681 13.2313 39.585 12.47C37.0814 11.9263 35.8841 11.5275 35.8841 10.15C35.8841 8.9175 37.1177 8.15625 38.9681 8.15625C40.746 8.15625 42.0522 9.02625 42.2699 10.73H45.5717C45.3177 7.28625 42.8142 5.4375 39.0044 5.4375C35.231 5.4375 32.4734 7.1775 32.4734 10.5487C32.4734 14.1012 35.2673 14.8987 38.315 15.5875C40.9274 16.1675 42.5239 16.53 42.5239 18.1975C42.4513 19.6475 40.8911 20.3 39.1496 20.3Z' fill='black'/%3E%3Cpath d='M55.5496 22.6925H58.7788V14.7175C58.7788 12.035 57.0735 10.15 54.5699 10.15C52.9009 10.15 51.9213 10.8025 51.0142 12.0713H50.9416V5.65503H47.7124V22.6925H50.9416V15.7688C50.9416 14.1013 51.9938 12.9775 53.4089 12.9775C54.7513 12.9775 55.5133 13.92 55.5133 15.225V22.6925H55.5496Z' fill='black'/%3E%3Cpath d='M66.5797 12.5787C68.5753 12.5787 69.6638 14.2099 69.6638 16.5662C69.6638 18.9587 68.539 20.5537 66.5797 20.5537C64.5841 20.5537 63.4956 18.9587 63.4956 16.5662C63.4956 14.2099 64.5841 12.5787 66.5797 12.5787ZM66.5797 23.0549C70.3894 23.0549 72.9655 20.2274 72.9655 16.6024C72.9655 12.9774 70.3531 10.1499 66.5797 10.1499C62.8062 10.1499 60.1938 12.9774 60.1938 16.6024C60.1938 20.2274 62.8062 23.0549 66.5797 23.0549Z' fill='black'/%3E%3Cpath d='M80.6212 20.3362C78.6982 20.3362 77.6823 18.8862 77.6823 16.6749C77.6823 14.4999 78.4805 12.7599 80.5124 12.7599C82.508 12.7599 83.3062 14.3912 83.3062 16.6749C83.3062 18.9949 82.254 20.3362 80.6212 20.3362ZM81.2743 10.1499C79.6053 10.1499 78.4805 10.9474 77.6823 11.9987H77.6097V10.4762H74.4894V26.6799H77.7186V21.3149H77.7549C78.4442 22.3662 79.569 23.0549 81.2743 23.0549C84.431 23.0549 86.5717 20.5537 86.5717 16.6024C86.5717 12.7962 84.5035 10.1499 81.2743 10.1499Z' fill='black'/%3E%3Cpath d='M101.012 12.6513C102.5 12.6513 103.516 13.7388 103.625 15.2613H98.1823C98.4726 13.6663 99.3071 12.6513 101.012 12.6513ZM103.625 19.0313C103.262 19.9738 102.536 20.5175 101.266 20.5175C99.416 20.5175 98.3637 19.3575 98.146 17.4725H106.999C106.999 13.1225 104.895 10.1138 100.976 10.1138C97.3841 10.1138 94.9531 12.9413 94.9531 16.53C94.9531 20.1913 97.239 23.0188 101.303 23.0188C104.459 23.0188 106.382 21.17 106.818 19.0313H103.625Z' fill='black'/%3E%3Cpath d='M107.543 10.4762V12.6149H109.249V19.7924C109.249 22.1124 110.99 22.7287 112.55 22.7287C113.82 22.7287 114.582 22.6924 114.582 22.6924V20.2999C114.582 20.2999 114.038 20.3362 113.639 20.3362C112.913 20.3362 112.405 20.0099 112.405 19.1037V12.6149H114.51V10.4762H111.68C111.68 10.4762 112.26 10.1499 112.405 9.31617V6.66992H109.249V8.88117C109.176 10.2224 107.543 10.4762 107.543 10.4762Z' fill='black'/%3E%3Cpath d='M87.0071 10.4762V12.6149H88.7124V19.7924C88.7124 22.1124 90.454 22.7287 92.0142 22.7287C93.2841 22.7287 94.046 22.6924 94.046 22.6924V20.2999C94.046 20.2999 93.5018 20.3362 93.1027 20.3362C92.377 20.3362 91.869 20.0099 91.869 19.1037V12.6149H93.9735V10.4762H91.1434C91.1434 10.4762 91.7239 10.1499 91.869 9.31617V6.66992H88.7124V8.88117C88.6761 10.2224 87.0071 10.4762 87.0071 10.4762Z' fill='black'/%3E%3Cpath d='M121.041 5.65503H127.681C132.216 5.65503 135.155 9.31628 135.155 14.355C135.155 17.11 134.212 19.5388 132.434 21.0613C131.164 22.1125 129.531 22.6925 127.39 22.6925H121.041V5.65503ZM127.173 19.72C130.402 19.72 131.672 17.7263 131.672 14.355C131.672 10.9838 130.184 8.62753 127.281 8.62753H124.524V19.72H127.173Z' fill='black'/%3E%3Cpath d='M135.953 16.6026C135.953 12.9776 138.566 10.1501 142.339 10.1501C146.112 10.1501 148.725 12.9776 148.725 16.6026C148.725 20.2276 146.112 23.0551 142.339 23.0551C138.566 23.0551 135.953 20.2276 135.953 16.6026ZM145.423 16.6026C145.423 14.2101 144.298 12.6151 142.339 12.6151C140.343 12.6151 139.255 14.2464 139.255 16.6026C139.255 18.9589 140.343 20.5901 142.339 20.5901C144.298 20.5539 145.423 18.9589 145.423 16.6026Z' fill='black'/%3E%3Cpath d='M149.995 10.4764H153.115V11.9989H153.188C153.986 10.9114 155.111 10.1501 156.78 10.1501C160.009 10.1501 162.077 12.7964 162.077 16.6026C162.077 20.5539 159.936 23.0551 156.78 23.0551C155.074 23.0551 153.95 22.3664 153.26 21.3151H153.224V26.6801H149.995V10.4764ZM158.812 16.6751C158.812 14.3551 158.013 12.7601 156.018 12.7601C153.986 12.7601 153.188 14.5001 153.188 16.6751C153.188 18.8864 154.204 20.3364 156.127 20.3364C157.759 20.3726 158.812 18.9951 158.812 16.6751Z' fill='black'/%3E%3Cpath d='M163.42 5.65503H166.649V22.6925H163.42V5.65503Z' fill='black'/%3E%3Cpath d='M171.728 12.1437H171.801C172.635 10.8387 173.76 10.15 175.429 10.15C177.969 10.15 179.638 12.0712 179.638 14.7175V22.6925H176.409V15.1887C176.409 13.8837 175.647 12.9412 174.304 12.9412C172.889 12.9412 171.837 14.1012 171.837 15.7325V22.6562H168.608V10.4762H171.765V12.1437H171.728ZM170.059 5.9812H172.853L174.014 7.61245H174.051L175.212 5.9812H178.042L175.792 8.98995H172.309L170.059 5.9812Z' fill='black'/%3E%3Cpath d='M186.024 17.11L184.609 18.56V22.6925H181.38V5.65503H184.609V15.08L188.963 10.4763H192.845L188.346 15.1163L193.389 22.6925H189.471L186.024 17.11Z' fill='black'/%3E%3Cpath d='M194.442 24.1426H195.603C196.873 24.1426 197.417 23.4901 197.417 22.4751C197.417 21.8226 197.163 21.0251 196.474 19.1763L193.172 10.4763H196.582L198.397 15.9863C198.796 17.1101 199.195 18.6688 199.195 18.6688H199.231C199.231 18.6688 199.558 17.1101 199.957 15.9863L201.662 10.4763H204.927L200.646 22.9826C199.703 25.7013 198.796 26.6801 196.328 26.6801H194.405V24.1426H194.442Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4240_2050'%3E%3Crect width='205' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}

.refs-block__external {display: flex;align-items: center;border: 1px solid #FFFFFF66;border-radius: 200px;padding: 13px 24px;}
.refs-block__external:hover {transform: translateY(-2px);box-shadow: 0 6px 15px rgba(235, 27, 159, 0.2);}
.refs-block__external:hover span {text-decoration: none;}
.refs-block__external span::before {content: "";width: 90px;margin: auto;height: 18px;display: block;background-image: url("data:image/svg+xml,%3Csvg width='90' height='18' viewBox='0 0 90 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L11.0206 6.21885H17.5595L12.2694 10.0623L14.2901 16.2812L9 12.4377L3.70993 16.2812L5.73056 10.0623L0.440492 6.21885H6.97937L9 0Z' fill='%23FCAF00'/%3E%3Cpath d='M27 0L29.0206 6.21885H35.5595L30.2694 10.0623L32.2901 16.2812L27 12.4377L21.7099 16.2812L23.7306 10.0623L18.4405 6.21885H24.9794L27 0Z' fill='%23FCAF00'/%3E%3Cpath d='M45 0L47.0206 6.21885H53.5595L48.2694 10.0623L50.2901 16.2812L45 12.4377L39.7099 16.2812L41.7306 10.0623L36.4405 6.21885H42.9794L45 0Z' fill='%23FCAF00'/%3E%3Cpath d='M63 0L65.0206 6.21885H71.5595L66.2694 10.0623L68.2901 16.2812L63 12.4377L57.7099 16.2812L59.7306 10.0623L54.4405 6.21885H60.9794L63 0Z' fill='%23FCAF00'/%3E%3Cpath d='M81 0L83.0206 6.21885H89.5595L84.2694 10.0623L86.2901 16.2812L81 12.4377L75.7099 16.2812L77.7306 10.0623L72.4405 6.21885H78.9794L81 0Z' fill='%23FCAF00'/%3E%3C/svg%3E%0A");}
.refs-block__external span {color: #fff;text-decoration: underline;text-align: center;}
.refs-block__external::before {content: "";margin-right: 16px;width: 205px;height: 29px;background-image: url("data:image/svg+xml,%3Csvg width='205' height='29' viewBox='0 0 205 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4099_1220)'%3E%3Cpath d='M16.6177 0H6.13184V10.4762H16.6177V0Z' fill='%23FCAF00'/%3E%3Cpath d='M10.4858 12.2163H0V22.6926H10.4858V12.2163Z' fill='%2300E25A'/%3E%3Cpath d='M22.7133 12.2163H12.2274V22.6926H22.7133V12.2163Z' fill='%233B88FF'/%3E%3Cpath d='M39.1496 20.3C36.7186 20.3 35.5575 19.5025 35.3035 17.4362H31.9292C32.038 21.025 34.6867 23.0912 39.2947 23.0912C43.1407 23.0912 45.9345 21.17 45.9345 17.7262C45.9345 14.065 43.0681 13.2313 39.585 12.47C37.0814 11.9263 35.8841 11.5275 35.8841 10.15C35.8841 8.9175 37.1177 8.15625 38.9681 8.15625C40.746 8.15625 42.0522 9.02625 42.2699 10.73H45.5717C45.3177 7.28625 42.8142 5.4375 39.0044 5.4375C35.231 5.4375 32.4734 7.1775 32.4734 10.5487C32.4734 14.1012 35.2673 14.8987 38.315 15.5875C40.9274 16.1675 42.5239 16.53 42.5239 18.1975C42.4513 19.6475 40.8911 20.3 39.1496 20.3Z' fill='white'/%3E%3Cpath d='M55.5496 22.6925H58.7788V14.7175C58.7788 12.035 57.0735 10.15 54.5699 10.15C52.9009 10.15 51.9213 10.8025 51.0142 12.0713H50.9416V5.65503H47.7124V22.6925H50.9416V15.7688C50.9416 14.1013 51.9938 12.9775 53.4089 12.9775C54.7513 12.9775 55.5133 13.92 55.5133 15.225V22.6925H55.5496Z' fill='white'/%3E%3Cpath d='M66.5797 12.5788C68.5753 12.5788 69.6638 14.21 69.6638 16.5663C69.6638 18.9588 68.539 20.5538 66.5797 20.5538C64.5841 20.5538 63.4956 18.9588 63.4956 16.5663C63.4956 14.21 64.5841 12.5788 66.5797 12.5788ZM66.5797 23.055C70.3894 23.055 72.9655 20.2275 72.9655 16.6025C72.9655 12.9775 70.3531 10.15 66.5797 10.15C62.8062 10.15 60.1938 12.9775 60.1938 16.6025C60.1938 20.2275 62.8062 23.055 66.5797 23.055Z' fill='white'/%3E%3Cpath d='M80.6212 20.3363C78.6982 20.3363 77.6823 18.8863 77.6823 16.675C77.6823 14.5 78.4805 12.76 80.5124 12.76C82.508 12.76 83.3062 14.3913 83.3062 16.675C83.3062 18.995 82.254 20.3363 80.6212 20.3363ZM81.2743 10.15C79.6053 10.15 78.4805 10.9475 77.6823 11.9988H77.6097V10.4763H74.4894V26.68H77.7186V21.315H77.7549C78.4442 22.3663 79.569 23.055 81.2743 23.055C84.431 23.055 86.5717 20.5538 86.5717 16.6025C86.5717 12.7963 84.5035 10.15 81.2743 10.15Z' fill='white'/%3E%3Cpath d='M101.012 12.6513C102.5 12.6513 103.516 13.7388 103.625 15.2613H98.1823C98.4726 13.6663 99.3071 12.6513 101.012 12.6513ZM103.625 19.0313C103.262 19.9738 102.536 20.5175 101.266 20.5175C99.416 20.5175 98.3637 19.3575 98.146 17.4725H106.999C106.999 13.1225 104.895 10.1138 100.976 10.1138C97.3841 10.1138 94.9531 12.9413 94.9531 16.53C94.9531 20.1913 97.239 23.0188 101.303 23.0188C104.459 23.0188 106.382 21.17 106.818 19.0313H103.625Z' fill='white'/%3E%3Cpath d='M107.543 10.4763V12.615H109.249V19.7925C109.249 22.1125 110.99 22.7288 112.55 22.7288C113.82 22.7288 114.582 22.6925 114.582 22.6925V20.3C114.582 20.3 114.038 20.3363 113.639 20.3363C112.913 20.3363 112.405 20.01 112.405 19.1038V12.615H114.51V10.4763H111.68C111.68 10.4763 112.26 10.15 112.405 9.31629V6.67004H109.249V8.88129C109.176 10.2225 107.543 10.4763 107.543 10.4763Z' fill='white'/%3E%3Cpath d='M87.0071 10.4763V12.615H88.7124V19.7925C88.7124 22.1125 90.454 22.7288 92.0142 22.7288C93.2841 22.7288 94.046 22.6925 94.046 22.6925V20.3C94.046 20.3 93.5018 20.3363 93.1027 20.3363C92.377 20.3363 91.869 20.01 91.869 19.1038V12.615H93.9735V10.4763H91.1434C91.1434 10.4763 91.7239 10.15 91.869 9.31629V6.67004H88.7124V8.88129C88.6761 10.2225 87.0071 10.4763 87.0071 10.4763Z' fill='white'/%3E%3Cpath d='M121.041 5.65503H127.68C132.216 5.65503 135.155 9.31628 135.155 14.355C135.155 17.11 134.211 19.5388 132.434 21.0613C131.164 22.1125 129.531 22.6925 127.39 22.6925H121.041V5.65503ZM127.173 19.72C130.402 19.72 131.672 17.7263 131.672 14.355C131.672 10.9838 130.184 8.62753 127.281 8.62753H124.524V19.72H127.173Z' fill='white'/%3E%3Cpath d='M135.953 16.6025C135.953 12.9775 138.565 10.15 142.339 10.15C146.112 10.15 148.725 12.9775 148.725 16.6025C148.725 20.2275 146.112 23.055 142.339 23.055C138.565 23.055 135.953 20.2275 135.953 16.6025ZM145.423 16.6025C145.423 14.21 144.298 12.615 142.339 12.615C140.343 12.615 139.255 14.2463 139.255 16.6025C139.255 18.9588 140.343 20.59 142.339 20.59C144.298 20.5538 145.423 18.9588 145.423 16.6025Z' fill='white'/%3E%3Cpath d='M149.995 10.4763H153.115V11.9988H153.188C153.986 10.9113 155.111 10.15 156.78 10.15C160.009 10.15 162.077 12.7963 162.077 16.6025C162.077 20.5538 159.936 23.055 156.78 23.055C155.074 23.055 153.949 22.3663 153.26 21.315H153.224V26.68H149.995V10.4763ZM158.811 16.675C158.811 14.355 158.013 12.76 156.018 12.76C153.986 12.76 153.188 14.5 153.188 16.675C153.188 18.8863 154.203 20.3363 156.126 20.3363C157.759 20.3725 158.811 18.995 158.811 16.675Z' fill='white'/%3E%3Cpath d='M163.419 5.65503H166.649V22.6925H163.419V5.65503Z' fill='white'/%3E%3Cpath d='M171.728 12.1438H171.801C172.635 10.8388 173.76 10.1501 175.429 10.1501C177.969 10.1501 179.638 12.0713 179.638 14.7176V22.6926H176.409V15.1888C176.409 13.8838 175.647 12.9413 174.304 12.9413C172.889 12.9413 171.837 14.1013 171.837 15.7326V22.6563H168.608V10.4763H171.765V12.1438H171.728ZM170.059 5.98132H172.853L174.014 7.61257H174.05L175.211 5.98132H178.042L175.792 8.99007H172.309L170.059 5.98132Z' fill='white'/%3E%3Cpath d='M186.024 17.11L184.609 18.56V22.6925H181.38V5.65503H184.609V15.08L188.963 10.4763H192.845L188.346 15.1163L193.389 22.6925H189.471L186.024 17.11Z' fill='white'/%3E%3Cpath d='M194.442 24.1426H195.603C196.872 24.1426 197.417 23.4901 197.417 22.4751C197.417 21.8226 197.163 21.0251 196.473 19.1763L193.172 10.4763H196.582L198.396 15.9863C198.796 17.1101 199.195 18.6688 199.195 18.6688H199.231C199.231 18.6688 199.557 17.1101 199.957 15.9863L201.662 10.4763H204.927L200.646 22.9826C199.703 25.7013 198.796 26.6801 196.328 26.6801H194.405V24.1426H194.442Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4099_1220'%3E%3Crect width='205' height='29' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.refs-block .slick-slide {padding: 0 5px;}
.refs-block__item {padding: 40px;text-align: left;border-radius: 12px;border: 2px solid transparent;background-image:linear-gradient(white, white),linear-gradient(to left, rgba(235, 27, 159, 0.15), rgba(10, 140, 239, 0.15));background-origin: border-box;background-clip: padding-box, border-box;height: 100%;}
.refs-block__item p {color: #4F4F4F;line-height: 1.6;margin-bottom: 10px;font-style: italic;}
.refs-block__item::before {content: "";width: 90px;height: 18px;display: block;margin-bottom: 8px;background-image: url("data:image/svg+xml,%3Csvg width='90' height='18' viewBox='0 0 90 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0L11.0206 6.21885H17.5595L12.2694 10.0623L14.2901 16.2812L9 12.4377L3.70993 16.2812L5.73056 10.0623L0.440492 6.21885H6.97937L9 0Z' fill='%23FCAF00'/%3E%3Cpath d='M27 0L29.0206 6.21885H35.5595L30.2694 10.0623L32.2901 16.2812L27 12.4377L21.7099 16.2812L23.7306 10.0623L18.4405 6.21885H24.9794L27 0Z' fill='%23FCAF00'/%3E%3Cpath d='M45 0L47.0206 6.21885H53.5595L48.2694 10.0623L50.2901 16.2812L45 12.4377L39.7099 16.2812L41.7306 10.0623L36.4405 6.21885H42.9794L45 0Z' fill='%23FCAF00'/%3E%3Cpath d='M63 0L65.0206 6.21885H71.5595L66.2694 10.0623L68.2901 16.2812L63 12.4377L57.7099 16.2812L59.7306 10.0623L54.4405 6.21885H60.9794L63 0Z' fill='%23FCAF00'/%3E%3Cpath d='M81 0L83.0206 6.21885H89.5595L84.2694 10.0623L86.2901 16.2812L81 12.4377L75.7099 16.2812L77.7306 10.0623L72.4405 6.21885H78.9794L81 0Z' fill='%23FCAF00'/%3E%3C/svg%3E%0A");}
.refs-block__author {margin-bottom: 8px;}
.refs-block__author a {text-decoration: underline;}
.refs-block__author a:hover {text-decoration: none;}
.refs-block__author time {display: block;}

@media (max-width: 767px) {
  .refs-block__external {flex-direction: column;width: 100%;}
  .refs-block__item {padding: 30px;}
}

/* Half block */
.half-block {display: flex;align-items: flex-end;margin-bottom: 30px;background: linear-gradient(263.47deg, rgba(235, 27, 159, 0.2) 0%, rgba(10, 140, 239, 0.2) 100%);border-radius: 12px;overflow: hidden;}
.half-block h2 {margin: 0 0 32px 0;}
.half-block>div {width: 50%;}
.half-block__text {padding: 70px;padding-right: 10px;font-size: 16px;line-height: 1.7;}
.half-block__text p:last-child {margin-bottom: 0;}
.half-block__image {text-align: right;}
.half-block__image img {transform: scale(1.35);margin-right: -70px;position: relative;top: -30px;}

.half-block.--recomm .half-block__image img {transform: scale(1);margin-right: 0px;top: 0;margin-bottom: 0px;max-height: 400px;}
.half-block.--recomm .half-block__image {width: 45%;}
.half-block.--recomm .half-block__text {font-size: 23px;align-self: center;font-style: italic;line-height: 1.7;padding-left: 130px;position: relative;width: 55%;}
.half-block.--recomm .half-block__text p {margin-bottom: 30px;}
.half-block.--recomm .half-block__text::before {content: "";width: 63px;height: 50px;position: absolute;left: 50px;top: 80px;background-image: url("data:image/svg+xml,%3Csvg width='63' height='50' viewBox='0 0 63 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.240458 50C0.0801527 48.5366 0 46.3415 0 43.4146C0 38.0488 0.400763 32.7642 1.20229 27.561C2.80534 18.4553 6.0916 11.626 11.0611 7.07317C16.0305 2.35772 22.5229 0 30.5382 0L28.855 9.7561C24.687 9.7561 21.4809 10.8943 19.2366 13.1707C16.9924 15.4472 15.4695 18.8618 14.6679 23.4146L13.7061 29.0244H25.729L22.1221 50H0.240458ZM32.7023 50C32.542 48.5366 32.4618 46.3415 32.4618 43.4146C32.4618 38.0488 32.8626 32.7642 33.6641 27.561C35.2672 18.4553 38.5534 11.626 43.5229 7.07317C48.4924 2.35772 54.9847 0 63 0L61.3168 9.7561C57.1489 9.7561 53.9427 10.8943 51.6985 13.1707C49.4542 15.4472 47.9313 18.8618 47.1298 23.4146L46.1679 29.0244H58.1908L54.584 50H32.7023Z' fill='url(%23paint0_linear_4135_2186)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4135_2186' x1='63' y1='-1.00449e-05' x2='-5.77828' y2='9.91424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.half-block__author {font-weight: bold;font-size: 14px;}

@media (max-width: 1199px) {
  .half-block__text {padding: 40px;}
}
@media (max-width: 991px) {
  .half-block.--recomm .half-block__image {width: 100%;}
  .half-block.--recomm .half-block__text {width: 100%;}
  .half-block {flex-flow: row wrap;}
  .half-block>div {width: 100%;}
  .half-block__image img {top: 0;margin-top: 30px;}
}
@media (max-width: 767px) {
  .half-block__text {padding: 32px;}
  .half-block__image img {margin-right: -35px;}

  .half-block.--recomm .half-block__text::before {width: 36px;height: 35px;background-size: contain;background-repeat: no-repeat;top: 40px;left: 25px;}
  .half-block.--recomm .half-block__text {padding-left: 70px;font-size: 18px;}
}

/* HP blog */
.h4.blog-title {margin-bottom: 32px;font-size: 32px;display: block;text-align: center;}
.blog-wrapper {padding: 0;}
.center {text-align: center;margin-bottom: 80px;margin-top: 32px;}
.homepage-blog-wrapper .slick-slide {padding: 0 12px;}
.homepage-blog-wrapper .news-item {position: relative;border-radius: 12px;overflow: hidden;padding:0;}
.homepage-blog-wrapper .news-item img {transition: 0.5s;}
.homepage-blog-wrapper .news-item:hover img {transform: scale(1.05);}
.homepage-blog-wrapper .news-item .title {display: none;}
.homepage-blog-wrapper .news-item .description {display: none;}
.homepage-blog-wrapper .news-item .read-article {background-color: #fff;padding: 14px 16px;font-weight: bold;text-transform: uppercase;position: absolute;left: 20px;bottom: 20px;display: block;}
.homepage-blog-wrapper .news-item .read-article:hover {transform: scale(1.05);}

@media (max-width: 480px) {
  .homepage-blog-wrapper {margin-left: 0;margin-right: 0;}
  .homepage-blog-wrapper .news-item .image {margin-bottom: 0;}
  .homepage-blog-wrapper .news-item .read-article {display: none;}
  .center {margin: 0 0 40px 0;}
}

/* Detail */
.p-detail-tabs-wrapper .responsive-nav .shp-tabs-holder {display: none;}

.webinar {text-align: center;padding: 64px 110px;background: linear-gradient(263.47deg, rgba(235, 27, 159, 0.2) 0%, rgba(10, 140, 239, 0.2) 100%);border-radius: 24px;margin-bottom: 64px;}
.webinar p {max-width: 700px;font-size: 17px;text-align: center;margin: auto;}
.webinar iframe {aspect-ratio: 16 / 9;border-radius: 12px;margin-top: 60px;}

@media (max-width: 767px) {
  .webinar {margin-bottom: 32px;padding: 32px 24px;}
  .webinar iframe {margin-top: 24px;}
}

.upsell-blocks {text-align: center;padding: 64px 0;}
.upsell-blocks .slick-slide {padding: 0 5px;}
.upsell-blocks__item {text-align: left;padding: 40px;border-radius: 12px;border: 2px solid transparent;background-image:linear-gradient(white, white),linear-gradient(to left, rgba(235, 27, 159, 0.15), rgba(10, 140, 239, 0.15));background-origin: border-box;background-clip: padding-box, border-box;height: 100%;}
.upsell-blocks__item h4 {margin: 8px 0;}
.upsell-blocks__item p {color: #6E6E6E;}
.upsell-blocks__item::before {content: "";width: 40px;height: 40px;margin-bottom: 0;display: block;}
.upsell-blocks__item.--banners::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.40002 2.3999V3.1999V8.7999H4.80002V31.1999H2.40002V37.5999H8.80002V36.7999V35.1999H31.2V37.5999H37.6V36.7999V31.1999H35.2V8.7999H37.6V7.9999V2.3999H31.2V4.7999H8.80002V2.3999H2.40002ZM4.00002 3.9999H7.20002V7.1999H4.00002V3.9999ZM32.8 3.9999H36V7.1999H34.4H32.8V5.5999V3.9999ZM8.80002 6.3999H31.2V8.7999H33.6V31.1999H31.2V33.5999H8.80002V31.1999H6.40002V8.7999H8.80002V6.3999ZM10.4 10.3999V11.1999V23.1999H16.8V29.5999H29.6V16.7999H23.2V10.3999H10.4ZM12 11.9999H21.6V21.5999H12V11.9999ZM23.2 18.3999H28V27.9999H18.4V23.1999H23.2V18.3999ZM4.00002 32.7999H5.60002H7.20002V34.3999V35.9999H4.00002V32.7999ZM32.8 32.7999H34.4H36V35.9999H32.8V34.3999V32.7999Z' fill='url(%23paint0_linear_4237_1407)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1407' x1='37.6' y1='2.3999' x2='-1.12019' y2='6.82961' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}
.upsell-blocks__item.--upsell::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4237_1414)'%3E%3Cpath d='M16 3.19995C15.7878 3.19999 15.5844 3.2843 15.4344 3.43433L14.0688 4.79995H7.50938C6.02375 4.79995 4.72468 5.83171 4.39062 7.27964L2.56406 15.2H1.6C0.72555 15.2 0 15.9255 0 16.8V20C0 20.8744 0.72555 21.6 1.6 21.6H1.98281L6.26094 36.4359C6.45694 37.1111 7.188 37.6 8 37.6H24.2141C23.8541 37.1 23.5405 36.5656 23.2812 36H8C7.8848 36 7.78564 35.9426 7.79844 35.9906L3.65 21.6H36.35L35.8844 23.225C36.3868 23.4482 36.8675 23.7085 37.3203 24.0109L38.0156 21.6H38.4C39.2745 21.6 40 20.8744 40 20V16.8C40 15.9255 39.2745 15.2 38.4 15.2H37.4359L35.6078 7.27964C35.2738 5.83207 33.9763 4.79995 32.4906 4.79995H25.9312L24.5656 3.43433C24.4156 3.2843 24.2122 3.19999 24 3.19995H16ZM16.3313 4.79995H23.6688L25.0344 6.16558C25.1844 6.31561 25.3878 6.39991 25.6 6.39995H32.4906C33.2402 6.39995 33.8816 6.91054 34.05 7.64058L35.7938 15.2H4.20625L5.95 7.64058C6.11834 6.91091 6.7598 6.39995 7.50938 6.39995H14.4C14.6122 6.39991 14.8156 6.31561 14.9656 6.16558L16.3313 4.79995ZM1.6 16.8H38.4V20H1.6V16.8ZM13.6 24C13.1584 24 12.8 24.3592 12.8 24.8V32.739C12.8 33.1798 13.1584 33.539 13.6 33.539C14.0416 33.539 14.4 33.1798 14.4 32.739V24.8C14.4 24.3592 14.0416 24 13.6 24ZM19.9984 24C19.5568 24 19.1984 24.3592 19.1984 24.8L19.2 32.739C19.2 33.1798 19.5584 33.539 20 33.539C20.4416 33.539 20.8 33.1798 20.8 32.739L20.7984 24.8C20.7984 24.3592 20.44 24 19.9984 24ZM32 24C27.6 24 24 27.6 24 32C24 36.4 27.6 40 32 40C36.4 40 40 36.4 40 32C40 27.6 36.4 24 32 24ZM32 25.6C35.52 25.6 38.4 28.48 38.4 32C38.4 35.52 35.52 38.4 32 38.4C28.48 38.4 25.6 35.52 25.6 32C25.6 28.48 28.48 25.6 32 25.6ZM32 27.2796C31.52 27.2796 31.2 27.5996 31.2 28.0796V31.2H28.0797C27.5997 31.2 27.2797 31.52 27.2797 32C27.2797 32.48 27.5997 32.8 28.0797 32.8H31.2V35.9203C31.2 36.4003 31.52 36.7203 32 36.7203C32.48 36.7203 32.8 36.4003 32.8 35.9203V32.8H35.9203C36.4003 32.8 36.7203 32.48 36.7203 32C36.7203 31.52 36.4003 31.2 35.9203 31.2H32.8V28.0796C32.8 27.5996 32.48 27.2796 32 27.2796Z' fill='url(%23paint0_linear_4237_1414)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1414' x1='40' y1='3.19994' x2='-3.89733' y2='8.65863' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_4237_1414'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.upsell-blocks__item.--gift::before {background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85005 0.800049C8.3063 0.800049 7.1563 1.31567 6.47505 2.12505C5.7938 2.93442 5.60005 3.94067 5.60005 4.80005C5.60005 6.8438 6.7063 8.50317 8.22505 9.57505C8.6938 9.9063 9.19067 10.1688 9.72505 10.4H0.800049V19.2H2.40005V39.2001H37.6V19.2H39.2001V10.4H30.275C30.8094 10.1688 31.3063 9.9063 31.775 9.57505C33.2938 8.50317 34.4001 6.8438 34.4001 4.80005C34.4001 3.94067 34.2063 2.93442 33.5251 2.12505C32.8438 1.31567 31.6938 0.800049 30.15 0.800049C28.5532 0.800049 27.2625 1.47505 26.3 2.40005C25.3375 3.32505 24.6469 4.49067 24 5.60005C23.3532 6.70942 22.7438 7.77505 22.1 8.50005C21.4563 9.22505 20.8688 9.60005 20 9.60005C19.1313 9.60005 18.5438 9.22505 17.9 8.50005C17.2563 7.77505 16.6469 6.70942 16 5.60005C15.3532 4.49067 14.6625 3.32505 13.7 2.40005C12.7375 1.47505 11.4469 0.800049 9.85005 0.800049ZM9.85005 2.40005C11.0219 2.40005 11.8219 2.82505 12.575 3.55005C13.3282 4.27505 13.9907 5.30942 14.625 6.40005C15.2594 7.49067 15.8813 8.62505 16.7 9.55005C16.7157 9.5688 16.7344 9.5813 16.75 9.60005H13.6C11.9875 9.60005 10.3219 9.1188 9.12505 8.27505C7.92817 7.4313 7.20005 6.29067 7.20005 4.80005C7.20005 4.19692 7.3438 3.60005 7.70005 3.17505C8.0563 2.75005 8.64067 2.40005 9.85005 2.40005ZM30.15 2.40005C31.3594 2.40005 31.9438 2.75005 32.3 3.17505C32.6563 3.60005 32.8 4.19692 32.8 4.80005C32.8 6.29067 32.0719 7.4313 30.875 8.27505C29.6782 9.1188 28.0125 9.60005 26.4 9.60005H23.25C23.2657 9.5813 23.2844 9.5688 23.3 9.55005C24.1188 8.62505 24.7407 7.49067 25.375 6.40005C26.0094 5.30942 26.6719 4.27505 27.425 3.55005C28.1782 2.82505 28.9782 2.40005 30.15 2.40005ZM2.40005 12H15.2V17.6H2.40005V12ZM16.8 12H23.2V18.25C23.2 18.275 23.2 18.3 23.2 18.325C23.2 18.35 23.2 18.375 23.2 18.4C23.1938 18.4594 23.1938 18.5157 23.2 18.575V37.6H16.8V18.55C16.8063 18.5 16.8063 18.45 16.8 18.4C16.8032 18.3657 16.8032 18.3344 16.8 18.3C16.8 18.275 16.8 18.25 16.8 18.225V12ZM24.8 12H37.6V17.6H24.8V12ZM4.00005 19.2H15.2V37.6H4.00005V19.2ZM24.8 19.2H36V37.6H24.8V19.2Z' fill='url(%23paint0_linear_4237_1421)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4237_1421' x1='39.2' y1='0.800041' x2='-3.04019' y2='5.63246' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EB1B9F'/%3E%3Cstop offset='1' stop-color='%230A8CEF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");}

@media (max-width: 991px) {
  .upsell-blocks {padding: 0 0 32px 0;}
  .upsell-blocks__item {padding: 32px;}
}

.tip-block {background: linear-gradient(263.47deg, #EB1B9F 0%, #0A8CEF 100%);border-radius: 24px;padding: 48px;padding-left: 200px;color: #fff;position: relative;margin-bottom: 64px;}
.tip-block h2 {color: #fff;margin: 12px 0;}
.tip-block p {font-size: 20px;}
.tip-block::before {content: "";width: 100px;height: 100px;position: absolute;left: 50px;top: 50px;background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.8334 24.9998H54.2084V33.3332H45.8334V24.9998Z' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M54.1667 41.6665V74.9998H45.8334V41.6665H54.1667Z' fill='white' fill-opacity='0.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16675 49.9998C4.16675 24.6868 24.687 4.1665 50.0001 4.1665C75.3131 4.1665 95.8334 24.6868 95.8334 49.9998C95.8334 75.3129 75.3131 95.8332 50.0001 95.8332C24.687 95.8332 4.16675 75.3129 4.16675 49.9998ZM50.0001 12.4998C29.2894 12.4998 12.5001 29.2892 12.5001 49.9998C12.5001 70.7105 29.2894 87.4998 50.0001 87.4998C70.7108 87.4998 87.5001 70.7105 87.5001 49.9998C87.5001 29.2892 70.7108 12.4998 50.0001 12.4998Z' fill='white' fill-opacity='0.3'/%3E%3C/svg%3E%0A");}

@media (max-width: 991px) {
  .tip-block {padding-left: 24px;padding: 24px;text-align: center;padding-top: 100px;margin-bottom: 32px;}
  .tip-block::before {width: 70px;height: 70px;background-size: 70px;top: 20px;left: 50%;margin-left: -35px;}
}

.dynamic-lightbox {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.85);z-index: 10000;display: flex;justify-content: center;align-items: center;cursor: zoom-out;}
.dynamic-lightbox img {max-width: 90%;max-height: 90%;border-radius: 12px;padding: 3px;background: linear-gradient(to right, rgba(235, 27, 159, 1), rgba(10, 140, 239, 1));box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);cursor: default;}
.lightbox-trigger {cursor: zoom-in;}

.tip-block-max {display: flex;align-items: center;padding: 48px;background: linear-gradient(263.47deg, #EB1B9F 0%, #0A8CEF 100%);border-radius: 24px;color: #fff;margin-bottom: 64px;}
.tip-block-max h2 {color: #fff;margin: 10px 0;}
.tip-block-max p {font-size: 20px;}
.tip-block-max>div {width: 50%;padding: 0 15px;}
.tip-block-max>div img {border-radius: 12px;}
.tip-block-max>div:has(img) {}

@media (max-width: 991px) {
  .tip-block-max {flex-flow: row wrap;padding: 15px;margin-bottom: 60px;}
  .tip-block-max>div {width: 100%;padding: 10px 5px;text-align: center;}
  .tip-block-max p {font-size: 18px;}
}

.table-50-50 {display: flex;align-items: center;justify-content: space-between;margin-bottom: 64px;padding: 0 20px;}
.table-50-50 h2 {margin: 0 0 32px 0;}
.table-50-50 p {font-size: 16px;line-height: 1.7;margin-bottom: 20px;}
.table-50-50>div {width: 48%;}
.table-50-50>div img {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);border-radius: 24px;}
.table-50-50>div:has(img) {text-align: center;}
.table-50-50 p:last-child {margin-bottom: 0;}

@media (max-width: 991px) {
  .table-50-50 h2 {margin: 0 0 16px 0;}
  .table-50-50 {flex-flow: row wrap;padding: 0;margin-bottom: 32px;}
  .table-50-50>div {width: 100%;padding: 10px 0;text-align: left;}
  .table-50-50>div:has(img) {text-align: left;}
}

body.type-detail .tab-content {padding-left: 0;padding-right: 0;}
