.gpfhs-slider{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;max-width:100vw;height:var(--gpfhs-height,72vh);min-height:520px;overflow:hidden;background:#111;color:#fff}
.gpfhs-track,.gpfhs-slide,.gpfhs-bg{height:100%}.gpfhs-track{position:relative}.gpfhs-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}.gpfhs-slide.is-active{opacity:1;visibility:visible}.gpfhs-bg{position:absolute;inset:0;background-size:cover;background-position:center center;transform:scale(1.03);pointer-events:none}
.gpfhs-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}.gpfhs-content{width:min(1200px,100% - 48px);margin:0 auto;padding:40px 12px;position:relative;z-index:4}.gpfhs-title{font-size:clamp(2rem,4.5vw,4.3rem);line-height:1.02;letter-spacing:-.03em;max-width:10ch;margin:0 0 18px;font-weight:800;color:#fff}.gpfhs-title-link{color:inherit;text-decoration:none;display:inline-block}.gpfhs-title-link:hover,.gpfhs-title-link:focus{color:inherit;opacity:.94}.gpfhs-text{font-size:clamp(1rem,1.55vw,1.25rem);line-height:1.55;max-width:38rem;margin:0 0 26px;color:rgba(255,255,255,.92)}
.gpfhs-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:0;background:var(--gpfhs-btn-bg,#fff);color:var(--gpfhs-btn-color,#111);text-decoration:none;font-weight:700;letter-spacing:.02em;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease,filter .2s ease;box-shadow:0 10px 24px rgba(0,0,0,.18)}.gpfhs-button:hover{transform:translateY(-1px);opacity:.96;filter:brightness(.98);color:var(--gpfhs-btn-color,#111)}
.gpfhs-content.gpfhs-button-left .gpfhs-button{margin-left:0;margin-right:auto}.gpfhs-content.gpfhs-button-center .gpfhs-button{display:flex;margin-left:auto;margin-right:auto}.gpfhs-content.gpfhs-button-right .gpfhs-button{margin-left:auto;margin-right:0;display:flex}
.gpfhs-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:52px;height:52px;border:none;border-radius:0;background:rgba(0,0,0,.38);color:#fff;font-size:24px;cursor:pointer;backdrop-filter:blur(4px)}.gpfhs-prev{left:24px}.gpfhs-next{right:24px}
.gpfhs-dots{position:absolute;z-index:5;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px}.gpfhs-dot{width:11px;height:11px;border-radius:50%;border:none;background:rgba(255,255,255,.45);cursor:pointer}.gpfhs-dot.is-active{background:#fff}
body .site-content{position:relative;z-index:1}
@media (max-width:768px){.gpfhs-slider{min-height:460px;height:min(var(--gpfhs-height,72vh),78vh)}.gpfhs-content{width:calc(100% - 32px);padding:28px 4px;text-align:center}.gpfhs-title{max-width:none}.gpfhs-text{margin-left:auto;margin-right:auto}.gpfhs-button{margin-left:auto !important;margin-right:auto !important;display:flex}.gpfhs-nav{width:44px;height:44px}.gpfhs-prev{left:12px}.gpfhs-next{right:12px}}

/* Style selector */
.gpfhs-style-modern_left .gpfhs-content{max-width:640px}

.gpfhs-style-old_version .gpfhs-inner{
    justify-content:center;
    text-align:center;
}
.gpfhs-style-old_version .gpfhs-content{
    width:min(720px,calc(100% - 48px));
    max-width:720px;
    margin:0 auto;
    background:rgba(22,22,22,.82);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
    padding:36px 32px 92px;
    min-height:var(--gpfhs-old-box-min-height,270px);
    border-radius:0;
    box-shadow:0 14px 42px rgba(0,0,0,.22);
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.gpfhs-style-old_version .gpfhs-title,
.gpfhs-style-old_version .gpfhs-text{
    text-align:center;
    max-width:none;
}
.gpfhs-style-old_version .gpfhs-title{
    color:#f2c24f;
    font-size:var(--gpfhs-old-title-size,clamp(32px,4vw,52px));
    font-family:var(--gpfhs-old-font-family,inherit);
}
.gpfhs-style-old_version .gpfhs-title-link{
    color:#f2c24f;
}
.gpfhs-style-old_version .gpfhs-text{
    font-size:var(--gpfhs-old-text-size,clamp(17px,2vw,28px));
    font-family:var(--gpfhs-old-font-family,inherit);
    margin-bottom:0;
}
.gpfhs-style-old_version .gpfhs-button{
    display:none !important;
}
.gpfhs-style-old_version .gpfhs-nav{
    top:auto;
    bottom:18px;
    transform:none;
    width:64px;
    height:52px;
    border-radius:0;
    background:var(--gpfhs-nav-bg,#f2c24f);
    color:var(--gpfhs-nav-color,#111111);
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}
.gpfhs-style-old_version .gpfhs-prev{
    left:calc(50% - 72px);
    clip-path:polygon(18% 0,100% 0,82% 50%,100% 100%,18% 100%,0 50%);
}
.gpfhs-style-old_version .gpfhs-next{
    right:calc(50% - 72px);
    clip-path:polygon(0 0,82% 0,100% 50%,82% 100%,0 100%,18% 50%);
}
.gpfhs-style-old_version .gpfhs-dots{display:none}
.gpfhs-style-old_version .gpfhs-content.gpfhs-button-left,
.gpfhs-style-old_version .gpfhs-content.gpfhs-button-center,
.gpfhs-style-old_version .gpfhs-content.gpfhs-button-right{
    align-items:center;
}

.gpfhs-style-old_version.gpfhs-oldpos-top .gpfhs-inner{
    align-items:flex-start;
    padding-top:48px;
}
.gpfhs-style-old_version.gpfhs-oldpos-center .gpfhs-inner{
    align-items:center;
    padding-top:0;
    padding-bottom:0;
}
.gpfhs-style-old_version.gpfhs-oldpos-bottom .gpfhs-inner{
    align-items:flex-end;
    padding-bottom:0;
}

@media (max-width:768px){
  .gpfhs-style-old_version.gpfhs-oldpos-top .gpfhs-inner{padding-top:18px}
  .gpfhs-style-old_version.gpfhs-oldpos-bottom .gpfhs-inner{padding-bottom:0}
  .gpfhs-style-old_version .gpfhs-content{
    width:calc(100% - 28px);
    padding:22px 16px 74px;
    min-height:220px;
  }
  .gpfhs-style-old_version .gpfhs-nav{
    bottom:14px;
    width:56px;
    height:46px;
  }
  .gpfhs-style-old_version .gpfhs-prev{left:calc(50% - 62px)}
  .gpfhs-style-old_version .gpfhs-next{right:calc(50% - 62px)}
}

.gpfhs-style-old_version .gpfhs-title-link{
    font-family:inherit;
}
