@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root #drg-info#drg-info, .tc-wp-content-root #drg-info#drg-info *{
box-sizing: border-box !important;
}.tc-wp-content-root #drg-info#drg-info{
--drg-color1: #7B1BC5 !important;
--drg-color2: #E92081 !important;
--drg-accent: #D936F2 !important;
--drg-grad: linear-gradient(135deg,#7B1BC5,#E92081) !important;
--drg-grad-soft: linear-gradient(135deg,rgba(123,27,197,.06),rgba(233,32,129,.04)) !important;
--drg-grad-strong: linear-gradient(135deg,rgba(123,27,197,.10),rgba(233,32,129,.08)) !important;
--drg-ink: #1E1E2F !important;
--drg-body: #64748B !important;
--drg-border: rgba(123,27,197,.15) !important;
--drg-wh: #FFFFFF !important;
--drg-ow: #F8F3FC !important;
--drg-r: 12px !important;
margin-top: -25px !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
width: 100% !important;
max-width: 100% !important;
overflow: hidden !important;
font-family: Inter,sans-serif !important;
color: var(--drg-ink) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-inner{
width: 100% !important;
max-width: 1200px !important;
margin: 0 auto !important;
}.tc-wp-content-root #drg-info#drg-info .drg-sec{
padding: 80px 24px !important;
width: 100% !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s1{
padding-top: 0 !important;
margin-top: 0 !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3{
padding-bottom: 40px !important;
margin-bottom: 0 !important;
}.tc-wp-content-root #drg-info#drg-info .drg-bg-wh{
background: #FFFFFF !important;
}.tc-wp-content-root #drg-info#drg-info .drg-bg-ow{
background: var(--drg-ow) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-hb{
max-width: 760px !important;
margin: 0 auto 36px !important;
text-align: center !important;
}.tc-wp-content-root #drg-info#drg-info h2{
margin-top: 48px !important;
margin-bottom: 12px !important;
font-family: Inter,sans-serif !important;
font-size: clamp(1.6rem,2.6vw,2.5rem) !important;
line-height: 1.12 !important;
font-weight: 800 !important;
letter-spacing: -.04em !important;
text-align: center !important;
color: var(--drg-ink) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-hb p{
font-size: 1rem !important;
line-height: 1.7 !important;
color: var(--drg-body) !important;
margin: 0 auto !important;
}.tc-wp-content-root #drg-info#drg-info .drg-gx{
background: var(--drg-grad) !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-webkit-text-fill-color: transparent !important;
color: transparent !important;
}.tc-wp-content-root #drg-info#drg-info .drg-g3{
display: grid !important;
grid-template-columns: repeat(3,minmax(0,1fr)) !important;
gap: 26px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-g4{
display: grid !important;
grid-template-columns: repeat(4,minmax(0,1fr)) !important;
gap: 26px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ca, .tc-wp-content-root #drg-info#drg-info .drg-cb{
background: var(--drg-wh) !important;
border-radius: 12px !important;
border: 1px solid var(--drg-border) !important;
position: relative !important;
overflow: hidden !important;
opacity: 0 !important;
transform: translateY(16px) !important;
transition: opacity .5s ease,transform .5s ease,box-shadow .3s ease,border-color .3s ease,background-color .3s ease,border-radius .3s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ca{
padding: 42px 32px 38px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cb{
padding: 36px 28px 32px !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
}.tc-wp-content-root #drg-info#drg-info .drg-on{
opacity: 1 !important;
transform: translateY(0) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ci{
width: 68px !important;
height: 68px !important;
border-radius: var(--drg-r) !important;
background: var(--drg-grad-soft) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin-bottom: 20px !important;
color: var(--drg-color1) !important;
transition: transform .3s ease,box-shadow .3s ease,background .3s ease,filter .3s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cb .drg-ci{
margin-left: auto !important;
margin-right: auto !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ico{
font-size: 1.5rem !important;
color: var(--drg-color1) !important;
display: block !important;
line-height: 1 !important;
transition: transform .3s ease,filter .3s ease,color .3s ease !important;
}.tc-wp-content-root #drg-info#drg-info h3{
font-size: 1.05rem !important;
line-height: 1.35 !important;
font-weight: 750 !important;
color: var(--drg-ink) !important;
margin: 0 0 10px !important;
letter-spacing: -.02em !important;
transition: color .3s ease,transform .3s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cd p{
font-size: .92rem !important;
line-height: 1.65 !important;
color: var(--drg-body) !important;
margin: 0 !important;
}.tc-wp-content-root #drg-info#drg-info .drg-badge{
position: absolute !important;
top: 16px !important;
right: 16px !important;
font-size: 10px !important;
font-weight: 700 !important;
color: rgba(123,27,197,.58) !important;
background: rgba(123,27,197,.07) !important;
border: 1px solid rgba(123,27,197,.10) !important;
border-radius: 9999px !important;
padding: 4px 10px !important;
line-height: 1 !important;
transition: transform .24s ease,background .24s ease,color .24s ease,border-color .24s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-fbar{
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
height: 0 !important;
background: var(--drg-grad) !important;
border-radius: 0 0 12px 12px !important;
transition: height .28s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s1 .drg-ca:hover{
transform: translateY(-4px) rotate(-.4deg) !important;
box-shadow: 0 14px 40px rgba(123,27,197,.11) !important;
border-color: rgba(123,27,197,.24) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s1 .drg-ca:hover .drg-ci{
transform: rotate(8deg) scale(1.08) !important;
background: var(--drg-grad-strong) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s1 .drg-ca:hover .drg-ico{
color: var(--drg-color2) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s2 .drg-cb:hover{
transform: scale(1.025) translateY(-3px) !important;
box-shadow: 0 16px 40px rgba(123,27,197,.12) !important;
border-color: rgba(233,32,129,.24) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s2 .drg-cb:hover .drg-ci{
transform: scale(.92) !important;
background: var(--drg-grad-strong) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s2 .drg-cb:hover .drg-ico{
transform: scale(1.12) !important;
filter: drop-shadow(0 6px 10px rgba(217,54,242,.28)) !important;
color: var(--drg-color2) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cb:hover .drg-badge{
transform: translateY(-3px) !important;
background: rgba(217,54,242,.12) !important;
color: var(--drg-color1) !important;
border-color: rgba(217,54,242,.28) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cb:hover .drg-fbar{
height: 4px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3 .drg-ca::before{
content: "" !important;
position: absolute !important;
inset: 0 auto 0 0 !important;
width: 0 !important;
background: var(--drg-grad) !important;
opacity: .9 !important;
transition: width .22s ease !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3 .drg-ca:hover{
transform: translateY(-3px) !important;
border-color: rgba(123,27,197,.40) !important;
box-shadow: 0 0 0 1px rgba(123,27,197,.20),0 8px 24px rgba(123,27,197,.10) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3 .drg-ca:hover::before{
width: 4px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3 .drg-ca:hover .drg-ci{
transform: scale(1.05) translateX(3px) !important;
box-shadow: 0 6px 18px rgba(123,27,197,.14) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3 .drg-ca:hover h3{
color: var(--drg-color1) !important;
transform: translateX(2px) !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ca:focus-visible, .tc-wp-content-root #drg-info#drg-info .drg-cb:focus-visible{
outline: 2px solid var(--drg-color1) !important;
outline-offset: 3px !important;
box-shadow: 0 0 0 4px rgba(123,27,197,.16),0 12px 36px rgba(123,27,197,.14) !important;
}@media (max-width:1099px) {.tc-wp-content-root #drg-info#drg-info .drg-sec{
padding: 60px 16px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-g3, .tc-wp-content-root #drg-info#drg-info .drg-g4{
grid-template-columns: repeat(2,minmax(0,1fr)) !important;
gap: 16px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ci{
width: 48px !important;
height: 48px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ico{
font-size: 1.1rem !important;
}.tc-wp-content-root #drg-info#drg-info h2{
font-size: 1.4rem !important;
}.tc-wp-content-root #drg-info#drg-info h3{
font-size: .925rem !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cd p{
font-size: .825rem !important;
}}@media (max-width:639px) {.tc-wp-content-root #drg-info#drg-info .drg-sec{
padding: 32px 12px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s1{
padding-top: 0 !important;
}.tc-wp-content-root #drg-info#drg-info .drg-s3{
padding-bottom: 40px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-hb{
margin-bottom: 22px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-g3, .tc-wp-content-root #drg-info#drg-info .drg-g4{
grid-template-columns: 1fr !important;
gap: 10px !important;
}.tc-wp-content-root #drg-info#drg-info h2{
font-size: 1rem !important;
line-height: 1.22 !important;
margin-top: 32px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ci{
width: 36px !important;
height: 36px !important;
margin-bottom: 14px !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ico{
font-size: .9rem !important;
}.tc-wp-content-root #drg-info#drg-info h3{
font-size: .8rem !important;
}.tc-wp-content-root #drg-info#drg-info .drg-cd p{
font-size: .75rem !important;
}.tc-wp-content-root #drg-info#drg-info .drg-ca, .tc-wp-content-root #drg-info#drg-info .drg-cb{
padding: 24px 18px 22px !important;
}}.tc-wp-content-root #drg-info#drg-info .drg-ca, .tc-wp-content-root #drg-info#drg-info .drg-cb{opacity:1!important;transform:translateY(0)!important;}

.tc-wp-content-root .drg-cb-body {}