.Form{position:relative}.Form hr{margin-bottom:6px;border-color:#450932!important}.Form .row{flex-wrap:wrap;justify-content:space-between;gap:5px;display:flex}@media (min-width:576px){.Form .row{gap:5px}}.Form .formio-form{flex-direction:column;gap:10px;display:flex}.Form .col-md-12,.Form .col-md-6{width:100%}@media (min-width:576px){.Form .col-md-6{width:calc(50% - 2.5px)}}.Form [class*=col-md-]{flex:0 0 100%!important;width:calc(100% - 2.5px)!important;max-width:calc(100% - 2.5px)!important}@media (min-width:768px){.Form [class*=col-md-]{flex:auto!important;width:auto!important;max-width:none!important}.Form .col-md-4{flex:0 0 33.3333%!important;width:calc(33.3333% - 2.5px)!important;max-width:calc(33.3333% - 2.5px)!important}}.Form a{color:#00f}.Form a:hover{opacity:.8;text-decoration:underline;transition:opacity .2s}.Form .list-group{padding-left:0;list-style:none}.Form .list-group .list-group-header,.Form .list-group .list-group-item:only-child{display:none}.Form .form-group{position:relative}.Form [ref=label]{z-index:1;color:#000;margin-bottom:0;font-size:14px;font-weight:600;position:relative}.Form [ref=label].field-required:after{content:"*";color:#000;position:absolute;right:-5px}.Form [ref=component][class*=component-hidden]{display:none}.Form .form-text.error{color:red;font-size:14px}.Form .formio-component-textfield,.Form .formio-component-email,.Form .formio-component-phoneNumber,.Form .formio-component-select{background-color:#bfbfbf33;border-radius:15px;padding:15px 20px}@media (max-width:768px){.Form .formio-component-textfield,.Form .formio-component-email,.Form .formio-component-phoneNumber,.Form .formio-component-select{padding:10px 15px}}.Form .formio-component-textfield [ref=element],.Form .formio-component-email [ref=element],.Form .formio-component-phoneNumber [ref=element],.Form .formio-component-select [ref=element]{width:100%;margin-top:0;margin-bottom:0}.Form .formio-component-textfield [ref=element] [ref=input],.Form .formio-component-email [ref=element] [ref=input],.Form .formio-component-phoneNumber [ref=element] [ref=input],.Form .formio-component-select [ref=element] [ref=input]{color:#333;background-color:#0000;border:none;outline:none;width:100%;height:100%;min-height:auto;padding:0;font-size:20px;font-weight:400;line-height:1;display:block}.Form .formio-component-textfield [ref=element] [ref=input]::placeholder,.Form .formio-component-email [ref=element] [ref=input]::placeholder,.Form .formio-component-phoneNumber [ref=element] [ref=input]::placeholder,.Form .formio-component-select [ref=element] [ref=input]::placeholder{opacity:1;color:#333}.Form .formio-component-file{background-color:#bfbfbf33;border-radius:15px;margin-top:0;padding:30px 20px 20px}@media (max-width:768px){.Form .formio-component-file{padding:20px 15px 15px}}.Form .formio-component-file [ref=label]{margin-bottom:10px}.Form .formio-component-file .fileSelector{border:1px dashed #666;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:0;padding:20px;display:flex;background-color:#0000!important}@media (max-width:768px){.Form .formio-component-file .fileSelector{padding:15px}}.Form .formio-component-file .fileSelector{color:#000;text-align:center;font-size:20px;font-weight:400;min-height:200px!important}.Form .formio-component-file .fileSelector .row{justify-content:center;align-items:center;gap:8px}.Form .formio-component-file .fileSelector>*{color:#000;font-size:20px;font-weight:400}.Form .formio-component-file .fileSelector a.browse{cursor:pointer;color:#000;font-size:16px;font-weight:700;text-decoration:underline;display:inline}.Form .formio-component-file .fileSelector a.browse:hover{text-decoration:none}.Form .formio-component-file .fileSelector .loader-wrapper,.Form .formio-component-file .fileSelector i{display:none}.Form .formio-component-file .fileSelector+p,.Form .formio-component-file .fileSelector~p{color:#333;margin-top:8px;margin-bottom:0;font-size:16px;font-weight:400}.Form .formio-component-file .list-group{margin-top:10px}.Form .formio-component-file .list-group .list-group-item:not(.list-group-header){background-color:#fff;border:1px solid #ccc;border-radius:4px;margin-bottom:8px;padding:8px 12px}.Form .formio-component-file .list-group .list-group-item:not(.list-group-header) .row{gap:10px}.Form .formio-component-file .list-group .list-group-item:not(.list-group-header) [ref=removeLink]{cursor:pointer;width:20px;height:20px;margin:0;display:block;position:relative}.Form .formio-component-file .list-group .list-group-item:not(.list-group-header) [ref=removeLink]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:0;left:0}.Form .formio-component-file .list-group .list-group-item:not(.list-group-header) [ref=removeLink]:hover:before{opacity:.5}.Form .form-check{color:#000;margin-top:0}.Form .form-check .form-check-label{align-items:center;gap:5px;display:flex}.Form .form-check .form-check-label input[type=checkbox]{appearance:none;cursor:pointer;background-color:#0000;border:1px solid #bfbfbf;border-radius:5px;flex-shrink:0;width:20px;min-width:20px;height:20px;min-height:20px;margin:0;position:relative}.Form .form-check .form-check-label input[type=checkbox]:checked{background-color:#ff8a30;border-color:#ff8a30}.Form .form-check .form-check-label input[type=checkbox]:checked:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Form .form-check .form-check-label input[type=checkbox]:focus{outline-offset:2px;outline:2px solid #ff8a30}.Form .form-check .form-check-label span{color:#000;font-size:20px;font-weight:400;line-height:1.2}.Form .alert.alert-danger{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:13px;display:block}.Form .alert.alert-danger p{margin-bottom:.5rem}.Form .alert.alert-danger :last-child{margin-bottom:0}.Form .formio-component-select{font-family:inherit;position:relative}.Form .formio-component-select button{display:none}.Form .formio-component-select .choices{cursor:pointer;width:100%;margin-bottom:0;position:relative}.Form .formio-component-select .choices .form-control{margin-top:0;margin-bottom:-8spx;border:none;border-radius:15px;justify-content:space-between;align-items:center;width:100%;height:100%;min-height:auto;transition:all .2s ease-in-out;display:flex}.Form .formio-component-select .choices .form-control:after{pointer-events:none;content:"";border-bottom:2px solid #333;border-right:2px solid #333;width:8px;height:8px;transition:transform .2s;position:absolute;top:50%;right:20px;transform:translateY(-50%)rotate(45deg)}.Form .formio-component-select .choices.is-open .form-control:after{transform:translateY(-50%)rotate(-135deg)}.Form .formio-component-select .choices .choices__list--single{color:#333;align-items:center;gap:8px;padding:0 8px 0 0;font-size:20px;font-weight:400;display:flex}.Form .formio-component-select .choices .choices__list--single .choices__item{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.Form .formio-component-select .choices .choices__list--single .choices__placeholder{color:#333;font-style:normal}.Form .formio-component-select .choices .choices__input{border-bottom:1px solid #ccc;width:100%;padding:3px 1rem}.Form .formio-component-select .choices .choices__list--dropdown{z-index:10;background-color:#fff;border:1px solid #ccc;border-radius:6px;width:100%;max-height:220px;display:none;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 2px 6px #0000001a}.Form .formio-component-select .choices .choices__list--dropdown.is-active{display:block}.Form .formio-component-select .choices .choices__list--dropdown .choices__item{cursor:pointer;color:#333;width:100%;padding:10px 15px}.Form .formio-component-select .choices .choices__list--dropdown .choices__item:hover,.Form .formio-component-select .choices .choices__list--dropdown .choices__item:focus{background-color:#f0f0f0}.Form .formio-component-select .formio-select-autocomplete-input{display:none!important}.Form .formio-component-textarea{background-color:#bfbfbf33;border-radius:15px;padding:15px 20px}@media (max-width:768px){.Form .formio-component-textarea{padding:10px 15px}}.Form .formio-component-textarea [ref=element]{border:none;margin-top:0}.Form .formio-component-textarea [ref=element] textarea{resize:vertical;color:#333;background-color:#0000;border:none;outline:none;width:100%;padding:0;font-size:20px;font-weight:400;min-height:72px!important}.Form .formio-component-textarea [ref=element] textarea::placeholder{opacity:1;color:#333}.Form .formio-component-submit{flex-direction:row!important;justify-content:center!important;width:100%!important}.Form .choices[data-type*=select-one]:after{display:none}.Form [class*=formio-component-button]{flex-direction:column;justify-items:flex-end;width:100%;padding-top:20px;display:flex}.Form [class*=formio-component-button] .help-block{color:red;font-size:14px;position:absolute}.Form [class*=formio-component-button]:hover [ref=button]:active{box-shadow:inset 0 4px 4px #00000040}.Form [class*=formio-component-button] [ref=button]{cursor:pointer;background-color:var(--color-primary);border-radius:30px;justify-content:space-between;align-items:center;gap:.75rem;padding:15px 20px;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 0 6px #0000004d}@media (max-width:768px){.Form [class*=formio-component-button] [ref=button]{padding:10px 15px}}.Form [class*=formio-component-button] [ref=button]{width:fit-content;color:var(--color-foreground);font-size:1.1rem;font-weight:500;line-height:1.5}.Form [class*=formio-component-button] [ref=button]:hover{opacity:.8}.Form [class*=formio-component-button] [ref=button]:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;box-shadow:0 0 4px #00000026}.Form [class*=formio-component-button] [ref=button]:disabled:hover{opacity:.5}.Form [class*=formio-component-button][class*=disabled] [ref=button]{opacity:.5;cursor:not-allowed;box-shadow:0 0 4px #00000026}.Form [class*=formio-component-button][class*=disabled] [ref=button]:hover{opacity:.5}.Form .formio-component-content{color:#656263;width:100%;font-size:13px}.Form .formio-component-content a{color:var(--color-primary);text-decoration:underline}.Form .formio-errors{color:red;margin-top:5px;font-size:14px}
.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6,.editor ul,.editor ol,.editor p{margin-bottom:1rem}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin-top:2rem}.editor h3{font-size:40px}.editor ul{padding-left:2rem}.editor li{list-style:initial}.editor li::marker{color:var(--color-primary)}.editor a{font-weight:600}.editor a:hover{opacity:.8;text-decoration:underline;transition:opacity .2s}.editor a:visited{color:#00f}


.Button--primary-solid:hover:before{border-radius:inherit;pointer-events:none;content:"";background:linear-gradient(90deg,#fff3 0% 100%);position:absolute;inset:0}.Button--primary-solid:active{box-shadow:inset 0 4px 4px #00000040}.Button--secondary-solid:hover:before{border-radius:inherit;pointer-events:none;content:"";background:linear-gradient(90deg,#0003 0% 100%);position:absolute;inset:0}.Button--secondary-solid:hover{border-color:#1f4686}.Button--secondary-solid:active{border-color:var(--color-secondary);box-shadow:inset 0 4px 4px #00000040}.Button--primary-outline:active,.Button--secondary-outline:active{box-shadow:inset 0 4px 4px #00000040}

.Hero{position:relative}.Hero__background{z-index:0}.Hero__ellipse{pointer-events:none}.Hero__ellipse--orange{animation:20s ease-in-out infinite float}.Hero__ellipse--dark-blue{animation:25s ease-in-out infinite reverse float}.Hero__ellipse--light-blue{animation:30s ease-in-out infinite float}.Hero__container{position:relative}@keyframes float{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(10px)}}
.HomeHero .home-hero-background-wrapper{backface-visibility:hidden;contain:layout paint;transform:translateZ(0)}.HomeHero .home-hero-background-svg{backface-visibility:hidden;width:100%;min-width:1920px;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)translateZ(0)}.HomeHero .ellipse-1,.HomeHero .ellipse-2,.HomeHero .ellipse-3{will-change:transform}.HomeHero .ellipse-1{transform-origin:1077.98px -213.5px;animation:18s ease-in-out infinite ellipse1Animation}.HomeHero .ellipse-2{transform-origin:1078.48px -316.5px;animation:18s ease-in-out infinite ellipse2Animation}.HomeHero .ellipse-3{transform-origin:804.477px -354px;animation:18s ease-in-out infinite ellipse3Animation}@keyframes ellipse1Animation{0%,to{transform:translate(0)scale(1)}16.67%{transform:translate(-117.48px,24px)scale(1)}33.33%{transform:translate(-295.48px,35px)scale(1)}50%{transform:translate(-6.48px,494.5px)scale(.8706,.5749)}66.67%{transform:translate(7.52px,385.5px)scale(.8724,.5759)}83.33%{transform:translate(-207.48px,502.5px)scale(.8204,.5414)}}@keyframes ellipse2Animation{0%,to{transform:translate(0)scale(1)}16.67%{transform:translate(-217.48px,82px)scale(1)}33.33%{transform:translate(-156.48px,111px)scale(1)}50%{transform:translate(-6.98px,538.5px)scale(.8706,.5749)}66.67%{transform:translate(-378.98px,518.5px)scale(.8724,.5759)}83.33%{transform:translate(41.02px,487.5px)scale(.8204,.5414)}}@keyframes ellipse3Animation{0%,to{transform:translate(0)scale(1)}16.67%{transform:translate(155.523px,4px)scale(1)}33.33%{transform:translate(32.523px,47px)scale(1)}50%{transform:translate(69.523px,527px)scale(.8362,.5512)}66.67%{transform:translate(76.023px,434.5px)scale(.8719,.5753)}83.33%{transform:translate(40.023px,467.5px)scale(.8201,.5407)}}






.SectionCSFull select{color:#4a4a4980}.SectionCSFull select option{color:#000c24}

:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.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{backface-visibility:hidden;transform:translateZ(0)}.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}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.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-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.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-inline-start: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-block-start: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)}.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{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper{padding:4px 2px}.SectionFeaturedInsights button[aria-label=Previous\ insight].swiper-button-lock,.SectionFeaturedInsights button[aria-label=Next\ insight].swiper-button-lock{opacity:.5;cursor:not-allowed;pointer-events:none;display:flex!important}
