.CustomCarousel{width:100%;position:relative;overflow:hidden}.CustomCarousel__slider{display:flex;transition-property:transform;transition-timing-function:ease-in-out}.CustomCarousel__slide{display:block;margin:0;position:relative;flex-shrink:0;transition:transform 1s ease-in-out}.CustomCarousel__slide.is-active:after{width:100%;height:4px;position:absolute;bottom:0;content:""}.CustomCarousel__slide.is-active .CustomCarousel__slideButton:after{display:none}.CustomCarousel__slide.is-active-centered{transform:scale(1.1);transition:transform 1s ease-in-out;z-index:2}.CustomCarousel__slide.is-active-centered .CustomCarousel__slideButton:after{visibility:none;opacity:0;transition:opacity 1s ease-in-out}.CustomCarousel__slideButton{width:100%;padding:0;position:relative;display:block;height:100%}.CustomCarousel__slideButton:after{content:"";visibility:visible;opacity:1;transition:opacity 1s ease-in-out;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.CustomCarousel__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:8px;display:flex;line-height:0}@media screen and (min-width:670px){.CustomCarousel__dots{bottom:16px}}.CustomCarousel__dot:not(:last-of-type){margin-right:4px}.CustomCarousel__dotbutton{width:18px;height:18px;padding:0;position:relative}.CustomCarousel__dotbutton:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";border-radius:50%;height:13px;width:13px;background-color:#fff;border:1px solid #d9d9d6;transition-duration:0s}.CustomCarousel__dotbutton:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";padding-top:1px;transition-duration:0s;border:1px solid transparent;border-radius:50%;width:16px;height:16px}.CustomCarousel__arrow{position:absolute;top:50%;transform:translateY(-50%);display:none;cursor:pointer;background-color:#000;opacity:.75;z-index:1;height:60px}.CustomCarousel__arrow .SvgIcon path{fill:#fff}.CustomCarousel__arrow:focus:focus{outline:1px dotted #3e3f40}.CustomCarousel__arrow_showOnMobile{display:block}@media screen and (min-width:670px){.CustomCarousel__arrow_showOnDesktop{display:block}}.CustomCarousel__previousArrow{left:0}.CustomCarousel__nextArrow{right:0}.CustomCarousel__slideActiveArea{border:3px solid #efdf00;height:100%;position:absolute;z-index:3;transition:left 1s ease-in-out;will-change:left;transform:scale(1.1)}.CustomCarousel_centeredOnSelectedSlide{padding:16px 0}.CustomCarousel_centeredOnSelectedSlide .CustomCarousel__dots{position:relative;justify-content:center;margin-top:40px}.CustomCarousel_centeredOnSelectedSlide.is-items-slideshow .CustomCarousel__slide.is-active-centered{transform:scale(1)}.CustomCarousel_centeredOnSelectedSlide.is-items-slideshow .CustomCarousel__slideButton:after{content:none}.CustomCarousel_centeredOnSelectedSlide.is-items-slideshow .CustomCarousel__slideActiveArea{display:none}.CustomCarousel__dotbutton_active:before{background-color:#efdf00;border:none;width:10px;height:10px;transition-duration:.3s}.CustomCarousel__dotbutton_active:after{border:1px solid #efdf00;transition-delay:.3s;transition-duration:.3s}.CustomCarousel__nextArrow{background:linear-gradient(270deg,#000 50%,#000 0);background-size:200% 100%;background-position:100% 100%;transition:background-position .3s}.CustomCarousel__nextArrow:hover{background-position:0 100%}.CustomCarousel__previousArrow{background:linear-gradient(90deg,#000 50%,#000 0);background-size:200% 100%;background-position:0 100%;transition:background-position .3s}.CustomCarousel__previousArrow:hover{background-position:100% 100%}.CustomCarousel__slide.is-active:after{background-color:#efdf00}.CustomCarousel__slide.is-active-centered,.CustomCarousel__slideActiveArea{border-color:#efdf00}.FlipCard{perspective:1000px;border-radius:5px;color:#000;padding:64px 16px 16px}@media screen and (min-width:1024px){.FlipCard{padding-bottom:64px}}.FlipCard__inner{position:relative;min-height:384px;transition:transform .6s;box-shadow:0 2px 100px 0 rgba(0,0,0,.3);background-color:#fff;transform-style:preserve-3d}.FlipCard__inner.is-flipped{transform:rotateY(180deg)}@media screen and (min-width:1024px){.FlipCard__inner{margin-top:32px}}.FlipCard__back,.FlipCard__front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-align:left}.FlipCard__front{display:flex;flex-direction:column}.FlipCard__front .FlipCard__text{display:flex;align-items:center;justify-content:space-between;padding:0 32px;min-height:80px;max-height:90px;overflow:hidden}.FlipCard__text{font-size:2rem;font-weight:700;line-height:1.2}.FlipCard__bodyCopy{margin-top:32px;font-size:1.8rem;line-height:1.33;flex:1;max-height:240px;overflow-y:auto}.FlipCard__back{transform:rotateY(180deg);background-color:#fff;padding:32px 32px 16px;display:flex;flex-direction:column}.FlipCard__removeIcon{align-self:flex-end}.FlipCard__toggleIcon{max-width:34px;cursor:pointer;fill:#8c8c8b;flex-shrink:0}.AnimatedFlipCards{background-color:#f2f2f2;margin-bottom:64px;overflow:hidden}.AnimatedFlipCards__wrap.is-visible .is-items-slideshow{transform:translateX(0)}.AnimatedFlipCards__wrap .is-items-slideshow{transform:translateX(100%);transition:transform 1.2s ease-in-out;height:100%;padding-bottom:64px}@media screen and (min-width:1024px){.AnimatedFlipCards__wrap{padding-bottom:32px}}