.CustomCarousel{width:100%;overflow:hidden;position:relative}.CustomCarousel__slider{display:flex;transition:transform 1s 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,.65)}.CustomCarousel__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;display:flex;line-height:0}.CustomCarousel__dot:not(:last-of-type){margin-right:4px}.CustomCarousel__dotbutton{width:18px;height:18px;padding:0}.CustomCarousel__dotbutton:before{border-radius:50%;height:13px;width:13px;background-color:#fff;border:1px solid #dfe4ef}.CustomCarousel__dotbutton:after,.CustomCarousel__dotbutton:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";transition-duration:0s}.CustomCarousel__dotbutton:after{padding-top:1px;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 #10314c}.CustomCarousel__arrow_showOnMobile{display:block}@media screen and (min-width:1024px){.CustomCarousel__arrow_showOnDesktop{display:block}}.CustomCarousel__previousArrow{left:0}.CustomCarousel__nextArrow{right:0}.CustomCarousel__slideActiveArea{border:3px solid #0089cd;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:#0089cd;border:1px solid #0089cd}.CustomCarousel__arrow:hover,.CustomCarousel__slide.is-active:after{background-color:#0089cd}.CustomCarousel__slide.is-active-centered{border-color:#0089cd}.QuestionAnswer__question{font-weight:700;margin-bottom:16px;padding-top:16px}.QuestionAnswer__answer,.QuestionAnswer__question{font-size:1.6rem;padding:16px}.QuestionAnswer__entry{padding:0 48px 48px}.FAQs{padding:16px 8px;background-color:#fff}@media screen and (min-width:670px){.FAQs{padding:32px 16px}}.FAQs__title{position:relative;text-align:center;display:block;margin-bottom:32px;padding-bottom:16px;font-family:"daciaSpirit, sans-serif";font-size:2.4rem}@media screen and (min-width:670px){.FAQs__title{margin-bottom:16px}}.FAQs__title:after{position:absolute;left:50%;transform:translateX(-50%);content:"";display:block;bottom:0;height:2px;background-color:#10314c;width:25%}@media screen and (min-width:670px){.FAQs__title:after{width:5%}}.FAQs__contents{display:flex;flex-wrap:wrap-reverse}.FAQs__faqs,.FAQs__questions{min-width:100%;flex:1}@media screen and (min-width:670px){.FAQs__faqs,.FAQs__questions{min-width:0;max-width:50%}}.FAQs__faqItem{margin:16px 8px}.FAQs__link{position:relative;display:flex;align-items:center;color:#000;padding:16px;border-radius:8px;border:1px solid #f0f3f5;background-color:#fff}.FAQs__link:focus,.FAQs__link:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.FAQs__link .FAQs__icon{margin:auto 16px auto 8px;width:30px}.FAQs__link .FAQs__icon path{fill:#000}.FAQs__link .FAQs__iconLinkout{position:absolute;top:50%;transform:translateY(-50%);margin:auto 16px;right:0;width:16px}.FAQs__link .FAQs__iconLinkout path{fill:#000}.FAQs__link:focus .FAQs__iconLinkout path,.FAQs__link:focus .FAQs__icon path,.FAQs__link:hover .FAQs__iconLinkout path,.FAQs__link:hover .FAQs__icon path{fill:#10314c}.FAQs__label{max-width:700px}.FAQs__labelTitle{text-transform:uppercase;font-weight:700;font-size:1.4rem;margin-bottom:8px}.FAQs__labelDescription{font-size:1.3rem;color:#ccc}.FAQs__externalIcon{position:absolute;top:50%;transform:translateY(-50%);right:8px;color:#ccc;font-size:1.6rem}.FAQs__questions{padding-top:16px;text-align:center;margin-bottom:16px}@media screen and (min-width:670px){.FAQs__questions{margin-bottom:0}}.FAQs__questionsTitle{display:block;font-weight:700;font-size:1.4rem;margin-bottom:32px}@media screen and (min-width:670px){.FAQs__questionsTitle{margin-bottom:16px}}.FAQs__questionItem{position:relative;padding:16px 0 32px;font-size:1.8rem;width:100%;margin:0 auto}.FAQs__questionItem:after{position:absolute;left:50%;transform:translateX(-50%);display:block;content:"";height:1px;background-color:#f0f3f5;bottom:0;width:calc(100% - 96px)}@media screen and (min-width:670px){.FAQs__questionItem{width:80%}}.FAQs__questionButton{position:relative;padding-right:30px;color:#0089cd;font-weight:700;text-align:left;padding-left:48px}.FAQs__questionButton:after,.FAQs__questionButton:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:7px;height:1px;right:6px;transition:right .3s}.FAQs__questionButton:before{margin-top:-2px;transform:translate3d(0,-50%,0) rotate(45deg)}.FAQs__questionButton:after{margin-top:2px;transform:translate3d(0,-50%,0) rotate(-45deg)}.FAQs__questionButton:focus:after,.FAQs__questionButton:focus:before,.FAQs__questionButton:hover:after,.FAQs__questionButton:hover:before{right:0}.FAQs__questionButton:after,.FAQs__questionButton:before{background-color:#10314c;background-color:#0089cd}.FAQs__labelTitle{color:#0089cd}.FAQs__link:focus .FAQs__icon path,.FAQs__link:hover .FAQs__icon path{fill:#0089cd}.FAQs__labelDescription{color:#10314c}