.c-close{--close-size:var(--spacing-30);--close-width:var(--spacing-2);width:var(--close-size);height:var(--close-size);overflow:hidden}@media screen and (min-width:769px){.c-close{--close-size:var(--spacing-40)}}.c-close--width-1{--close-width:1px}.c-close--width-2{--close-width:var(--spacing-2)}@media screen and (min-width:769px){.c-close--size-md-28{--close-size:var(--spacing-28)}}@media screen and (max-width:768px){.c-close--size-sm-16{--close-size:var(--spacing-16)}}@media screen and (min-width:769px){.c-close--size-md-16{--close-size:var(--spacing-16)}}.c-close__icon{position:relative;display:block;width:100%;height:100%;cursor:pointer;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-close__icon:after,.c-close__icon:before{position:absolute;top:50%;left:0;display:block;width:100%;height:var(--close-width);content:"";background:#fff}@media screen and (min-width:769px){.c-close__icon:after,.c-close__icon:before{height:var(--close-width)}}.c-close--color-black .c-close__icon:after,.c-close--color-black .c-close__icon:before{background:#231815}.c-close--color-lb1 .c-close__icon:after,.c-close--color-lb1 .c-close__icon:before{background:#e2f2fb}.c-close__icon:before{display:block}.c-close__icon:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.l-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9;display:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.l-modal.is-shown{display:-ms-flexbox;display:flex}.l-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.7)}.l-modal__close{position:absolute;top:var(--spacing-20);right:var(--spacing-20);z-index:9}@media screen and (min-width:769px){.l-modal__close{top:var(--spacing-22);right:var(--spacing-10)}}.l-modal__content{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;height:auto}.l-modal__content__close{position:absolute;top:0;right:0;z-index:9}.l-modal-trigger{cursor:pointer}.l-float-btn{position:fixed;right:var(--spacing-50);bottom:var(--spacing-50);z-index:999}.p-float-btn{position:relative;width:var(--spacing-120);height:var(--spacing-120);background:-webkit-gradient(linear,left bottom,left top,from(#a2d4db),to(#0075b5));background:-webkit-linear-gradient(bottom,#a2d4db,#0075b5);background:linear-gradient(0deg,#a2d4db,#0075b5);-webkit-box-shadow:0 var(--spacing-4) var(--spacing-8) rgba(35,24,21,.2);box-shadow:0 var(--spacing-4) var(--spacing-8) rgba(35,24,21,.2)}@media screen and (min-width:769px){.p-float-btn{width:var(--spacing-170);height:var(--spacing-170);border-radius:50%}}.p-float-btn__icon{position:absolute;top:82%;left:50%;width:var(--spacing-14);height:var(--spacing-14);-webkit-transform:translateX(-50%);transform:translateX(-50%)}