/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \*************************************************************************************************************************************/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/accordion-js/dist/accordion.min.css ***!
  \********************************************************************************************************************************/
/**
 * Accordion v3.4.0
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */

.ac{--color-white:#fff;--color-light-grey:#eee;--color-grey:#8a8a8a;--color-black:#111;margin-bottom:8px;border:1px solid var(--color-light-grey);background-color:var(--color-white);box-sizing:border-box}.ac .ac-header{margin:0;padding:0}.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:var(--color-black);text-align:left;width:100%;padding:8px 32px 8px 8px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}.ac .ac-trigger::after{content:"+";text-align:center;width:15px;transform:translate(0,-50%);position:absolute;right:10px;top:50%}.ac .ac-trigger:focus{color:var(--color-grey)}.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:var(--color-black);padding:8px;margin:0}.ac.js-enabled .ac-panel{visibility:hidden}.ac.is-active .ac-panel{visibility:visible}.ac.is-active>.ac-header .ac-trigger::after{content:"\2013"}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/simplebar/dist/simplebar.css ***!
  \*************************************************************************************************************************/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/*!
  Theme Name: GIT
  Author: Anonymous
  Author URI:
  Version: 1
  Description: GIT theme for Wordpress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: git
  Tags: one-column, two-columns
  Theme URI:
*/

/* stylelint-disable-line */

:root {
  --fancybox-zIndex: 10000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.ttf?$u1g1e6") format("truetype"), url("./fonts/icomoon.woff?$u1g1e6") format("woff"), url("./fonts/icomoon.svg?$u1g1e6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e911";
}

.icon-search:before {
  content: "\e901";
}

.icon-setting:before {
  content: "\e902";
}

.icon-time:before {
  content: "\e903";
}

.icon-benefit:before {
  content: "\e904";
}

.icon-btn-caret:before {
  content: "\e905";
}

.icon-call:before {
  content: "\e906";
}

.icon-caret:before {
  content: "\e907";
}

.icon-couch:before {
  content: "\e908";
}

.icon-counseling:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-logout:before {
  content: "\e90e";
}

.icon-plant:before {
  content: "\e90f";
}

.icon-profile:before {
  content: "\e910";
}

.icon-play:before {
  content: "\e900";
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - 44px / 2);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000000;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, .1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
}

.invalid-holder .keylines, .faq-accordion .faq-drop ul, .spark-list, .keyword-holder, .left-info .bullet, .left-info .checkmark, .bullet-promo-section .content-holder ul, .content-bullet-card ul, .text-image-grid .text-list, .text-image-grid .intro-list, .secondary-nav ul, .login-hero .hero-list, .footer .social-networks, .footer .footer-links, .checkmark, .support-drop .support-list, .nav > ul, .header-top .profile-hold .profile-drop .profile-list, .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.resize-active * {
  transition: none !important;
}

.cta-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@font-face {
  font-family: "Eiko";
  src: url("./fonts/PPEiko-LightItalic.woff2") format("woff2"), url("./fonts/PPEiko-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Eiko";
  src: url("./fonts/PPEiko-ThinItalic.woff2") format("woff2"), url("./fonts/PPEiko-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "NeueMontreal";
  src: url("./fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("./fonts/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueMontreal";
  src: url("./fonts/PPNeueMontreal-Book.woff2") format("woff2"), url("./fonts/PPNeueMontreal-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueMontreal";
  src: url("./fonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("./fonts/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

blockquote {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

blockquote p {
  margin-bottom: calc(1rem / 2);
}

.wp-block-quote,
.wp-block-pullquote {
  box-sizing: border-box;
  word-wrap: break-word;
  border-width: 0 0 0 2px;
  border-style: solid;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: calc(1rem / 2);
}

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  display: flex;
  margin-bottom: 15px;
}

.search-form input {
  height: 32px;
  display: inline-flex;
}

.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.search-form input[type=submit] {
  flex-shrink: 0;
}

.post-password-form input {
  display: inline-flex;
  height: 32px;
}

.post-password-form input[type=password] {
  width: 150px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
  padding: 0;
  border: 0;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #000000;
  color: #ffffff;
  height: 32px;
  border: 0;
  padding: 0 8px;
}

.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: .8;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .5em;
}

.wp-block-post-comments-form .comment-form-cookies-consent label {
  padding: 0;
}

.wp-block-comment-template {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.wp-block-comment-template .wp-block-comment-edit-link p {
  margin: 0;
}

.wp-block-comment-template .wp-block-columns {
  margin-bottom: calc(1rem * 2);
}

.wp-block-comment-template .wp-block-comment-content p {
  margin: 1rem 0;
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}

.wpcf7-form input[type=text].wpcf7-not-valid,
.wpcf7-form input[type=email].wpcf7-not-valid,
.wpcf7-form input[type=tel].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #ff0000;
}

.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 0 0 30px;
}

.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #000000;
}

.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) skewX(10deg);
  opacity: 0;
}

.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-form input[type=checkbox]:disabled + .wpcf7-list-item-label {
  color: #cccccc;
  cursor: auto;
}

.wpcf7-form input[type=checkbox]:disabled + .wpcf7-list-item-label::before {
  box-shadow: none;
  background: #cccccc;
}

.wpcf7-form input[type=file]::file-selector-button {
  border: 2px solid #000000;
  padding: 1em 1.5em;
  background-color: #000000;
  transition: 1s;
  color: #ffffff;
}

.wpcf7-form input[type=file]::file-selector-button:hover {
  opacity: .5;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: calc(1rem * 2);
}

.is-layout-flex {
  display: flex;
  gap: 1.5rem;
}

.form-area {
  width: 100%;
}

.form-row {
  margin-bottom: calc(1rem * 2);
}

.label-name {
  display: block;
  margin-bottom: 1rem;
}

.select-area .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.select-area .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1em;
  height: .8em;
  margin-top: -0.4em;
  z-index: 1;
  background-color: #000000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.wpcf7-select {
  display: block;
  width: 100%;
  padding: .625rem 2.4rem .625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
}

.wpcf7-submit {
  width: 150px;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 10px;
  margin-bottom: calc(1rem * 2);
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #000000;
  color: #ffffff;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: .8;
}

.navigation-single {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}

.navigation-single .next,
.navigation-single .prev {
  display: inline-flex;
  align-items: center;
  max-width: 48%;
  background: #000000;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 10px;
  display: block;
}

.navigation-single .next a {
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 1rem;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 1rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1rem 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1rem;
}

.mejs-container {
  margin-bottom: 1rem;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid;
  padding: .5em;
}

.wp-block-table table thead {
  border-bottom: 3px solid;
}

.wp-block-table table tfoot {
  border-top: 3px solid;
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #cccccc;
}

.share-this .st-btn {
  width: 3em;
  height: 3em;
  background: #999999;
  border-radius: 50%;
  font-size: 2em;
  line-height: 3em;
  text-align: center;
}

.share-this .st-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: auto;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141e29;
  font-family: "NeueMontreal", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: .02em;
}

/*
  Basic styles for links
*/

a {
  transition: color .25s ease-in-out, border .25s ease-in-out;
  color: #851c55;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

a:hover {
  color: #141e29;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: .005em;
  font-weight: 500;
}

ul,
ol,
dl,
p {
  margin: 0 0 10px;
}

h1, .h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

h1 .italic, .h1 .italic {
  font-weight: 300;
  font-family: "Eiko", serif;
  font-style: italic;
}

h2, .h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

h2 .italic, .h2 .italic {
  font-weight: 300;
  font-family: "Eiko", serif;
  font-style: italic;
}

h3, .h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

h3 .italic, .h3 .italic {
  font-weight: 300;
  font-family: "Eiko", serif;
  font-style: italic;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

h4 .italic, .h4 .italic {
  font-weight: 300;
  font-family: "Eiko", serif;
  font-style: italic;
}

h5, .h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

h6, .h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0;
  color: #851c55;
}

.eyebrow {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin: 0 0 10px;
}

.subhead {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

.title-link-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
  letter-spacing: 0;
  font-weight: 400;
  color: #141e29;
  border: none;
}

.title-link-arrow:hover {
  letter-spacing: 0;
  font-weight: 400;
  color: #851c55;
}

.title-link-arrow:hover:after {
  width: 29px;
}

.title-link-arrow:after {
  transition: all .25s ease-in-out;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(10px, -50%);
  width: 21px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23851C55'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% center;
}

b, strong, dt, tr {
  font-weight: 500;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  transition: border-color .25s ease-in-out;
  border: 2px solid #dac3cb;
  background-color: #ffffff;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: .9rem 1.4rem;
  line-height: 1.375;
  border-radius: 0;
  -webkit-appearance: none;
  letter-spacing: .3px;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=password]:focus,
input[type=password]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border: 2px solid #ed0000;
}

label {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: .3px;
  display: inline-flex;
  margin-bottom: 9px;
}

.hs-form-field {
  margin-bottom: 21px;
}

.hs-form-field:has(.hs-error-msgs) > label {
  color: #ed0000;
  font-weight: 500;
}

textarea {
  height: 162px;
  resize: none;
}

.inputs-list[role=checkbox] {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding: 11px 7px 3px;
}

.hs-form-checkbox-display input,
.hs-form-radio-display input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.hs-form-checkbox-display input:checked ~ span:after,
.hs-form-radio-display input:checked ~ span:after {
  opacity: 1;
  visibility: visible;
}

.hs-form-checkbox-display span,
.hs-form-radio-display span {
  position: relative;
  padding-left: 30px;
}

.hs-form-checkbox-display span:before,
.hs-form-radio-display span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 2px solid #851c55;
  background: transparent;
  width: 20px;
  height: 20px;
}

.hs-form-checkbox-display span:after,
.hs-form-radio-display span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #851c55;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  visibility: hidden;
}

.hs-error-msg,
.hs-main-font-element {
  color: #ed0000;
}

.hs-error-msg {
  margin-top: 5px;
}

.hs-button {
  background: #851c55;
  border: 1px solid #851c55;
  border-radius: 25em;
  padding: 9px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: normal;
  letter-spacing: .02em;
  display: inline-flex;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  transition: color .25s ease-in-out, background .25s ease-in-out;
}

.hs-button:hover {
  letter-spacing: .02em;
  font-weight: normal;
  color: #851c55;
  background: transparent;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: .8rem 1.4rem;
  border: 2px solid #dac3cb;
  border-radius: 0;
  background: white;
  font-size: 16px;
  cursor: pointer;
}

.service-locators {
  padding-top: 10px;
}

.service-locators .row .col {
  margin-bottom: 20px;
}

.service-locators .help-text {
  margin-left: 6px;
  line-height: 1;
  width: 14px;
}

.service-locators .btn {
  margin-top: 10px;
}

.custom-select {
  position: relative;
}

.custom-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333333;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid #851c55;
}

.header {
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .06);
  transition: transform .25s ease-in-out;
}

.header > .logo {
  width: 166px;
}

.header > .logo a {
  border-bottom: none;
}

.header .nav-opener {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #851c55;
  position: relative;
}

.header .nav-opener:before, .header .nav-opener:after,
.header .nav-opener span,
.header .nav-opener span:after {
  position: absolute;
  height: 1px;
  background: #ffffff;
  left: 10px;
  right: 10px;
  top: 17px;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, top .25s ease-in-out;
}

.header .nav-opener:before, .header .nav-opener:after {
  content: "";
  top: 12px;
}

.nav-active .header .nav-opener:before, .nav-active .header .nav-opener:after {
  transform: rotate(45deg);
  top: 20px;
}

.header .nav-opener:after {
  top: 27px;
}

.nav-active .header .nav-opener:after {
  transform: rotate(-45deg);
}

.header .nav-opener span:after {
  content: "";
  left: 0;
  right: 0;
  top: 5px;
}

.nav-active .header .nav-opener span,
.nav-active .header .nav-opener span:after {
  opacity: 0;
}

.header.is-manager .header-top {
  background: linear-gradient(180deg, #fcd9bf -16.08%, #fff0e2 20.27%, #fff0e2 79.85%);
}

.header.is-manager .header-top .profile-hold .profile-drop {
  background: #fff0e2;
}

.header.is-manager .nav-drop {
  background: linear-gradient(180deg, #fcd9bf -16.08%, #fff0e2 20.27%, #fff0e2 79.85%);
}

.nav-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: #f2ebed;
  transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform .25s ease-in-out;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #851c55;
}

.nav-active .nav-drop {
  transform: translateX(0);
}

.nav-drop.dropdown-opened {
  overflow: hidden;
}

.header-top {
  background: #f2ebed;
  padding: 20px 0;
  order: 1;
}

.header-top .search-form {
  position: relative;
  margin-bottom: 22px;
  z-index: 99;
}

.header-top .search-form.expanded .search-drop {
  opacity: 1;
  visibility: visible;
}

.header-top .search-form input[type=search] {
  background: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 1.43;
  color: #851c55;
  border: 1px solid #ffffff;
  padding: 6px 10px 6px 38px;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  letter-spacing: .3px;
}

.header-top .search-form input[type=search]::-moz-placeholder {
  color: #851c55;
  opacity: 1;
}

.header-top .search-form input[type=search]::placeholder {
  color: #851c55;
  opacity: 1;
}

.header-top .search-form button {
  background: none;
  border: none;
  padding: 0;
  color: #851c55;
  position: absolute;
  top: 54%;
  left: 10px;
  transform: translateY(-50%);
}

.header-top .search-form button .icon-search {
  font-size: 18px;
  line-height: 1;
}

.header-top .account-area > .eyebrow {
  margin-bottom: 18px;
}

.header-top .account-holder .hold {
  margin-bottom: 20px;
}

.header-top .account-holder .hold a {
  border-bottom: none;
}

.header-top .account-holder .hold a:hover {
  border-bottom: 1px solid #851c55;
  color: #851c55;
}

.header-top .profile-hold .profile-opener-hold {
  position: relative;
}

.header-top .profile-hold .profile-opener {
  border-bottom: none;
  padding-left: 21px;
}

.header-top .profile-hold .profile-opener:hover {
  color: #851c55;
}

.header-top .profile-hold .profile-opener:hover .icon-profile {
  color: #ffffff;
}

.header-top .profile-hold .profile-opener:hover .icon-profile:after {
  opacity: 1;
}

.header-top .profile-hold .profile-opener .icon-profile {
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  margin-top: -1px;
  transition: color .25s ease-in-out;
}

.header-top .profile-hold .profile-opener .icon-profile:before {
  position: relative;
  z-index: 1;
}

.header-top .profile-hold .profile-opener .icon-profile:after {
  content: "";
  background: #851c55;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.header-top .profile-hold .profile-opener:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform .25s ease-in-out;
}

.header-top .profile-hold.active {
  overflow: hidden;
}

.header-top .profile-hold.active .profile-drop {
  transform: translateX(0);
  visibility: visible;
  transition: transform .5s linear, visibility 0s;
}

.header-top .profile-hold .profile-drop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  background: #f2ebed;
  border-radius: 0 0 6px 6px;
  padding: 20px;
  z-index: 99;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .06);
  transform: translateX(100%);
  overflow-y: auto;
  visibility: hidden;
  transition: transform .5s linear, visibility 0s .5s;
}

.header-top .profile-hold .profile-drop .eyebrow {
  margin-bottom: 30px;
}

.header-top .profile-hold .profile-drop .profile-list li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a1a5a9;
}

.header-top .profile-hold .profile-drop .profile-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.header-top .profile-hold .profile-drop .profile-list a {
  border-bottom: none;
  display: inline-flex;
  align-items: center;
}

.header-top .profile-hold .profile-drop .profile-list a:hover {
  color: #851c55;
}

.header-top .profile-hold .profile-drop .profile-list i {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
  min-width: 24px;
  text-align: center;
}

.header-top .profile-hold .profile-drop .profile-list .icon-logout {
  font-size: 19px;
}

.main-nav {
  background: #ffffff;
  padding: 30px 0 20px;
  top: 0;
  order: 0;
}

.main-nav .logo {
  width: 203px;
  display: none;
}

.main-nav .logo a {
  display: block;
  border-bottom: none;
}

.nav > ul {
  margin-bottom: 26px;
}

.nav > ul > li {
  margin-bottom: 30px;
}

.nav > ul > li > a {
  border-bottom: none;
}

.nav > ul > li > a:hover {
  border-bottom: 1px solid #851c55;
  color: #851c55;
  font-weight: 400;
  text-shadow: 0 0 .5px currentColor;
  letter-spacing: .025em;
  transition: none;
}

.nav > ul > li > a .icon-btn-caret {
  font-size: 9px;
  margin-left: 3px;
  transform: translateY(0) rotate(-90deg);
  display: inline-block;
  transition: transform .25s ease-in-out;
}

.nav > ul > li > a.subnav-trigger.nav-expanded {
  border-bottom: 1px solid #851c55;
}

.nav > ul > li > a.subnav-trigger.nav-expanded .icon-btn-caret {
  transform: translateY(0) rotate(-180deg);
}

.nav > ul > li.active > a {
  border-bottom: 1px solid #851c55;
  font-weight: 500;
  color: #851c55;
  letter-spacing: .005em;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav > ul > li:last-child {
  margin-bottom: 0;
}

.nav .support-hold {
  border-top: 1px solid #a1a5a9;
  padding-top: 20px;
}

.nav .support-hold.active .btn .icon-btn-caret {
  transform: translateY(0) rotate(-180deg);
}

.nav .support-hold .btn {
  padding: 12px 20px;
  justify-content: flex-start;
  position: relative;
}

.nav .support-hold .btn .icon-btn-caret {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(-90deg);
}

.back-holder {
  padding: 9px 0 31px;
}

.back-holder .back-link {
  border-bottom: none;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
}

.back-holder .back-link:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
}

.back-holder .back-link:hover {
  color: #851c55;
}

.support-drop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  overflow-y: auto;
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.43;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .06);
  border-radius: 0 0 6px 6px;
  transform: translateX(100%);
  z-index: 99;
  visibility: hidden;
  transition: transform .5s linear, visibility 0s .5s;
}

.active .support-drop {
  transform: translateX(0);
  visibility: visible;
  transition: transform .5s linear, visibility 0s;
}

.support-drop .top-hold {
  /*
  border-bottom: 1px solid map-get($tints, 'navy-40');
  padding-bottom: 8px;
  */
  margin-bottom: 20px;
}

.support-drop .title {
  font-size: 16px;
  line-height: 1.375;
}

.support-drop .support-list li {
  margin-bottom: 20px;
  padding-top: 19px;
  border-top: 1px solid #a1a5a9;
  font-size: 14px;
  line-height: 1.43;
}

.support-drop .support-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.support-drop .support-list a {
  color: #141e29;
  border-bottom: none;
  display: block;
  position: relative;
}

.support-drop .support-list a:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  background: #851c55;
  opacity: 0;
  transition: opacity .25s linear;
}

.support-drop .support-list a:hover {
  letter-spacing: .32px;
  font-weight: 400;
  color: #141e29;
}

.support-drop .support-list a:hover:before {
  opacity: 1;
}

.support-drop .support-list .title {
  display: inline-flex;
  align-items: center;
  color: #851c55;
  margin-bottom: 7px;
}

.support-drop .support-list i {
  font-size: 22px;
  line-height: 1;
  margin-right: 5px;
  min-width: 24px;
  text-align: center;
}

.support-drop .support-list p {
  margin: 0;
}

.search-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #851c55;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .06);
  border-radius: 0 0 6px 6px;
  padding: 30px;
  transform: translateY(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.search-drop .eyebrow {
  border-bottom: 1px solid #a1a5a9;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.search-drop .search-item {
  margin-bottom: 22px;
}

.search-drop .search-item:last-child {
  margin-bottom: 0;
}

.search-drop .search-item a {
  position: relative;
  padding-left: 30px;
  color: #141e29;
  border-bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-drop .search-item a:hover {
  letter-spacing: .05px;
}

.search-drop .search-item .icon-search {
  position: absolute;
  top: 2px;
  left: 1px;
  font-size: 18px;
  line-height: 1;
  color: #851c55;
}

.subnav {
  padding: 20px;
  margin: 0;
  width: auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 80px);
  transform: translateX(100%);
  overflow-y: auto;
  background: #ffffff;
  z-index: 100;
  transition: transform .5s linear, visibility 0s;
}

.subnav li {
  list-style: none;
  margin-bottom: 5px;
}

.subnav li.has-back-link {
  background: #f2ebed;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  padding: 20px;
}

.subnav li.has-back-link a {
  border-bottom: none;
}

.subnav li.has-back-link a .icon-btn-caret {
  transform: translateY(0) rotate(90deg);
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}

.subnav li.subnav-parent {
  border-bottom: 1px solid #a1a5a9;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.subnav li .subnav-link,
.subnav li .subnav-parent-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: none;
  transition: none;
}

.subnav li .subnav-link span,
.subnav li .subnav-parent-link span {
  position: relative;
}

.subnav li .subnav-link:hover,
.subnav li .subnav-parent-link:hover {
  border-left: 1px solid #851c55;
  color: #851c55;
  font-weight: 400;
  letter-spacing: inherit;
}

.subnav li .subnav-link:hover span,
.subnav li .subnav-parent-link:hover span {
  left: 9px;
}

.subnav li .subnav-parent-link {
  font-weight: 500;
}

.subnav li.subnav-active .subnav-link,
.subnav li.subnav-active .subnav-parent-link {
  border-left: 1px solid #851c55;
  letter-spacing: .05px;
}

.subnav li.subnav-active .subnav-link span,
.subnav li.subnav-active .subnav-parent-link span {
  left: 9px;
}

.subnav.active {
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: translateX(0);
  transition: transform .5s linear, visibility 0s;
}

body {
  background-color: #ffffff;
}

body.nav-active {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: clip;
  z-index: 10000;
  background: #ffffff;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  width: 100%;
}

.default-paddings, .section {
  padding: 30px 0;
}

.section-padding-overrides.section-top-padding, .section-top-padding.section {
  padding: 30px 0 0;
}

.section-padding-overrides.section-bottom-padding, .section-bottom-padding.section {
  padding: 0 0 30px;
}

.section-padding-overrides.section-no-padding, .section-no-padding.section {
  padding: 0;
}

.text-white {
  color: #ffffff;
}

.bg-plum-40 {
  background-color: #c195a5;
}

.bg-plum-20 {
  background-color: #dac3cb;
}

.bg-plum-10 {
  background-color: #e9dde1;
}

.bg-plum-5 {
  background-color: #f2ebed;
}

.bg-navy-40 {
  background-color: #a1a5a9;
}

.bg-navy-20 {
  background-color: #d0d2d4;
}

.bg-navy-10 {
  background-color: #e8e8ea;
}

.bg-navy-5 {
  background-color: #f3f4f4;
}

.bg-orange-60 {
  background-color: #fbc498;
}

.bg-orange-30 {
  background-color: #fcdcc1;
}

.bg-orange-10 {
  background-color: #fef3ea;
}

.bg-turquoise-40 {
  background-color: #cde9e3;
}

.bg-turquoise-20 {
  background-color: #e6f4f1;
}

.bg-turquoise-10 {
  background-color: #f3faf8;
}

.bg-sky-40 {
  background-color: #dbe2f0;
}

.bg-sky-20 {
  background-color: #eaeff6;
}

.bg-gray-40 {
  background-color: #f8f8f8;
}

.bg-plum {
  background-color: #851c55;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lavender-40 {
  background-color: #b2b1d1;
}

.bg-plum {
  background-color: #851c55 !important;
}

.bg-lavender {
  background-color: #5f61a0 !important;
}

.bg-navy {
  background-color: #2d3a6a !important;
}

.bg-gradient-plum {
  background: linear-gradient(88.79deg, #2c1d32 -16.64%, #851c55 83.27%);
}

.bg-gradient-navy {
  background: linear-gradient(88.79deg, #000a32 -16.64%, #2d3a6a 83.27%);
}

.bg-gradient-lavender {
  background: linear-gradient(88.79deg, #1d1d45 -16.64%, #5f61a0 83.27%);
}

.section .heading {
  margin-bottom: 20px;
  max-width: 513px;
}

.section .heading.center {
  text-align: center;
}

.section .heading-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section .heading-inline .heading {
  margin-bottom: 10px;
}

.section .heading-inline .heading h2 {
  margin-bottom: 0;
}

.section.no-top-gap {
  padding-top: 0;
}

.fancybox {
  display: none;
  max-width: 800px;
}

.fancybox__content > .f-button.is-close-btn {
  top: 5px;
  right: 5px;
}

.f-button svg {
  fill: #851c55;
  color: #851c55;
}

.checkmark li {
  position: relative;
  padding-top: 34px;
  margin-bottom: 16px;
}

.checkmark li:before {
  content: "";
  background: url(images/check.svg) no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 2px;
}

.space {
  height: 40px;
}

body.page .is-layout-constrained .block-acf-content {
  padding: 0 20px;
}

body.page .is-layout-constrained .block-acf-content-cta {
  margin-left: 20px;
  margin-right: 20px;
}

.wp-block-button .wp-block-button__link {
  transition: color .25s ease-in-out, background .25s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover {
  font-weight: 400;
  letter-spacing: .32px;
  color: #851c55;
  background: transparent;
}

.footer {
  background: #141e29;
  color: #ffffff;
  padding-top: 59px;
  padding-bottom: 40px;
  margin-top: -60px;
  border-radius: 56px 56px 0 0;
}

.footer a {
  border-bottom: none;
  color: #ffffff;
}

.footer .footer-top {
  font-size: 14px;
  line-height: 1.43;
  padding-bottom: 20px;
}

.footer .footer-top a {
  display: block;
}

.footer .logo-col {
  margin-bottom: 31px;
}

.footer .link-col {
  margin-bottom: 30px;
}

.footer .footer-logo {
  width: 184px;
  margin-bottom: 20px;
}

.footer .footer-links {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.footer .footer-links li {
  margin-bottom: 10px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.footer .footer-links li:nth-child(4) {
  -moz-column-break-after: column;
       break-after: column;
}

.footer .store-holder {
  width: 135px;
  margin-bottom: 10px;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.167;
}

.footer .footer-bottom .link {
  font-size: 12px;
  line-height: 1.167;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #ffffff;
}

.footer .footer-bottom .link:hover {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer .copy-holder {
  margin-bottom: 22px;
}

.footer .copy-holder .copy, .footer .copy-holder p {
  display: block;
  margin-bottom: 13px;
}

.footer .copy-holder .copy a, .footer .copy-holder p a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.footer .copy-holder .copy a:hover, .footer .copy-holder p a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer .social-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 1;
}

.footer .social-networks li {
  margin-bottom: 10px;
}

.footer .social-networks .icon-linkedin {
  font-size: 18px;
}

.footer .social-networks a:hover {
  color: #dac3cb;
}

.btn {
  background: #851c55;
  border: 1px solid #851c55;
  border-radius: 25em;
  padding: 9px 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: normal;
  letter-spacing: .02em;
  display: inline-flex;
  flex-shrink: 0;
  width: 100%;
  justify-content: center;
  transition: color .25s ease-in-out, background .25s ease-in-out;
}

.btn:hover {
  letter-spacing: .02em;
  font-weight: normal;
  color: #851c55;
  background: transparent;
}

.btn.reverse {
  background: #ffffff;
  color: #851c55;
  border-color: #ffffff;
}

.btn.reverse:hover {
  background: transparent;
  color: #ffffff;
}

.link {
  transition: color .25s ease-in-out;
  display: inline-flex;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  color: #851c55;
  border-bottom: 1px solid currentColor;
  letter-spacing: .02em;
}

.link.reverse {
  color: #ffffff;
}

.link.reverse:hover {
  color: #dac3cb;
}

.link:hover {
  color: #141e29;
  font-weight: 500;
  letter-spacing: .005em;
}

.btn-play {
  width: 48px;
  height: 48px;
  color: #851c55;
  border: 1px solid #851c55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 1;
  transition: background .25s ease-in-out, color .25s ease-in-out;
}

.btn-play:hover {
  background: #851c55;
  color: #ffffff;
}

a:hover .link {
  color: #141e29;
  font-weight: 500;
  letter-spacing: .005em;
}

a:hover .link.reverse {
  color: #dac3cb;
}

a:hover .btn {
  letter-spacing: .02em;
  font-weight: normal;
  color: #851c55;
  background: transparent;
}

a:hover .btn.reverse {
  background: transparent;
  color: #ffffff;
}

a:hover .btn-play {
  background: #851c55;
  color: #ffffff;
}

.home-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0;
}

.home-hero.section-top-padding {
  padding: 60px 0 0;
}

.home-hero.section-bottom-padding {
  padding: 0 0 60px;
}

.home-hero.section-no-padding {
  padding: 0;
}

.home-hero .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -150px;
  z-index: -1;
}

.home-hero .bg-cover img {
  height: 100%;
  width: auto;
}

.home-hero .text-holder {
  margin-bottom: 28px;
}

.home-hero .text-holder .subhead {
  margin-bottom: 0;
}

.home-hero .text-holder h1 {
  margin-bottom: 10px;
}

.home-hero .hero-clovers {
  width: 321px;
  margin: 0 -21px -61px auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  transform: translate(60px, 60px);
}

.home-hero .hero-clovers img {
  height: auto;
}

.home-hero .hero-clovers .hero-clover-main {
  width: 80px;
  transform: translateY(-20px);
}

.home-hero .hero-clovers .hero-clover-alt {
  width: 50px;
}

.home-hero .img-animation {
  width: 321px;
  margin: 0 -21px -61px auto;
}

.home-hero .img-animation svg {
  display: block;
  width: 100%;
  height: auto;
}

.caretopic-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0;
  background: #851c55;
}

.caretopic-hero .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.caretopic-hero .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.caretopic-hero .eyebrow {
  margin-bottom: 10px;
  display: none;
}

.caretopic-hero a.eyebrow {
  display: inline-flex;
  color: #ffffff;
  border: 0;
}

.caretopic-hero a.eyebrow:hover {
  letter-spacing: 1.3px;
}

.caretopic-hero h1 {
  margin-bottom: 0;
}

.caretopic-hero .subhead {
  margin-bottom: 0;
  margin-top: 9px;
}

.caretopic-hero__detail {
  min-height: 341px;
  padding-bottom: 140px;
}

.caretopic-hero__detail .eyebrow {
  display: block;
}

.caretopic-hero .spark-img {
  width: 280px;
  position: absolute;
  bottom: -92px;
  right: -121px;
}

.services-cards .cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.services-cards .cta-card__account .text-area {
  flex-direction: column;
  align-items: flex-start;
}

.cta-section {
  margin-top: -20px;
}

.cta-card {
  width: 100%;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.cta-card .text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  z-index: 2;
}

.cta-card .text-holder {
  max-width: 629px;
}

.cta-card h4:last-child {
  margin-bottom: 0;
}

.cta-card .btn-holder {
  width: 100%;
}

.cta-card .btn-holder button:hover {
  cursor: pointer;
}

.cta-card .icon-holder {
  margin: 10px 0 25px;
  width: 40px;
  flex-shrink: 0;
  z-index: 1;
}

.cta-card .icon-holder img {
  width: 100%;
  height: auto;
}

.cta-card .icon-holder img {
  display: block;
}

.cta-card .cta-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 10px;
}

.cta-card p:last-child {
  margin-bottom: 0;
}

.service-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service-card .card-content {
  padding: 30px 20px 20px;
  border-radius: 20px 20px 0 0;
  flex-grow: 1;
}

.service-card .card-content h5 {
  display: flex;
  flex-direction: column;
  margin: 0 0 7px;
  align-items: flex-start;
}

.service-card .card-content p {
  margin: 0;
}

.service-card .card-content .icon-decor,
.service-card .card-content .icon-play {
  display: block;
  margin: 0 0 10px;
}

.service-card .card-content .icon-play {
  font-size: 16px;
}

.service-card .card-links {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  min-height: 94px;
}

.service-card .card-links ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 7px;
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 300;
  letter-spacing: .02em;
}

.service-card .card-links li {
  position: relative;
}

.service-card .card-links li:last-child::after {
  display: none;
}

.service-card .card-links li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  background: currentColor;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
}

.service-card .card-links a {
  color: #141e29;
  display: block;
  transition: none;
}

.service-card .card-links a:hover {
  font-weight: 500;
  letter-spacing: -0.006em;
}

.promo-section {
  margin-top: -10px;
}

.promo-section.margin-bottom {
  margin-bottom: 50px;
}

.promo-card {
  position: relative;
  background: #851c55;
  border-radius: 10px;
  padding: 30px 20px;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}

.promo-card .text-holder {
  font-size: 22px;
  line-height: 1.1819;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.promo-card .text-holder .italic {
  font-family: "Eiko", serif;
  font-weight: 300;
  font-style: italic;
}

.promo-card .gradient {
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.promo-card .gradient img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.resource-cards .heading {
  max-width: 680px;
}

.resource-cards .resource-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.resource-cards .resource-list li {
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 1px solid #a1a5a9;
}

.resource-cards .resource-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.resource-cards .resource-list li a {
  border: 0;
  display: block;
  color: currentColor;
}

.resource-cards .resource-list li a:hover {
  color: #851c55;
}

.resource-cards .resource-list .eyebrow {
  color: #141e29;
}

.resource-cards .resource-list .title {
  margin-bottom: 20px;
  font-size: 24px;
}

.resource-cards .btn-holder {
  text-align: center;
}

.resource-cards .btn-holder .btn {
  margin-bottom: 20px;
}

.feature-resource-card {
  display: block;
  background: linear-gradient(57.51deg, #f58220 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  padding: 10px;
  border-radius: 10px;
  border: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: none;
  margin-bottom: 30px;
}

.feature-resource-card::after {
  content: "";
  background: linear-gradient(49.49deg, #f58220 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .25s ease-in-out;
  z-index: -1;
}

.feature-resource-card:hover::after {
  opacity: 1;
}

.feature-resource-card:hover .card-img-mask img {
  transform: translate(-25%, 25%) scale(1.1);
}

.feature-resource-card:hover .link {
  color: #141e29;
  font-weight: 500;
  letter-spacing: .005em;
}

.feature-resource-card.card-gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.feature-resource-card.card-gradient-sky:hover:after {
  opacity: 1;
}

.feature-resource-card.card-gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.feature-resource-card.card-gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.feature-resource-card.card-gradient-orange:hover:after {
  opacity: 1;
}

.feature-resource-card.card-gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.feature-resource-card.card-gradient-plum-40 {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #e9dde1 79.85%);
  position: relative;
  z-index: 1;
}

.feature-resource-card.card-gradient-plum-40:hover:after {
  opacity: 1;
}

.feature-resource-card.card-gradient-plum-40:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #e9dde1 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #e9dde1 42.94%);
}

.feature-resource-card .card-content {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  min-height: 420px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.feature-resource-card .card-img-mask {
  width: 282px;
  height: 282px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: -141px;
  right: -141px;
}

.feature-resource-card .card-img-mask img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, 25%);
}

.feature-resource-card .card-text {
  padding-top: 205px;
  width: 100%;
  color: #141e29;
  margin-top: auto;
}

.feature-resource-card .card-text .h4 {
  color: currentColor;
  margin-bottom: 20px;
}

.feature-resource-card .link {
  transition: color .25s ease-in-out;
  letter-spacing: .02em;
  display: inline-flex;
  vertical-align: top;
}

.feature-section .feature-card:last-child .feature-resource-card {
  margin-bottom: 0;
}

.feature-section .feature-resource-card.card-gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.feature-section .feature-resource-card.card-gradient-sky:hover:after {
  opacity: 1;
}

.feature-section .feature-resource-card.card-gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.feature-section .feature-resource-card.card-gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.feature-section .feature-resource-card.card-gradient-orange:hover:after {
  opacity: 1;
}

.feature-section .feature-resource-card.card-gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.feature-section .feature-resource-card.card-gradient-plum-40 {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #e9dde1 79.85%);
  position: relative;
  z-index: 1;
}

.feature-section .feature-resource-card.card-gradient-plum-40:hover:after {
  opacity: 1;
}

.feature-section .feature-resource-card.card-gradient-plum-40:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #e9dde1 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #e9dde1 42.94%);
}

.video-cards {
  position: relative;
}

.video-cards .swiper-container {
  padding-right: 20px;
  margin-right: -20px;
  padding-top: 39px;
}

.video-cards .btn-row {
  margin-bottom: 30px;
}

.video-cards .btn {
  position: absolute;
  bottom: 50px;
  left: 20px;
  right: 20px;
  width: auto;
}

.card-video-thumb {
  height: 100%;
  padding: 10px;
  border-radius: 10px;
  color: #141e29;
  overflow: hidden;
  border: 0;
  display: block;
}

.card-video-thumb:hover .img-holder img {
  transform: scale(1.2);
}

.card-video-thumb.card-gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.card-video-thumb.card-gradient-sky:hover:after {
  opacity: 1;
}

.card-video-thumb.card-gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.card-video-thumb.card-gradient-turquoise {
  background: linear-gradient(57.51deg, #6fc7b6 -16.08%, #6fc7b6 33.27%, #f3faf8 79.85%);
  position: relative;
  z-index: 1;
}

.card-video-thumb.card-gradient-turquoise:hover:after {
  opacity: 1;
}

.card-video-thumb.card-gradient-turquoise:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #6fc7b6 -23.74%, #6fc7b6 2.93%, #f3faf8 28.1%);
  background: linear-gradient(49.49deg, #6fc7b6 -21.99%, #6fc7b6 11.41%, #f3faf8 42.94%);
}

.card-video-thumb.card-gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.card-video-thumb.card-gradient-orange:hover:after {
  opacity: 1;
}

.card-video-thumb.card-gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.card-video-thumb.card-gradient-plum-40 {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #f2ebed 79.85%);
  position: relative;
  z-index: 1;
}

.card-video-thumb.card-gradient-plum-40:hover:after {
  opacity: 1;
}

.card-video-thumb.card-gradient-plum-40:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #f2ebed 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #f2ebed 42.94%);
}

.card-video-thumb .card-content {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-video-thumb .card-text {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-video-thumb .card-heading {
  margin-bottom: 20px;
  flex-grow: 1;
}

.card-video-thumb .card-heading p {
  margin-bottom: 0;
  font-size: 24px;
}

.card-video-thumb .link {
  margin-top: auto;
}

.card-video-thumb .img-holder {
  padding-top: 67.9%;
  -webkit-mask-image: url("./images/mask-video-thumb.svg");
          mask-image: url("./images/mask-video-thumb.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-clip: border-box;
          mask-clip: border-box;
  position: relative;
  margin-bottom: 10px;
  flex-shrink: 0;
  width: 100%;
}

.card-video-thumb .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .25s ease-in-out;
}

.card-video-thumb .btn-play {
  margin-top: -20px;
}

.card-video-thumb .btn-play .icon-play {
  margin-left: 4px;
  font-weight: 600;
}

.cards-slider .container {
  padding: 0 10px;
}

.cards-slider .swiper {
  overflow: visible;
}

.cards-slider .swiper-wrapper {
  padding-top: 41px;
}

.cards-slider .swiper-slide {
  height: auto;
}

.cards-slider .btn {
  margin-top: 20px;
}

.slider {
  border-radius: 10px;
  padding: 25px 20px;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  width: 21px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  margin-top: 0;
  transition: opacity .25s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23851C55'/%3E%3C/svg%3E%0A");
  background-size: 29px 10px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  width: 21px;
  height: 9px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .8;
}

.swiper-button-next {
  left: 30px;
}

.swiper-button-prev:after {
  transform: rotateY(-180deg);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .4;
}

.slide-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  color: #141e29;
  display: block;
  height: 100%;
}

.slide-card:hover p {
  font-weight: 400;
  letter-spacing: .32px;
}

.slide-card .image-holder {
  background: #f1f0f0;
  text-align: center;
  min-height: 135px;
  overflow: hidden;
  padding-top: 21px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.slide-card .image-holder img {
  width: 179px;
  display: inline-block;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 4/3;
  vertical-align: top;
}

.slide-card .image-holder.cover {
  padding-top: 0;
}

.slide-card .image-holder.cover img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1.67/1;
}

.slide-card .desc-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slide-card .desc-content .top-holder {
  margin-bottom: 10px;
}

.slide-card .desc-content .top-holder p {
  font-size: 24px;
}

.slide-card .desc-content .link {
  margin-top: auto;
}

.bottom-cta {
  background: linear-gradient(76.13deg, #851c55 60.07%, #c195a5 123.84%);
  padding-bottom: 100px;
}

.bottom-cta h2 {
  font-size: 36px;
}

.bottom-cta .heading {
  margin-bottom: 32px;
}

.cta-lists .cta-item {
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 9px;
  margin-bottom: 22px;
}

.cta-lists .cta-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.cta-lists .title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

.cta-lists p {
  letter-spacing: .3px;
}

.cta-lists a {
  display: block;
  color: #ffffff;
  border-bottom: none;
  letter-spacing: 0;
  padding-right: 25px;
  position: relative;
}

.cta-lists a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
  background-size: 29px 10px;
  width: 21px;
  height: 10px;
  background-position: 100% 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: right .25s ease-in-out;
}

.cta-lists a:hover {
  font-weight: 400;
  letter-spacing: 0;
}

.cta-lists a:hover:after {
  right: -5px;
}

.cta-lists a:hover .title {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.login-hero {
  background: linear-gradient(219.46deg, #c195a5 -9.63%, #af708d 4.64%, #851c55 33.87%, #851c55 45%, #141e29 110%);
  border-radius: 0 0 60px 0;
  padding: 50px 20px 40px;
  position: relative;
}

.login-hero .logo {
  width: 178px;
  margin-bottom: 29px;
}

.login-hero .logo a {
  border-bottom: none;
}

.login-hero .content-copy > p {
  letter-spacing: .25px;
}

.login-hero .hero-list {
  padding-top: 18px;
}

.login-hero .hero-list li {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
}

.login-hero .hero-list li:last-child {
  margin-bottom: 0;
}

.login-hero .hero-list i {
  min-width: 24px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  margin-bottom: 13px;
}

.login-hero .hero-list .desc {
  display: block;
}

.login-hero .hero-list .title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.login-hero .hero-list p {
  letter-spacing: .25px;
}

.form-holder {
  flex: 1;
  padding: 50px 20px;
}

.form-holder .head-hold {
  border-bottom: 1px solid #a1a5a9;
  padding-bottom: 18px;
  margin-bottom: 28px;
}

.form-holder .form-inner {
  max-width: 482px;
  margin: 0 auto;
}

.login-form label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.214;
  letter-spacing: 1.4px;
  display: inline-flex;
  margin-bottom: 9px;
}

.login-form input[type=text],
.login-form input[type=password] {
  margin-bottom: 11px;
}

.login-form .text span {
  display: block;
  margin-bottom: 5px;
}

.login-form .form-row {
  margin-bottom: 20px;
}

.login-form .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.secondary-nav {
  position: sticky;
  top: 80px;
  z-index: 99;
  transition: top .25s ease-in-out;
}

.secondary-nav .secondary-nav-opener {
  background: linear-gradient(90deg, #851c55 0%, #481e3e 100%);
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.214;
  letter-spacing: 1.32px;
  padding: 20px 0;
  color: #ffffff;
  border-bottom: 0;
  display: block;
  padding: 22px 20px;
}

.secondary-nav .secondary-nav-opener:hover {
  letter-spacing: 1.2px;
}

.secondary-nav .secondary-nav-opener:after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: transform .25s ease-in-out;
}

.secondary-nav.active .secondary-nav-opener:after {
  transform: translateY(-50%) rotate(-180deg);
}

.secondary-nav.active .secondary-nav-drop {
  opacity: 1;
  visibility: visible;
}

.secondary-nav .secondary-nav-drop {
  transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .06);
  padding: 20px 0 5px;
}

.secondary-nav ul li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}

.secondary-nav ul li.active a {
  border-bottom: 1px solid #851c55;
}

.secondary-nav ul a {
  color: #851c55;
  border-bottom: none;
  letter-spacing: 1.32px;
}

.secondary-nav ul a:hover {
  font-weight: normal;
  letter-spacing: 1.32px;
  border-bottom: 1px solid #851c55;
}

.text-image .heading {
  max-width: 670px;
  margin-bottom: 20px;
}

.text-image-grid.reverse, .reverse .text-image-grid {
  flex-direction: row-reverse;
}

.text-image-grid .feature-resource-card {
  margin-bottom: 0;
}

.text-image-grid .feature-resource-card.card-gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.text-image-grid .feature-resource-card.card-gradient-sky:hover:after {
  opacity: 1;
}

.text-image-grid .feature-resource-card.card-gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.text-image-grid .feature-resource-card.card-gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.text-image-grid .feature-resource-card.card-gradient-orange:hover:after {
  opacity: 1;
}

.text-image-grid .feature-resource-card.card-gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.text-image-grid .feature-resource-card.card-gradient-plum-40 {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #e9dde1 79.85%);
  position: relative;
  z-index: 1;
}

.text-image-grid .feature-resource-card.card-gradient-plum-40:hover:after {
  opacity: 1;
}

.text-image-grid .feature-resource-card.card-gradient-plum-40:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #e9dde1 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #e9dde1 42.94%);
}

.text-image-grid .feature-resource-card .card-content {
  min-height: 330px;
}

.text-image-grid .feature-resource-card .card-text {
  padding-top: 150px;
}

.text-image-grid .feature-resource-card .eyebrow {
  margin-bottom: 10px;
}

.text-image-grid .feature-resource-card .h4 {
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 20px;
}

.text-image-grid .text-desc {
  margin-bottom: 30px;
}

.text-image-grid .text-desc > p {
  margin-bottom: 20px;
}

.text-image-grid .intro-list li {
  position: relative;
  padding-top: 36px;
  font-size: 14px;
  line-height: 1.4;
}

.text-image-grid .intro-list li:not(:last-child) {
  margin-bottom: 31px;
}

.text-image-grid .intro-list li:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  color: #c7d8ec;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-image-grid .intro-list .subhead {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .3px;
  margin-bottom: 5px;
}

.text-image-grid .text-list {
  margin-bottom: 20px;
}

.text-image-grid .text-list li {
  position: relative;
  padding-top: 34px;
  margin-bottom: 10px;
}

.text-image-grid .text-list li:before {
  content: "";
  background: url(images/check.svg) no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 2px;
}

.left-right-content {
  padding-top: 10px;
}

.left-right-content .heading {
  margin-bottom: 0;
}

.left-right-content .heading.center {
  text-align: left;
}

.left-right-content .text-image-grid {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a1a5a9;
}

.left-right-content .text-image-grid:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.section.promo-bar {
  padding: 0 0 40px;
}

.section.text-image + .section.promo-bar {
  padding-top: 0;
}

.promo-bar .promo-holder {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.promo-bar .promo:last-child {
  margin-bottom: 0;
}

.promo-bar .promo a {
  background: #851c55;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  padding: 20px;
  border-bottom: 0;
  overflow: hidden;
  z-index: 0;
}

.promo-bar .promo a:hover {
  font-weight: 400;
  letter-spacing: .32px;
}

.promo-bar .promo a:hover .bg-hold {
  transform: scale(1.4);
}

.promo-bar .promo .heading {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.388;
  margin-bottom: 28px;
  letter-spacing: 0;
}

.promo-bar .promo .link {
  color: #ffffff;
}

.promo-bar .promo .link,
.promo-bar .promo .btn {
  margin-top: auto;
}

.promo-bar .promo .bg-hold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform .25s ease-in-out;
}

.promo-bar .promo .bg-hold img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.content-bullet-card .content-desc {
  margin-bottom: 30px;
}

.content-bullet-card .content-desc p {
  margin-bottom: 17px;
}

.content-bullet-card .bullet-card {
  background: #eaeff6;
  border-radius: 6px;
  padding: 30px 20px;
}

.content-bullet-card h3 {
  margin-bottom: 20px;
}

.content-bullet-card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  font-weight: 500;
}

.content-bullet-card ul li:last-child {
  margin-bottom: 0;
}

.content-bullet-card ul li:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  color: #c7d8ec;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.bullet-promo-section .content-holder {
  margin-bottom: 30px;
}

.bullet-promo-section .content-holder .h4 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.bullet-promo-section .content-holder ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 19px;
  font-weight: 500;
}

.bullet-promo-section .content-holder ul li:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  color: #dac3cb;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.bullet-promo-section .content-holder ul li:last-child {
  margin-bottom: 0;
}

.bullet-promo-section .content-holder ul li a {
  border-bottom: 0;
  display: inline-flex;
  transition: padding .25s ease-in-out, color .25s ease-in-out;
}

.bullet-promo-section .content-holder ul li a:hover {
  letter-spacing: .32px;
  color: #141e29;
  padding-left: 5px;
}

.bullet-promo-section .promo-holder .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bullet-promo-section .promo-holder .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.small-card-grid {
  padding-top: 20px;
}

.small-card-grid .swiper {
  overflow: visible;
  padding-right: 20px;
  padding-bottom: 38px;
}

.small-card-grid .swiper-slide .card {
  height: 100%;
}

.small-card-grid .swiper-button-next,
.small-card-grid .swiper-button-prev {
  top: auto;
  bottom: 0;
}

.small-card-grid .card a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  border-bottom: 0;
  overflow: hidden;
  color: #141e29;
  height: 100%;
}

.small-card-grid .card a:hover {
  color: #851c55;
}

.small-card-grid .card .eyebrow {
  color: #141e29;
}

.small-card-grid .card .image-holder {
  position: relative;
  padding-top: 60%;
}

.small-card-grid .card .image-holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .25s ease-in-out;
}

.small-card-grid .card .image-holder .icon-play {
  font-weight: 600;
  margin-left: 4px;
}

.small-card-grid .card .desc-holder {
  padding: 22px 0;
}

.small-card-grid .card .title {
  margin-bottom: 18px;
}

.card-feature-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px 0;
  background: #851c55;
}

.card-feature-hero .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.card-feature-hero .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.card-feature-hero .text-holder {
  margin-bottom: 30px;
}

.card-feature-hero .text-holder .eyebrow {
  margin-bottom: 10px;
  display: none;
}

.card-feature-hero h1 {
  margin-bottom: 18px;
}

.card-feature-hero .feature-resource-card {
  margin-bottom: 0;
}

.card-feature-hero .feature-resource-card.card-gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-sky:hover:after {
  opacity: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.card-feature-hero .feature-resource-card.card-gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-orange:hover:after {
  opacity: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.card-feature-hero .feature-resource-card.card-gradient-plum-40 {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #e9dde1 79.85%);
  position: relative;
  z-index: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-plum-40:hover:after {
  opacity: 1;
}

.card-feature-hero .feature-resource-card.card-gradient-plum-40:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #e9dde1 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #e9dde1 42.94%);
}

.card-feature-hero .feature-resource-card .card-content {
  min-height: 330px;
}

.card-feature-hero .feature-resource-card .card-text {
  padding-top: 150px;
}

.card-feature-hero .feature-resource-card .eyebrow {
  margin-bottom: 10px;
}

.card-feature-hero .feature-resource-card .h4 {
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 20px;
}

.filter-side .filter-form {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.filter-side .filter-form .clear-holder {
  margin-bottom: 20px;
}

.filter-side .feature-card {
  display: none;
}

.filter-form {
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.filter-form .filter-accordion {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.filter-form .filter-accordion .ac {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  flex-shrink: 1;
}

.filter-form .filter-accordion .ac-header {
  flex-shrink: 0;
}

.filter-form .filter-accordion .ac-panel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.filter-form .filter-accordion .ac-panel.hidden {
  visibility: hidden;
}

.filter-form .filter-accordion .ac-panel.is-showing {
  overflow: hidden;
}

.filter-form .filter-accordion .ac-panel.is-showing [data-scroll-holder] {
  overflow: hidden;
}

.filter-form .filter-accordion [data-scroll-holder] {
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
}

.filter-form .filter-accordion [data-scroll-holder]::-webkit-scrollbar {
  width: 4px;
}

.filter-form .filter-accordion [data-scroll-holder]::-webkit-scrollbar-thumb {
  background: #851c55;
  border-radius: 4px;
}

.filter-form .filter-accordion .sub-title {
  margin-bottom: 20px;
}

.filter-form .h5 {
  margin-bottom: 20px;
}

.filter-form .clear-holder {
  margin-bottom: 30px;
}

.filter-form .clear-holder.hidden {
  display: none;
}

.filter-form .search-holder {
  position: relative;
  margin-bottom: 19px;
}

.filter-form .search-holder input[type=search] {
  background: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 1.43;
  color: #851c55;
  border: 1px solid #851c55;
  padding: 5px 50px 5px 38px;
  border-radius: 2px;
  width: 100%;
  margin: 0;
  letter-spacing: .3px;
}

.filter-form .search-holder input[type=search]::-moz-placeholder {
  color: #851c55;
  opacity: 1;
}

.filter-form .search-holder input[type=search]::placeholder {
  color: #851c55;
  opacity: 1;
}

.filter-form .search-holder input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.filter-form .search-holder button[type=submit] {
  background: none;
  border: none;
  padding: 0;
  color: #851c55;
  position: absolute;
  top: 54%;
  left: 10px;
  transform: translateY(-50%);
}

.filter-form .search-holder button[type=submit] .icon-search {
  font-size: 18px;
  line-height: 1;
}

.filter-form .search-holder #clearBtn {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
}

.filter-form .search-holder #clearBtn:before, .filter-form .search-holder #clearBtn:after {
  content: "";
  width: 22px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
  background: #851c55;
}

.filter-form .search-holder #clearBtn:after {
  transform: rotate(-45deg);
}

.filter-form .label-holder {
  margin-bottom: 20px;
}

.filter-form .label-holder label {
  position: relative;
  padding-left: 25px;
  letter-spacing: .3px;
}

.filter-form .label-holder label:hover .checkmark {
  border-color: #851c55;
}

.filter-form .label-holder label:hover .text {
  color: #851c55;
  font-weight: 500;
  letter-spacing: 0;
}

.filter-form .label-holder input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-form .label-holder input:focus-visible ~ .checkmark {
  border-color: #851c55;
}

.filter-form .label-holder input:focus-visible ~ .text {
  color: #851c55;
  font-weight: 500;
  letter-spacing: 0;
}

.filter-form .label-holder input:checked ~ .checkmark {
  background: #851c55;
  border-color: #851c55;
}

.filter-form .label-holder input:checked ~ .checkmark.radiomark {
  background: none;
}

.filter-form .label-holder input:checked ~ .checkmark:after {
  display: block;
}

.filter-form .label-holder input:checked ~ .text {
  color: #851c55;
  font-weight: 500;
  letter-spacing: 0;
}

.filter-form .label-holder .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #141e29;
  border-radius: 3px;
  overflow: hidden;
}

.filter-form .label-holder .checkmark.radiomark {
  border-radius: 100%;
  border-color: #851c55;
  border-width: 2px;
  width: 16px;
  height: 16px;
  top: 2px;
}

.filter-form .label-holder .checkmark.radiomark:after {
  border: 0;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #851c55;
}

.filter-form .label-holder .checkmark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  display: none;
}

.ac {
  border-bottom: solid #a1a5a9;
  border-width: 0 0 1px;
  margin: 0;
  overflow: hidden;
}

.ac:first-child {
  border-top: 1px solid #a1a5a9;
}

.ac .ac-trigger {
  font: 14px/1.2 "NeueMontreal", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 22px 0;
  color: #141e29;
}

.ac .ac-trigger:after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 13px;
  line-height: 1;
  right: 4px;
  color: #851c55;
  transition: transform .25s ease-in-out;
}

.ac .ac-trigger[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(-180deg);
}

.ac .ac-trigger:focus {
  color: #141e29;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "\e905";
  transform: translateY(-50%) rotate(-180deg);
}

[data-ajax-container].is-busy {
  pointer-events: none;
  position: relative;
}

[data-ajax-container].is-busy:before {
  content: "";
  width: 48px;
  height: 48px;
  border: 5px solid #ffffff;
  border-bottom-color: #851c55;
  border-radius: 50%;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotation 1s linear infinite;
  z-index: 111;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[data-ajax-container].is-busy [data-filter-form]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  z-index: 10;
}

.filter-content .showing-text {
  font-size: 18px;
  line-height: 1.388;
  color: #851c55;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.filter-content .small-card-grid {
  padding-top: 0;
}

.filter-content .small-card-grid .card {
  margin-bottom: 20px;
}

.filter-content .small-card-grid .card a {
  height: 100%;
}

.filter-content .small-card-grid .card .image-holder {
  padding-top: 56%;
}

.filter-content .small-card-grid .card .desc-holder {
  padding: 20px;
}

.invalid-holder {
  text-align: center;
  padding: 20px 0;
  max-width: 608px;
  margin: 0 auto;
}

.invalid-holder .icon-holder {
  width: 78px;
  margin: 0 auto 26px;
}

.invalid-holder .h4 {
  color: #141e29;
  margin-bottom: 20px;
}

.invalid-holder p {
  margin-bottom: 18px;
}

.invalid-holder .search-terms {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #851c55;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.pagination,
.navigation {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagination .prev,
.navigation .prev {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23851C55'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 29px 10px;
  background-position: 100% 0;
  transform: rotate(180deg);
  width: 21px;
  height: 10px;
  text-indent: -9999px;
  display: inline-flex;
  padding: 0;
}

.pagination .prev:hover,
.navigation .prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23141e29'/%3E%3C/svg%3E%0A");
}

.pagination a, .pagination .page-numbers,
.navigation a,
.navigation .page-numbers {
  border-bottom: 0;
  margin: 0 10px;
}

.pagination .current,
.navigation .current {
  color: #141e29;
  font-weight: 500;
  border-bottom: 1px solid #141e29;
}

.pagination .next,
.navigation .next {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23851C55'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 29px 10px;
  background-position: 100% 0;
  width: 21px;
  height: 10px;
  text-indent: -9999px;
  display: inline-flex;
  padding: 0;
}

.pagination .next:hover,
.navigation .next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='10' viewBox='0 0 29 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.25C0.585786 4.25 0.25 4.58579 0.25 5C0.25 5.41421 0.585786 5.75 1 5.75L1 4.25ZM29 5L21.5 0.669871L21.5 9.33013L29 5ZM1 5.75L22.25 5.75L22.25 4.25L1 4.25L1 5.75Z' fill='%23141e29'/%3E%3C/svg%3E%0A");
}

.navigation .page-numbers {
  padding: 0;
  display: inline-flex;
}

.counseling-module {
  background: #f2ebed;
}

.left-info {
  position: relative;
  z-index: 0;
  padding: 60px 0 43px;
}

.left-info h1, .left-info .h5 {
  color: #ffffff;
}

.left-info .h5 {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: .3px;
  margin-bottom: 30px;
}

.left-info .bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  z-index: -1;
  background: #851c55;
}

.left-info .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.left-info .bg-cover.bg-story {
  left: -50px;
  right: -150px;
}

.left-info .bg-cover.bg-locator.bg-plum {
  background: linear-gradient(45deg, #851c55 50%, #c195a5);
}

.left-info .bg-cover.bg-locator.bg-lavender {
  background: linear-gradient(45deg, #5f61a0 50%, #b2b1d1);
}

.left-info .checkmark {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 13px;
  margin-bottom: 31px;
}

.left-info .checkmark li {
  position: relative;
  padding-top: 34px;
  margin-bottom: 16px;
  font-weight: 500;
}

.left-info .checkmark li:before {
  content: "";
  background: url(images/check-white.svg) no-repeat 0 0;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 2px;
}

.left-info p a {
  color: #ffffff;
  border-bottom: 0;
}

.left-info p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 400;
  letter-spacing: .3px;
}

.left-info .bullet {
  padding-top: 13px;
}

.left-info .bullet li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px;
}

.left-info .bullet li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
}

.left-info ol li {
  margin-bottom: 15px;
}

.right-form {
  padding: 50px 0;
}

.right-form h2 {
  color: #141e29;
  margin-bottom: 20px;
}

.counselor-list .text-holder {
  margin-bottom: 28px;
}

.counselor-list .text-holder .title {
  color: #851c55;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.counselor-list .text-holder p {
  margin-bottom: 20px;
}

.counseling-module .left-info h2 {
  color: #ffffff;
}

.thankyou-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px 0;
  background: #851c55;
}

.thankyou-hero .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.thankyou-hero .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.thankyou-hero .text-holder {
  max-width: 620px;
}

.thankyou-hero h1 {
  margin-bottom: 9px;
}

.thankyou-hero .ref {
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
}

.thankyou-hero .subhead {
  margin-bottom: 0;
}

.thankyou-hero a {
  color: #ffffff;
  border-bottom: 0;
}

.thankyou-hero a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 400;
  letter-spacing: 0;
}

.asset-content .sidebar {
  display: none;
}

.asset-content .content {
  flex: 1;
}

.asset-content .content h2, .asset-content .content h3, .asset-content .content h4 {
  margin-bottom: 21px;
}

.asset-content .content p {
  margin-bottom: 20px;
}

.asset-content .content .checkmark {
  padding-top: 13px;
}

.asset-content .content figure {
  margin: 0 0 30px;
}

.asset-content .content figure img {
  width: 100%;
}

.asset-content .content figure figcaption {
  font-size: 14px;
  line-height: 1.43;
  padding-top: 8px;
}

.asset-content .cross-link-card h4 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.2;
}

.cross-link-card {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.promo-bar-cta {
  position: relative;
  border-radius: 10px;
  padding: 30px 20px;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 60px;
}

.promo-bar-cta h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

.promo-bar-cta p {
  margin-bottom: 28px;
}

.promo-bar-cta .btn {
  min-width: 189px;
}

.promo-bar-cta .gradient {
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.promo-bar-cta .gradient img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: fill;
     object-fit: fill;
}

.helpline {
  position: relative;
  color: #851c55;
  position: sticky;
  top: 0;
  transition: top .25s ease-in-out;
}

.helpline__sm {
  position: sticky;
  top: 80px;
  z-index: 998;
  overflow: hidden;
  max-width: 100%;
}

.helpline .ac {
  border: 0;
}

.helpline .headline {
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.helpline .helpline-opener {
  display: block;
  width: 100%;
  background: #f2ebed;
  color: #851c55;
  padding: 15px 50px 15px 20px;
  font-weight: 500;
  position: relative;
  border: 0;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer;
}

.helpline .helpline-opener:hover {
  letter-spacing: 0;
}

.helpline .helpline-opener .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.helpline .helpline-opener .icon:before, .helpline .helpline-opener .icon:after {
  content: "";
  background: #851c55;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.helpline .helpline-opener .icon:after {
  transform: translateY(-50%) rotate(90deg);
}

.helpline .helpline-drop .mask {
  background: #f2ebed;
  padding: 15px 20px 20px;
  position: relative;
}

.helpline .helpline-drop .mask:before {
  content: "";
  border-top: 1px solid #851c55;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.helpline .ac.is-active .helpline-opener .icon:after {
  display: none;
}

.helpline .ac.is-active .helpline-drop .mask:before {
  opacity: 1;
}

.helpline .holder {
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 15px;
}

.helpline .holder:last-child {
  margin-bottom: 0;
}

.helpline .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.helpline a {
  color: #851c55;
  border-bottom: 0;
}

.helpline a:hover {
  letter-spacing: .1px;
}

.large-card,
.small-card,
.full-card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
}

.large-card .card:last-child,
.small-card .card:last-child,
.full-card .card:last-child {
  margin-bottom: 0;
}

.large-card .card a,
.small-card .card a,
.full-card .card a {
  background: #851c55;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  padding: 30px 29px;
  border-bottom: 0;
  overflow: hidden;
  z-index: 0;
  min-height: 209px;
}

.large-card .card a:hover,
.small-card .card a:hover,
.full-card .card a:hover {
  font-weight: 400;
  letter-spacing: .32px;
}

.large-card .card a:hover .bg-hold,
.small-card .card a:hover .bg-hold,
.full-card .card a:hover .bg-hold {
  transform: scale(1.4);
}

.large-card .card .heading,
.small-card .card .heading,
.full-card .card .heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2083;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.large-card .card .link,
.small-card .card .link,
.full-card .card .link {
  color: #ffffff;
}

.large-card .card .btn,
.small-card .card .btn,
.full-card .card .btn {
  width: auto;
}

.large-card .card .link, .large-card .card .btn,
.small-card .card .link,
.small-card .card .btn,
.full-card .card .link,
.full-card .card .btn {
  margin-top: auto;
}

.large-card .card .bg-hold,
.small-card .card .bg-hold,
.full-card .card .bg-hold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: transform .25s ease-in-out;
}

.large-card .card .bg-hold img,
.small-card .card .bg-hold img,
.full-card .card .bg-hold img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.small-card .card {
  font-size: 14px;
  line-height: 1.43;
}

.small-card .card a {
  padding: 20px;
}

.small-card .card .heading {
  font-size: 18px;
  line-height: 1.388;
}

.keyword-holder {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -2px;
}

.keyword-holder li {
  padding: 0 2px;
}

.keyword-holder a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: inline-flex;
  text-transform: uppercase;
  padding: 9px 19px;
  color: #851c55;
  border: 1px solid #851c55;
  background: #fef3ea;
  border-radius: 100px;
  transition: background .25s ease-in-out;
}

.keyword-holder a:hover {
  letter-spacing: .32px;
  background: #ffffff;
}

.transcript-holder {
  position: relative;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}

.transcript-holder .ac {
  border: 0;
}

.transcript-holder .ac.is-active .icon:after {
  display: none;
}

.transcript-holder .transcript-bar {
  display: block;
  background: #f2ebed;
  color: #851c55;
  padding: 18px 20px 15px 40px;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 0;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.transcript-holder .transcript-bar:hover {
  letter-spacing: 0;
}

.transcript-holder .transcript-bar .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
}

.transcript-holder .transcript-bar .icon:before, .transcript-holder .transcript-bar .icon:after {
  content: "";
  background: #851c55;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.transcript-holder .transcript-bar .icon:after {
  transform: translateY(-50%) rotate(90deg);
}

.transcript-holder .transcript-slide {
  position: relative;
  background: #f2ebed;
}

.transcript-holder .transcript-slide .mask {
  padding: 12px 28px;
}

.transcript-holder .transcript-slide .h5 {
  color: #141e29;
  font-weight: 400;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #141e29;
}

.block-acf-content-video figure {
  aspect-ratio: 16/9;
}

.block-acf-content-video figure iframe {
  width: 100%;
  height: 100%;
}

.steps-hero {
  background: linear-gradient(262.35deg, #851c55 23.38%, #141e29 105.03%);
  padding: 60px 0 50px;
}

.steps-hero .text-holder {
  max-width: 597px;
}

.steps-hero .subhead {
  margin-bottom: 0;
}

.steps-hero h1:only-child {
  margin-bottom: 0;
}

.quiz-ajax {
  padding: 50px 20px;
  margin: -50px -20px;
}

.quiz-ajax .progress-bar {
  height: 8px;
  border-radius: 25em;
  position: relative;
  margin-bottom: 40px;
}

.quiz-ajax .progress-bar .progress-indicator {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 25em;
}

.quiz-ajax .radio-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  gap: 12px;
}

.quiz-ajax .radio-list label {
  border: 2px solid #dac3cb;
  border-radius: 2px;
  background: #ffffff;
  padding: 14px 18px;
  display: flex;
  font-weight: 500;
  position: relative;
}

.quiz-ajax .radio-list label:has(input[type=radio]:checked) {
  background: #f2ebed;
}

.quiz-ajax .radio-list .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #851c55;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: none;
}

.quiz-ajax .radio-list input[type=radio] {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.quiz-ajax .radio-list input[type=radio]:checked ~ .checkmark:after {
  content: "";
  background: #851c55;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz-ajax .heading {
  max-width: none;
  margin-bottom: 30px;
}

.quiz-ajax h2 {
  color: #141e29;
  margin-bottom: 15px;
}

.quiz-ajax .btns-holder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}

.quiz-ajax .btns-holder .disabled {
  opacity: .4;
  pointer-events: none;
}

.quiz-ajax .btns-holder .btn-prev {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: .02em;
  border: 0;
  gap: 10px;
}

.quiz-ajax .btns-holder .btn-prev.hidden {
  display: none;
}

.quiz-ajax .btns-holder .btn-prev .icon-arrow {
  transform: scaleX(-1);
}

.fancybox__container {
  --fancybox-bg: rgba(20, 30, 41, .5);
}

.timeout-popup,
.fancybox__content {
  background: #851c55;
  color: #ffffff;
  border-radius: 15px;
  font-size: 24px;
  line-height: 1.2;
  padding: 60px 20px 44px;
  max-width: 794px;
  text-align: center;
}

.timeout-popup a[href^="tel:"],
.fancybox__content a[href^="tel:"] {
  font-size: 28px;
  display: inline-flex;
  margin-top: 22px;
  color: #ffffff;
}

.timeout-popup p img,
.fancybox__content p img {
  width: 44px;
  margin-top: 10px;
}

.timeout-popup .timer,
.fancybox__content .timer {
  text-align: center;
  font-size: 30px;
  margin: 10px 0 20px;
}

.timeout-popup .link,
.fancybox__content .link {
  font-size: 20px;
  color: #ffffff;
}

.fancybox__slide {
  padding-left: 15px;
  padding-right: 15px;
}

.timeout-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  z-index: 1051;
  transition: visibility .5s linear, opacity .5s linear;
  min-width: 280px;
}

.show-timeout-popup .timeout-popup {
  opacity: 1;
  visibility: visible;
}

.timeout-popup .is-close-btn {
  background: none;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 16px;
  right: 23px;
  color: #ffffff;
  width: 30px;
  height: 30px;
}

.timeout-popup .is-close-btn:hover {
  background: none;
  color: rgba(255, 255, 255, .7);
}

.timeout-popup .is-close-btn svg {
  color: currentColor;
}

.timeout-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(20, 30, 41, .5);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  z-index: 1050;
  transition: visibility .2s linear, opacity .2s linear;
}

.show-timeout-popup .timeout-popup-overlay {
  opacity: 1;
  visibility: visible;
}

.show-timeout-popup {
  overflow: clip;
}

.fancybox__content > .f-button.is-close-btn {
  background: transparent;
  border: 1px solid #ffffff;
  width: 29px;
  height: 29px;
  top: 16px;
  right: 23px;
  border-radius: 100%;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  top: 16px;
  right: 23px;
}

.f-button svg {
  fill: #ffffff;
  color: #ffffff;
  stroke-width: 1px;
}

.overview-section.bg-plum-5 {
  padding: 40px 0;
}

.overview-section.bg-plum-5 .text-holder {
  margin-bottom: 30px;
}

.overview-section .top-overview {
  margin-bottom: 20px;
}

.overview-section .top-overview:only-child {
  margin-bottom: 0;
}

.overview-section .text-holder {
  margin-bottom: 40px;
}

.overview-section .overview-card {
  background: #851c55;
  border-radius: 6px;
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.2;
}

.overview-section .overview-card .head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.overview-section .overview-card .holder {
  margin-bottom: 27px;
}

.overview-section .overview-card .holder:last-child {
  margin-bottom: 0;
}

.overview-section .overview-card .holder .title {
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 5px;
}

.overview-section .overview-card .holder .desc {
  font-weight: 500;
}

.overview-section .overview-card .holder a {
  color: #ffffff;
  border-bottom: 0;
}

.overview-section .overview-card .holder a:hover {
  letter-spacing: .3px;
  border-bottom: 1px solid #ffffff;
}

.full-bullet-card {
  background: #eaeff6;
  border-radius: 8px;
  padding: 40px 30px 50px;
}

.full-bullet-card .h4 {
  margin-bottom: 20px;
}

.full-bullet-card .spark-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 29px;
}

.full-bullet-card .spark-list li {
  margin-bottom: 0;
}

.spark-list.inline li {
  padding-top: 0;
  padding-left: 34px;
}

.spark-list li {
  position: relative;
  padding-top: 34px;
  margin-bottom: 29px;
}

.spark-list li:last-child {
  margin-bottom: 0;
}

.spark-list li:before {
  content: "";
  content: "\e900";
  font-family: "icomoon";
  font-size: 16px;
  color: #c7d8ec;
  /*
  background: url(images/bullet.svg) no-repeat 0 0;
  background-size: 22px 22px;
  */
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-hero {
  background: linear-gradient(262.35deg, #851c55 23.38%, #141e29 105.03%);
  padding: 60px 0 50px;
}

.faq-hero .subhead {
  margin-bottom: 0;
}

.faq-hero h1:only-child {
  margin-bottom: 0;
}

.faq-section {
  padding: 40px 0;
}

.faq-section .container {
  max-width: 1040px;
}

.faq-section h2 {
  margin-bottom: 30px;
}

.faq-section + .cta-section {
  padding-top: 0;
  margin-top: 0;
}

.faq-accordion {
  overflow: hidden;
  position: relative;
  background: #eaeff6;
  border-radius: 8px;
  padding: 20px 12px 30px;
}

.faq-accordion .ac {
  border-bottom: 1px solid #828282;
  border-top: 0;
  background: none;
}

.faq-accordion .ac:last-child {
  border-bottom: 0;
}

.faq-accordion .faq-opener {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 60px 16px 0;
  font-size: 20px;
  line-height: 1.2;
  color: #141e29;
  cursor: pointer;
}

.faq-accordion .faq-opener:after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #141e29;
  transition: transform .25s ease-in-out;
}

.faq-accordion .faq-opener[aria-expanded=true] {
  color: #851c55;
}

.faq-accordion .faq-opener[aria-expanded=true]:after {
  transform: rotate(-180deg);
}

.faq-accordion .faq-drop .holder {
  padding-right: 80px;
  padding-bottom: 25px;
}

.faq-accordion .faq-drop .holder p {
  padding-right: 14px;
}

.faq-accordion .faq-drop ul {
  padding-left: 10px;
  padding-top: 8px;
  margin-bottom: 13px;
}

.faq-accordion .faq-drop ul li {
  position: relative;
  padding-left: 14px;
}

.faq-accordion .faq-drop ul li:before {
  content: "";
  background-color: #141e29;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0;
}

.crisis-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}

.crisis-section .heading-inline .btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  width: auto;
}

.crisis-section .small-card-grid .swiper {
  padding-top: 40px;
  padding-bottom: 0;
}

.crisis-section .small-card-grid .swiper-button-next,
.crisis-section .small-card-grid .swiper-button-prev {
  top: 0;
}

.crisis-section .small-card-grid .card a {
  background: #f8f8f8;
}

.crisis-section .small-card-grid .card .image-holder {
  overflow: hidden;
}

.crisis-section .small-card-grid .card .image-holder.gradient-sky {
  background: linear-gradient(57.51deg, #c7d8ec -16.08%, #c7d8ec 33.27%, #eaeff6 79.85%);
  position: relative;
  z-index: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-sky:hover:after {
  opacity: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-sky:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c7d8ec -23.74%, #c7d8ec 2.93%, #eaeff6 28.1%);
  background: linear-gradient(49.49deg, #c7d8ec -21.99%, #c7d8ec 11.41%, #eaeff6 42.94%);
}

.crisis-section .small-card-grid .card .image-holder.gradient-orange {
  background: linear-gradient(57.51deg, #fbc498 -16.08%, #fbc498 33.27%, #fef3ea 79.85%);
  position: relative;
  z-index: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-orange:hover:after {
  opacity: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-orange:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #fbc498 -23.74%, #fbc498 2.93%, #fef3ea 28.1%);
  background: linear-gradient(49.49deg, #fbc498 -21.99%, #fbc498 11.41%, #fef3ea 42.94%);
}

.crisis-section .small-card-grid .card .image-holder.gradient-plum {
  background: linear-gradient(57.51deg, #c195a5 -16.08%, #c195a5 33.27%, #e9dde1 79.85%);
  position: relative;
  z-index: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-plum:hover:after {
  opacity: 1;
}

.crisis-section .small-card-grid .card .image-holder.gradient-plum:after {
  transition: opacity .25s ease-in-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(47.79deg, #c195a5 -23.74%, #c195a5 2.93%, #e9dde1 28.1%);
  background: linear-gradient(49.49deg, #c195a5 -21.99%, #c195a5 11.41%, #e9dde1 42.94%);
}

.support-hero {
  background: linear-gradient(262.35deg, #851c55 23.38%, #141e29 105.03%);
  padding: 60px 0 50px;
}

.support-hero .subhead {
  margin-bottom: 0;
}

.support-hero h1:only-child {
  margin-bottom: 0;
}

.support-section .desc {
  margin-bottom: 30px;
}

.support-section .desc p {
  margin-bottom: 20px;
}

.support-section .slide-card {
  background: #f8f8f8;
}

.support-section .slide-card .image-holder {
  background: #c7d8ec;
}

.support-section .bullet-card {
  background: #eaeff6;
  border-radius: 8px;
  padding: 40px 20px;
}

.support-section .bullet-card h4 {
  margin-bottom: 20px;
}

.support-section .bullet-card .spark-list li {
  margin-bottom: 19px;
  font-weight: 500;
}

.support-section .bullet-card .spark-list li:last-child {
  margin-bottom: 0;
}

.summary-section {
  margin: 0;
  padding: 60px 0;
}

.summary-section .heading {
  margin-bottom: 38px;
}

.summery-row {
  max-width: 1008px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 16px;
}

.summery-row .col {
  border: 2px solid #e9dde1;
  border-radius: 8px;
}

.summery-row .head {
  padding: 20px 18px;
  border-bottom: 2px solid #e9dde1;
}

.summery-row .head .eyebrow {
  margin-bottom: 0;
}

.summery-row .detail-holder {
  padding: 34px 16px 20px;
}

.summery-row .detail-holder .detail-row {
  margin-bottom: 15px;
}

.summery-row .detail-holder .detail-row:last-child {
  margin-bottom: 0;
}

.summery-row .detail-holder .title {
  text-transform: uppercase;
  color: #828282;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  letter-spacing: 1.3px;
}

.summery-row .detail-holder .desc {
  font-weight: 500;
}

.summery-row .contact-holder {
  padding: 20px 18px;
}

.summery-row .contact-holder .image-holder {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.summery-row .contact-holder .contact-desc {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.summery-row .contact-holder .contact-desc * {
  margin-bottom: 12px;
}

.summery-row .contact-holder .contact-desc *:last-child {
  margin-bottom: 0;
}

.summery-row .contact-holder .contact-desc a {
  color: #141e29;
  border-bottom: 0;
}

.summery-row .contact-holder .contact-desc a:hover {
  letter-spacing: .32px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.summery-row .contact-holder .name {
  font-size: 16px;
}

.summery-row .contact-holder .job-title {
  font-weight: 400;
  letter-spacing: 1.3px;
}

.search-result-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 111px;
  background: #851c55;
}

.search-result-hero .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.search-result-hero .bg-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.search-result-hero h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 19px;
}

.search-result-hero .search-block {
  max-width: 586px;
  margin: 0 auto;
}

.search-result-hero .search-form {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.search-result-hero .search-form button[type=submit] {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 11px 11px;
  color: #851c55;
  border-radius: 30px;
  display: none;
  width: 90px;
  margin-left: 20px;
  cursor: pointer;
  transition: border-color .25s ease-in-out, background .25s ease-in-out, color .25s ease-in-out;
}

.search-result-hero .search-form button[type=submit]:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.search-result-hero .search-holder {
  position: relative;
  width: 100%;
}

.search-result-hero .search-holder input[type=search] {
  background: #ffffff;
  font-size: 14px;
  line-height: 1.43;
  color: #851c55;
  border: 1px solid #851c55;
  padding: 5px 50px 5px 38px;
  border-radius: 2px;
  width: 100%;
  height: 42px;
  margin: 0;
  letter-spacing: .3px;
}

.search-result-hero .search-holder input[type=search]::-moz-placeholder {
  color: #851c55;
  opacity: 1;
}

.search-result-hero .search-holder input[type=search]::placeholder {
  color: #851c55;
  opacity: 1;
}

.search-result-hero .search-holder input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.search-result-hero .search-holder .icon-search {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #851c55;
}

.search-result-hero .search-holder #clearBtn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
}

.search-result-hero .search-holder #clearBtn:before, .search-result-hero .search-holder #clearBtn:after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(45deg);
  background: #851c55;
}

.search-result-hero .search-holder #clearBtn:after {
  transform: rotate(-45deg);
}

.search-result-hero .show-copy {
  font-size: 14px;
  line-height: 1.2;
}

.search-section {
  padding-top: 0;
  padding-bottom: 40px;
}

.search-section .filter-side {
  margin: 0 -20px;
}

.search-section .invalid-holder {
  padding: 60px 0;
}

.search-row .filter-form .label-holder {
  margin-bottom: 11px;
}

.search-row .content-footer {
  display: flex;
  flex-wrap: wrap;
}

.search-row .content-footer .page-count {
  width: 96px;
  padding-top: 23px;
}

.search-row .content-footer .pagination {
  justify-content: flex-end;
  flex: 1;
  margin: 0 -10px;
  padding-top: 23px;
}

.feature-card-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.search-results-hold .search-item {
  border-bottom: 1px solid #a1a5a9;
}

.search-results-hold .search-item .h5 {
  transition: color .25s ease-in-out;
  margin-bottom: 20px;
}

.search-results-hold .search-item .eyebrow {
  margin-bottom: 13px;
}

.search-results-hold .search-item p {
  margin-bottom: 0;
}

.search-results-hold .search-item a {
  display: block;
  color: #141e29;
  border-radius: 6px 60px 6px 6px;
  padding: 42px 20px;
  margin: 0 -20px;
  border-bottom: 0;
  transition: color .25s ease-in-out, background .25s ease-in-out;
}

.search-results-hold .search-item a:hover {
  background: #851c55;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: .32px;
}

.search-results-hold .search-item a:hover .h5 {
  color: #ffffff;
}

.invalid-holder .keylines {
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
}

.assistance-bar {
  background: #eaeff6;
  border-radius: 10px;
  padding: 30px 20px;
}

.assistance-bar h4 {
  color: #141e29;
}

.assistance-bar .text-hold {
  margin-bottom: 30px;
}

.assistance-bar .block {
  margin-bottom: 20px;
  position: relative;
}

.assistance-bar .block:last-child {
  margin-bottom: 0;
}

.assistance-bar .block .ico-holder {
  margin-bottom: 10px;
}

.assistance-bar .block .icon-call,
.assistance-bar .block .icon-counseling {
  font-size: 21px;
  line-height: 1;
}

.assistance-bar .title {
  display: block;
  margin-bottom: 5px;
}

.assistance-bar .call a {
  color: #141e29;
  border-bottom: 0;
}

.assistance-bar .call a:hover {
  letter-spacing: .32px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.resource-cards .assistance-bar {
  margin-top: 50px;
}

.form-toggle {
  text-align: center;
  padding: 45px 0;
}

.form-toggle h1,
.form-toggle h2 {
  font-weight: 300;
  font-family: "Eiko", serif;
  font-style: italic;
  margin-bottom: 20px;
}

.form-toggle h1,
.form-toggle h2,
.form-toggle p {
  color: #141e29;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 0 15px;
}

.form-toggle p {
  font-size: 24px;
}

.form-toggle .toggle-buttons-container {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.form-toggle .toggle-buttons-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 16px 40px;
}

.form-toggle .toggle-buttons-container a:hover {
  letter-spacing: .02em;
  color: #ffffff;
}

.form-toggle .toggle-buttons-container a.btn-mss {
  border: 2px solid #5f61a0;
  color: #5f61a0;
}

.form-toggle .toggle-buttons-container a.btn-mss.toggle-active {
  background: #5f61a0;
  color: #ffffff;
}

.form-toggle .toggle-buttons-container a.btn-mss:hover {
  background: #5f61a0;
  color: #ffffff;
}

.form-toggle .toggle-buttons-container a.btn-counseling {
  border: 2px solid #851c55;
  color: #851c55;
}

.form-toggle .toggle-buttons-container a.btn-counseling.toggle-active {
  background: #851c55;
  color: #ffffff;
}

.form-toggle .toggle-buttons-container a.btn-counseling:hover {
  background: #851c55;
  color: #ffffff;
}

.form-toggle .toggle-buttons-container a .button-label {
  font-weight: 500;
  font-size: 16px;
}

.form-toggle .toggle-buttons-container a .button-description {
  font-weight: 400;
  font-size: 14px;
}

#hs-web-interactives-bottom-anchor {
  z-index: 10000;
}

#hs-web-interactives-bottom-anchor .hs-cta-embed__loaded {
  z-index: 10001;
}

#hs-web-interactives-top-anchor.has-hs-dialog {
  z-index: 10000;
}

#hs-web-interactives-top-anchor.has-hs-dialog .hs-cta-embed__loaded {
  z-index: 10001;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
  }

  h2, .h2 {
    font-size: 36px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  h4, .h4 {
    font-size: 26px;
  }

  h5, .h5 {
    font-size: 24px;
  }

  h6, .h6 {
    font-size: 20px;
  }

  .subhead {
    font-size: 18px;
  }

  .inputs-list[role=checkbox] {
    padding: 0;
  }

  .hs-form {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .hs-form .hs-form-field, .hs-form .hs-submit, .hs-form .hs_error_rollup {
    width: 100%;
  }

  .hs-form .hs-firstname,
  .hs-form .hs-lastname,
  .hs-form .hs-phone,
  .hs-form .hs-email {
    flex: 1;
  }

  .hs-fieldtype-checkbox,
  .hs-fieldtype-radio {
    display: flex;
    flex-wrap: wrap;
  }

  .hs-fieldtype-checkbox > label,
  .hs-fieldtype-radio > label {
    flex: 1;
  }

  .hs-fieldtype-checkbox .input,
  .hs-fieldtype-radio .input {
    width: 150px;
  }

  .hs-fieldtype-checkbox .hs-error-msgs,
  .hs-fieldtype-radio .hs-error-msgs {
    width: 100%;
  }

  .hs-button {
    width: auto;
  }

  .service-locators {
    padding-top: 0;
  }

  .service-locators .row {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .service-locators .row .col {
    width: calc(50% - 10px);
  }

  .service-locators .help-text {
    margin-left: 12px;
  }

  .service-locators .btn {
    margin-top: 16px;
  }

  .nav .support-hold .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .checkmark li {
    padding-top: 0;
    padding-left: 36px;
  }

  .btn {
    width: auto;
  }

  .home-hero .bg-cover {
    right: 0;
  }

  .home-hero .text-holder {
    width: 500px;
  }

  .home-hero .hero-clovers {
    bottom: -10%;
    margin: 0;
    aspect-ratio: 400/349;
    height: 85%;
    width: auto;
    z-index: 10;
    transform: translate(35px, -25px);
  }

  .home-hero .img-animation {
    position: absolute;
    bottom: -10%;
    right: 0;
    margin: 0;
    aspect-ratio: 400/349;
    height: 85%;
    width: auto;
  }

  .caretopic-hero .eyebrow {
    display: block;
    margin-bottom: 18px;
  }

  .services-cards .service-card {
    width: calc(50% - 10px);
  }

  .services-cards .cta-card:nth-child(2n) {
    width: calc(50% - 10px);
    padding-left: 125px;
  }

  .services-cards .cta-card:nth-child(2n) .img-holder {
    width: 100px;
    height: 100px;
  }

  .services-cards .cta-card__account:nth-child(2n) {
    width: 100%;
    padding-left: 130px;
  }

  .cta-card {
    flex: 1;
    flex-direction: row;
    align-items: center;
    padding: 20px 30px 20px 130px;
  }

  .cta-card .text-area {
    gap: 30px;
  }

  .cta-card .btn-holder {
    width: auto;
  }

  .cta-card .icon-holder {
    position: absolute;
    width: 73px;
    margin: 0;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .promo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 34px 20px;
    gap: 30px;
  }

  .promo-card .text-holder {
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 0;
  }

  .promo-card .gradient {
    width: 702px;
    right: 0;
    bottom: 0;
    transform: none;
  }

  .resource-cards .resource-grid {
    display: grid;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 6fr 6fr;
  }

  .resource-cards .resource-list li {
    padding-bottom: 27px;
    margin-bottom: 28px;
  }

  .resource-cards .btn-holder {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .resource-cards .btn-holder .btn {
    margin-bottom: 0;
  }

  .feature-resource-card .card-content {
    min-height: 437px;
    height: 100%;
    padding: 30px;
  }

  .feature-resource-card .card-text {
    width: 70%;
    padding-top: 140px;
  }

  .feature-section .feature-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .feature-section .feature-card {
    width: 50%;
    padding: 0 15px;
  }

  .feature-section .feature-resource-card {
    margin-bottom: 0;
  }

  .video-cards .swiper-container {
    padding-top: 0;
    padding-right: 0;
    margin-right: 0;
  }

  .video-cards .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
    width: auto;
    box-sizing: border-box;
  }

  .video-cards .swiper-slide {
    width: 33.33% !important;
    margin-right: 0 !important;
    padding: 0 10px;
    height: auto;
  }

  .video-cards .swiper-button-next,
  .video-cards .swiper-button-prev {
    display: none;
  }

  .video-cards .btn {
    position: static;
  }

  .cards-slider .container {
    padding: 0 20px;
  }

  .cards-slider .swiper {
    padding-right: 150px;
  }

  .slide-card {
    display: flex;
    flex-wrap: wrap;
  }

  .slide-card .image-holder {
    width: 36.4%;
    min-height: 194px;
    padding-top: 36px;
  }

  .slide-card .image-holder img {
    aspect-ratio: 1.02/1;
  }

  .slide-card .image-holder.cover img {
    aspect-ratio: 1.09/1;
  }

  .slide-card .desc-content {
    flex: 1;
    padding: 32px 70px 30px 20px;
  }

  .bottom-cta .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  .bottom-cta .heading {
    width: 48%;
  }

  .cta-lists {
    flex: 1;
    padding-left: 20px;
  }

  .login-form .btn {
    width: 100%;
  }

  .text-image-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .text-image-grid .feature-resource-card {
    width: calc(44% - 10px);
  }

  .text-image-grid .feature-resource-card .card-content {
    min-height: 360px;
    padding: 19px 20px;
  }

  .text-image-grid .feature-resource-card .card-text {
    width: 75%;
  }

  .text-image-grid .text-desc {
    width: calc(50% - 10px);
    padding-top: 1px;
    margin-bottom: 0;
  }

  .text-image-grid .intro-list li {
    padding-top: 0;
    padding-left: 30px;
  }

  .text-image-grid .text-list li {
    padding-top: 0;
    padding-left: 36px;
  }

  .left-right-content .heading.center {
    text-align: center;
  }

  .section.promo-bar {
    padding-top: 33px;
  }

  .promo-bar .promo-holder {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .promo-bar .promo {
    flex: 1;
    margin-bottom: 0;
    padding: 0;
  }

  .promo-bar .promo a {
    min-height: 209px;
  }

  .promo-bar .promo .heading {
    margin-bottom: 20px;
  }

  .content-bullet-card .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .content-bullet-card .content-desc {
    width: calc(50% - 10px);
  }

  .content-bullet-card .bullet-card {
    width: calc(50% - 10px);
  }

  .bullet-promo-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .bullet-promo-section .content-holder {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }

  .bullet-promo-section .promo-holder {
    width: calc(50% - 10px);
  }

  .bullet-promo-section .promo-card {
    display: block;
  }

  .bullet-promo-section .promo-card .text-holder {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .small-card-grid .swiper {
    padding-right: 0;
    padding-bottom: 0;
  }

  .small-card-grid .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
    width: auto;
    box-sizing: border-box;
  }

  .small-card-grid .swiper-slide {
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 10px;
    height: auto;
  }

  .small-card-grid .swiper-button-next,
  .small-card-grid .swiper-button-prev {
    display: none;
  }

  .small-card-grid .card a {
    display: flex;
    flex-wrap: wrap;
  }

  .small-card-grid .card a:hover .image-holder img {
    transform: scale(1.1);
  }

  .small-card-grid .card .image-holder {
    padding-top: 0;
    margin-bottom: 0;
    width: 39%;
    overflow: hidden;
  }

  .small-card-grid .card .desc-holder {
    flex: 1;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .small-card-grid .card .title {
    margin-bottom: 30px;
  }

  .small-card-grid .card .link {
    margin-top: auto;
  }

  .card-feature-hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .card-feature-hero .text-holder {
    width: calc(54% - 10px);
    margin-bottom: 0;
  }

  .card-feature-hero .text-holder .eyebrow {
    display: block;
    margin-bottom: 18px;
  }

  .card-feature-hero .feature-resource-card {
    width: calc(44% - 10px);
  }

  .card-feature-hero .feature-resource-card .card-content {
    min-height: 360px;
    padding: 19px 20px;
  }

  .card-feature-hero .feature-resource-card .card-text {
    width: 75%;
  }

  .filter-side .filter-form {
    margin-bottom: 20px;
  }

  .filter-content .showing-text {
    margin-bottom: 30px;
  }

  .filter-content .small-card-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -15px;
  }

  .filter-content .small-card-grid .card {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .filter-content .small-card-grid .card .image-holder {
    padding-top: 0;
  }

  .filter-content .small-card-grid .card .desc-holder {
    padding: 15px 10px;
  }

  .pagination,
  .navigation {
    padding-top: 20px;
  }

  .left-info .checkmark li {
    padding-top: 0;
    padding-left: 36px;
  }

  .promo-bar-cta {
    padding: 30px 70px;
  }

  .promo-bar-cta .gradient {
    width: 702px;
    right: 0;
    bottom: 0;
    transform: none;
  }

  .large-card,
  .small-card,
  .full-card {
    flex-direction: row;
    row-gap: 20px;
    margin: 0 -10px;
  }

  .large-card .card,
  .small-card .card,
  .full-card .card {
    width: 50%;
    padding: 0 10px;
  }

  .large-card .card .heading,
  .small-card .card .heading,
  .full-card .card .heading {
    margin-bottom: 10px;
  }

  .small-card .card {
    width: 33.33%;
  }

  .full-card .card {
    width: 100%;
  }

  .keyword-holder {
    margin: 0 -12px;
  }

  .keyword-holder li {
    padding: 0 12px;
  }

  .steps-hero {
    background: linear-gradient(297.83deg, #a12267 14.49%, #851c55 36.85%, #3c1d38 93.85%, #141e29 112.46%);
    padding: 60px 0 70px;
  }

  .steps-hero__account {
    padding: 88px 0;
  }

  .quiz-ajax .radio-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
    gap: 17px;
  }

  .quiz-ajax .radio-list label {
    padding: 10px 40px 10px 54px;
  }

  .quiz-ajax .radio-list .checkmark {
    display: block;
  }

  .overview-section.bg-plum-5 .text-holder {
    margin-bottom: 0;
  }

  .overview-section .top-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 60px;
  }

  .overview-section .top-overview h2 {
    margin-bottom: 30px;
  }

  .overview-section .text-holder {
    margin-bottom: 0;
    flex: 1;
    max-width: 515px;
  }

  .overview-section .overview-card {
    width: 50%;
    padding: 32px 20px;
  }

  .overview-section .overview-card .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 11px;
  }

  .overview-section .overview-card .holder .title {
    width: 42%;
    margin-bottom: 0;
  }

  .overview-section .overview-card .holder .desc {
    flex: 1;
  }

  .full-bullet-card {
    border-radius: 6px;
    padding-bottom: 59px;
  }

  .full-bullet-card .spark-list {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .full-bullet-card .spark-list li {
    width: calc(50% - 15px);
  }

  .spark-list li {
    padding-top: 0;
    padding-left: 34px;
  }

  .faq-hero {
    background: linear-gradient(297.83deg, #a12267 14.49%, #851c55 36.85%, #3c1d38 93.85%, #141e29 112.46%);
    padding: 105px 0;
  }

  .faq-section h2 {
    margin-bottom: 40px;
  }

  .faq-accordion {
    padding: 58px 60px;
  }

  .faq-accordion .faq-opener {
    font-size: 24px;
    padding: 25px 60px 38px 0;
  }

  .faq-accordion .faq-opener:after {
    top: 30px;
  }

  .faq-accordion .faq-drop .holder {
    padding-bottom: 39px;
  }

  .faq-accordion .faq-drop ul {
    margin-bottom: 16px;
  }

  .section.crisis-section .heading {
    max-width: 500px;
  }

  .crisis-section {
    padding-bottom: 70px;
    margin-bottom: 0;
  }

  .crisis-section .heading-inline .btn {
    position: static;
  }

  .crisis-section .small-card-grid .swiper {
    padding-top: 0;
  }

  .crisis-section .small-card-grid .swiper-button-next,
  .crisis-section .small-card-grid .swiper-button-prev {
    display: none;
  }

  .crisis-section .small-card-grid .card {
    height: 100%;
  }

  .crisis-section .small-card-grid .card a {
    height: 100%;
  }

  .support-hero {
    background: linear-gradient(297.83deg, #a12267 14.49%, #851c55 36.85%, #3c1d38 93.85%, #141e29 112.46%);
    padding: 64px 0 67px;
  }

  .support-hero h1 {
    margin-bottom: 20px;
  }

  .support-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .support-section .desc {
    margin-bottom: 0;
    max-width: 583px;
    flex: 1;
  }

  .support-section .desc.top-indent {
    padding-top: 37px;
  }

  .support-section .desc h2 {
    margin-bottom: 30px;
  }

  .support-section .desc p + h3 {
    margin-top: 30px;
  }

  .support-section .slide-card {
    margin-top: 27px;
    flex-direction: column;
  }

  .support-section .slide-card .image-holder {
    width: 100%;
  }

  .support-section .slide-card .desc-content {
    padding: 20px;
  }

  .support-section .bullet-card {
    border-radius: 6px;
    width: 50%;
  }

  .support-section .bullet-card .spark-list li {
    margin-bottom: 18px;
  }

  .summery-row {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 36px;
         column-gap: 36px;
  }

  .summery-row .col {
    width: calc(50% - 18px);
    border-radius: 6px;
    padding: 0 20px;
  }

  .summery-row .head {
    border-bottom: 1px solid #000000;
    padding: 32px 0 20px;
  }

  .summery-row .detail-holder {
    padding: 24px 0 20px 0;
  }

  .summery-row .contact-holder {
    padding: 20px 0;
  }

  .search-result-hero .search-form button[type=submit] {
    display: block;
  }

  .search-result-hero .search-holder {
    flex: 1;
  }

  .search-result-hero .search-holder .icon-search {
    left: 11px;
  }

  .search-result-hero .show-copy {
    font-size: 16px;
  }

  .search-results-hold .search-item a {
    padding: 40px;
    margin: 0;
  }

  .invalid-holder .keylines {
    flex-direction: row;
    gap: 40px;
  }

  .assistance-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .assistance-bar .text-hold {
    margin-bottom: 0;
    padding-right: 20px;
    width: 32%;
  }

  .assistance-bar .text-hold p {
    margin-bottom: 0;
  }

  .assistance-bar .block {
    width: 33.7%;
    margin-bottom: 0;
    padding-right: 25px;
  }

  .assistance-bar .title {
    margin-bottom: 6px;
  }

  .form-toggle .toggle-buttons-container a {
    border: none;
    border-radius: 0;
  }

  .form-toggle .toggle-buttons-container a:first-of-type.toggle-active {
    border-radius: 0 2px 2px 0;
  }

  .form-toggle .toggle-buttons-container a:last-of-type.toggle-active {
    border-radius: 2px 0 0 2px;
  }

  .form-toggle .toggle-buttons-container {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    border-radius: 2px;
  }

  .form-toggle {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1024px) {
  .form-area.w-50 {
    width: calc(50% - .75rem);
  }
}

@media (min-width: 1024px) {
  .hs-form-field {
    margin-bottom: 30px;
  }

  .default-paddings, .section {
    padding: 60px 0;
  }

  .section-padding-overrides.section-top-padding, .section-top-padding.section {
    padding: 60px 0 0;
  }

  .section-padding-overrides.section-bottom-padding, .section-bottom-padding.section {
    padding: 0 0 60px;
  }

  .section .heading {
    margin-bottom: 40px;
  }

  .section .heading.center {
    margin-left: auto;
    margin-right: auto;
  }

  .section .heading-inline {
    margin-bottom: 40px;
  }

  .section .heading-inline .heading {
    margin-bottom: 0;
  }

  .footer {
    border-radius: 100px 100px 0 0;
    margin-top: -210px;
    padding-top: 100px;
  }

  .footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 29px;
  }

  .footer .logo-col {
    width: 32.5%;
    margin-bottom: 0;
  }

  .footer .link-col {
    width: 33%;
    margin-bottom: 0;
  }

  .footer .store-col {
    width: 24%;
    text-align: right;
    margin-left: auto;
  }

  .footer .footer-logo {
    width: 229px;
    margin-bottom: 29px;
  }

  .footer .logo-text {
    display: block;
    max-width: 260px;
  }

  .footer .footer-links li {
    font-size: 16px;
    line-height: 1.375;
  }

  .footer .store-holder {
    margin-left: auto;
  }

  .footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .copy-holder {
    width: 50%;
    margin-bottom: 0;
  }

  .footer .copy-holder .copy, .footer .copy-holder p {
    margin-bottom: 14px;
  }

  .footer .copy-holder .copy:last-child, .footer .copy-holder p:last-child {
    margin-bottom: 0;
  }

  .footer .social-networks {
    width: 30%;
    justify-content: flex-end;
    padding-top: 11px;
  }

  .btn-play {
    width: 98px;
    height: 98px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    font-size: 40px;
  }

  .home-hero {
    padding: 80px 0;
  }

  .home-hero.section-top-padding {
    padding: 120px 0 0;
  }

  .home-hero.section-bottom-padding {
    padding: 0 0 120px;
  }

  .home-hero .bg-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .home-hero .text-holder {
    width: 580px;
    margin-bottom: 0;
  }

  .home-hero .text-holder h1 {
    margin-bottom: 20px;
  }

  .home-hero .hero-clovers {
    transform: translate(65px, -35px);
  }

  .caretopic-hero {
    padding: 80px 0;
  }

  .caretopic-hero .text-holder {
    max-width: 650px;
  }

  .caretopic-hero .subhead {
    max-width: 560px;
    margin-top: 20px;
  }

  .caretopic-hero__detail {
    padding: 80px 0;
    min-height: 0;
  }

  .caretopic-hero .spark-img {
    width: 949px;
    bottom: -208px;
    right: -570px;
  }

  .services-cards .cards-grid {
    gap: 30px;
  }

  .services-cards .service-card {
    width: calc(50% - 15px);
  }

  .services-cards .cta-card:nth-child(2n) {
    width: calc(50% - 15px);
    padding-left: 145px;
  }

  .services-cards .cta-card__account:nth-child(2n) {
    padding-left: 180px;
  }

  .cta-section {
    margin-top: -70px;
  }

  .cta-card {
    padding: 40px 60px 40px 180px;
  }

  .cta-card .icon-holder {
    width: 80px;
    left: 30px;
  }

  .service-card .card-content {
    padding: 40px 30px;
  }

  .service-card .card-content h5 {
    align-items: center;
    flex-direction: row;
    margin: 0 0 5px;
  }

  .service-card .card-content .icon-decor,
  .service-card .card-content .icon-play {
    margin: 0 12px 0 0;
    display: inline-flex;
  }

  .service-card .card-links {
    padding: 20px 30px;
  }

  .promo-section {
    margin-top: -35px;
  }

  .promo-section.margin-bottom {
    margin-bottom: 100px;
  }

  .left-right-content + .promo-section {
    margin-top: -50px;
  }

  .promo-card {
    padding: 34px 60px 34px 75px;
  }

  .resource-cards .resource-grid {
    gap: 30px;
    grid-template-columns: 7fr 5fr;
    margin-bottom: 28px;
  }

  .feature-resource-card .card-img-mask {
    top: -282px;
    right: -282px;
    width: 565px;
    height: 565px;
  }

  .video-cards .swiper-wrapper {
    row-gap: 30px;
    margin: 0 -15px;
  }

  .video-cards .swiper-slide {
    padding: 0 15px;
  }

  .video-cards .btn-row {
    margin-bottom: 60px;
  }

  .card-video-thumb .img-holder {
    margin-bottom: 30px;
  }

  .card-video-thumb .btn-play .icon-play {
    margin-left: 6px;
  }

  .cards-slider .swiper {
    padding-right: 120px;
  }

  .cards-slider .swiper-wrapper {
    padding-top: 0;
  }

  .cards-slider .btn {
    margin-top: 40px;
  }

  .slider {
    padding: 50px 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: -90px;
    right: 0;
    left: auto;
  }

  .swiper-button-next {
    left: auto;
    right: 10px;
  }

  .swiper-button-prev {
    left: auto;
    right: 40px;
  }

  .slide-card .image-holder img {
    width: 198px;
  }

  .bottom-cta {
    padding-bottom: 300px;
  }

  .bottom-cta .heading {
    width: 43%;
    max-width: 100%;
  }

  .cta-lists {
    padding-top: 3px;
    max-width: 502px;
  }

  .cta-lists a {
    padding-right: 60px;
  }

  .login-holder {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    overflow-y: auto;
  }

  .login-hero {
    border-radius: 0 160px 0 0;
    padding: 60px 40px 50px 40px;
    width: 51%;
  }

  .login-hero .logo {
    width: 276px;
    margin-bottom: 78px;
  }

  .login-hero h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .login-hero .content-copy > p {
    letter-spacing: 0;
  }

  .login-hero .hero-list {
    padding-top: 20px;
  }

  .login-hero .hero-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .login-hero .hero-list .desc {
    flex: 1;
    padding-left: 12px;
  }

  .login-hero .hero-list .title {
    margin-bottom: 6px;
  }

  .form-holder {
    padding: 68px 40px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-holder .head-hold {
    padding-bottom: 29px;
    margin-bottom: 38px;
  }

  .login-form .text span {
    display: inline-flex;
  }

  .login-form .form-row {
    margin-bottom: 15px;
  }

  .secondary-nav {
    background: linear-gradient(90deg, #851c55 0%, #481e3e 100%);
    top: 151px;
  }

  .scrolled-down .secondary-nav {
    top: 92px;
  }

  .secondary-nav .secondary-nav-opener {
    display: none;
  }

  .secondary-nav .secondary-nav-drop {
    background: #851c55;
    background: linear-gradient(90deg, #851c55 0%, #481e3e 100%);
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 31px 0;
  }

  .secondary-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .secondary-nav ul li {
    font-size: 12px;
    margin-bottom: 0;
  }

  .secondary-nav ul li.active a {
    border-bottom-color: #ffffff;
  }

  .secondary-nav ul a {
    color: #ffffff;
  }

  .secondary-nav ul a:hover {
    border-bottom-color: #ffffff;
  }

  .text-image .heading {
    margin-bottom: 49px;
  }

  .text-image-grid {
    gap: 30px;
  }

  .text-image-grid .feature-resource-card {
    width: calc(44% - 15px);
  }

  .text-image-grid .feature-resource-card .card-img-mask {
    width: 424px;
    height: 424px;
    top: -212px;
    right: -212px;
  }

  .text-image-grid .text-desc {
    width: calc(52.5% - 15px);
  }

  .left-right-content {
    padding-top: 35px;
  }

  .left-right-content .heading {
    margin-bottom: 0;
  }

  .left-right-content .text-image-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-bullet-card .row {
    gap: 30px;
  }

  .content-bullet-card .content-desc {
    width: calc(52.5% - 15px);
  }

  .content-bullet-card .bullet-card {
    width: calc(41.4% - 15px);
    padding: 40px 30px;
  }

  .bullet-promo-section .row {
    gap: 30px;
  }

  .bullet-promo-section .content-holder {
    width: calc(50% - 15px);
  }

  .bullet-promo-section .promo-holder {
    width: calc(50% - 15px);
    padding-top: 6px;
  }

  .bullet-promo-section .promo-card {
    padding: 40px 60px;
    min-height: 237px;
  }

  .resource-grid + .small-card-grid {
    margin-top: -30px;
  }

  .small-card-grid {
    padding-top: 0;
  }

  .small-card-grid .swiper-wrapper {
    row-gap: 30px;
    margin: 0 -15px;
  }

  .small-card-grid .swiper-slide {
    width: 33.33% !important;
    padding: 0 15px;
  }

  .small-card-grid .card .image-holder .icon-play {
    margin-left: 6px;
  }

  .card-feature-hero {
    padding: 80px 0;
  }

  .card-feature-hero .text-holder {
    width: calc(52.5% - 15px);
  }

  .card-feature-hero h1 {
    margin-bottom: 40px;
  }

  .card-feature-hero .feature-resource-card {
    width: calc(44% - 15px);
  }

  .card-feature-hero .feature-resource-card .card-img-mask {
    width: 424px;
    height: 424px;
    top: -212px;
    right: -212px;
  }

  .all-resource-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }

  .filter-side {
    width: 35%;
    position: sticky;
    top: 164px;
    transition: top .25s ease-in-out;
  }

  .scrolled-down .filter-side {
    top: 106px;
  }

  .filter-side .filter-form {
    position: static;
    margin-bottom: 30px;
    border-radius: 6px;
  }

  .filter-side .feature-card {
    display: block;
  }

  .filter-form {
    width: 35%;
    padding: 30px;
    position: sticky;
    top: 164px;
    transition: top .25s ease-in-out;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    max-height: calc(100vh - 164px);
  }

  .scrolled-down .filter-form {
    top: 106px;
    max-height: calc(100vh - 106px);
  }

  .filter-form [data-scroll-holder] {
    overflow-y: auto;
  }

  .filter-form .search-holder {
    margin-bottom: 30px;
  }

  .filter-form .search-holder input[type=search] {
    padding-left: 39px;
  }

  .filter-form .search-holder button[type=submit] {
    left: 12px;
  }

  .filter-form .search-holder #clearBtn {
    right: 30px;
  }

  .filter-content {
    flex: 1;
  }

  .invalid-holder {
    padding: 10px 0;
  }

  .invalid-holder .search-terms {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
  }

  .invalid-holder .search-terms li {
    width: calc(25% - 30px);
  }

  .pagination,
  .navigation {
    justify-content: flex-end;
    margin-right: -10px;
  }

  .counseling-module {
    position: relative;
  }

  .counseling-row {
    display: flex;
    flex-wrap: wrap;
  }

  .left-info {
    position: static;
    width: 48.7%;
    padding: 101px 75px 80px 0;
  }

  .left-info .eyebrow {
    margin-bottom: 17px;
  }

  .left-info h1 {
    margin-bottom: 20px;
  }

  .left-info .h5 {
    font-size: 24px;
    line-height: 1.21;
    letter-spacing: 0;
  }

  .left-info .bg-cover {
    left: 0;
    right: auto;
    width: 49%;
  }

  .left-info .bg-cover.bg-story {
    left: 0;
    right: auto;
  }

  .right-form {
    flex: 1;
    padding: 100px 0 100px 70px;
  }

  .right-form h2 {
    margin-bottom: 37px;
  }

  .counselor-list .text-holder {
    margin-bottom: 24px;
  }

  .counselor-list .text-holder .title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .3px;
    margin-bottom: 8px;
  }

  .thankyou-hero {
    padding: 120px 0;
  }

  .thankyou-hero h1 {
    margin-bottom: 20px;
  }

  .thankyou-hero .ref {
    margin-bottom: 20px;
  }

  .thankyou-hero .subhead {
    max-width: 560px;
  }

  .asset-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .asset-content .sidebar {
    display: block;
    width: 277px;
  }

  .asset-content:has(.sidebar) .content {
    max-width: 787px;
  }

  .asset-content .content figure {
    margin-bottom: 60px;
  }

  .cross-link-card {
    margin-bottom: 60px;
  }

  .helpline {
    top: 160px;
    background: #851c55;
    color: #ffffff;
    border-radius: 6px;
    padding: 25px 20px;
  }

  .scrolled-down .helpline {
    top: 102px;
  }

  .helpline__sm {
    display: none;
  }

  .helpline a {
    color: #ffffff;
  }

  .large-card,
  .small-card,
  .full-card {
    margin: 0 -15px;
    row-gap: 34px;
  }

  .large-card .card,
  .small-card .card,
  .full-card .card {
    padding: 0 15px;
  }

  .transcript-holder {
    margin-bottom: 60px;
  }

  .transcript-holder .transcript-bar {
    text-align: left;
    font-size: 24px;
    padding: 30px 50px 23px 25px;
  }

  .transcript-holder .transcript-bar .icon {
    width: 19px;
    height: 19px;
    right: 25px;
    left: auto;
  }

  .transcript-holder .transcript-bar .icon:before, .transcript-holder .transcript-bar .icon:after {
    height: 3px;
  }

  .transcript-holder .transcript-slide:before {
    content: "";
    background: #141e29;
    height: 1px;
    position: absolute;
    top: 0;
    left: 25px;
    right: 42px;
  }

  .transcript-holder .transcript-slide .mask {
    padding: 18px 25px;
  }

  .transcript-holder .transcript-slide .inner {
    padding-right: 50px;
  }

  .transcript-holder .transcript-slide .h5 {
    padding-bottom: 0;
    margin-bottom: 17px;
    border-bottom: 0;
  }

  .quiz-ajax {
    margin: 0;
    padding: 63px 104px;
  }

  .quiz-ajax .radio-list {
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-bottom: 30px;
  }

  .quiz-ajax .heading {
    margin-bottom: 40px;
  }

  .timeout-popup,
  .fancybox__content {
    font-size: 28px;
    padding: 80px 90px 56px;
  }

  .timeout-popup p img,
  .fancybox__content p img {
    width: 60px;
  }

  .timeout-popup .timer,
  .fancybox__content .timer {
    font-size: 40px;
  }

  .timeout-popup .link,
  .fancybox__content .link {
    font-size: 24px;
  }

  .timeout-popup .is-close-btn {
    width: 56px;
    height: 56px;
  }

  .fancybox__content > .f-button.is-close-btn {
    width: 58px;
    height: 58px;
    top: 20px;
    right: 20px;
  }

  .f-button svg {
    width: 40px;
    height: 40px;
  }

  .overview-section.bg-plum-5 {
    padding: 89px 0;
  }

  .overview-section .overview-card {
    width: 482px;
  }

  .overview-section .overview-card .holder .title {
    width: 52%;
  }

  .section.crisis-section .heading {
    max-width: 688px;
  }

  .crisis-section .heading-inline {
    margin-bottom: 40px;
  }

  .support-section + .promo-section {
    margin-top: -40px;
  }

  .support-section .desc h3 + p {
    padding-right: 65px;
  }

  .support-section .slide-card {
    flex-direction: row;
  }

  .support-section .slide-card .image-holder {
    width: 43%;
  }

  .support-section .slide-card .desc-content {
    padding: 32px 70px 30px 20px;
  }

  .support-section .bullet-card {
    width: 482px;
    padding: 40px 30px 60px;
  }

  .summary-section {
    padding: 100px 0;
  }

  .summary-section .heading {
    margin-bottom: 38px;
  }

  .summery-row .detail-holder {
    padding: 24px 0 30px 16px;
  }

  .summery-row .detail-holder .detail-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
  }

  .summery-row .detail-holder .title {
    width: 172px;
  }

  .summery-row .detail-holder .desc {
    flex: 1;
    padding-left: 10px;
  }

  .summery-row .contact-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 22px 24px;
  }

  .summery-row .contact-holder .image-holder {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
  }

  .summery-row .contact-holder .contact-desc {
    flex: 1;
    padding-left: 45px;
  }

  .summery-row .contact-holder .contact-desc * {
    margin-bottom: 14px;
  }

  .search-result-hero {
    padding: 100px 0;
  }

  .search-result-hero h1 {
    margin-bottom: 48px;
  }

  .search-result-hero .search-form {
    margin-bottom: 22px;
  }

  .search-result-hero .search-holder input[type=search] {
    padding-left: 39px;
  }

  .search-result-hero .search-holder #clearBtn {
    right: 21px;
  }

  .search-section .filter-side {
    margin: 0;
  }

  .search-section .invalid-holder {
    padding: 10px 0;
  }

  .search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }

  .search-row .filter-form .h5 {
    margin-bottom: 30px;
  }

  .search-row .content-footer .page-count {
    padding-top: 20px;
  }

  .search-row .content-footer .pagination {
    padding-top: 20px;
  }

  .feature-card-section {
    display: none;
  }

  .assistance-bar {
    padding: 30px 50px;
  }

  .assistance-bar h4 {
    margin-bottom: 12px;
  }

  .assistance-bar .text-hold {
    width: 30%;
  }

  .assistance-bar .block {
    padding-left: 40px;
  }

  .assistance-bar .block .ico-holder {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }

  .resource-cards .assistance-bar {
    margin-top: 72px;
  }

  .form-toggle .toggle-buttons-container {
    margin-left: -20px;
  }
}

@media (min-width: 1100px) {
  .header {
    padding: 0;
    display: block;
  }

  .header.scrolled-down.is-pinned {
    transform: translateY(-39%);
  }

  .header > .logo {
    display: none;
  }

  .header .nav-opener {
    display: none;
  }

  .header.is-manager .header-top .container {
    position: relative;
  }

  .header.is-manager .header-top .container:before {
    content: "Manager Portal";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #851c55;
    font-weight: bold;
    font-size: 13px;
  }

  .header.is-manager .header-top {
    background: linear-gradient(57.51deg, #fcd9bf -16.08%, #fff0e2 20.27%, #fff0e2 79.85%);
  }

  .nav-drop {
    border-top: 0;
    position: static;
    transform: none;
    height: auto;
    overflow: visible;
  }

  .nav-drop.dropdown-opened {
    overflow: visible;
  }

  .header-top {
    display: flex;
    min-height: 58px;
    padding: 13px 0;
    order: 0;
  }

  .header-top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .header-top .search-form {
    width: 197px;
    margin-bottom: 0;
    transition: width .5s ease-in-out;
  }

  .header-top .search-form.expanded {
    width: 552px;
  }

  .header-top .search-form.expanded .search-drop {
    transition-delay: .3s;
  }

  .header-top .search-form input[type=search] {
    padding-left: 39px;
  }

  .header-top .search-form button {
    left: 12px;
  }

  .header-top .account-area > .eyebrow {
    display: none;
  }

  .header-top .account-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .header-top .account-holder .hold {
    margin-bottom: 0;
    margin-left: 17px;
    font-size: 14px;
  }

  .header-top .account-holder .hold a {
    border-bottom: 1px solid #851c55;
  }

  .header-top .profile-hold {
    margin-left: 20px;
    position: relative;
  }

  .header-top .profile-hold .profile-opener {
    position: relative;
    display: block;
    padding: 0 15px 0 0;
    line-height: 1;
  }

  .header-top .profile-hold .profile-opener .icon-profile {
    font-size: 23px;
    position: relative;
    top: 0;
    left: 0;
  }

  .header-top .profile-hold .profile-opener .icon-profile:after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .header-top .profile-hold .profile-opener .text {
    display: none;
  }

  .header-top .profile-hold .profile-opener:after {
    content: "\e907";
    font-size: 6px;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
  }

  .header-top .profile-hold.active {
    overflow: visible;
  }

  .header-top .profile-hold.active .profile-drop {
    transform: translateY(17px);
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

  .header-top .profile-hold.active .profile-opener:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .header-top .profile-hold .profile-drop {
    border-top: 1px solid #851c55;
    transform: translateY(17px);
    top: 100%;
    left: auto;
    width: 208px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow-y: visible;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

  .header-top .profile-hold .profile-drop .eyebrow {
    margin-bottom: 19px;
  }

  .main-nav {
    position: sticky;
    padding: 24px 0;
    order: 1;
  }

  .main-nav .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .main-nav .logo {
    display: block;
    width: 176px;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }

  .nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -8px;
    flex: 1;
  }

  .nav > ul > li {
    margin-bottom: 0;
    padding: 0 8px;
    font-size: 13px;
  }

  .nav > ul > li > a .icon-btn-caret {
    transform: translateY(0) rotate(0deg);
  }

  .nav .support-hold {
    position: relative;
    border-top: 0;
    padding-top: 0;
    margin-left: 20px;
  }

  .nav .support-hold .btn .icon-btn-caret {
    position: static;
    transform: translateY(0) rotate(0deg);
    margin-left: 6px;
    font-size: 9px;
    transition: transform .25s ease-in-out;
  }

  .back-holder {
    display: none;
  }

  .support-drop {
    border-top: 1px solid #851c55;
    transform: translateY(24px);
    top: 100%;
    left: auto;
    width: 600px;
    height: auto;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 95px);
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

  .active .support-drop {
    transform: translateY(24px);
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

  .support-drop .support-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .support-drop .support-list li {
    margin-bottom: 5px;
    width: calc(50% - 15px);
  }

  .search-drop {
    width: 552px;
    transform: translateY(13px);
  }

  .subnav {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border-top: 1px solid #851c55;
    min-width: 240px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .3);
    transform: translateX(0);
    left: auto;
    right: auto;
    height: auto;
    display: none;
  }

  .subnav .has-back-link {
    display: none;
  }

  .subnav .has-back-link a {
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .main-nav .logo {
    width: 185px;
  }

  .nav > ul {
    margin: 0 -11px;
  }

  .nav > ul > li {
    padding: 0 11px;
    font-size: 14px;
  }

  .nav .support-hold {
    margin-left: 30px;
  }

  .nav .support-hold .btn {
    font-size: 12px;
  }

  .nav .support-hold .btn {
    font-size: 14px;
  }

  .nav .support-hold .btn .icon-btn-caret {
    font-size: 11px;
    margin-left: 11px;
  }

  .subnav {
    min-width: 280px;
  }

  .caretopic-hero .text-holder {
    max-width: 700px;
  }

  .cards-slider .swiper {
    padding-right: 312px;
  }

  .secondary-nav {
    top: 154px;
  }

  .scrolled-down .secondary-nav {
    top: 94px;
  }

  .secondary-nav ul li {
    font-size: 14px;
  }

  .filter-side {
    width: 380px;
  }

  .filter-form {
    width: 380px;
  }
}

@media (min-width: 1440px) {
  .footer {
    border-radius: 200px 200px 0 0;
  }

  .login-hero {
    padding: 60px 95px 50px 120px;
  }

  .login-hero h1 {
    font-size: 60px;
    max-width: 520px;
  }

  .form-holder {
    padding: 68px 36px 50px 20px;
  }
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 4px;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 4px;
  }

  .video-cards:has(.heading-inline .btn) {
    padding-bottom: 120px;
  }

  .crisis-section .small-card-grid .card .img-mask {
    width: 100%;
    height: 166.7%;
    -webkit-mask-image: url("./images/mask-spark.svg");
            mask-image: url("./images/mask-spark.svg");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-clip: border-box;
            mask-clip: border-box;
    position: absolute;
    z-index: 2;
    top: -32%;
    right: -40%;
  }

  .crisis-section .small-card-grid .card .desc-holder {
    padding: 22px 20px;
  }

  .summary-section .heading.center {
    text-align: left;
  }
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }

  .block-acf-content-pdf {
    margin: 0 -20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-hero .text-holder h1 {
    font-size: 50px;
  }
}


/*# sourceMappingURL=style.css.map*/