.cctk-site-footer{
  --cctk-ft-accent:#f18419;
  --cctk-ft-accent-2:#dd7008;
  --cctk-ft-bg:#fff8e8;
  --cctk-ft-text:#334b56;
  --cctk-ft-muted:#71838b;
  --cctk-ft-radius:28px;
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:var(--cctk-ft-bg);
  color:var(--cctk-ft-text);
  overflow:clip;
  isolation:isolate;
  font:inherit;
}
.cctk-site-footer *,
.cctk-site-footer *::before,
.cctk-site-footer *::after{box-sizing:border-box}
.cctk-site-footer a{color:inherit;text-decoration:none;font-size:inherit!important;line-height:inherit!important}
.cctk-site-footer__inner{
  width:calc(100% - 48px);
  max-width:1510px;
  margin:0 auto;
  padding:72px 0 0;
}
.cctk-site-footer--has-cta .cctk-site-footer__inner{padding-top:72px}
.cctk-site-footer--overlap{overflow:visible}
.cctk-site-footer--overlap .cctk-site-footer__cta{
  transform:translateY(-50%);
  margin-bottom:-54px;
}
.cctk-site-footer__cta{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);
  align-items:center;
  gap:40px;
  min-height:190px;
  padding:30px 36px;
  border-radius:var(--cctk-ft-radius);
  background:linear-gradient(118deg,var(--cctk-ft-accent-2),var(--cctk-ft-accent));
  color:#fff;
  box-shadow:0 22px 55px rgba(125,76,19,.2),0 4px 14px rgba(125,76,19,.1);
  overflow:hidden;
}
.cctk-site-footer__cta::before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:20%;
  top:-190px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
}
.cctk-site-footer__cta::after{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  right:-90px;
  bottom:-130px;
  border:42px solid rgba(255,255,255,.075);
  border-radius:50%;
}
.cctk-site-footer__cta-shape{position:absolute;pointer-events:none;border-radius:999px;background:rgba(255,255,255,.09)}
.cctk-site-footer__cta-shape--one{width:42px;height:13px;right:31%;top:31px;transform:rotate(-22deg)}
.cctk-site-footer__cta-shape--two{width:16px;height:16px;right:27%;bottom:34px}
.cctk-site-footer__cta-copy,.cctk-site-footer__cta-actions{position:relative;z-index:1}
.cctk-site-footer__eyebrow{
  margin:0 0 9px;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  opacity:.82;
}
.cctk-site-footer__cta h2{
  max-width:770px;
  margin:0;
  color:#fff;
  font-size:clamp(26px,2.2vw,40px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.025em;
}
.cctk-site-footer__cta p{
  max-width:760px;
  margin:12px 0 0;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.6;
}
.cctk-site-footer__cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.cctk-site-footer__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.86);
  border-radius:14px;
  background:#fff;
  color:var(--cctk-ft-accent-2)!important;
  font-size:14px;
  font-weight:800;
  line-height:1;
  box-shadow:0 8px 22px rgba(89,49,8,.14);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.cctk-site-footer__button svg,.cctk-site-footer__text-link svg{width:18px;height:18px;flex:0 0 auto;transition:transform .2s ease}
.cctk-site-footer__button:hover,.cctk-site-footer__button:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgba(89,49,8,.2)}
.cctk-site-footer__button:hover svg,.cctk-site-footer__button:focus-visible svg,.cctk-site-footer__text-link:hover svg,.cctk-site-footer__text-link:focus-visible svg{transform:translateX(3px)}
.cctk-site-footer__text-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff!important;
  font-size:13px;
  font-weight:700;
  opacity:.9;
  transition:opacity .2s ease;
}
.cctk-site-footer__text-link:hover,.cctk-site-footer__text-link:focus-visible{opacity:1}
.cctk-site-footer__main{
  display:grid;
  grid-template-columns:minmax(270px,1.05fr) minmax(380px,1.55fr) minmax(260px,.8fr);
  gap:clamp(36px,5vw,82px);
  padding:56px 10px 46px;
}
.cctk-site-footer__brand-head{display:flex;align-items:center;gap:16px}
.cctk-site-footer__brand-mark{
  display:flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  flex:0 0 68px;
  border-radius:20px;
  background:linear-gradient(145deg,var(--cctk-ft-accent),var(--cctk-ft-accent-2));
  box-shadow:0 9px 24px rgba(224,113,7,.2);
  overflow:hidden;
}
.cctk-site-footer__brand-image{display:block;max-width:48px!important;max-height:48px!important;width:auto!important;height:auto!important;object-fit:contain}
.cctk-site-footer__brand-name{font-size:21px;line-height:1.05;font-weight:850;letter-spacing:.01em;color:var(--cctk-ft-text)}
.cctk-site-footer__brand-subtitle{max-width:220px;margin-top:5px;font-size:12px;line-height:1.35;font-weight:650;color:var(--cctk-ft-muted)}
.cctk-site-footer__address{margin-top:20px;font-size:14px;line-height:1.65;color:var(--cctk-ft-muted)}
.cctk-site-footer__address-link{display:inline-block;transition:color .2s ease,transform .2s ease}
.cctk-site-footer__address-link:hover,.cctk-site-footer__address-link:focus-visible{color:var(--cctk-ft-accent-2);transform:translateX(2px)}
.cctk-site-footer__contact-lines{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-top:13px;font-size:14px;font-weight:700}
.cctk-site-footer__contact-lines a{transition:color .2s ease}
.cctk-site-footer__contact-lines a:hover,.cctk-site-footer__contact-lines a:focus-visible{color:var(--cctk-ft-accent-2)}
.cctk-site-footer__navigation h3,.cctk-site-footer__social-block h3,.cctk-site-footer__partners h3{
  margin:0 0 18px;
  color:var(--cctk-ft-text);
  font-size:13px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cctk-site-footer__menu,.cctk-site-footer__menu ul{margin:0!important;padding:0!important;list-style:none!important}
.cctk-site-footer__menu{
  display:grid!important;
  grid-template-columns:repeat(var(--cctk-ft-menu-cols,2),minmax(0,1fr));
  column-gap:34px;
  row-gap:2px;
}
.cctk-site-footer__menu>li{margin:0!important;padding:0!important;border:0!important}
.cctk-site-footer__menu>li>a{
  position:relative;
  display:flex!important;
  align-items:center;
  min-height:37px;
  padding:4px 22px 4px 0!important;
  border:0!important;
  background:none!important;
  color:var(--cctk-ft-text)!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:650!important;
  text-transform:none!important;
  letter-spacing:0!important;
  box-shadow:none!important;
  transition:color .2s ease,transform .2s ease!important;
}
.cctk-site-footer__menu>li>a::after{
  content:"→";
  position:absolute;
  right:5px;
  opacity:0;
  color:var(--cctk-ft-accent-2);
  transform:translateX(-4px);
  transition:opacity .2s ease,transform .2s ease;
}
.cctk-site-footer__menu>li>a:hover,.cctk-site-footer__menu>li>a:focus-visible{color:var(--cctk-ft-accent-2)!important;transform:translateX(3px)}
.cctk-site-footer__menu>li>a:hover::after,.cctk-site-footer__menu>li>a:focus-visible::after{opacity:1;transform:translateX(0)}
.cctk-site-footer__empty{padding:14px;border:1px dashed rgba(51,75,86,.25);border-radius:12px;color:var(--cctk-ft-muted);font-size:13px}
.cctk-site-footer__social-block p{max-width:350px;margin:-4px 0 18px;color:var(--cctk-ft-muted);font-size:14px;line-height:1.6}
.cctk-site-footer__socials{display:flex;flex-wrap:wrap;gap:10px}
.cctk-site-footer__social{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border:1px solid rgba(51,75,86,.12);
  border-radius:14px;
  background:rgba(255,255,255,.62);
  color:var(--cctk-ft-text)!important;
  box-shadow:0 4px 13px rgba(65,59,45,.04);
  transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;
}
.cctk-site-footer__social svg{width:20px;height:20px;fill:currentColor}
.cctk-site-footer__social:hover,.cctk-site-footer__social:focus-visible{transform:translateY(-3px);border-color:rgba(241,132,25,.35);background:#fff;color:var(--cctk-ft-accent-2)!important;box-shadow:0 9px 24px rgba(65,59,45,.09)}
.cctk-site-footer__partners{padding:0 10px 34px}
.cctk-site-footer__partners-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;margin-bottom:17px}
.cctk-site-footer__partners-head h3{margin:0;white-space:nowrap}
.cctk-site-footer__partners-head span{height:1px;background:linear-gradient(90deg,rgba(51,75,86,.17),rgba(51,75,86,0))}
.cctk-site-footer__partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}
.cctk-site-footer__partner{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:104px;
  padding:16px 20px;
  border:1px solid rgba(51,75,86,.1);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  box-shadow:0 5px 16px rgba(65,59,45,.035);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.cctk-site-footer a.cctk-site-footer__partner:hover,.cctk-site-footer a.cctk-site-footer__partner:focus-visible{transform:translateY(-3px);border-color:rgba(241,132,25,.25);background:#fff;box-shadow:0 11px 26px rgba(65,59,45,.08)}
.cctk-site-footer__partner-logo{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:68px!important;object-fit:contain!important}
.cctk-site-footer__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:56px;
  padding:15px 10px;
  border-top:1px solid rgba(51,75,86,.12);
  color:var(--cctk-ft-muted);
  font-size:12px;
  line-height:1.5;
}
.cctk-site-footer__credit{white-space:nowrap}
.cctk-site-footer__bottom a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(51,75,86,.28);transition:color .18s ease,border-color .18s ease}
.cctk-site-footer__bottom a:hover,.cctk-site-footer__bottom a:focus-visible{color:var(--cctk-ft-accent);border-bottom-color:currentColor}
.cctk-site-footer a:focus-visible{outline:3px solid rgba(241,132,25,.35);outline:3px solid color-mix(in srgb,var(--cctk-ft-accent) 40%,transparent);outline-offset:3px}

@media (max-width:1100px){
  .cctk-site-footer__cta{grid-template-columns:1fr auto;gap:28px}
  .cctk-site-footer__main{grid-template-columns:1fr 1.45fr;gap:42px}
  .cctk-site-footer__social-block{grid-column:1/-1;padding-top:2px}
  .cctk-site-footer__social-block p{max-width:560px}
}
@media (max-width:767px){
  .cctk-site-footer__inner{width:calc(100% - 28px);padding-top:42px}
  .cctk-site-footer--overlap .cctk-site-footer__cta{transform:translateY(-26px);margin-bottom:-6px}
  .cctk-site-footer__cta{grid-template-columns:1fr;gap:22px;min-height:0;padding:26px 22px;border-radius:min(var(--cctk-ft-radius),24px)}
  .cctk-site-footer__cta h2{font-size:clamp(25px,8vw,34px)}
  .cctk-site-footer__cta-actions{align-items:flex-start}
  .cctk-site-footer__main{grid-template-columns:1fr;gap:34px;padding:36px 4px 34px}
  .cctk-site-footer__social-block{grid-column:auto}
  .cctk-site-footer__menu{grid-template-columns:repeat(min(var(--cctk-ft-menu-cols,2),2),minmax(0,1fr))}
  .cctk-site-footer__partners{padding:0 4px 25px}
  .cctk-site-footer__partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cctk-site-footer__partner{min-height:90px;padding:12px}
  .cctk-site-footer__partner-logo{max-height:56px!important}
  .cctk-site-footer__bottom{align-items:flex-start;flex-direction:column;gap:3px;min-height:0;padding:16px 4px 20px}
}
@media (max-width:420px){
  .cctk-site-footer__menu{grid-template-columns:1fr}
  .cctk-site-footer__partner-grid{grid-template-columns:1fr 1fr}
  .cctk-site-footer__brand-head{align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  .cctk-site-footer *{scroll-behavior:auto!important;transition:none!important}
}
