.login-modal {
  width: 394px;
  height: 540px;
  display: flex;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: white;
  flex-direction: column;
  align-items: center;
}

.login-modal h2 {
  color: #2f333b !important;
  font-size: 20px;
  font-family: "Montserrat-SemiBold";
  margin-top: 48px;
  margin-bottom: 22px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.login-modal .back {
  cursor: pointer;
}

.login-modal h2 .logo {
  background: url("/static/images/loginmodal-icon-afan-black.svg") no-repeat center center;
  background-size: cover;
  width: 58px;
  height: 26px;
  margin-right: 8px;
}

.login-modal .modal-x-button {
  position: absolute;
  right: 24px;
  top: 25px;
  height: 23.7px;
  width: 23.7px;
  background: url("/static/images/invite-icon-exit.svg") no-repeat center center;
  background-size: cover;
  border: none;
  background-color: transparent;
}

.login-modal input {
  width: 265px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: #979797 solid 1px;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-family: "SDGothicNeo";
}

.login-modal input::placeholder {
  color: #b7b7b7 !important;
  font-family: "SDGothicNeo" !important;
  font-size: 16px !important;
}

.login-modal input.email {
  margin-bottom: 25px;
}

.login-modal .small {
  color: #b7b7b7;
  font-size: 12px;
  text-align: left;
  font-family: "Gotham-Book";
  width: 100%;
}

.login-modal .forgot {
  margin-top: 8.5px
}

.login-modal p:last-child {
  text-align: center;
  margin-top: 30px;
}

.login-modal button.login,
.login-modal button.facebook,
.login-modal button.signup,
.login-modal button.reset {
  width: 100%;
  height: 50px;
  border-radius: 24px;
  font-size: 14px;
  color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat-SemiBold";
  line-height: 1;
}

.login-modal button.login {
  margin-top: 39px;
  background-color: #7f4fe8;
  /* margin-right: 12px; */
}
.login-modal div.login {
  display: inline-block;
  background-image: url("/static/images/loginmodal-icon-login.svg");
  background-size: cover;
  width: 20px;
  height: 21.5px;
  margin-right: 8px;
}
.login-modal div.facebook {
  display: inline-block;
  background-image: url("/static/images/loginmodal-icon-facebook.png");
  background-size: cover;
  height: 17px;
  width: 9px;
  margin-right: 8px;
}

.login-modal div.signup {
  display: inline-block;
  background-image: url("/static/images/loginmodal-icon-afan-white.svg");
  background-size: cover;
  height: 19px;
  width: 41px;
  margin-right: 8px;
}

.login-modal button.login:hover {
  background-color: #492793;
}

.login-modal button.login:active {
  background-color: #ad8af9 !important;
}

.login-modal button.facebook {
  margin-top: 0.8vw;
  background-color: #406ddc;
}

.login-modal button.facebook:hover {
  background-color: #3b579d;
}

.login-modal button.facebook:active {
  background-color: #6d88cb !important;
}

.login-modal button.signup {
  background-color: #6d7278;
  margin-top: 10px;
}

.login-modal p.error {
  width: 260px;
  margin-top: 60px;
}

@media all and (max-width: 720px) {
  .login-modal {
    width: 82.08vw;
    height: 112.83vw;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .login-modal h2 {
    font-size: 4.32vw;
    margin-top: 9vw;
    margin-bottom: 6vw;
  }

  .login-modal h2 .logo {
    width: 13.2vw;
    height: 6vw;
  }

  .login-modal .modal-x-button {
    right: 3.69vw;
    top: 3.69vw;
    height: 4.5vw;
    width: 4.5vw;
  }

  .login-modal input {
    height: 9.03vw;
    width: 55.08vw;
    font-size: 3.6vw;
  }

  .login-modal input::placeholder {
    font-size: 3.6vw !important;
  }

  .login-modal input.email {
    margin-bottom: 6vw;
  }

  .login-modal .forgot {
    width: 55.08vw;
    margin-top: 2.4vw;
  }

  .login-modal .forgot,
  .login-modal p:last-child {
    font-size: 2.43vw;
  }

  .login-modal button.login,
  .login-modal button.facebook,
  .login-modal button.signup,
  .login-modal button.reset {
    width: 55.08vw;
    height: 9vw;
    font-size: 2.8vw;
  }

  .login-modal button.login {
    margin-top: 10vw;
    padding-right: 6vw;
  }
  .login-modal div.login {
    height: 4.44vw;
    width: 4.14vw;
    margin-right: 3vw;
  }
  .login-modal div.facebook {
    height: 4.29vw;
    width: 2.31vw;
    margin-right: 3vw;
  }
  .login-modal div.signup {
    height: 4.44vw;
    width: 10vw;
    margin-right: 3vw;
  }
  .login-modal p:last-child {
    margin-top: 3vw;
  }
}

@media (min-width: 1440px) {
  .login-modal {
    width: 393.98px;
    height: 541.58px;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .login-modal h2 {
    font-size: 20.74px;
    margin-top: 43.2px;
    margin-bottom: 22px;
  }
  .login-modal .modal-x-button {
    right: 24.1px;
    top: 25.2px;
    height: 21.6px;
    width: 21.6px;
  }
  .login-modal input {
    height: 43.34px;
    width: 264.38px;
    border-bottom: #979797 solid 0.29px;
    font-size: 20.16px;
  }
  .login-modal input::placeholder {
    font-size: 20.16px !important;
  }
  .login-modal input.email {
    margin-bottom: 25px;
  }
  .login-modal .forgot {
    width: 264.38px;
    margin-top: 8.5px;
  }
  .login-modal button.login,
  .login-modal button.facebook {
    width: 264.38px;
    height: 50px;
    font-size: 14px;
  }
  .login-modal button.login {
    margin-top: 39px;
    padding-right: 28.8px;
  }
  .login-modal div.login {
    height: 21.5px;
    width: 20px;
    margin-right: 14.4px;
  }
  .login-modal div.facebook {
    height: 20.59px;
    width: 11.09px;
    margin-right: 14.4px;
  }
  .login-modal button.facebook {
    margin-top: 11.52px;
  }
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:.875em;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"\2014\A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentcolor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*! normalize.css v8.0.0 | 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;
}

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

h1 {
  font-size: 2em;
  margin: 0.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 */
  text-decoration: underline; /* 2 */
  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: 0.35em 0.75em 0.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;
}

input, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}

.popover {
}

.popover-body {
}

body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f8f8f8;
  color: #222;
}

html {
	font-size: 14px;
}

html, body{
  padding: 0; margin:0;
  height: 100%;
}

small {
  color: #919191;
}

#__next {
  height: 100%;
}
.btn {
  border-radius: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #7f4fe8;
  border-color: #7f4fe8;
}
#container {
  min-height: 100%;
  margin: 0 auto;
}
#main #container {
}
#main #menu {
  z-index: 100;
  position: fixed; 
  bottom: 0; 
  background: #fff; 
  width: 100%; 
  border-top: 1px solid #f5f5f5;
}

#main #top-menu menu {
  display: flex;
  padding: 0;
  margin: 0 auto;
}
#main #top-menu menu .menu-item {
  text-align: center;
  flex: 1;
  padding: 0.5rem 0;
}
#main #top-menu menu button {
  border: 0;
  vertical-align: middle;
  text-indent: -9999px;
  width: 55px;
  height: 45px;
}
#main #top-menu .menu-item button.feed {
  background: url('/static/images/ico-menu-ico-menu-home-off.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item button.explore {
  background: url('/static/images/ico-menu-ico-menu-search-off.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item button.compose {
  background: url('/static/images/ico-menu-ico-menu-compose.png') center no-repeat; 
  background-size: 35px 35px;
}
#main #top-menu .menu-item button.portfolio {
  background: url('/static/images/ico-menu-ico-menu-portfolio-off.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item button.my {
  background: url('/static/images/ico-menu-ico-menu-my-off.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item.on button.feed {
  background: url('/static/images/ico-menu-ico-menu-home-on.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item.on button.explore {
  background: url('/static/images/ico-menu-ico-menu-search-on.png') center no-repeat; 
  background-size: 24px 24px;
}
#main #top-menu .menu-item.on button.compose {
  background: url('/static/images/ico-menu-ico-menu-compose.png') center no-repeat; 
  background-size: 35px 35px;
}
#main #top-menu .menu-item.on button.portfolio {
  background: url('/static/images/ico-menu-ico-menu-portfolio-on.png') center no-repeat; 
  background-size: 24px 24px;
} 
#main #top-menu .menu-item.on button.my { 
  background: url('/static/images/ico-menu-ico-menu-my-on.png') center no-repeat; 
  background-size: 24px 24px;
}


h4 { font-size: 1.1rem; margin: 1rem; }

a:active { text-decoration: none; }

#main #top-menu {
  display: flex; height: 67px; align-items: center;
}
#main #top-menu menu .menu-item {
  float: left;
  width: 60px;
}
#main #top-menu input.compose {
  border: 0;
  vertical-align: middle;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url('/static/images/ico-menu-ico-menu-compose.png') center no-repeat; 
  background-size: 40px 40px;
}

.notification-list {
  margin: 0;
}
.notification-list li {
  border: 0;
}
.notification-list li .profile {
  width: 60px; height: 53px;
  padding-top: 2px;
}
.notification-list li .text {
  height: 55px;
  flex: 1;
}
.notification-list li .text p {
  padding-right: 0.5rem;
}
.notification-list li .thumbnail {
  width: 80px; 
  height: 55px; 
}
.notification-list li .thumbnail p {
  vertical-align: middle;
}
.notification-list li .d-table {
  width: 100%;
  height: 55px;
}
.notification-list li .d-table-cell {
  width: 100%;
  vertical-align: middle;
}
.notification-list li .thumbnail .d-table-cell {
  text-align: right;
}


#simple-layout.white #main .upload-button {
  text-indent: -9999px;
  width: 60px; height: 60px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: url('/static/images/ico-compose-ico-compose-plus-b.png') no-repeat;
  background-size: 60px 60px;
  border: 0;
}
.composer {
  width: 100%;
  padding-top: 100%;
  position: relative; /* If you want text inside of it */
  border-radius: 15px;
}
.composer .composer-card-slider {
  margin-top: -100%;
}
.composer .slick-slider,
.composer .slick-list,
.composer .slick-track,
.composer .slick-slide,
.composer .slick-slide > div,
.composer .slick-slide > div > div {
  height: 100%;
}
.composer .card {
}
.composer .slick-slide {
  border-radius: 15px;
  padding: 15px;
}
.composer .slick-slide .image {
  border-radius: 15px;
}
.composer .upload-button {
  text-indent: -9999px;
  width: 60px; height: 60px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: url('/static/images/ico-compose-ico-compose-plus-b.png') no-repeat;
  background-size: 60px 60px;
  border: 0;
}

.ReactModal__Content {
}

.ReactModal__Content .body {
  min-width: 250px;
  text-align: center;
  padding: 0 20px;
}

.ReactModal__Content .buttons {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.ReactModal__Content .buttons button {
  flex: 1;
  color: #7f4fe8;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.ReactModal__Content .buttons button:last-child {
  border-right: 0;
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{}@font-face{font-family:slick;font-weight:400;font-style:normal;}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'\FFFD\FFFD'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'\FFFD\FFFD'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'\FFFD\FFFD'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'\FFFD\FFFD';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/*! normalize.css v8.0.0 | 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;
}

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

h1 {
  font-size: 2em;
  margin: 0.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 */
  text-decoration: underline; /* 2 */
  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: 0.35em 0.75em 0.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;
}

input, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@charset 'UTF-8';.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-loading .slick-list{}@font-face{font-family:slick;font-weight:400;font-style:normal;}.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'\FFFD\FFFD'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'\FFFD\FFFD'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}[dir=rtl] .slick-next:before{content:'\FFFD\FFFD'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'\FFFD\FFFD';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

button {
  cursor: pointer;
}
button.btn:hover, button.btn:focus, button.btn:active {
  outline: none !important;
  box-shadow: none;
}
button.btn:disabled {
  color: #fff;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  opacity: 1.0;
}
button.btn-primary {
  background-color: #7f4fe8;
  border-color: #7f4fe8;
}
button.btn-primary:not(.disabled):hover {
  background-color: #9269eb;
  border-color: #9269eb;
}
button.btn-primary:not(.disabled):active {
  background-color: #b295f1 !important;
  border-color: #b295f1 !important;
}
button.btn-info {
  background-color: #f06293;
  border-color: #f06293;
}
button.btn-info:not(.disabled):hover {
  background-color: #f279a3;
  border-color: #f279a3;
}
button.btn-info:not(.disabled):active {
  background-color: #f6a0be !important;
  border-color: #f6a0be !important;
}
button.btn-white {
  background-color: #fff;
  border-color: #7f4fe8;
  color: #7f4fe8;
}
button.btn-white:not(.disabled):hover {
  background-color: #ece5fc;
  border-color: #9269eb;
}
button.btn-white:not(.disabled):active {
  background-color: #ccb9f6 !important;
  border-color: #b295f1 !important;
}
.card {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.card em {
  font-style: normal;
  color: #7f4fe8;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card-body {
}

.card-text {
  line-height: 1.4rem;
}

.nav.nav-tabs {
  margin: 0;
  padding: 0;
}
.nav.nav-tabs .nav-item {
  font-size: 0.9rem;
  padding: 0;
}
.nav.nav-tabs .nav-item .nav-link {
  margin: 0
}
.nav-link {
  border: 0;
}
.nav-tabs .nav-item {
}
.nav-tabs .nav-item a.nav-link {
  border: 0;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item a.nav-link a {
  color: #666;
  padding: 14px 0;
  text-decoration: none;
}
.nav-tabs .nav-item a.nav-link.active a {
  border-bottom: 2px solid #7f4fe8;
}
.nav-tabs .nav-item a.nav-link.active {
}
.nav-tabs .nav-item a.nav-link.active a {
  color: #7f4fe8;
}
ul.simple-list {
  list-style: none;
  list-style-position: inside;
  margin: 16px 0;
  padding: 0;
}
.simple-list li {
  display: flex;
  padding: 1rem;
}
.simple-list li button {
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  border-radius: 6px;
}

.profile-list li {
  padding: 0.5rem 0;
}
.profile-list li .thumbnail {
  text-align: center;
  width: 60px;
}
.profile-list li .text {
  text-align: left;
  flex: 1;
}
.profile-list li .text h3 {
  font-weight: 700,;
  margin-top: 0.4rem; 
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
.profile-list li .text > div {
  line-height: 0.5rem;
}
.profile-list li .buttons {
  width: 90px; 
  text-align: center;
}
.profile-list li .buttons button {
  width: 80px;
}
.fan-coin-list .fan-coin-list-item .text {
  line-height: 16px; 
  padding: 10px 0;
}
.fan-coin-list .fan-coin-list-item .text em {
  font-style: normal;
  color: #7f4fe8;
}
.profile-image {
  padding: 3px; 
  display: inline-block;
  overflow: auto
}
.profile-image.orange {
  background: #fad961; /* Old browsers */
  background: -moz-linear-gradient(top, #fad961 0%, #f76b1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fad961 0%,#f76b1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fad961 0%,#f76b1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad961', endColorstr='#f76b1c',GradientType=0 ); /* IE6-9 */
}
.profile-image.blue {
  background: #427eb2; /* Old browsers */
  background: -moz-linear-gradient(top, #427eb2 0%, #426bb2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #427eb2 0%, #426bb2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #427eb2 0%,#426bb2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427eb2', endColorstr='#426bb2',GradientType=0 ); /* IE6-9 */
}
.profile-image.purple {
  background: #8f097f; /* Old browsers */
  background: -moz-linear-gradient(top, #8f097f 0%, #8f0a7d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8f097f 0%, #8f0a7d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8f097f 0%,#8f0a7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f097f', endColorstr='#8f0a7d',GradientType=0 ); /* IE6-9 */
}
.profile-image.yellow {
  background: #ffcf00; /* Old browsers */
  background: -moz-linear-gradient(top, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf00', endColorstr='rgba(43,209.0.0.98)',GradientType=0 ); /* IE6-9 */
}
.profile-image > div {
  background: #fff; 
}
.profile-image img {
  margin: 2px;
}
.search-input {
  margin: 1rem 0; 
  border-radius: 0.5rem; 
  border-color: transparent;
  background: url('/static/images/ico_menu_search_off.png') no-repeat 10px;
  background-color: rgba(225, 225, 225, 0.3); 
  background-size: 18px 18px;
  text-indent: 2rem;
}
.search-input::-webkit-input-placeholder { color: #999; }
.search-input:-moz-placeholder { color: #999; }
.gauge {
  flex: 1;
}
.gauge .gauge-background {
  min-height: 0.3rem; 
  border-radius: 0.1rem; 
  background: #f6f6f6; 
  margin: 0.5rem 0.2rem;
  color: #fff;
  overflow: auto;
}
.gauge .gauge-background.inside-label {
  border-radius: 0.4rem; 
  height: 1.3rem;
}
.gauge .gauge-background .gauge-label {
  position: absolute;
  margin-top: -1.0rem;
  margin-left: 0.6rem;
  text-shadow: rgba(0,0,0,0.1) 1px 0px 0px;
}
.gauge .gauge-fill {
  min-height: 0.3rem; 
  border-radius: 0.1rem; margin: 0;
  overflow: auto;
}
.gauge .gauge-background.inside-label .gauge-fill {
  height: 1.3rem;
}
.gauge .gauge-fill.purple {
  background: #7f4fe8;
}
.gauge .gauge-fill.green {
  background: #98d358;
}
.gauge .gauge-fill.pink {
  background: #f06293;
}
.gauge .gauge-label.pink {
  color: #e32f6d;
}
.gauge .gauge-background.text-black {
  color: #000;
}
.fan-list li {
  padding: 0.5rem 0;
}
.fan-list li .thumbnail {
  text-align: center;
  width: 60px;
}
.fan-list li .text {
  text-align: left;
  flex: 1;
}
.fan-list li .text h3 {
  font-weight: 700,;
  margin: 0 0 0 0.2rem;
  font-size: 1.4rem;
}
.fan-list li .text > div {
  line-height: 0.5rem;
}
.fan-list li .buttons {
  width: 90px; 
  text-align: center;
}
.fan-list li .buttons button {
  width: 80px;
}
.common-footer {
  width: 100%;
  /* height: 106px; */
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
}
.common-footer a {
  color: #9b9b9b;
  display: inline-block;
  /* margin-right: 20px; */ 
}
.common-footer .links a:last-child {
  margin-right: 0;
}
.common-footer .links {
  margin-bottom: auto;
}
.common-footer .links .download {
  text-align: right;
}
.common-footer .download button {
  border: 0;
  appearance: none;
  text-indent: -9999px;
  background: #000;
  border-radius: 5px;
  width: 166px;
  height: 50px;
  margin: 8px;
}
.common-footer .download button.appstore {
  background: url('/static/images/appstore-badge@2x.png') no-repeat center center;
  background-size: 166px 50px;
}
.common-footer .download button.googleplay {
  background: url('/static/images/google-play-badge@2x.png') no-repeat center center;
  background-size: 166px 50px;
}
.common-footer .footer-row {
  flex-direction: row;
}
.common-footer .text-link {
  margin: auto;
  padding: 17px 0;
}
.common-footer .button-link {
  margin: auto;
}
.common-footer .copyright {
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .common-footer {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .common-footer {
    /*max-width: 720px;*/
  }
  .common-footer .links {
    text-align: right;
  }
  .common-footer .download button.appstore {
    width: 134px; height: 41px;
    background-size: 134px 41px;
  }
  .common-footer .download button.googleplay {
    width: 134px; height: 41px;
    background-size: 134px 41px;
  }
}
@media (max-width: 768px) {
  .common-footer {
    max-width: 520px;
  }
  .common-footer .link {
    display: block;
    margin-bottom: 17px;
    color: #4a4a4a;
  }
  .common-footer .text-link {
    margin: 0;
  }
  .common-footer .copyright {
    margin-top: 0;
  }
  .common-footer .footer-row {
    flex-direction: column-reverse;
  }
  .common-footer .links {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .common-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    max-width: 560px;
    height: auto;
  }
  .common-footer .links .download {
    text-align: center;
  }
}

.action .rectangle {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  margin-left: 60px;
  margin-right: 60px;
  min-width: 250px;
  padding: 60px;
}

.action h1 {
  font-family: Gotham-Medium;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #492793;
}

.action p {
  font-family: Gotham-Light;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: center;
  color: #492793;
}

.action .button {
  margin-left: 6.5px;
  border-radius: 0;
  font-size: 20px;
  color: white;
  padding: 10px;
  background-color: #492793;
  border: none;
}

.action .button:hover {
  background-color: #301767;
}

.action .button:active {
  background-color: #a075ff !important;
}

.action input {
  width: 213px;
  height: 44px;
  background-color: #ececec;
  text-align: center;
  font-family: Gotham-Medium;
  font-size: 15.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border: none;
  color: #909090;
}

.action header {
  height: 149px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 51px;
}

.action .logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat center
    center;
  background-size: cover !important;
  height: 33px;
  width: 100px;
  color: transparent;
  cursor: pointer;
  margin: 0;
}

.index-page body {
  background-color: #ffffff !important;
}

.index-page #logo {
  background: url('/static/images/afan_logo.png');
  background-size: cover !important;
  width: 4.5714rem;
  height: 1.9286rem;
  margin-left: 1.1429rem;
  margin-right: 0.7143rem;
}

.index-page #logo-sm {
  background: url('/static/images/afan_logo.png');
  background-size: cover !important;
  width: 2.7143rem;
  height: 1.1429rem;
  margin-right: 0.2857rem;
}

.index-page #lang {
  font-family: AppleSDGothicNeo-Regular;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.index-page #lang select {
  border: none;
  background-color: transparent;
  color: #969eaa;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-right: 0.3571rem;
  cursor: pointer;
}

.index-page #lang #select {
  background: #969eaa;
  width: 0.6429rem;
  height: 0.3571rem;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0);
}

.index-page .tab-nav {
  box-shadow: inset 0 0 0.4286rem 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  display: flex;
  width: 12.7143rem;
  margin: 0 auto;
  border-radius: 1.0714rem;
}
.index-page .tab-nav .tab {
  text-align: center;
  font-size: 0.8571rem;
  line-height: 2rem;
  font-family: Quicksand;
  font-weight: 500;
  width: 6.5714rem;
  letter-spacing: 0rem;
  height: 2.1429rem;
  border-radius: 1.0714rem;
  color: #969eaa;
  cursor: pointer;
}
.top {
  box-shadow: inset 0 -0.4286rem 0.4286rem -0.4286rem rgba(0, 0, 0, 0.1);
}
.bottom {
  box-shadow: inset 0 0.4286rem 0.4286rem -0.4286rem rgba(0, 0, 0, 0.1);
}
.right {
  box-shadow: inset 0 0 0.4286rem 0 rgba(0, 0, 0, 0.1);
}
.index-page .tab-nav .tab.selected {
  color: #fff;
  background-color: #6f4fe8;
}
.index-page input[type=text], .index-page input[type=password] {
  height: fit-content;
  width: 100%;
  border: none;
  outline: none !important;
  font-family: Poppins;
  font-size: 1.1429rem;
  font-weight: 500;
  padding: 0.5357rem 0;
  border-bottom: #eaecee 1px solid;
  margin: 2.0714rem 0 0.5rem 0;
  border-radius: 0;
  color: #2f333b;
}
.index-page div.signin input::placeholder,
.index-page div.signup input::placeholder,
.index-page div.phone input::placeholder {
  color: #969eaa;
  font-family: Poppins;
  font-size: 1.1429rem;
  font-weight: 500;
}

.index-page input[type=text].error, .index-page input[type=password].error {
  color: #363a43;
  border-bottom-color: #f06293;
}

.index-page input:focus {
  outline: none !important;
}

.index-page .input-wrapper {
  /* width: 23.4286rem; */
  width: 100%;
  margin: 0 auto 1.7143rem;
  padding: 0.7857rem 2.2857rem 2.8571rem;
  border-radius: 0.8571rem;
  box-shadow: 0 0 0.3571rem 0 rgba(175, 175, 175, 0.29);
}

.index-page label.checkbox {
  cursor: default;
}

.index-page input[type=checkbox] {
  width: 1.1429rem !important;
  height: 1.1429rem !important;
  border-radius: 0.1429rem !important;
  background-color: transparent;
  cursor: pointer;
}

.index-page input[type=checkbox]:checked {
  background-color: #854cff;
}

.index-page button {
  width: 100%;
  /* width: 23.4286rem; */
  height: 4rem;
  border-radius: 0.5714rem;
  margin: 0 auto;
  font-size: 1.1429rem;
  font-family: AppleSDGothicNeo-SemiBold;
}

.index-page button.purple {
  border: 0;
  background-color: #854cff;
}

.index-page button.purple-outlined {
  border: 0.0714rem solid #854cff;
  background-color: #ffffff;
  color: #854cff;
}

.index-page button.blue-outlined {
  border: 0.0714rem solid #1877f2;
  background-color: #ffffff;
  color: #1877f2;
}

.index-page button:disabled ,
.index-page button[disabled]
{
  background-color: #9c9c9c !important;
}

.index-page .info {
  font-family: 'AppleSDGothicNeo-Regular';
  font-size: 1.1429rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #7f4fe8;
  margin-bottom: 2.8571rem;
}

.index-page .break {
  height: 1.1429rem;
}

.index-page .footer .divider {
  margin: 0 0.5714rem;
}

.index-page .footer a {
  color: #888;
}

.signup .error, .index-page .error {
  font-size: 0.8571rem;
  color: #f06293;
}

.index-page .error.verify {
  font-size: 1.1429rem;
  line-height: 1.25;
}

button.remain:hover, button.remain:active {
  background: transparent;
}

.index-page button div#fb-logo {
  background: url('/static/images/ico-login-ico-login-facebook.svg') no-repeat center center;
  background-size: cover !important;
  width: 2.2857rem;
  height: 2.2857rem;
  margin-right: 0.8571rem;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 1rem;
  right: 0.7143rem;
  width: 0;
  height: 0;
  border: 0.4286rem solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 0.5rem;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 0.5714rem 1.1429rem;
  border: 0.0714rem solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
  /*
   * This fixes an issue where the CircularProgressbar svg has
   * 0 width inside a "display: flex" container, and thus not visible.
   */
  width: 100%;
  /*
   * This fixes a centering issue with CircularProgressbarWithChildren:
   * https://github.com/kevinsqi/react-circular-progressbar/issues/94
   */
  vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

/*
 * Sample background styles. Use these with e.g.:
 *
 *   <CircularProgressbar
 *     className="CircularProgressbar-inverted"
 *     background
 *     percentage={50}
 *   />
 */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.app {
  height: 100%;
}
.modal-dialog {
  width: 670px;
  padding: 35px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 12px 0px;
  background-color: rgb(255, 255, 255);
}
.modal-content {
  border: 0;
}
.profile-list li {
  padding: 0.65rem 0;
}
.profile-list li .thumbnail {
  text-align: center;
  width: 60px;
}
.profile-list li .text {
  text-align: left;
  flex: 1;
}
.profile-list li .text h3 {
  font-weight: 700;
  font-size: 16px
}
.profile-list li .text > div {
  font-size: 12px;
  line-height: 0.5rem;
}
.profile-list li .buttons {
  width: 90px; 
  text-align: center;
}
.profile-list li .buttons button {
  width: 80px;
}
.fan-coin-list .fan-coin-list-item .text {
  line-height: 16px; 
  padding: 10px 0;
}
.fan-coin-list .fan-coin-list-item .text em {
  font-style: normal;
  color: #7f4fe8;
}
.search-nav {
  display: flex;
  height: 42px;
  justify-content: center;
}
.search-nav .nav-item {
}
.tag-list li {
  padding: 0.5rem 0;
}
.tag-list li .thumbnail {
  text-align: center;
  width: 60px;
}
.tag-list li .thumbnail span {
  font-size: 2rem; 
  line-height: 2rem; 
  color: #dbdbdb; 
  display: inline-block; 
  width: 38px; height: 38px; 
  padding: 0.5rem 0;
  text-align: center;
  background: url('/static/images/ico-search-ico-search-hashtag.png') center center no-repeat;
  background-size: 35px 35px;
}
.tag-list li .text {
  text-align: left;
  flex: 1;
}
.tag-list li .text h3 {
  font-weight: 700;
  font-size: 16px
}
.tag-list li .text > div {
  line-height: 0.5rem;
}
.profile-image {
  padding: 3px; 
  display: inline-block;
  overflow: auto
}
.profile-image.orange {
  background: #fad961; /* Old browsers */
  background: -moz-linear-gradient(top, #fad961 0%, #f76b1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fad961 0%,#f76b1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fad961 0%,#f76b1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad961', endColorstr='#f76b1c',GradientType=0 ); /* IE6-9 */
}
.profile-image.blue {
  background: #427eb2; /* Old browsers */
  background: -moz-linear-gradient(top, #427eb2 0%, #426bb2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #427eb2 0%, #426bb2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #427eb2 0%,#426bb2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427eb2', endColorstr='#426bb2',GradientType=0 ); /* IE6-9 */
}
.profile-image.purple {
  background: #8f097f; /* Old browsers */
  background: -moz-linear-gradient(top, #8f097f 0%, #8f0a7d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8f097f 0%, #8f0a7d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8f097f 0%,#8f0a7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f097f', endColorstr='#8f0a7d',GradientType=0 ); /* IE6-9 */
}
.profile-image.yellow {
  background: #ffcf00; /* Old browsers */
  background: -moz-linear-gradient(top, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffcf00 0%, rgba(43, 209, 0, 0.98) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf00', endColorstr='rgba(43,209.0.0.98)',GradientType=0 ); /* IE6-9 */
}
.profile-image > div {
}
.profile-image img {
}
.search-input {
  margin: 1rem 0; 
  border-radius: 0.5rem; 
  font-size: 16px;
  border-color: transparent;
  background-color: rgba(225, 225, 225, 0.3); 
}
.search-input::-webkit-input-placeholder { color: #999; }
.search-input:-moz-placeholder { color: #999; }
.gauge {
  flex: 1;
}
.gauge .gauge-background {
  min-height: 0.3rem; 
  border-radius: 0.1rem; 
  background: #f6f6f6; 
  margin: 0.5rem 0.2rem;
  color: #fff;
  overflow: auto;
}
.gauge .gauge-background.inside-label {
  border-radius: 0.4rem; 
  height: 1.3rem;
}
.gauge .gauge-background .gauge-label {
  position: absolute;
  margin-top: -1.0rem;
  margin-left: 0.6rem;
  text-shadow: rgba(0,0,0,0.1) 1px 0px 0px;
}
.gauge .gauge-fill {
  min-height: 0.3rem; 
  border-radius: 0.1rem; margin: 0;
  overflow: auto;
}
.gauge .gauge-background.inside-label .gauge-fill {
  height: 1.3rem;
}
.gauge .gauge-fill.purple {
  background: #7f4fe8;
}
.gauge .gauge-fill.green {
  background: #98d358;
}
.gauge .gauge-fill.pink {
  background: #f06293;
}
.gauge .gauge-label.pink {
  color: #e32f6d;
}
.gauge .gauge-background.text-black {
  color: #000;
}
.fan-list li {
  padding: 0.5rem 0;
}
.fan-list li .thumbnail {
  text-align: center;
  width: 60px;
}
.fan-list li .text {
  text-align: left;
  flex: 1;
}
.fan-list li .text h3 {
  font-weight: 700,;
  margin: 0 0 0 0.2rem;
  font-size: 1.4rem;
}
.fan-list li .text > div {
  line-height: 0.5rem;
}
.fan-list li .buttons {
  width: 90px; 
  text-align: center;
}
.fan-list li .buttons button {
  width: 80px;
}
.common-footer {
  width: 100%;
  /* height: 106px; */
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
}
.common-footer a {
  color: #9b9b9b;
  display: inline-block;
  /* margin-right: 20px; */ 
}
.common-footer .links a:last-child {
  margin-right: 0;
}
.common-footer .links {
  margin-bottom: auto;
}
.common-footer .links .download {
  text-align: right;
}
.common-footer .download button {
  border: 0;
  appearance: none;
  text-indent: -9999px;
  background: #000;
  border-radius: 5px;
  width: 166px;
  height: 50px;
  margin: 8px;
}
.common-footer .download button.appstore {
  background: url('/static/images/appstore-badge@2x.png') no-repeat center center;
  background-size: 166px 50px;
}
.common-footer .download button.googleplay {
  background: url('/static/images/google-play-badge@2x.png') no-repeat center center;
  background-size: 166px 50px;
}
.common-footer .footer-row {
  flex-direction: row;
}
.common-footer .text-link {
  margin: auto;
  padding: 17px 0;
}
.common-footer .button-link {
  margin: auto;
}
.common-footer .copyright {
  display: inline-block;
  margin-top: 17px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .common-footer {
    max-width: 1000px;
  }
}
@media (max-width: 992px) {
  .common-footer {
    /*max-width: 720px;*/
  }
  .common-footer .links {
    text-align: right;
  }
  .common-footer .download button.appstore {
    width: 134px; height: 41px;
    background-size: 134px 41px;
  }
  .common-footer .download button.googleplay {
    width: 134px; height: 41px;
    background-size: 134px 41px;
  }
}
@media (max-width: 768px) {
  .common-footer {
    max-width: 520px;
  }
  .common-footer .link {
    display: block;
    margin-bottom: 17px;
    color: #4a4a4a;
  }
  .common-footer .text-link {
    margin: 0;
  }
  .common-footer .copyright {
    margin-top: 0;
  }
  .common-footer .footer-row {
    flex-direction: column-reverse;
  }
  .common-footer .links {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .common-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    max-width: 560px;
    height: auto;
  }
  .common-footer .links .download {
    text-align: center;
  }
}

body {
  font-family: -apple-system, Apple SD Gothic Neo, BlinkMacSystemFont, sans-serif;
}
a {
  color: #3c73b3;
}
button {
  cursor: pointer;
}
a:hover, a:focus, a:active {
  outline: none !important;
}
button:hover, button:focus, button:active {
  outline: none !important;
}
button.btn:hover, button.btn:focus, button.btn:active {
  outline: none !important;
  box-shadow: none;
}
button.btn:disabled {
  color: #fff;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  opacity: 1.0;
}
button.btn-primary {
  background-color: #7f4fe8;
  border-color: #7f4fe8;
}
button.btn-primary:not(.disabled):hover {
  background-color: #9269eb;
  border-color: #9269eb;
}
button.btn-primary:not(.disabled):active {
  background-color: #b295f1 !important;
  border-color: #b295f1 !important;
}
button.btn-outline-secondary {
  border-color: #cfd4db;
  color: #969eaa;
}
button.btn-info {
  background-color: #f06293;
  border-color: #f06293;
}
button.btn-info:not(.disabled):hover {
  background-color: #f279a3;
  border-color: #f279a3;
}
button.btn-info:not(.disabled):active {
  background-color: #f6a0be !important;
  border-color: #f6a0be !important;
}
button.btn-white {
  background-color: #fff;
  border-color: #7f4fe8;
  color: #000;
}
button.btn-white:not(.disabled):hover {
  background-color: #ece5fc;
  border-color: #9269eb;
}
button.btn-white:not(.disabled):active {
  background-color: #ccb9f6 !important;
  border-color: #b295f1 !important;
}
button.btn-purple {
  background-color: #f06293;
  border-color: #f06293;
  color: #fff;
}
button.btn-purple:not(.disabled):hover {
  background-color: #f06293;
  border-color: #f06293;
  color: #fff;
}
input[type=text]::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #cfd4db;
  font-size: 14px;
}
label.checkbox {
  cursor: pointer;
}
label.checkbox input, label.checkbox span {
  vertical-align: middle;
}
label.checkbox input[type=checkbox] {
  display: inline-block;
  width: 20px; height: 20px;
  margin-right: 8px;
  border-radius: 10px;
  border: 1px solid #eee;
}
label.checkbox input[type=checkbox]:checked {
  display: inline-block;
  width: 20px; height: 20px;
  background: url(/static/images/group-15-copy.png) no-repeat center center;
}
label.checkbox span.text {
  padding-left: 24px;
}
.card {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
  border-radius: 15px;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
.card em {
  font-style: normal;
  color: #7f4fe8;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.card-body {
  padding: 0.6rem 1rem;
}

.card-text {
  line-height: 1.4rem;
}

.nav.nav-tabs {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.nav.nav-tabs .nav-item {
  font-size: 0.9rem;
  padding: 0;
}
.nav.nav-tabs .nav-item .nav-link {
  margin: 0
}
.nav-link {
  border: 0;
}
.nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.nav-tabs .nav-item a.nav-link {
  border: 0;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item a.nav-link {
  color: #b8b8b8;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-item a.nav-link.active {
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #7f4fe8;
}
ul.simple-list {
  list-style: none;
  list-style-position: inside;
  margin: 16px 0;
  padding: 0;
}
.simple-list li {
  display: flex;
  padding: 1rem;
}
.simple-list li:last-child {
  border-bottom: 0;
}
.simple-list li button {
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  border-radius: 6px;
}
.list-container {
  margin: 32px auto;
  width: 780px;
  border-radius: 20px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 40px 25px
}
footer a {
  color: #969eaa;
}

#simple-layout.white #main .upload-button {
  text-indent: -9999px;
  width: 60px; height: 60px;
  margin: 0 auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: url('/static/images/ico-compose-ico-compose-plus-b.png') no-repeat;
  background-size: 60px 60px;
  border: 0;
}
.composer {
  width: 100%;
  padding-top: 100%;
  position: relative; /* If you want text inside of it */
  border-radius: 15px;
}
.composer .composer-card-slider {
  margin-top: -100%;
}
.composer .slick-slider,
.composer .slick-list,
.composer .slick-track,
.composer .slick-slide,
.composer .slick-slide > div,
.composer .slick-slide > div > div {
  height: 100%;
}
.composer .card {
  background: #000;
}
.composer .slick-slide {
  background: #000;
  border-radius: 15px;
}

.crush-on-page .buttons {
  margin: 1rem 0;
  padding: 0;
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.crush-on-page .buttons button {
  color: rgba(255,255,255,0.5);
  padding: 0.4rem;
  font-size: 0.9rem;
  border-radius: 1rem;
  margin: 0 0.3rem;
  border: 1px solid rgba(255,255,255,0.5);
  flex: 1;
}
.crush-on-page .buttons button:first-child {
  margin: 0;
}
.crush-on-page .buttons button:last-child {
  margin: 0;
}



.profile-page {
  background: #f5f5f5;
  min-height: 100%;
}
.profile-page button.grid {
  text-indent: -9999px;
  background: url('/static/images/ico-my-ico-my-grid-off.png') no-repeat;
  padding: 0 8px;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.profile-page button.grid.on {
  background: url('/static/images/ico-my-ico-my-grid-on.png') no-repeat;
  background-size: 15px 15px;
}
.profile-page button.list {
  text-indent: -9999px;
  background: url('/static/images/ico-my-ico-my-list-off.png') no-repeat;
  padding: 0 8px;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.profile-edit-page {
  background: #f5f5f5;
  height: 100%;
  overflow: auto;
}
.profile-edit-page .profile-table {
  margin-top: 30px;
  padding: 30px 28px;
}
.profile-edit-page h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.profile-page button.list.on {
  background: url('/static/images/ico-my-ico-my-list-on.png') no-repeat;
  background-size: 15px 15px;
}
.profile-edit-page .profile-table {
  border-radius: 26px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.profile-edit-page .profile-table th {
  font-size: 14px;
  font-weight: bold;
  width: 82px;
}
.profile-edit-page .image-area {
  text-align: center; 
  margin: 0 -1rem; 
  padding: 2rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.profile-edit-page table {
  width: 100%;
}
.profile-edit-page table th {
  font-weight: bold;
}
.profile-edit-page table th, .profile-edit-page table td {
  font-size: 12px;
  padding: 7px 0;
}
.profile-edit-page input {
  border: 0;
  padding: 0;
  margin: 0;
}
.profile-edit-page input[type=text]::placeholder {
  color: #ccc;
}
#simple-layout.white.profile-edit-page #main select {
  font-size: 1rem;
  margin: 0;
  color: #000;
  background: transparent;
  border-bottom: 0;
}
.profile-edit-page select.form-control {
  padding: 0;
}
.profile-header {
  margin-top: 30px;
  padding: 30px 27px;
  background: #fff;
}
.profile-header .profile-info {
  display: flex; 
}
.profile-header .profile-info div.text {
  flex: 1;
}
.profile-header .profile-info div.text h3 {
  font-size: 22px; 
  font-weight: 700; 
  letter-spacing: 0;
}
.profile-header .profile-info div.text .introduction {
  font-size: 12px; 
  margin-right: 1.5rem; 
  letter-spacing: -1;
  color: #222;
  white-space: pre-wrap;
  word-break: break-all;
}
.profile-header .profile-info div.image {
  width: 180px;
}
.profile-header .count {
  display: flex; 
  text-align: left; 
  padding: 0.6rem 0.6rem 0.6rem 0;
  margin: 1rem 0;
}
/* .profile-header .count > div {
  flex: 1;
  border-right: 1px solid #ddd;
} */

.profile-header .count > div:last-child {
  border-right: none;
}

.profile-header .count .title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 0.68;
}

.profile-header .count .value {
  line-height: 1rem; 
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

.profile-header button {
  background: #fff;
  margin-right: 0.45rem;
  border: 1px solid #7f4fe8;
}

.profile-header button.btn-primary {
  background: #7f4fe8;
  border: 1px solid #7f4fe8;
}
.profile-header button.edit {
  font-size: 14px;
  padding: 3px 15px;
}
.profile-header button.settings {
  background: url('/static/images/ico-my-ico-my-setting.png') no-repeat center center;
  background-size: 14px 14px;
  padding: 3px 15px;
  text-indent: -9999px;
}

.settings h3 {
  background: #f7f7f7;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 1rem -1rem;
  padding: 0.9rem 1rem;
}
.settings ul.menu-list {
  list-style: none;
  padding: 0;
  margin: -1rem;
}
.settings ul.menu-list li {
  padding: 1rem 1rem;
  border-bottom: 1px solid #f7f7f7;
}
.settings a {
  color: #000;
  text-decoration: none;
}

.explore-page h4 {
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2rem;
  margin-bottom: 0;
}

downloadhtml,
body {
  height: 100%;
  width: 100vw;
  padding: 0;
  margin: 0;
}

body {
  background-color: #ffffff;
}

.intro-page .body {
  background-color: #ffffff !important;
}

.intro-page footer {
  background-color: #ffffff !important;
}

.intro-page .mobile {
  display: none !important;
}
.intro-page .desktop {
  display: flex;
}
.intro-page {
  overflow: auto;
}
.intro-page #localeChanger {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  top: 6.6vw;
  right: 21vw;
  margin-right: 2vw;
}
.intro-page #localeChanger #divider {
  width: 0.1vw;
  height: 1vw;
  background-color: #9a9a9a;
  margin-left: 0.2vw;
  margin-right: 0.2vw;
}
.intro-page #localeChanger button {
  border: none;
  background-color: transparent;
  color: #9a9a9a;
  font-size: 0.9vw;
}
.intro-page #localeChanger button:focus {
  outline: none;
}
.intro-page header {
  height: 14.9vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  padding-right: 5.1vw;
}
.intro-page header h1.logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat left
    center;
  background-size: cover;
  height: 3.3vw;
  width: 9vw;
  color: transparent;
  cursor: pointer;
  margin: 0;
}
.intro-page header div:last-child {
  display: flex;
  flex-direction: row;
}

.intro-page header .col2 {
  display: flex;
  flex-direction: row;
}
.intro-page header .col2 .link {
  display: flex;
  margin-right: 0.7vw;
}

.intro-page .col2 .icon {
  display: inline-block;
  background-color: white;
  margin-right: 2vw;
  width: 1.8vw;
  height: 1.9vw;
}

.intro-page .col2 .icon#invite {
  -webkit-mask-image: url("/static/images/intro-invite-icon.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/static/images/intro-invite-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}

.intro-page .col2 .icon#started {
  -webkit-mask-image: url("/static/images/intro-started-icon.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/static/images/intro-started-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}

.intro-page .col2 .icon#exchange {
  -webkit-mask-image: url("/static/images/intro-exchange-icon.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/static/images/intro-exchange-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  margin-right: 1vw !important;
}


.intro-page .col2 .image {
  background-color: #7f4fe8;
  height: 3.4vw;
  width: 13vw;
  color: white;
  /* #492793; */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  font-weight: 800;
  cursor: pointer;
}

.intro-page .col2 .image:hover {
  background-color: #492793;
  color: white;
  text-decoration: none;
}

.intro-page .col2 .image:hover .icon {
  background-color: white;
}


.intro-page .col2 .image:active {
  background-color: #D9C8FF !important;
  color: #492793 !important;
}

.intro-page .col2 .image:active .icon {
  background-color: #492793 !important;
}


.intro-page .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 35.7vw;
  margin: 0;
}
.intro-page .row#row1 {
  margin-top: 7.9vw;
}
.intro-page .row#row2 {
  margin-top: 7vw;
}
.intro-page .row#row3 {
  margin-top: -2.7vw;
}
.intro-page .row#row4 {
  margin-top: -2.7vw;
}

.intro-page #row1 .paragraph {
  width: 44.9vw;
  padding-left: 4.5vw;
  padding-top: 9.1vw;
}
.intro-page #row2 .paragraph,
.intro-page #row3 .paragraph,
.intro-page #row4 .paragraph {
  width: 46vw;
  padding-left: 10.9vw;
}
.intro-page #row2 .paragraph {
  padding-top: 8.4vw;
}
.intro-page #row3 .paragraph {
  padding-top: 10.5vw;
  padding-left: 7.6vw;
}
.intro-page #row4 .paragraph {
  padding-top: 12.9vw;
}

.intro-page #row1 .image {
  width: 33.1vw;
  height: 35.2vw;
  margin-left: 22vw;
}
.intro-page #row2 .image,
.intro-page #row3 .image,
.intro-page #row4 .image {
  width: 54vw;
}

.intro-page .image-area {
  width: 100%;
  height: 100%;
}

.intro-page .image-area.image-1 {
  background: url("/static/images/intro-1.jpg") no-repeat center center;
  background-size: contain !important;
}
.intro-page .image-area.image-2 {
  background: url("/static/images/intro-png-2.png") no-repeat center center;
  background-size: cover !important;
}
.intro-page .image-area.image-3 {
  background: url("/static/images/intro-png-3.png") no-repeat center center;
  background-size: cover !important;
}
.intro-page .image-area.image-4 {
  background: url("/static/images/intro-png-4.png") no-repeat center center;
  background-size: cover !important;
}

.intro-page h2 {
  font-size: 1.9vw !important;
  font-weight: 800;
  line-height: 1.42;
  color: #222222;
  letter-spacing: 0.04vw;
  font-family: "SDGothicNeo"
}
.intro-page p {
  width: 35vw;
  font-size: 1.2vw !important;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: -0.063vw;
  word-break: keep-all;
  font-family: "SDGothicNeo"
}

.intro-page #row1 p {
  margin-top: 1.5vw;
}
.intro-page #row2 p {
  margin-top: 1.6vw;
}
.intro-page #row3 p {
  margin-top: 2.1vw;
}
.intro-page #row4 p {
  margin-top: 2.2vw;
}

.intro-page #row2 p:after {
  content: "";
  height: 0.9vw;
  width: 0.9vw;
  background: #ffbe36;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.4vw;
  margin-bottom: 0.1vw;
}

.intro-page #row3 p:after {
  content: "";
  height: 0.9vw;
  width: 0.9vw;
  background: #f06293;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.4vw;
  margin-bottom: 0.1vw;
}

.intro-page #row4 p:after {
  content: "";
  height: 0.9vw;
  width: 0.9vw;
  background: #7f4fe8;
  display: inline-block;
  border-radius: 50%;
  margin-left: 0.4vw;
  margin-bottom: 0.1vw;
}

.intro-page .row#row5 {
  padding-top: 7.4vw;
  padding-right: 4.3vw;
  margin-left: 4.3vw;
  height: 2.5vw;
}
.intro-page .download {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  flex-direction: row;
}
.intro-page #download .link {
  margin-right: 0.8vw;
}
.intro-page #download .banner {
  background-size: cover !important;
  width: 12.9vw;
  height: 3.9vw;
  -webkit-appearance: none;
}
.intro-page #download .banner.googleplay {
  background: url("/static/images/google-play-badge@2x.png") no-repeat center
    center;
}
.intro-page #download .banner.appstore {
  background: url("/static/images/appstore-badge@2x.png") no-repeat center
    center;
}

.intro-page .row#footer {
  display: flex;
  justify-content: space-between;
  font-family: "Gilroy-ExtraBold";
  font-size: 0.9vw;
  color: #c4c3c3;
  padding-left: 6.3vw;
  padding-right: 5.9vw;
  height: 9vw;
}
.intro-page #footer .col1 .link {
  margin-right: 3vw;
  color: #c4c3c3;
}
.intro-page #footer .col1 .link:last-child {
  margin-right: 0;
}

/* english */

.intro-page.en h2{
  font-family: "Gotham-Bold";
}
.intro-page.en p{
  font-family: "Gotham-Book";
}

.intro-page.en .image-area.image-4 {
  background: url("/static/images/intro-svg-3-en.svg") no-repeat center center;
  background-size: cover !important;
}

@media (max-width: 720px) {
  .intro-page .mobile {
    display: flex !important;
    flex-direction: row;
  }
  .intro-page .desktop {
    display: none !important;
  }

  .intro-page #localeChanger {
    top: 55vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 1vw;
    position: absolute;
  }
  .intro-page #localeChanger button {
    font-size: 2.5vw;
    font-weight: 600;
  }

  .intro-page #localeChanger #divider {
    height: 2.7vw;
    width: 0.25vw;
  }

  .intro-page header {
    padding: 0;
    flex-direction: column;
    justify-content: center !important;
    height: 67.2vw;
  }
  .intro-page header .col1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 40.4vw;
    padding-top: 16.6vw;
  }
  .intro-page header h1.logo {
    width: 48.3vw;
    height: 16vw;
    color: transparent;
    cursor: pointer;
    margin: 0;
  }
  .intro-page header div:last-child {
    display: flex;
    /* flex-direction: column; */
  }

  .intro-page header .col2 {
    display: flex;
    justify-content: center !important;
    width: 100%;
    height: 26.8vw;
  }
  .intro-page header .col2 .link:first-child {
    margin-right: 1.2vw;
  }

  .intro-page .col2 .image#invite {
    margin-right: 1vw;
  }

  .intro-page .col2 .image {
    height: 8.74vw;
    width: 32.64vw;
    font-size: 2.69vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-left: 3vw;
    padding-right: 4vw;
  }

  .intro-page .col2 .icon {
    width: 4.2vw;
    height: 4.3vw;
  }


  .intro-page #localeChanger {
    top: 55vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 1vw;
  }
  .intro-page #localeChanger button {
    font-size: 2.5vw;
    font-weight: 600;
  }

  .intro-page #localeChanger #divider {
    height: 2.7vw;
    width: 0.25vw;
  }

  .intro-page .row {
    flex-direction: column;
    margin: 0;
  }

  .intro-page .row .image {
    padding: 0;
    margin: 0;
  }
  .intro-page .row .paragraph {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }

  .intro-page .row#row1 {
    height: 166vw;
    margin: 0;
  }
  .intro-page #row1 .image {
    width: 100%;
    height: 90.9vw;
    margin: 0;
  }
  .intro-page #row1 .paragraph {
    padding-top: 4.7vw;
    padding-left: 12.2vw;
    padding-right: 12.1vw;
  }

  .intro-page .row#row2 {
    height: 189.3vw;
    margin: 0;
    flex-direction: column-reverse;
  }
  .intro-page #row2 .image {
    width: 100vw;
    height: 110.6vw;
    margin: 0;
  }
  .intro-page #row2 .paragraph {
    height: 78.7vw;
    padding-top: 11.7vw;
    padding-left: 12.2vw;
    padding-right: 12.1vw;
  }

  .intro-page .row#row3 {
    height: 196.8vw;
    margin: 0;
  }
  .intro-page #row3 .image {
    width: 100vw;
    height: 110.7vw;
    margin: 0;
  }
  .intro-page #row3 .paragraph {
    height: 86.1vw;
    padding-top: 12.5vw;
    padding-left: 12.2vw;
    padding-right: 12.1vw;
  }

  .intro-page .row#row4 {
    height: 186.2vw;
    margin: 0;
    flex-direction: column-reverse;
  }
  .intro-page #row4 .image {
    width: 100vw;
    height: 110.7vw;
    margin: 0;
  }
  .intro-page #row4 .paragraph {
    height: 75.5vw;
    padding-top: 11.7vw;
    padding-left: 12.2vw;
    padding-right: 12.1vw;
  }

  .intro-page .row h2 {
    font-size: 5vw !important;
    line-height: 1.44;
  }

  .intro-page .row p {
    font-size: 3.5vw !important;
    line-height: 1.48;
    width: 100%;
    letter-spacing: normal;
  }
  .intro-page #row1 p {
    margin-top: 4.8vw;
  }
  .intro-page #row2 p {
    margin-top: 4.9vw;
  }
  .intro-page #row3 p {
    margin-top: 5.7vw;
  }
  .intro-page #row4 p {
    margin-top: 5.3vw;
  }

  .intro-page #row2 p:after,
  .intro-page #row3 p:after,
  .intro-page #row4 p:after {
    height: 2.7vw;
    width: 2.7vw;
    margin-left: 0.5vw;
    margin-bottom: 0;
  }

  .intro-page .row#row5 {
    padding-top: 0vw;
    padding-right: 0vw;
    height: 3vw;
  }
  .intro-page #download .download {
    height: 12vw;
    width: 100%;
    justify-content: center;
  }
  .intro-page #download .link {
    margin-right: 1vw;
  }
  .intro-page #download .link:last-child {
    margin-right: 4.6vw;
  }
  .intro-page #download .banner {
    width: 35vw;
    height: 12vw;
  }

  .intro-page .row#footer {
    display: flex;
    width: 100%;
    height: 62.7vw;
    font-size: 3.2vw;
    padding-top: 21.8vw;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    flex-direction: column;
    justify-content: flex-start;
  }

  .intro-page .row#footer .col1,
  .intro-page .row#footer .col2 {
    width: 100%;
  }
  .intro-page #footer .col1 .link {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3vw;
    margin-right: 0;
  }
  .intro-page #footer .col1 .link:last-child {
    margin-bottom: 6.7vw;
  }

  .intro-page .image-area.image-1 {
    background: url("/static/images/intro-1.jpg") no-repeat center
      center;
    background-size: contain !important;
  }
  .intro-page .image-area.image-2 {
    background: url("/static/images/intro-png-2-mobile.png") no-repeat center
      center;
    background-size: cover !important;
  }
  .intro-page .image-area.image-3 {
    background: url("/static/images/intro-png-3-mobile.png") no-repeat center
      center;
    background-size: cover !important;
  }
  .intro-page .image-area.image-4 {
    background: url("/static/images/intro-png-4-mobile-ko.png") no-repeat center
      center;
    background-size: cover !important;
  }

  .intro-page #download .banner.googleplay {
    background: url("/static/images/google-play-badge-mobile@2x.png") no-repeat
      center center;
  }
  .intro-page #download .banner.appstore {
    background: url("/static/images/appstore-badge-mobile@2x.png") no-repeat
      center center;
  }

  /* english */

  .intro-page.en .image-area.image-4 {
    background: url("/static/images/intro-png-4-mobile-en.png") no-repeat center
      center;
    background-size: cover !important;
  }
}



@media all and (min-width: 1440px) {
  html {
    width: 100vw;
    height: 100% !important;
    margin: 0;
    background-color: #ffffff;
  }
  .intro-page {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .intro-page #localeChanger {
    top: 95.04px;
    right: 302.4px;
  }
  .intro-page #localeChanger #divider {
    width: 1.44px;
    height: 14.4px;
    margin-left: 2.88px;
    margin-right: 2.88px;
  }
  .intro-page #localeChanger button {
    font-size: 12.96px;
  }
  .intro-page header {
    height: 214.56px;
    padding-left: 86.4px;
    padding-right: 73.44px;
  }
  .intro-page header h1.logo {
    height: 47.52px;
    width: 129.6px;
  }
  .intro-page header .col2 .link:first-child {
    margin-right: 10.08px;
  }
  .intro-page .col2 .icon {
    margin-right: 28.8px;
    width: 25.92px;
    height: 27.36px;
  }
  .intro-page .col2 .image {
    height: 48.96px;
    width: 187.2px;
    font-size: 17.28px;
  }
  .intro-page .row {
    height: 514.08px;
  }
  .intro-page .row#row1 {
    margin-top: 113.76px;
  }
  .intro-page .row#row2 {
    margin-top: 100.8px;
  }
  .intro-page .row#row3 {
    margin-top: -38.88px;
  }
  .intro-page .row#row4 {
    margin-top: -38.88px;
  }
  .intro-page #row1 .paragraph {
    width: 646.56px;
    padding-left: 64.8px;
    padding-top: 131.04px;
  }
  .intro-page #row2 .paragraph,
  .intro-page #row3 .paragraph,
  .intro-page #row4 .paragraph {
    width: 662.4px;
    padding-left: 156.96px;
  }
  .intro-page #row2 .paragraph {
    padding-top: 120.96px;
  }
  .intro-page #row3 .paragraph {
    padding-top: 151.2px;
    padding-left: 109.44px;
  }
  .intro-page #row4 .paragraph {
    padding-top: 185.76px;
  }
  .intro-page #row1 .image {
    width: 476.64px;
    height: 506.88px;
    margin-left: 316.8px;
  }
  .intro-page #row2 .image,
  .intro-page #row3 .image,
  .intro-page #row4 .image {
    width: 777.6px;
  }
  .intro-page h2 {
    font-size: 27.36px !important;
    letter-spacing: 0.58px;
  }
  .intro-page p {
    width: 388.8px;
    font-size: 17.28px !important;
    letter-spacing: -0.907.2px;
  }
  .intro-page #row1 p {
    margin-top: 21.6px;
  }
  .intro-page #row2 p {
    margin-top: 23.04px;
  }
  .intro-page #row3 p {
    margin-top: 30.24px;
  }
  .intro-page #row4 p {
    margin-top: 31.68px;
  }
  .intro-page #row2 p:after {
    height: 12.96px;
    width: 12.96px;
    margin-left: 5.76px;
    margin-bottom: 1.44px;
  }
  .intro-page #row3 p:after {
    height: 12.96px;
    width: 12.96px;
    margin-left: 5.76px;
    margin-bottom: 1.44px;
  }
  .intro-page #row4 p:after {
    height: 12.96px;
    width: 12.96px;
    margin-left: 5.76px;
    margin-bottom: 1.44px;
  }
  .intro-page .row#row5 {
    padding-top: 106.56px;
    padding-right: 61.92px;
    height: 52px;
  }
  .intro-page #download .link {
    margin-right: 23.04px;
  }
  .intro-page #download .banner {
    width: 185.76px;
    height: 56.16px;
    margin-right: 5.73px;
  }
  .intro-page .row#footer {
    font-size: 12.96px;
    padding-left: 90.72px;
    padding-right: 84.96px;
    height: 129.6px;
  }
  .intro-page #footer .col1 .link {
    margin-right: 43.2px;
  }
}

.static-page {
  background: #fafafa;
  overflow: auto;
  font-size: 16px;
}
.static-page header {
  background: #fff;
  height: 74px;
  border-bottom: 1px solid #d0d0d0;
}
.static-page h1, .static-page h2 {
  font-family: AppleSDGothicNeo-ExtraBold, san-serif;
  font-size: 18px;
  font-weight: bold;
}
.static-page p {
  margin: 30px 0;
}
.static-page .main {
  font-family: AppleSDGothicNeo-Regular, san-serif;
  max-width: 1024px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 90px;
}
.static-page ul {
  padding-left: 15px;
}
.static-page ul {
  list-style-type: none;
}
.static-page ul > li {
}
.static-page ul > li:before {
  content: "- ";
}
.static-page footer {
  max-width: 1024px;
  margin: 0 auto;
}
.static-page .tab {
  font-size: 14px;
  margin: 32px 0 60px 0;
  overflow: auto;
  line-height: 14px;
}
.static-page .tab .tab-item {
  padding: 16px 0;
  float: left;
  margin-right: 48px;
  font-weight: bold;
}
.static-page .tab .tab-item.active {
  border-bottom: 2px solid #7f4fe8;
}
.static-page .tab .tab-item a {
  color: #4a4a4a;
}
.static-page .tab .tab-item a:hover {
  color: #7f4fe8;
  text-decoration: none;
}
.static-page .tab .tab-item.active a {
  color: #7f4fe8;
}

.terms .logo {
    background: url('/static/images/bi-afan-200-x-60@2x.png') no-repeat center center;
    background-size: contain !important;
    height: 100% !important;
    width: 144px !important;
    color: transparent;
    cursor: pointer;
    margin: 0;
    display: flex !important;
}

.terms .exchange-logo {
  background: url('/static/images/swap-logo.svg') no-repeat center center;
  background-size: contain !important;
  height: 100% !important;
  width: 214px !important;
  color: transparent;
  cursor: pointer;
  margin: 0;
  margin-left: 60px;
  display: flex !important;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("/static/fonts/gilroy-light.eot"); /* IE9 Compat Modes */
  src: local(※),
    url("/static/fonts/gilroy-light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/static/fonts/gilroy-light.woff") format("woff"),
    /* Modern Browsers */ url("/static/fonts/gilroy-light.woff2")
      format("woff2"); /* Modern Browsers */
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/static/fonts/gilroy-extrabold.eot"); /* IE9 Compat Modes */
  src: local(※),
    url("/static/fonts/gilroy-extrabold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/static/fonts/gilroy-extrabold.woff") format("woff"),
    /* Modern Browsers */ url("/static/fonts/gilroy-extrabold.woff2")
      format("woff2"); /* Modern Browsers */
}

@font-face {
  font-family: "Gotham-Light";
  src: url("/static/fonts/gotham-light.eot"); /* IE9 Compat Modes */
  src: local(※), url("/static/fonts/gotham-light.woff") format("woff"); /* Modern Browsers */
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("/static/fonts/gotham-bold.eot"); /* IE9 Compat Modes */
  src: local(※), url("/static/fonts/gotham-bold.woff") format("woff"); /* Modern Browsers */
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("/static/fonts/gotham-medium.eot"); /* IE9 Compat Modes */
  src: local(※), url("/static/fonts/gotham-medium.woff") format("woff"); /* Modern Browsers */
}

@font-face {
  font-family: "Gotham-Book";
  src: url("/static/fonts/gotham-book.eot"); /* IE9 Compat Modes */
  src: local(※), url("/static/fonts/gotham-book.woff") format("woff"); /* Modern Browsers */
}

@font-face {
  font-family: "SDGothicNeo";
  src: url("/static/fonts/SDGothicNeoBold.woff2") format("woff2"),
    url("/static/fonts/SDGothicNeoBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SDGothicNeo";
  src: url("/static/fonts/SDGothicNeoHeavy.woff2") format("woff2"),
    url("/static/fonts/SDGothicNeoHeavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "SDGothicNeo";
  src: url("/static/fonts/SDGothicNeoLight.woff2") format("woff2"),
    url("/static/fonts/SDGothicNeoLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SDGothicNeo";
  src: url("/static/fonts/SDGothicNeoMedium.woff2") format("woff2"),
    url("/static/fonts/SDGothicNeoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* @font-face {
    font-family: 'Montserratblack-Italic';
    src: url('montserrat-blackitalic-webfont.woff2') format('woff2'),
         url('montserrat-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/static/fonts/montserrat-bold.woff2') format('woff2'),
         url('/static/fonts/montserrat-bold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/static/fonts/montserrat-semibold.woff2') format('woff2'),
         url('/static/fonts/montserrat-semibold.woff') format('woff');
}

/* @font-face {
    font-family: 'Montserrat-Bold-Italic';
    src: url('montserrat-bolditalic-webfont.woff2') format('woff2'),
         url('montserrat-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('montserrat-extrabold-webfont.woff2') format('woff2'),
         url('montserrat-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraBold-Italic';
    src: url('montserrat-extrabolditalic-webfont.woff2') format('woff2'),
         url('montserrat-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('montserrat-extralight-webfont.woff2') format('woff2'),
         url('montserrat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-ExtraLight-Italic';
    src: url('montserrat-extralightitalic-webfont.woff2') format('woff2'),
         url('montserrat-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Italic';
    src: url('montserrat-italic-webfont.woff2') format('woff2'),
         url('montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-Light-Italic';
    src: url('montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('montserrat-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/static/fonts/montserrat-light.woff2') format('woff2'),
         url('/static/fonts/montserrat-light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/static/fonts/montserrat-medium.woff2') format('woff2'),
         url('/static/fonts/montserrat-medium.woff') format('woff');
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* @font-face {
    font-family: 'Montserrat-Medium-Italic';
    src: url('montserrat-mediumitalic-webfont.woff2') format('woff2'),
         url('montserrat-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

html,
body {
  height: 100%;
  width: 100vw;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
}

br.mobile {
  display: none;
}
br.desktop {
  display: inherit;
}


.invite-page .loggedout {
  background-color: #ffffff;
}

.loggedout header #localeChanger {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-left: 1vw;
  z-index: 10;
}
.loggedout header #localeChanger #divider {
  width: 0.09vw;
  height: 0.88vw;
  background-color: #9a9a9a;
  margin-left: 0.5vw;
  margin-right: 0.6vw;
}

.loggedout header #localeChanger button {
  border: none;
  background-color: transparent;
  color: #9a9a9a;
  font-size: 0.87vw;
  min-width: 45px;
  font-weight: 700;
}

.loggedout header #localeChanger button:focus {
  outline: none;
}

.loggedout header {
  /* height: 5vw; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  padding-right: 5.1vw;
  padding-top: 5.1vw;
  margin-bottom: 0;
}

.loggedout header .col {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.loggedout header #col2 {
  display: flex;
  justify-content: flex-end;
}

.loggedout header h1.logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat center
    center;
  background-size: cover !important;
  height: 3.3vw;
  width: 10vw;
  color: transparent;
  cursor: pointer;
  margin: 0;
}

.loggedout header #col2 .user-area {
  display: flex;
  cursor: pointer;
  border-radius: 2vw;
  width: fit-content;
  height: 3.85vw;
}
.loggedout header #col2 .user-area:hover {
  background-color: #f0f0f0;
}

.loggedout header #col2 #user-popover {
  width: fit-content;
  height: 3.85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.81vw;
  padding-left: 1.25vw;
  font-size: 1.11vw;
  font-family: "Gotham-Bold";
  color: #797979;
}

.loggedout header #col2 img {
  height: 3.19vw;
  width: 3.19vw;
  margin-left: 1vw;
}

.loggedout .row {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}

.loggedout .row#row1 {
  width: 100vw;
  height: 39vw;
  display: flex;
  flex-direction: row;
  margin-top: -4.3vw;
}

.loggedout #row1 #col1 .box {
  width: 38.2vw;
  height: 18.8vw;
  box-shadow: 0 0 28px 0 rgba(141, 141, 141, 0.68);
  background-color: #ffffff;
  padding: 0;
  display: flex;
}

.loggedout .box #col1 {
  display: flex;
  flex-direction: column;
  width: 68vw;
  padding-left: 6.7vw;
  padding-top: 5.4vw;
  padding-right: 0;
}

.loggedout .box #col1 .text {
  font-size: 1.9vw;
  font-family: "Gotham-Bold";
}

.loggedout .box #col1 .logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat left
    center;
  background-size: cover;
  width: 14vw;
  height: 5vw;
  margin-left: -1.7vw;
}

.loggedout .box #col2 {
  display: flex;
  padding-top: 7.5vw;
  padding-left: 0vw;
}

.loggedout .box #col2 .image {
  background: url("/static/images/invite_people.svg") no-repeat center center;
  background-size: cover;
  width: 7vw;
  height: 6vw;
}

.loggedout #row1 #col2 h2 {
  font-size: 2vw;
  line-height: 1.5;
  color: white;
  font-weight: 600;
  letter-spacing: normal;
  font-stretch: normal;
  font-family: "Apple SD Gothic Neo";
  margin-top: 0vw;
  margin-bottom: 3.8vw;
}

.loggedout #row1 #col2 ul {
  width: 30vw;
  padding: 0;
  margin: 0;
  margin-left: 0.6vw;
  list-style: none;
}

.loggedout #row1 #col2 li {
  font-size: 1.1vw;
  line-height: 1.6;
  color: white;
  font-weight: 400;
  letter-spacing: normal;
  font-stretch: normal;
  font-family: "Apple SD Gothic Neo";

  text-indent: -0.7vw;
  margin-top: 0vw;
  margin-bottom: 1.1vw;
}

.loggedout li:before {
  content: "*";
  padding-right: 0.3vw;
}

.loggedout .row .col {
  flex-basis: auto;
}

.loggedout #row1 > #col1 {
  width: 31vw;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7vw;
}

.loggedout #row1 > #col2 {
  width: 69vw;
  background: url("/static/images/invite-bg-cover.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding-top: 9vw;
  padding-left: 24.1vw;
}

.loggedout #row1 #col2 #icon {
  display: inline-block;
  background-color: #492793;
  -webkit-mask-image: url("/static/images/loginmodal-icon-login.svg");
  -webkit-mask-size: cover;
  mask-image: url("/static/images/loginmodal-icon-login.svg");
  mask-size: cover;
  margin-right: 2vw;
  width: 1.8vw;
  height: 1.9vw;
}

.loggedout #row1 #col2 .image#toggle {
  background-color: white;
  box-shadow: 0 0 28px 0 rgba(34, 0, 61, 0.68);
  width: 22.7vw;
  height: 4.6vw;
  color: #492793;
  /* #492793; */
  margin: 0;
  margin-bottom: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2vw;
  font-weight: 800;
  cursor: pointer;
}

.loggedout #row1 #col2 .image#toggle:hover {
  background-color: #492793;
  color: white;
}

#col2 .image#toggle:hover #icon {
  background-color: white;
}


.loggedout #row1 #col2 .image#toggle:active {
  background-color: #D9C8FF !important;
  color: #492793 !important;
}

#col2 .image#toggle:active #icon {
  background-color: #492793 !important;
}


.loggedout .row#row2 {
  display: flex;
  flex-direction: row;
  height: 30.2vw;
}

.loggedout #row2 .col {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 1px 25px 0 rgba(176, 107, 255, 0.43);
  margin-left: 1.6vw;
  margin-right: 1.6vw;
  width: 7.9vw;
  height: 16.8vw;
  margin-top: 5.2vw;
}

.loggedout #row2 .col#col1 {
  margin-left: 12.7vw;
  margin-right: 1.6vw;
  padding-top: 3.1vw;
}

.loggedout #row2 .col#col2 {
  padding-top: 3.3vw;
}

.loggedout #row2 .col#col3 {
  margin-left: 1.6vw;
  margin-right: 12.7vw;
  padding-top: 4.6vw;
}

.loggedout #row2 #col1 .image {
  background: url("/static/images/invite-box-icon-1.svg") no-repeat center
    center;
  background-size: contain;
  height: 5.3vw;
  width: 4.3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1vw;
}

.loggedout #row2 #col2 .image {
  background: url("/static/images/invite-box-icon-2.svg") no-repeat center
    center;
  background-size: contain;
  height: 4.7vw;
  width: 6.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8vw;
}

.loggedout #row2 #col3 .image {
  background: url("/static/images/invite-box-icon-3.svg") no-repeat center
    center;
  background-size: contain;
  height: 2.8vw;
  width: 6.9vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4vw;
}

.loggedout #row2 .col .text {
  font-size: 0.9vw;
  font-weight: bold;
  line-height: 1.65;
}

.loggedout .row#row3 {
  padding-top: 0vw;
  padding-right: 4.3vw;
  height: 7.7vw;
}
.loggedout #row3 .download {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.loggedout #row3 .link {
  margin-right: 1.6vw;
}

.loggedout #row3 .image {
  background-size: cover !important;
  width: 12.9vw;
  height: 3.9vw;
  -webkit-appearance: none;
}
.loggedout #row3 .image.googleplay {
  background: url("/static/images/google-play-badge@2x.png") no-repeat center
    center;
}
.loggedout #row3 .image.appstore {
  background: url("/static/images/appstore-badge@2x.png") no-repeat center
    center;
}

.loggedout .row#footer {
  display: flex;
  justify-content: space-between;
  font-family: "Gilroy-ExtraBold";
  font-size: 0.9vw;
  color: #c4c3c3;
  padding-left: 6.3vw;
  padding-right: 5.9vw;
  height: 6.2vw;
}
.loggedout #footer .col1 .link {
  margin-right: 3vw;
  color: #c4c3c3;
}
.loggedout #footer .col1 .link:last-child {
  margin-right: 0;
}

/* english */
.loggedout.en p.text {
  font-family: "Gotham-Medium";
}

.loggedout.en li {
  font-family: "Gotham-Book" !important;
}

.loggedout.en h2 {
  font-family: "Gotham-Medium" !important;
}

.loggedout.en .image#toggle {
  font-family: "Gotham-Bold" !important;
}

@media all and (max-width: 720px) {
  .loggedout br.mobile {
    display: inherit;
  }
  .loggedout br.desktop {
    display: none;
  }

  .loggedout header {
    height: 17.1vw;
    margin: 0;
    border-bottom: solid #efefef 0.1vw;
  }

  .loggedout header h1.logo {
    height: 6.9vw;
    width: 16.5vw;
    background-size: contain;
  }

  .loggedout header #localeChanger #divider {
    height: 2.5vw;
    width: 0.3vw;
  }

  .loggedout header #col2 #username {
    display: none;
  }
  .loggedout header #col2 img {
    margin-left: 0 !important;
    height: 9vw;
    width: 9vw;
  }

  .loggedout header #localeChanger {
    margin-left: 2vw;
    padding-top: 0.6vw;
  }
  .loggedout header #localeChanger button {
    font-size: 2.6vw;
    min-width: 45px;
  }
  .loggedout header #localeChanger #divider {
    height: 3vw;
    width: 0.5vw;
  }

  .loggedout span {
    letter-spacing: 0 !important;
  }

  .loggedout .row#row1 {
    height: 104.8vw;
    margin-top: 0vw;
  }
  .loggedout #row1 #col1 {
    display: none;
  }

  .loggedout #row1 #col2 {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/static/images/invite-bg-cover.png") no-repeat center
      center;
    background-size: cover;
  }

  .loggedout #row1 #col2 h2 {
    font-size: 5.76vw;
    text-align: center;
    margin-bottom: 7.73vw;
  }

  .loggedout #row1 #col2 li {
    font-size: 3.3vw;
  }

  .loggedout #row1 #col2 li:first-child {
    margin-bottom: 5.5vw;
  }

  .loggedout #row1 #col2 ul {
    width: 70.93vw;
  }

  .loggedout #row1 #col2 .image#toggle {
    height: 13.6vw;
    width: fit-content;
    font-size: 3.68vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 13.9vw;
  }

  .loggedout #row1 #col2 #icon {
    margin-right: 9vw;
    width: 4.2vw;
    height: 4.3vw;
    margin-left: 5vw;
  }

  .loggedout #row1 #col2 .image#toggle {
    padding-right: 6vw;
  }

  .loggedout #row2 .col#col1,
  .loggedout #row2 .col#col2,
  .loggedout #row2 .col#col3 {
    margin: 0;
    margin-bottom: 6.66vw;
    width: 73.86vw;
    height: 52vw;
    display: flex;
    justify-content: center;
  }

  .loggedout #row2 .col#col1 {
    padding-top: 5vw;
  }

  .loggedout #row2 .col#col2 {
    padding-top: 7vw;
  }

  .loggedout #row2 .col#col3 {
    margin-bottom: auto;
    padding-top: 6vw;
  }

  .loggedout .row#row2 {
    flex-direction: column;
    align-items: center;
    padding-top: 13.33vw;
    display: flex;
    height: auto;
  }

  .loggedout #row2 .col .text {
    font-size: 3.33vw;
  }

  .loggedout #row2 #col1 .image {
    width: 12vw;
    height: 14.8vw;
    margin-bottom: 5.7vw;
  }

  .loggedout #row2 #col2 .image {
    width: 20.3vw;
    height: 14.7vw;
    margin-bottom: 4vw;
  }

  .loggedout #row2 #col3 .image {
    width: 21.2vw;
    height: 8.7vw;
    margin-bottom: 6.5vw;
  }

  .loggedout .row#row3 {
    height: auto;
    padding: 0;
    padding-top: 16.5vw;
  }

  .loggedout #row3 .download {
    justify-content: center;
    display: flex;
  }

  .loggedout #row3 .image {
    width: 34.66vw;
    height: 10.53vw;
    margin: 0;
  }

  .loggedout #row3 .link {
    margin: 0;
  }

  .loggedout #row3 .link:last-child {
    margin-right: 5vw;
  }

  .loggedout .row#footer {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 13.5vw;
    padding-top: 15vw;
    font-size: 3.25vw;
  }

  .loggedout .row#footer .col1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 5.9vw;
  }
  .loggedout .row#footer .col1 a {
    margin-bottom: 1.25vw;
  }

  .loggedout .row#footer .col2 {
    height: auto;
    padding-bottom: 20vw;
  }

  /* english */
  .loggedout.en #row1 #col2 ul {
    margin-left: 19vw;
  }

  .loggedout #row1 #col2 #icon {
    margin-right: 6vw;
  }

  .loggedout #row1 #col2 .image span {
    padding-right: 1vw;
  }
}

@media all and (min-width: 1440px) {
  .invite-page .loggedout {
    width: 1440px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .loggedout header #localeChanger {
    margin-left: 14.4px;
  }
  .loggedout header #localeChanger #divider {
    width: 1.3px;
    height: 12.67px;
    margin-left: 7.2px;
    margin-right: 8.64px;
  }
  .loggedout header #localeChanger button {
    font-size: 12.53px;
    min-width: 45px;
  }
  .loggedout header {
    height: 72px;
    padding-left: 86.4px;
    padding-right: 73.44px;
    margin-top: 73.44px;
  }
  .loggedout header h1.logo {
    height: 47.52px;
    width: 144px;
  }
  .loggedout header #col2 .user-area {
    border-radius: 28.8px;
    height: 55.44px;
  }
  .loggedout header #col2 #user-popover {
    height: 55.44px;
    padding-right: 11.66px;
    padding-left: 18px;
    font-size: 15.98px;
  }
  .loggedout header #col2 img {
    height: 45.94px;
    width: 45.94px;
    margin-left: 14.4px;
  }
  .loggedout .row {
    width: 1440px;
  }
  .loggedout .row#row1 {
    width: 1440px;
    height: 561.6px;
    margin-top: -61.92px;
  }
  .loggedout #row1 #col1 .box {
    width: 550.08px;
    height: 270.72px;
    box-shadow: 0 0 28px 0 rgba(141, 141, 141, 0.68);
  }
  .loggedout .box #col1 {
    width: 979.2px;
    padding-left: 96.48px;
    padding-top: 77.76px;
  }
  .loggedout .box #col1 .text {
    font-size: 27.36px;
  }
  .loggedout .box #col1 .logo {
    width: 201.6px;
    height: 72px;
    margin-left: -24.48px;
  }
  .loggedout .box #col2 {
    padding-top: 108px;
    padding-left: 0px;
  }
  .loggedout .box #col2 .image {
    width: 100.8px;
    height: 86.4px;
  }
  .loggedout #row1 #col2 h2 {
    font-size: 28.8px;
    margin-top: 0px;
    margin-bottom: 54.72px;
  }
  .loggedout #row1 #col2 ul {
    width: 432px;
    margin-left: 8.64px;
  }
  .loggedout #row1 #col2 li {
    font-size: 15.84px;
    text-indent: -10.08px;
    margin-top: 0px;
    margin-bottom: 15.84px;
  }
  .loggedout li:before {
    padding-right: 4.32px;
  }
  .loggedout #row1 > #col1 {
    width: 446.4px;
    padding-left: 100.8px;
  }
  .loggedout #row1 > #col2 {
    width: 993.6px;
    padding-top: 129.6px;
    padding-left: 347.04px;
  }
  .loggedout #row1 #col2 #icon {
    margin-right: 28.8px;
    width: 25.92px;
    height: 27.36px;
  }
  .loggedout #row1 #col2 .image#toggle {
    box-shadow: 0 0 28px 0 rgba(34, 0, 61, 0.68);
    width: 326.88px;
    height: 66.24px;
    margin-bottom: 46.08px;
    font-size: 17.28px;
  }
  .loggedout .row#row2 {
    height: 434.88px;
  }
  .loggedout #row2 .col {
    box-shadow: 0 1px 25px 0 rgba(176, 107, 255, 0.43);
    margin-left: 23.04px;
    margin-right: 23.04px;
    width: 113.76px;
    height: 241.92px;
    margin-top: 74.88px;
  }
  .loggedout #row2 .col#col1 {
    margin-left: 182.88px;
    margin-right: 23.04px;
    padding-top: 44.64px;
  }
  .loggedout #row2 .col#col2 {
    padding-top: 47.52px;
  }
  .loggedout #row2 .col#col3 {
    margin-left: 23.04px;
    margin-right: 182.88px;
    padding-top: 66.24px;
  }
  .loggedout #row2 #col1 .image {
    height: 76.32px;
    width: 61.92px;
    margin-bottom: 30.24px;
  }
  .loggedout #row2 #col2 .image {
    height: 67.68px;
    width: 93.6px;
    margin-bottom: 25.92px;
  }
  .loggedout #row2 #col3 .image {
    height: 40.32px;
    width: 99.36px;
    margin-bottom: 34.56px;
  }
  .loggedout #row2 .col .text {
    font-size: 12.96px;
  }
  .loggedout .row#row3 {
    padding-top: 0px;
    padding-right: 61.92px;
    height: 110.88px;
  }
  .loggedout #row3 .link {
    margin-right: 23.04px;
  }
  .loggedout #row3 .image {
    width: 185.76px;
    height: 56.16px;
  }
  .loggedout .row#footer {
    font-size: 12.96px;
    padding-left: 90.72px;
    padding-right: 84.96px;
    height: 89.28px;
  }
  .loggedout #footer .col1 .link {
    margin-right: 43.2px;
  }
}

html,
.body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
}

.invite-page .loggedin {
  background-color: #ffffff;
}

.mobile {
  display: none !important;
}

.loggedin header #localeChanger {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-left: 1vw;
}
.loggedin header #localeChanger #divider {
  width: 0.09vw;
  height: 0.88vw;
  background-color: #9a9a9a;
  margin-left: 0.5vw;
  margin-right: 0.6vw;
}

.loggedin header #localeChanger button {
  border: none;
  background-color: transparent;
  color: #9a9a9a;
  font-size: 0.87vw;
  font-weight: 700;
}

.loggedin header #localeChanger button:focus {
  outline: none;
}

.loggedin header {
  /* height: 5vw; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  padding-right: 5.1vw;
  padding-top: 2.4vw;
  margin-bottom: 1.6vw;
}

.loggedin header .col {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.loggedin header #col2 {
  display: flex;
  justify-content: flex-end;
}

.loggedin header h1.logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat center
    center;
  background-size: cover !important;
  height: 3.3vw;
  width: 10vw;
  color: transparent;
  cursor: pointer;
  margin: 0;
}

.loggedin header #col2 .user-area {
  display: flex;
  cursor: pointer;
  border-radius: 2vw;
  width: fit-content;
  height: 3.85vw;
}
.loggedin header #col2 .user-area:hover {
  background-color: #f0f0f0;
}

.loggedin header #col2 #user-popover {
  width: fit-content;
  height: 3.85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.81vw;
  padding-left: 1.25vw;
  font-size: 1.11vw;
  font-family: "Gotham-Bold";
  color: #797979;
}

.loggedin header #col2 img {
  height: 3.19vw;
  width: 3.19vw;
  margin-left: 1vw;
}

.user-menu-popover {
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
}

.user-menu-popover .popover-body {
  background: url("/static/images/logout-popup.png") no-repeat center center;
  background-size: contain;
  height: 4.8vw;
  width: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 0 0 0;
  margin-top: -1.5vw;
}

.user-menu-popover .popover-body a {
  color: #7f4fe8;
  font-family: "Gilroy-ExtraBold"
}

.user-menu-popover .popover-body a:hover {
  color: #492793;
  text-decoration: none;
}

/* .user-menu-popover .popover,
.user-menu-popover .bs-popover-bottom>.arrow::after,
.user-menu-popover .bs-popover-bottom>.arrow::before {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
} */

.user-menu-popover .arrow::after,
.user-menu-popover .arrow::before {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.loggedin .row {
  margin-left: 0;
  margin-right: 0;
  width: 100vw;
}

.loggedin .row#row1 {
  width: 100vw;
  height: 50.6vw;
  display: flex;
  flex-direction: row;
  background-color: #7f4fe8;
}

.loggedin #row1 #col1 {
  display: flex;
  padding: 0;
  padding-left: 14.3vw;
  width: 43.4vw;
  align-self: center;
  flex-basis: inherit;
  flex-grow: inherit;
}

.loggedin #row1 #col1 .image {
  background: url("/static/images/invite-total-bg.svg") no-repeat center center;
  background-size: cover;
  height: 25.7vw;
  width: 22.7vw;
  padding-top: 16.7vw;
}

.loggedin #row1 #col1 p,
.loggedin #row1 #col1 h5 {
  width: 100%;
  text-align: center;
  color: white;
}
.loggedin #row1 #col1 h5 {
  font-size: 1.1vw;
  margin-bottom: 0vw;
}

.loggedin #row1 #col1 p {
  font-size: 3vw;
  font-family: "Gotham-Medium";
}

.loggedin #row1 #col1 p:after {
  display: inline-block;
  content: "";
  color: transparent;
  background: url("/static/images/invite-total-fan.svg") no-repeat center center;
  background-size: cover;
  height: 2.7vw;
  width: 1.6vw;
  margin-bottom: -0.3vw;
  margin-left: 0.1vw;
}

.loggedin #row1 #col2 {
  padding: 0;
  width: 56.6vw;
  padding-top: 13.9vw;
}

.loggedin #row1 #col2 h2 {
  color: white;
  font-size: 2.8vw;
  font-weight: 600;
  margin-bottom: 2vw;
}

.loggedin #row1 #col2 p {
  font-size: 1.08vw;
  color: white;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 3.3vw;
}

.loggedin #row1 #col2 h3 {
  font-size: 1.3vw;
  color: white;
  font-weight: 600;
  margin-bottom: 1.5vw;
}

.loggedin #row1 #col2 .links {
  flex-direction: row;
  display: flex;
  width: 50vw;
}

.loggedin #row1 #col2 .links .copy-button {
  color: #7f4fe8;
  position: relative;
  font-size: 0.97vw;
  right: 5.3vw;
  font-weight: 700;
  margin-bottom: -0.1vw;
  background-color: transparent;
  border: none;
  outline: 0;
}

.loggedin #row1 #col2 input {
  width: 31vw !important;
  height: 3.7vw;
  border-radius: 0;
  background-color: white;
  border: none;
  font-family: "Gotham-Medium";
  font-size: 1.12vw;
  color: #787878;
  padding-left: 1.3vw;
  padding-right: 5.5vw;
}

.loggedin #row1 #col2 .links .social-button {
  position: relative;
  top: 0.5vw;
  right: 2.55vw;
  display: flex;
  flex-direction: row;
}

.loggedin #row1 #col2 .social-button > button,
.loggedin #row1 #col2 .social-button > a > button,
.loggedin #row1 #col2 .social-button > .SocialMediaShareButton--telegram {
  width: 2.73vw;
  height: 2.73vw;
  border-radius: 50%;
  border: none;
  padding: 0;
  margin-right: 0.52vw;
}

.loggedin #row1 #col2 .social-button .fb-messenger {
  background: url("/static/images/invite-icon-fbm.png") no-repeat center center;
  background-size: 1.59vw 1.59vw;
  background-color: #492793;
}

.loggedin #row1 #col2 .social-button > .SocialMediaShareButton--telegram {
  background: url("/static/images/invite-icon-telegram.svg") no-repeat center
    center;
  background-size: 1.5vw 1.5vw;
  background-color: #492793;
}

.loggedin #row1 #col2 .social-button .more {
  background: url("/static/images/invite-icon-more.svg") no-repeat center center;
  background-size: 1.5vw 1.5vw;
  background-color: #492793;
  color: white;
}

.loggedin .modal-x-button {
  position: absolute;
  right: 1.23vw;
  top: 1.23vw;
  height: 1.5vw;
  width: 1.5vw;
  background: url("/static/images/invite-icon-exit.svg") no-repeat center center;
  background-size: cover;
  border: none;
  background-color: transparent;
}

.loggedin .share-link-modal {
  position: absolute;
  background-color: white;
  width: 20.05vw;
  height: auto;
  top: -5.8vw;
  right: -1.35vw;
  padding-top: 2.57vw;
  padding-left: 2.58vw;
  z-index: 600;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.29);
}

.loggedin .share-link-modal ul li button,
.loggedin .share-link-modal ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0;
  font-size: 1vw;
  font-weight: 700;
  background-color: transparent;
  text-decoration: none;
  align-items: center;
  justify-content: start;
  border: none;
}
.loggedin .share-link-modal ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 2.09vw !important;
  margin-left: 0 !important;
  width: fit-content !important;
}

.loggedin .share-link-modal li {
  height: 2.8vw;
  width: 13vw;
  display: flex;
  margin-bottom: 0.5vw !important;
}

.loggedin .share-link-modal li:before {
  content: none;
}

.loggedin .share-link-modal span {
  color: #858585 !important;
  height: auto;
  margin-left: 0.99vw;
}

.loggedin .share-link-modal .img {
  height: 2.8vw;
  width: 2vw;
  border: none;
}

.loggedin .share-link-modal .fbm .img {
  background: url("/static/images/invite-sns-fbm.png") no-repeat center center;
  background-size: 2vw 2vw;
}
.loggedin .share-link-modal .kakaotalk .img {
  background: url("/static/images/invite-sns-kakaotalk.png") no-repeat center
    center;
  background-size: 2.01vw 1.87vw;
}
.loggedin .share-link-modal .telegram .img {
  background: url("/static/images/invite-sns-telegram.svg") no-repeat center
    center;
  background-size: 1.98vw 1.98vw;
}
.loggedin .share-link-modal .facebook .img {
  background: url("/static/images/invite-sns-facebook.svg") no-repeat center
    center;
  background-size: 1.98vw 1.98vw;
}
.loggedin .share-link-modal .twitter .img {
  background: url("/static/images/invite-sns-twitter.png") no-repeat center
    center;
  background-size: 1.7vw 1.4vw;
}
.loggedin .share-link-modal .email .img {
  background: url("/static/images/invite-sns-email.png") no-repeat center center;
  background-size: 1.52vw 1.11vw;
}

.loggedin .SocialMediaShareButton {
  height: 100%;
  width: 100%;
}

.loggedin .share-link-modal h4 {
  margin-left: 0.4vw;
  margin-top: 0;
  background-color: white;
  color: black;
  font-size: 1.07vw;
  font-weight: 700;
}

.loggedin .row#row2 h6 {
  width: 100%;
  text-align: center;
  color: black;
  font-size: 2.19vw;
  font-weight: 700;
  padding-top: 6.87vw;
}

.loggedin .row#row3 {
  display: flex;
  flex-direction: row;
  height: 30.2vw;
}

.loggedin #row3 .col {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 1px 25px 0 rgba(176, 107, 255, 0.43);
  margin-left: 1.6vw;
  margin-right: 1.6vw;
  width: 7.9vw;
  height: 16.8vw;
  margin-top: 5.2vw;
}

.loggedin #row3 .col#col1 {
  margin-left: 12.7vw;
  margin-right: 1.6vw;
  padding-top: 3.1vw;
}

.loggedin #row3 .col#col2 {
  padding-top: 3.3vw;
}

.loggedin #row3 .col#col3 {
  margin-left: 1.6vw;
  margin-right: 12.7vw;
  padding-top: 4.6vw;
}

.loggedin #row3 #col1 .image {
  background: url("/static/images/invite-box-icon-1.svg") no-repeat center
    center;
  background-size: contain;
  height: 5.3vw;
  width: 4.3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1vw;
}

.loggedin #row3 #col2 .image {
  background: url("/static/images/invite-box-icon-2.svg") no-repeat center
    center;
  background-size: contain;
  height: 4.7vw;
  width: 6.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8vw;
}

.loggedin #row3 #col3 .image {
  background: url("/static/images/invite-box-icon-3.svg") no-repeat center
    center;
  background-size: contain;
  height: 2.8vw;
  width: 6.9vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.4vw;
}

.loggedin #row3 .col .text {
  font-size: 0.9vw;
  font-weight: bold;
  line-height: 1.65;
}

.loggedin .row#row4 {
  padding-top: 0vw;
  padding-right: 4.3vw;
  height: 7.7vw;
}
.loggedin #row4 .download {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.loggedin #row4 .link {
  margin-right: 1.6vw;
}

.loggedin #row4 .image {
  background-size: cover !important;
  width: 12.9vw;
  height: 3.9vw;
  -webkit-appearance: none;
}
.loggedin #row4 .image.googleplay {
  background: url("/static/images/google-play-badge@2x.png") no-repeat center
    center;
}
.loggedin #row4 .image.appstore {
  background: url("/static/images/appstore-badge@2x.png") no-repeat center
    center;
}

.loggedin .row#footer {
  display: flex;
  justify-content: space-between;
  font-family: "Gilroy-ExtraBold";
  font-size: 0.9vw;
  color: #c4c3c3;
  padding-left: 6.3vw;
  padding-right: 5.9vw;
  height: 6.2vw;
}
.loggedin #footer .col1 .link {
  margin-right: 3vw;
  color: #c4c3c3;
}
.loggedin #footer .col1 .link:last-child {
  margin-right: 0;
}

/* english */
.loggedin.en p.text,
.loggedin.en li,
.loggedin.en h2,
.loggedin.en h3,
.loggedin.en h5,
.loggedin.en h6 {
  font-family: "Gotham-Medium";
}
.loggedin.en p {
  font-family: "Gotham-Book";
}

.loggedin.en #row1 #col2 .links .copy-button {
  right: 4.5vw;
}

.loggedin.en #row1 #col2 input {
  padding-right: 5.5vw;
}

.loggedin.en .social-button {
  right: 2.2vw !important;
}

@media all and (max-width: 720px) {
  .loggedin .mobile {
    display: inherit !important;
  }
  .loggedin .desktop {
    display: none !important;
  }

  .loggedin header {
    height: 17.1vw;
    margin: 0;
  }

  .loggedin header h1.logo {
    height: 6.9vw;
    width: 16.5vw;
    background-size: contain;
  }

  .loggedin header #localeChanger #divider {
    height: 2.5vw;
    width: 0.3vw;
  }

  .loggedin header #col2 #username {
    display: none;
  }
  .loggedin header #col2 img {
    margin-left: 0 !important;
    height: 9vw;
    width: 9vw;
  }

  .loggedin header #localeChanger {
    margin-left: 2vw;
    padding-top: 0.6vw;
  }
  .loggedin header #localeChanger button {
    font-size: 2.6vw;
    min-width: 45px;
  }
  .loggedin header #localeChanger #divider {
    height: 3vw;
    width: 0.5vw;
  }

  .loggedin span {
    letter-spacing: 0 !important;
  }

  .popover-body {
    background: url("/static/images/logout-popup-mobile.png") no-repeat center center;
    background-size: contain;
    height: 17vw;
    width: 29vw;
    padding-top: 4vw;
    margin-top: -2.5vw;
    margin-left: -14vw;
  }

  .loggedin .row#row1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0;
    padding-top: 12vw;

    padding-bottom: 14vw;
  }
  .loggedin #row1 #col1 {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .loggedin #row1 #col1 .image {
    height: 72.8vw;
    width: 72.8vw;
    background: url("/static/images/invite-total-bg-mobile.png") no-repeat
      center center;
    background-size: contain;
    padding-top: 46.66vw;
    font-size: 10vw;
  }

  .loggedin #row1 #col1 .image h5 {
    font-size: 3.65vw;
  }
  .loggedin #row1 #col1 .image p {
    font-size: 9.6vw;
  }

  .loggedin #row1 #col1 .image p:after {
    height: 8.91vw;
    width: 5.28vw;
    margin-bottom: -1vw;
  }

  .loggedin #row1 #col2 {
    justify-content: center;
    text-align: center;
    padding-top: 8.4vw;
  }

  .loggedin #row1 #col2 .links .social-button {
    position: inherit;
  }

  .loggedin #row1 #col2 .links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .loggedin #row1 #col2 h2 {
    font-size: 6.02vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .loggedin #row1 #col2 p {
    font-size: 3.44vw;
    line-height: 1.56;
    margin-bottom: 13.6vw;
  }

  .loggedin #row1 #col2 {
    width: 100%;
  }

  .loggedin #row1 #col2 .social-button .more {
    height: 12.53vw;
    width: 72.8vw;
    border-radius: 0;
    margin: 0;
    background-color: white;
    box-shadow: 0 0 26px 0 rgba(34, 0, 61, 0.68);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .loggedin #row1 #col2 .social-button .more span {
    font-size: 4.21vw;
    color: #492793;
    font-weight: 700;
  }

  .loggedin #row1 #col2 .social-button .more .share {
    display: inline-block;
    background: url("/static/images/invite-icon-share.svg") no-repeat center
      center;
    background-size: cover;
    height: 5.6vw;
    width: 4.8vw;
    margin-right: 2vw;
  }

  .loggedin .share-link-modal {
    height: auto;
    width: 80vw;
    display: flex;
    flex-direction: column;
    right: 10vw;
    top: 58vw;
    padding-left: 10vw;
    padding-top: 10vw;
    padding-bottom: 3vw;
  }

  .loggedin .share-link-modal h4 {
    text-align: left;
    font-size: 4.3vw;
    margin-bottom: 6vw;
  }

  .loggedin .share-link-modal li {
    width: auto;
    height: 7vw;
    margin-bottom: 5.5vw !important;
  }

  .loggedin .share-link-modal span {
    width: auto;
    height: auto;
    font-size: 4vw;
    margin-left: 3vw;
    padding-bottom: 0.5vw;
  }

  .loggedin .share-link-modal .email span {
    padding-bottom: 0;
  }

  .loggedin .share-link-modal .img {
    background-size: contain !important;
    width: 7vw !important;
    height: 7vw !important;
  }

  .loggedin .share-link-modal .copy .img {
    background: url("/static/images/invite-sns-copy.svg") no-repeat center
      center;
  }

  .loggedin .modal-x-button {
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
  }

  .loggedin .row#row2 {
    padding-top: 7.5vw;
  }

  .loggedin .row#row2 h6 {
    font-size: 4.96vw;
  }

  .loggedin #row3 .col#col1,
  .loggedin #row3 .col#col2,
  .loggedin #row3 .col#col3 {
    margin: 0;
    margin-bottom: 6.66vw;
    width: 73.86vw;
    height: 52vw;
    display: flex;
    justify-content: center;
    flex-basis: inherit;
  }

  .loggedin #row3 .col#col1 {
    padding-top: 5vw;
  }

  .loggedin #row3 .col#col2 {
    padding-top: 7vw;
  }

  .loggedin #row3 .col#col3 {
    margin-bottom: auto;
    padding-top: 6vw;
  }

  .loggedin .row#row3 {
    flex-direction: column;
    align-items: center;
    padding-top: 12.2vw;
    display: flex;
    height: auto;
  }

  .loggedin #row3 .col .text {
    font-size: 3.33vw;
  }

  .loggedin #row3 #col1 .image {
    width: 12vw;
    height: 14.8vw;
    margin-bottom: 5.7vw;
  }

  .loggedin #row3 #col2 .image {
    width: 20.3vw;
    height: 14.7vw;
    margin-bottom: 4vw;
  }

  .loggedin #row3 #col3 .image {
    width: 21.2vw;
    height: 8.7vw;
    margin-bottom: 6.5vw;
  }

  .loggedin .row#row4 {
    height: auto;
    padding: 0;
    padding-top: 16.5vw;
  }

  .loggedin #row4 .download {
    justify-content: center;
    display: flex;
  }

  .loggedin #row4 .image {
    width: 34.66vw;
    height: 10.53vw;
    margin: 0;
  }

  .loggedin #row4 .link {
    margin: 0;
  }

  .loggedin #row4 .link:last-child {
    margin-right: 5vw;
  }

  .loggedin .row#footer {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 13.5vw;
    padding-top: 15vw;
    font-size: 3.25vw;
  }

  .loggedin .row#footer .col1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 5.9vw;
  }
  .loggedin .row#footer .col1 a {
    margin-bottom: 1.25vw;
  }

  .loggedin .row#footer .col2 {
    height: auto;
    padding-bottom: 20vw;
  }

  /* english */
  .loggedin.en .social-button .more span {
    font-family: "Gotham-Medium";
  }
}


@media all and (min-width: 1440px) {
  .invite-page .loggedin {
    width: 1440px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .loggedin header #localeChanger {
    margin-left: 14.4px;
  }
  .loggedin header #localeChanger #divider {
    width: 1.3px;
    height: 12.67px;
    margin-left: 7.2px;
    margin-right: 8.64px;
  }
  .loggedin header #localeChanger button {
    font-size: 12.53px;
  }
  .loggedin header {
    height: 72px;
    padding-left: 86.4px;
    padding-right: 73.44px;
    margin-top: 23.04px;
    margin-bottom: 23.04px;
  }
  .loggedin header h1.logo {
    height: 47.52px;
    width: 144px;
  }
  .loggedin header #col2 .user-area {
    border-radius: 28.8px;
    height: 55.44px;
  }
  .loggedin header #col2 #user-popover {
    height: 55.44px;
    padding-right: 11.66px;
    padding-left: 18px;
    font-size: 15.98px;
  }
  .loggedin header #col2 img {
    height: 45.94px;
    width: 45.94px;
    margin-left: 14.4px;
  }
  .popover-body {
    height: 69.12px;
    width: 158.4px;
    padding-top: 18.72px;
    margin-top: -21.6px;
  }
  .loggedin .row {
    width: 1440px;
  }
  .loggedin .row#row1 {
    width: 1440px;
    height: 728.64px;
  }
  .loggedin #row1 #col1 {
    padding-left: 205.92px;
    width: 624.96px;
  }
  .loggedin #row1 #col1 .image {
    height: 370.08px;
    width: 326.88px;
    padding-top: 240.48px;
  }
  .loggedin #row1 #col1 h5 {
    font-size: 15.84px;
    margin-bottom: 0px;
  }
  .loggedin #row1 #col1 p {
    font-size: 43.2px;
  }
  .loggedin #row1 #col1 p:after {
    height: 38.88px;
    width: 23.04px;
    margin-bottom: -4.32px;
    margin-left: 1.44px;
  }
  .loggedin #row1 #col2 {
    width: 815.04px;
    padding-top: 211.68px;
  }
  .loggedin #row1 #col2 h2 {
    font-size: 40.32px;
    margin-bottom: 28.8px;
  }
  .loggedin #row1 #col2 p {
    font-size: 15.55px;
    margin-bottom: 47.52px;
  }
  .loggedin #row1 #col2 h3 {
    font-size: 18.72px;
    margin-bottom: 21.6px;
  }
  .loggedin #row1 #col2 .links {
    width: 720px;
  }
  .loggedin #row1 #col2 .links .copy-button {
    font-size: 13.97px;
    right: 76.32px;
    margin-bottom: -1.44px;
  }
  .loggedin #row1 #col2 input {
    width: 446.4px !important;
    height: 53.28px;
    font-size: 16.13px;
    padding-left: 18.72px;
    padding-right: 79.2px;
  }
  .loggedin #row1 #col2 .links .social-button {
    top: 7.2px;
    right: 36.72px;
  }
  .loggedin #row1 #col2 .social-button > button,
  .loggedin #row1 #col2 .social-button > a > button,
  .loggedin #row1 #col2 .social-button > .SocialMediaShareButton--telegram {
    width: 39.31px;
    height: 39.31px;
    margin-right: 7.49px;
  }
  .loggedin #row1 #col2 .social-button .fb-messenger {
    background-size: 22.9px 22.9px;
  }
  .loggedin #row1 #col2 .social-button > .SocialMediaShareButton--telegram {
    background-size: 21.6px 21.6px;
  }
  .loggedin #row1 #col2 .social-button .more {
    background-size: 21.6px 21.6px;
  }
  .loggedin .modal-x-button {
    right: 17.71px;
    top: 17.71px;
    height: 21.6px;
    width: 21.6px;
  }
  .loggedin .share-link-modal {
    width: 288.72px;
    top: -83.52px;
    right: -19.44px;
    padding-top: 37.01px;
    padding-left: 37.15px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.29);
  }
  .loggedin .share-link-modal ul li button,
  .loggedin .share-link-modal ul li a {
    font-size: 14.4px;
  }
  .loggedin .share-link-modal ul {
    margin-top: 30.1px !important;
  }
  .loggedin .share-link-modal li {
    height: 40.32px;
    width: 187.2px;
    margin-bottom: 7.2px !important;
  }
  .loggedin .share-link-modal span {
    margin-left: 14.26px;
  }
  .loggedin .share-link-modal .img {
    height: 40.32px;
    width: 28.8px;
  }
  .loggedin .share-link-modal .fbm .img {
    background-size: 28.8px 28.8px;
  }
  .loggedin .share-link-modal .kakaotalk .img {
    background-size: 28.94px 26.93px;
  }
  .loggedin .share-link-modal .telegram .img {
    background-size: 28.51px 28.51px;
  }
  .loggedin .share-link-modal .facebook .img {
    background-size: 28.51px 28.51px;
  }
  .loggedin .share-link-modal .twitter .img {
    background-size: 24.48px 20.16px;
  }
  .loggedin .share-link-modal .email .img {
    background-size: 21.89px 15.98px;
  }
  .loggedin .share-link-modal h4 {
    margin-left: 5.76px;
    font-size: 15.41px;
  }
  .loggedin .row#row2 h6 {
    font-size: 31.54px;
    padding-top: 98.93px;
  }
  .loggedin .row#row3 {
    height: 434.88px;
  }
  .loggedin #row3 .col {
    box-shadow: 0 1px 25px 0 rgba(176, 107, 255, 0.43);
    margin-left: 23.04px;
    margin-right: 23.04px;
    width: 113.76px;
    height: 241.92px;
    margin-top: 74.88px;
  }
  .loggedin #row3 .col#col1 {
    margin-left: 182.88px;
    margin-right: 23.04px;
    padding-top: 44.64px;
  }
  .loggedin #row3 .col#col2 {
    padding-top: 47.52px;
  }
  .loggedin #row3 .col#col3 {
    margin-left: 23.04px;
    margin-right: 182.88px;
    padding-top: 66.24px;
  }
  .loggedin #row3 #col1 .image {
    height: 76.32px;
    width: 61.92px;
    margin-bottom: 30.24px;
  }
  .loggedin #row3 #col2 .image {
    height: 67.68px;
    width: 93.6px;
    margin-bottom: 25.92px;
  }
  .loggedin #row3 #col3 .image {
    height: 40.32px;
    width: 99.36px;
    margin-bottom: 34.56px;
  }
  .loggedin #row3 .col .text {
    font-size: 12.96px;
  }
  .loggedin .row#row4 {
    padding-top: 0px;
    padding-right: 61.92px;
    height: 110.88px;
  }
  .loggedin #row4 .link {
    margin-right: 23.04px;
  }
  .loggedin #row4 .image {
    width: 185.76px;
    height: 56.16px;
  }
  .loggedin .row#footer {
    font-size: 12.96px;
    padding-left: 90.72px;
    padding-right: 84.96px;
    height: 89.28px;
  }
  .loggedin #footer .col1 .link {
    margin-right: 43.2px;
  }
  .loggedin.en #row1 #col2 .links .copy-button {
    right: 64.8px;
  }
  .loggedin.en #row1 #col2 input {
    padding-right: 79.2px;
  }
  .loggedin.en #row1 #col2 {
    padding-top: 200.16px;
  }
  .loggedin.en .social-button {
    right: 31.68px !important;
  }
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.landing .mobile {
  display: none !important;
}

.landing .row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.landing .col {
  padding: 0;
}

.landing header #localeChanger {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-left: 1vw;
}
.landing header #localeChanger #divider {
  width: 0.09vw;
  height: 0.88vw;
  background-color: #9a9a9a;
  margin-left: 0.5vw;
  margin-right: 0.6vw;
}

.landing header #localeChanger button {
  border: none;
  background-color: transparent;
  color: #9a9a9a;
  font-size: 0.87vw;
  font-weight: 700;
  min-width: 45px;
}

.landing header #localeChanger button:focus {
  outline: none;
}

.landing header {
  height: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  padding-right: 5.1vw;
  margin-top: 5.1vw;
  margin-bottom: 4.7vw;
}

.landing header .col {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.landing header #col2 {
  display: flex;
  justify-content: flex-end;
}

.landing header h1.logo {
  background: url("/static/images/bi-afan-200-x-60@2x.png") no-repeat center
    center;
  background-size: cover !important;
  height: 3.3vw;
  width: 10vw;
  color: transparent;
  cursor: pointer;
  margin: 0;
}

.landing header #col2 .user-area {
  display: flex;
  cursor: pointer;
  border-radius: 2vw;
  width: fit-content;
  height: 3.85vw;
}
.landing header #col2 .user-area:hover {
  background-color: #f0f0f0;
}

.landing header #col2 #user-popover {
  width: fit-content;
  height: 3.85vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.81vw;
  padding-left: 1.25vw;
  font-size: 1.11vw;
  font-family: "Gotham-Bold";
  color: #797979;
}

.landing header #col2 img {
  height: 3.19vw;
  width: 3.19vw;
  margin-left: 1vw;
}

.popover-body {
  background: url("/static/images/logout-popup.png") no-repeat center center;
  background-size: contain;
  height: 4.8vw;
  width: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 0 0 0 !important;
  margin-top: -1.5vw;
}

.popover-body a {
  color: #7f4fe8;
  font-family: "Gilroy-ExtraBold";
}

.popover-body a:hover {
  color: #492793;
  text-decoration: none;
}

.user-menu-popover .popover,
.user-menu-popover .bs-popover-bottom > .arrow::after,
.user-menu-popover .bs-popover-bottom > .arrow::before {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.landing .row #col1 {
  width: 39.8vw;
  flex-basis: inherit;
  padding-left: 19.37vw;
}

.landing .row #col2 {
  width: 59.87vw;
  flex-basis: inherit;
  padding-top: 0.2vw;
}

.landing #row1 #col1 {
  padding-left: 20.4vw;
  padding-top: 0.1vw;
}

.landing #row1 #col2 {
  padding-left: 1vw;
}

.landing #row1 #col1 h1 {
  font-size: 1.91vw;
  font-weight: 700;
  line-height: 1.38;
  padding-left: 0.6vw;
  padding-top: 1vw;
}

.landing #row1 #col1 .logo {
  background: url("/static/images/landing-image-logo.svg") no-repeat center
    center;
  height: 9.5vw;
  width: 6.5vw;
  background-size: cover;
}

.landing #row1 #col2 .screen {
  background: url("/static/images/landing-image-screen@3x.jpg") no-repeat center
    center;
  height: 36.66vw;
  width: 32.91vw;
  background-size: contain;
}

.landing .horizontal-line {
  height: 0.12vw;
  opacity: 0.3;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-image-source: linear-gradient(
    to left,
    rgba(73, 39, 147, 0),
    rgba(73, 39, 147, 0.78) 26%,
    #492793 50%,
    rgba(73, 39, 147, 0.73) 75%,
    rgba(73, 39, 147, 0)
  );
  border-image-slice: 1;
  width: 80vw;
  margin-left: 10vw;
}

.landing #col1 .number {
  text-align: left;
  font-family: "Gilroy-Light";
  color: #9972ed;
  font-size: 4.5vw;
}

.landing h2 {
  font-size: 1.44vw;
  font-weight: 500;
  color: #565656;
  line-height: 2.5vw;
}

.landing #row1 {
  padding-bottom: 7.7vw;
}

.landing #row2 {
  padding-bottom: 4.1vw;
}

.landing #row3 {
  padding-bottom: 2.3vw;
}

.landing #row4 {
  padding-bottom: 4.8vw;
}
.landing #row5 {
  padding-bottom: 7.8vw;
}

.landing #row2 #col2 {
  padding-bottom: 0.7vw;
}

.landing #row2 #col1 {
  margin-top: -0.6vw;
}

.landing #row2 #col2 .image {
  background-size: cover !important;
  width: 14.93vw;
  height: 4.51vw;
  -webkit-appearance: none;
}

.landing #row2 #col2 .download {
  display: flex;
  flex-direction: row;
  padding-top: 2.6vw;
}

.landing #row2 #col2 .afan-qr {
  background: url("/static/images/landing-store-qr.png") no-repeat center center;
  background-size: cover;
  width: 10.69vw;
  height: 10.69vw;
  margin-left: 1.6vw;
}

.landing #row2 #col2 .image.appstore {
  background: url("/static/images/landing-store-apple.png") no-repeat center
    center;
  margin-bottom: 1.6vw;
}
.landing #row2 #col2 .image.googleplay {
  background: url("/static/images/landing-store-google.png") no-repeat center
    center;
}

.landing #row3 .image.signup {
  background: url("/static/images/landing-signup.png") no-repeat center center;
  background-size: contain;
  width: 33.81vw;
  height: 30.55vw;
  margin-top: 1.7vw;
  margin-left: -0.7vw;
}

.landing.en #row3 .image.signup {
  background: url("/static/images/landing-signup-en.png") no-repeat center
    center;
  background-size: cover;
}

.landing #row3 #col1 {
  padding-top: 2.5vw;
}

.landing #row3 #col2 {
  padding-top: 4.1vw;
}

.landing #row4 #col1 {
  padding-top: 4.5vw;
}

.landing #row4 #col2 {
  padding-top: 3.4vw;
}

.landing #row4 #col2 p {
  margin-top: 1.45vw;
  margin-bottom: 3.81vw;
  color: #a075ff;
  font-size: 1.19vw;
  font-weight: 400;
}

.landing #row4 #col2 button {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 2.3vw;
  border: none;
  height: 3.7vw;
  width: 10.7vw;
  box-shadow: 0 0 28px 0 rgba(34, 0, 61, 0.16);
}

.landing #row4 #col2 button .icon {
  display: inline-block;
  background-color: #7f4fe8;
  -webkit-mask-image: url("/static/images/loginmodal-icon-login.svg");
  -webkit-mask-size: cover;
  mask-image: url("/static/images/loginmodal-icon-login.svg");
  mask-size: contain;
  margin-right: 1vw;
  width: 1.58vw;
  height: 1.6vw;
}

.landing #row4 #col2 button span {
  font-size: 1.1vw;
  font-weight: 700;
  color: #7f4fe8;
}

.landing #row4 #col2 button:hover {
  background-color: #d9c8ff;
}

.landing #row4 #col2 button:active {
  background-color: #7f4fe8 !important;
}

.landing #row4 #col2 button:active span {
  color: white !important;
}

.landing #row4 #col2 button:active .icon {
  background-color: white !important;
}

.landing #row5 #col1 {
  padding-top: 2.6vw;
}

.landing #row5 #col2 {
  padding-top: 3.4vw;
}

.landing #row5 #col2 form {
  padding-top: 2.2vw;
}

.landing #row5 #col2 input {
  margin-left: -0.2vw;
  border: none;
  border-radius: 0;
  width: 28.54vw;
  height: 3.4vw;
  color: black;
  font-size: 1.03vw;
  padding-left: 1.18vw;
  background-color: #ececec;
}

.landing #row5 #col2 input::placeholder {
  color: #b7b7b7;
}

.landing #row5 #col2 button {
  margin-left: 0.65vw;
  border-radius: 0;
  height: 3.4vw;
  width: 5.97vw;
  font-size: 1.03vw;
  background-color: #492793;
  border: none;
}

.landing #row5 #col2 button:hover {
  background-color: #301767;
}

.landing #row5 #col2 button:active {
  background-color: #a075ff !important;
}

.landing #row5 #col2 button.saving {
  background-color: #f06293 !important;
}

.landing #row5 #col2 button.saved {
  background-color: #e32f6d !important;
}

.landing .row#footer {
  display: flex;
  justify-content: space-between;
  font-family: "Gilroy-ExtraBold";
  font-size: 0.9vw;
  color: #c4c3c3;
  padding-top: 5.9vw;
  padding-bottom: 6.3vw;
  padding-left: 6.3vw;
  padding-right: 5.9vw;
  height: 6.2vw;
}
.landing #footer .col1 .link {
  margin-right: 3vw;
  color: #c4c3c3;
}
.landing #footer .col1 .link:last-child {
  margin-right: 0;
}

/* english */
.landing.en #row1 #col1 h1:before {
  content: "";
}

.landing.en h1,
.landing.en h2,
.landing.en p {
  font-family: "Gotham-Medium";
}

.landing.en #row4 #col1 {
  padding-top: 2.5vw;
}

.landing.en #row4 #col2 button {
  font-family: "Gotham-Bold";
}

.landing #row4 #col2 button span:after {
  content: "\D558\AE30   ";
}
.landing.en #row4 #col2 button span:after {
  content: none;
}

.landing.en #row5 h2 {
  margin-top: 0vw;
}

@media all and (max-width: 720px) {
  .landing .desktop {
    display: none !important;
  }

  .landing .mobile {
    display: inherit !important;
  }

  .landing header {
    height: 17.1vw;
    margin: 0;
    border-bottom: solid #efefef 0.1vw;
  }

  .landing header h1.logo {
    height: 6.9vw;
    width: 16.5vw;
    background-size: contain;
  }

  .landing header #localeChanger button {
    font-size: 2.5vw;
  }

  .landing header #localeChanger #divider {
    height: 2.5vw;
    width: 0.3vw;
  }

  .landing header #col2 #username {
    display: none;
  }
  .landing header #col2 img {
    margin-left: 0 !important;
    height: 9vw;
    width: 9vw;
  }

  .landing header #localeChanger {
    margin-left: 2vw;
    padding-top: 0.6vw;
  }
  .landing header #localeChanger button {
    font-size: 2.6vw;
  }
  .landing header #localeChanger #divider {
    height: 3vw;
    width: 0.5vw;
  }

  .landing .horizontal-line {
    background-size: 80vw 0.4vw;
    height: 0.4vw;
  }

  .landing #col1 .number {
    font-size: 10.6vw;
  }

  .landing #row1 {
    padding-top: 9.86vw;
    padding-bottom: 9.86vw;
  }

  .landing #row1 #col1 {
    padding: 0;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 1vw;
  }

  .landing #row1 #col1 .logo {
    background: url("/static/images/landing-image-screen-mobile@3x.png")
      no-repeat center center;
    height: 81.86vw;
    width: 69.06vw;
    background-size: contain;
    margin: 0 !important;
    margin-left: 8vw !important;
  }

  .landing #row1 #col1 h1 {
    letter-spacing: normal;
    text-align: center;
    font-size: 4.9vw;
    padding-top: 7.2vw;
  }

  .landing #row1 #col1 h1:before {
    content: "\C9C0\AE08   ";
  }

  .landing #row1 #col2 .image#toggle {
    padding-right: 6vw;
  }

  .landing #row2 {
    padding-top: 11vw;
  }

  .landing .row #col1 {
    width: 13.33vw;
    padding-left: 12.8vw;
  }

  .landing .row #col2 {
    width: 61vw;
  }

  .landing h2 {
    font-size: 3.6vw;
    line-height: 1.4;
  }

  .landing #row2 h2 {
    margin-top: 1.5vw;
  }

  .landing #row3 h2 {
    margin-top: 1.5vw;
    margin-bottom: 5.06vw;
  }

  .landing #row4 h2 {
    margin-top: 4vw;
    margin-bottom: 8.6vw;
  }

  .landing #row2 #col2 .download {
    padding-top: 7.5vw;
    padding-bottom: 7vw;
  }

  .landing #row2 #col2 .image {
    width: 49.6vw;
    height: 14.93vw;
  }

  .landing #row2 #col2 .image.appstore {
    margin-bottom: 5.6vw;
  }

  .landing #row2 #col2 .image.googleplay {
    margin-bottom: 0;
  }

  .landing #row3 .image.signup {
    width: 84vw;
    height: 75.73vw;
    margin-left: -16.8vw;
    margin-top: 9.5vw;
    background: url("/static/images/landing-signup.png") no-repeat center center;
    background-size: contain;
  }

  .landing.en #row3 .image.signup {
    background: url("/static/images/landing-signup-en.png") no-repeat center
      center;
    background-size: contain;
  }
  .popover-body {
    background: url("/static/images/logout-popup-mobile.png") no-repeat center
      center;
    background-size: contain;
    height: 17vw;
    width: 29vw;
    padding-top: 4vw;
    margin-top: -2.5vw;
    margin-left: -14vw;
  }

  .landing #row3 #col1 {
    padding-top: 3vw;
  }

  .landing #row3 {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

  .landing #row4 {
    padding-top: 4.2vw;
  }

  .landing #row4 #col2 button {
    width: 30.93vw;
    height: 12.53vw;
    margin-bottom: 10.93vw;
    margin-left: 7.2vw;
  }

  .landing #row4 #col2 button span:after {
    content: none;
  }

  .landing.en #row4 #col2 button {
    font-family: "Gilroy-ExtraBold";
  }

  .landing #row4 #col2 button .icon {
    height: 5.6vw;
    width: 5.5vw;
    margin-right: 4vw;
  }

  .landing #row4 #col2 button span {
    font-size: 3.68vw;
    margin-right: 1vw;
  }

  .landing #row4 #col2 p {
    font-size: 3.3vw;
    margin-bottom: 9.33vw;
  }

  .landing #col1 .number#step-1 {
    background-size: contain;
    height: 13.6vw;
    width: 7.73vw;
  }

  .landing #col1 .number#step-2 {
    background-size: contain;
    height: 13.6vw;
    width: 9.06vw;
  }

  .landing #col1 .number#step-3 {
    background-size: contain;
    height: 13.6vw;
    width: 9.33vw;
  }

  .landing #row5 {
    padding-top: 6.66vw;
    padding-bottom: 12.53vw;
  }

  .landing #row5 #col1 {
    padding-top: 1vw;
  }

  .landing #row5 #col2 input {
    font-size: 4.13vw;
    width: 71.46vw;
    height: 12.13vw;
    font-family: "Gotham-Medium";
    padding-left: 3.5vw;
    margin: 0;
    margin-bottom: 4vw;
  }

  .landing #row5 #col2 form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -26.73vw;
  }

  .landing #row5 #col2 button {
    width: 25vw;
    height: 12.5vw;
    margin: 0;
    font-size: 3.78vw;
    font-weight: 700;
  }

  .landing .row#footer {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 13.5vw;
    padding-top: 15vw;
    font-size: 3.25vw;
  }

  .landing .row#footer .col1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 5.9vw;
  }
  .landing .row#footer .col1 a {
    margin-bottom: 1.25vw;
  }

  .landing .row#footer .col2 {
    height: auto;
    padding-bottom: 10vw;
  }

  /* english */
  .landing.en #row4 h2 {
    margin-top: 2vw;
  }
}

@media all and (min-width: 1440px) {
  .landing {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .landing header #localeChanger {
    margin-left: 14.4px;
  }
  .landing header #localeChanger #divider {
    width: 1.3px;
    height: 12.67px;
    margin-left: 7.2px;
    margin-right: 8.64px;
  }
  .landing header #localeChanger button {
    font-size: 12.53px;
    min-width: 45px;
  }
  .landing header {
    height: 72px;
    padding-left: 86.4px;
    padding-right: 73.44px;
    margin-top: 73.44px;
    margin-bottom: 67.68px;
  }
  .landing header h1.logo {
    height: 47.52px;
    width: 144px;
  }
  .landing header #col2 .user-area {
    border-radius: 28.8px;
    height: 55.44px;
  }
  .landing header #col2 #user-popover {
    height: 55.44px;
    padding-right: 11.66px;
    padding-left: 18px;
    font-size: 15.98px;
  }
  .landing header #col2 img {
    height: 45.94px;
    width: 45.94px;
    margin-left: 14.4px;
  }
  .popover-body {
    height: 69.12px;
    width: 158.4px;
    padding-top: 18.72px;
    margin-top: -21.6px;
  }
  .landing .row #col1 {
    width: 573.12px;
    padding-left: 278.93px;
  }
  .landing .row #col2 {
    width: 862.13px;
    padding-top: 2.88px;
  }
  .landing #row1 #col1 {
    padding-left: 293.76px;
    padding-top: 1.44px;
  }
  .landing #row1 #col2 {
    padding-left: 14.4px;
  }
  .landing #row1 #col1 h1 {
    font-size: 27.5px;
    padding-left: 8.64px;
    padding-top: 14.4px;
  }
  .landing #row1 #col1 .logo {
    height: 136.8px;
    width: 93.6px;
  }
  .landing #row1 #col2 .screen {
    height: 527.9px;
    width: 473.9px;
  }
  .landing .horizontal-line {
    height: 1.73px;
    border-image-source: linear-gradient(
      to left,
      rgba(73, 39, 147, 0),
      rgba(73, 39, 147, 0.78) 26%,
      #492793 50%,
      rgba(73, 39, 147, 0.73) 75%,
      rgba(73, 39, 147, 0)
    );
    width: 1152px;
    margin-left: 144px;
  }
  .landing #col1 .number {
    font-size: 64.8px;
  }
  .landing h2 {
    font-size: 20.74px;
    line-height: 36px;
  }
  .landing #row1 {
    padding-bottom: 110.88px;
  }
  .landing #row2 {
    padding-bottom: 59.04px;
  }
  .landing #row3 {
    padding-bottom: 33.12px;
  }
  .landing #row4 {
    padding-bottom: 69.12px;
  }
  .landing #row5 {
    padding-bottom: 112.32px;
  }
  .landing #row2 #col2 {
    padding-bottom: 10.08px;
  }
  .landing #row2 #col1 {
    margin-top: -8.64px;
  }
  .landing #row2 #col2 .image {
    width: 214.99px;
    height: 64.94px;
  }
  .landing #row2 #col2 .download {
    padding-top: 37.44px;
  }
  .landing #row2 #col2 .afan-qr {
    width: 153.94px;
    height: 153.94px;
    margin-left: 23.04px;
  }
  .landing #row2 #col2 .image.appstore {
    margin-bottom: 23.04px;
  }
  .landing #row3 .image.signup {
    width: 486.86px;
    height: 439.92px;
    margin-top: 24.48px;
    margin-left: -10.08px;
  }
  .landing #row3 #col1 {
    padding-top: 36px;
  }
  .landing #row3 #col2 {
    padding-top: 59.04px;
  }
  .landing #row4 #col1 {
    padding-top: 36px;
  }
  .landing #row4 #col2 {
    padding-top: 48.96px;
  }
  .landing #row4 #col2 p {
    margin-top: 20.88px;
    margin-bottom: 54.86px;
    font-size: 17.14px;
  }
  .landing #row4 #col2 button {
    margin-top: 33.12px;
    height: 53.28px;
    width: 154.08px;
    box-shadow: 0 0 28px 0 rgba(34, 0, 61, 0.16);
  }
  .landing #row4 #col2 button .icon {
    margin-right: 14.4px;
    width: 22.75px;
    height: 23.04px;
  }
  .landing #row4 #col2 button span {
    font-size: 15.84px;
  }
  .landing #row5 #col1 {
    padding-top: 37.44px;
  }
  .landing #row5 #col2 {
    padding-top: 48.96px;
  }
  .landing #row5 #col2 form {
    padding-top: 31.68px;
  }
  .landing #row5 #col2 input {
    margin-left: -2.88px;
    width: 410.98px;
    height: 48.96px;
    font-size: 14.83px;
    padding-left: 16.99px;
  }
  .landing #row5 #col2 button {
    margin-left: 9.36px;
    height: 48.96px;
    width: 85.97px;
    font-size: 14.83px;
  }
  .landing .row#footer {
    font-size: 12.96px;
    padding-top: 84.96px;
    padding-bottom: 90.72px;
    padding-left: 90.72px;
    padding-right: 84.96px;
    height: 89.28px;
  }
  .landing #footer .col1 .link {
    margin-right: 43.2px;
  }
  .landing.en #row5 h2 {
    margin-top: 0px;
  }
}

html, body {
  height: 100%;
  width: 100vw;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

#__next, .app, .exchange {
  width: 100vw !important;
  height: 100%;
}

.exchange #body {
  background-color: #ffffff;
  position: relative;
  min-height: calc(100vh - 172px);
}

.exchange br.mobile-wrap {
  display: none;
}
.exchange header {
  margin: 0;
  width: 100%;
  height: 81px !important;
  padding-left: 70px !important;
  padding-right: 70px !important;
  padding-top: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-color: #f4f4f4;
  border-bottom-width: 1px;
}

.exchange header div:first-of-type {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.exchange header .col #logo {
  background: url("/static/images/swap-logo.svg") no-repeat center
    center;
  background-size: cover !important;
  cursor: pointer;
  height: 38px;
  width: 208px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

.exchange header .col {
  display: flex;
  width: 100%;
}

.exchange header #col2 {
  display: flex;
  flex-direction: row!important;
  justify-content: center;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 14px;
}

.exchange header #col2 div {
  display: flex;
  width: 78px;
  height: 42px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
  color: #8d8d8f;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.exchange header #col2 div.swap.selected,
.exchange header #col2 div.transfer.selected {

  background-color: #f1f1f1;
  color: #7f4fe8;
  font-family: "Montserrat-SemiBold", sans-serif;
}

.exchange header #col3 {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.exchange header #metamask-div {
  position: relative;
  top: auto;
  line-height: 1;
}

.exchange header .profile {
  padding-left: 24px;
}

.exchange header .profile .profile-image {
  cursor: pointer;
}

.exchange header .profile #profile-popup {
  padding: 12px 24.5px;
  height: 60px;
  border-radius: 7px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
  background-color: #ffffff;
  position: absolute;
  top: 56px;
  right: 0px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.exchange header .profile #profile-popup div:first-child {
  font-family: "Montserrat-Medium";
  font-size: 12px;
  font-weight: 500;
}

.exchange header .profile #profile-popup div:last-child {
  font-family: "SDGothicNeo";
  font-size: 12px;
  font-weight: 600;
  color: #7f4fe8;
  cursor: pointer;
}

.exchange header .profile .afan {
  background: url("/static/images/afan_logo.png") no-repeat center
    center;
  background-size: cover !important;
  width: 40px;
  height: 17px;
  margin-right: 6px;
}

.exchange header #toggle {
  width: 114px;
  height: 35px;
  font-size: 13px;
  margin-bottom: 0;
  color: #7f4fe8 !important;
  font-family: "Gilroy-ExtraBold";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}

.exchange header #toggle:hover {
  background-color: #e9e9e9 !important;
  color: #7f4fe8 !important;
}

.exchange header #toggle:hover #icon {
  background-color: #7f4fe8;
}

.exchange header #toggle:active {
  background-color: #7f4fe8 !important;
  color: #fff !important;
}

.exchange header #toggle:active #icon {
  background-color: #fff !important;
}

.exchange header #toggle #icon {
  display: inline-block;
  background-color: #7f4fe8;
  -webkit-mask-image: url("/static/images/loginmodal-icon-login.svg");
  -webkit-mask-size: cover;
  mask-image: url("/static/images/loginmodal-icon-login.svg");
  mask-size: cover;
  height: 30px;
  width: 72px;
  padding-right: 9.9px;
  margin-right: 24px;
  width: 22px;
  height: 23px;
}

.exchange .input-divs {
  width: 561px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.exchange .input-divs .row {
  width: inherit;
}

.exchange .input-divs .row div{
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.exchange .input-divs .currency,
.exchange .input-divs .input {
  background-color: #fff;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
}

.exchange .input-divs .currency {
  border-radius: 53px 0 0 53px;
  width: 120px;
  font-size: 16px;
  justify-content: flex-start !important;
  padding-left: 15px;
}

.exchange .input-divs .currency .fanco {
  background: url("/static/images/exchange-fanco-logo.png") no-repeat center;
  background-size: contain;
  width: 20.5px;
  height: 19.9px;
  margin-right: 12px;
}

.exchange .input-divs .currency .eth {
  background: url("/static/images/exchange-eth.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 23px;
  margin-right: 14px;
}

.exchange .input-divs .input {
  border-width: 1px 0 1px 0;
  width: 320px;
}

.exchange .input-divs .input input {
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-family: "Gotham-Medium";
}

.exchange .input-divs .input input::placeholder,
.exchange .input-divs textarea::placeholder {
  font-size: 24px;
  color: #c4c4c4;
}

.exchange .input-divs .input input:focus,
.exchange .input-divs textarea:focus {
  outline: none;
}

.exchange .input-divs .input textarea#recipientAddr {
  height: 42px;
  width: 80%;
  min-width: 195px;
  overflow: hidden;
  font-size: 24px;
  text-align: center;
  border: none;
  resize: none;
  line-height: 1.5;
}

.exchange .input-divs .input textarea#recipientAddr::placeholder {
  font-family: "Gotham-Medium";
}

.exchange .input-divs .row .balance,
.exchange .input-divs .row .afan {
  width: 120px;
  border-radius: 0 53px 53px 0;
  padding: 7px 10px;
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #6d6d6d;
  font-family: "Montserrat-Medium";
}

.exchange .input-divs .row .balance {
  flex-direction: column;
  font-size: 12px;
}

.exchange .input-divs .row .afan {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.exchange .input-divs .row .afan div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.exchange .input-divs .row .afan .row1 {
  font-size: 11.4px;
  height: auto;
}

.exchange .input-divs .row .afan .row2 {
  font-size: 10px;
  color: #7f4fe8;
  height: auto;
  line-height: normal;
}

.exchange .input-divs .row .afan .row2.underline {
  line-height: 1.1;
}

.exchange .input-divs .row .afan .toggle,
.exchange #exchComponent .toggle {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.exchange .errorMsg {
  margin-top: 4px;
  margin-bottom: 9px;
  height: 15px;
}

.exchange .errorMsg:first-child {
  height: 40px;
  padding-top: 12px;
  margin: 0;
}

.exchange .errorMsg:last-child {
  padding-top: 5px;
}

.exchange .valid {
  color: #4fa5fd;
}

.exchange .invalid {
  color: #8d8d8f;
}

.price {
  color: #4a4a4a;
  font-size: 12px;
  font-family: "Montserrat-Medium", sans-serif;
  padding-top: 13px;
  text-align: center;
}

.price div:first-child {
  padding-bottom: 8px;
}

.price .loss {
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  font-family: "SDGothicNeo";
  color: #969eaa;
  white-space: pre-wrap;
}

.price .more {
  color: #969eaa;
  font-family: "SDGothicNeo";
  font-weight: bold;
  cursor: pointer;
}

.exchange .submit {
  position: relative;
  top: -11px;
  width: 636px;
  height: 93px;
  font-weight: normal;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0 0 11px 11px;
  margin: auto;
  border: solid 1px #dbdbdb;
  background-color: #fcfcfc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.exchange .submit .submit-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.exchange .submit .align-right {
  position: absolute;
  right: 0;
}

.exchange .submit .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #303133;
}

.exchange .submit .row {
  align-items: flex-start;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
}

.exchange .submit .toggle {
  margin-top: 2px;
}

.exchange .toggle {
  background-image: url("/static/images/exchange-unchecked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.exchange .checked {
  background-image: url("/static/images/exchange-checked.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.exchange .submit .toggle {
  width: 14px;
  height: 14px;
  margin-right: 6.3px;
}

.submitBtn-div {
  height: 100%;
}

.submitBtn {
  display: flex;
  align-self: flex-start;
  border-width: 0;
  width: 158px;
  height: 100%;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 0 0 10px 0;
  background-color: #9b9b9b;
  font-family: "Montserrat-Bold",sans-serif;
}

.submitBtn:enabled {
  background-color: #7f4fe8 !important;
}

.submitBtn:disabled {
  pointer-events: none !important;
}

.submitBtn div {
  display: flex;
  flex-direction: row;
}

.exchange .submit .address {
  font-size: 11px;
  color: #8d8d8f;
  height: 15px;
  width: 100%;
}

.exchange .submit .address span {
  font-size: 11px;
  color: #7f4fe8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-left: 8px;
}

.exchange .submit .address div {
  width: fit-content;
}

.exchange .underline:hover {
  text-decoration: underline;
}

.exchange ::placeholder {
  color: #e1e1e1;
}

.exchange .row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
}

.exchange header .row {
  width: auto;
}

.exchange .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exchange footer #localeChanger {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  z-index: 10;
}

.exchange footer #localeChanger #divider {
  width: 1px;
  height: 9px;
  margin-left: 7.2px;
  margin-right: 8.64px;
  background-color: #979797;
}

.exchange footer #localeChanger button {
  border: none;
  background-color: transparent;
  color: #a8a8a8;
  font-size: 12.53px;
  min-width: 45px;
  font-weight: 400;
  padding: 0;
}

.exchange footer #localeChanger button:focus {
  outline: none;
}

.user-menu-popover {
  border: none !important;
  background-color: transparent;
  box-shadow: none !important;
}

.user-menu-popover .popover-body {
  background: url("/static/images/logout-popup.png") no-repeat center center;
  background-size: contain;
  height: 48px;
  width: 110px;
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}

.user-menu-popover .popover-body a {
  color: #7f4fe8;
  font-family: "Gilroy-ExtraBold"
}

.user-menu-popover .popover-body a:hover {
  color: #492793;
  text-decoration: none;
}

.user-menu-popover .arrow::after,
.user-menu-popover .arrow::before {
  border: none;
  background-color: transparent;
  box-shadow: none !important;
}

.max-tooltip > .tooltip-inner {
  background-color: #2f333b;
  color: #fff;
  border: 1px solid #2f333b;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 19px;
  font-family: "SDGothicNeo";
  font-weight: 700;
}
  
.max-tooltip > .arrow::before {
  border-bottom-color: #2f333b;
}

.currency {
  font-family: "Gotham-Medium";
  color: #626262;
  font-size: 16px;
  width: 120px;
}

.direction {
  background: url("/static/images/exchange-swap.svg") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 27px;
}

.direction:hover {
  background: url("/static/images/exchange-swap-hover.svg") no-repeat center;
  background-size: contain;
}

.direction-transfer {
  background: url("/static/images/exchange-transfer.svg") no-repeat center;
  background-size: contain;
  width: 62px;
  height: 62px;
  margin: 6px 6px 33px 6px;
}

.exchange .clickable {
  cursor: pointer;
}

.errorMsg {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #d0021b !important;
  font-weight: normal;
}

.adjusted {
  color: #969eaa !important;
}

.selected {
  font-weight: 700 !important;
}

#token-info {
  width: 640px;
  height: 503px;
  background-color: #fff;
  border-radius: 11px;
  z-index: 999;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#token-info #metamask-div {
  cursor: default;
}

#token-info #info {
  width: 100%;
}

#token-info .row1 {
  width: 100%;
  padding: 40px 40px 25px 40px;
  border-bottom: solid 1px #f4f4f4;
}

#token-info .row2 {
  padding: 25px 40px 40px 40px;
  display: flex;
  justify-content: space-between;
}

#token-info .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 164px;
  padding: 0;
  border: solid 1px #e3e3e3;
  border-radius: 5px;
}

#token-info .summary, #token-info .row2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#token-info #fanco {
  background-image: url("/static/images/exchange-fanco-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 30px;
  margin-top: 5px;
  margin-right: 16px;
}

#token-info .summary {
  padding-top: 20px;
  padding-left: 30px;
  font-family: "SDGothicNeo";
}

#token-info #name {
  font-size: 18px;
  font-weight: 600;
}

#token-info #address {
  font-size: 14px;
  color: #787878;
}

#token-info #decimal {
  font-size: 11px;
  color: #9a9a9a;
}

#token-info .actions {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-family: "SDGothicNeo";
  font-weight: 700;
  background-color: #f4f4f4;
  border-top: solid 1px #e3e3e3;
  border-radius: 0 0 5px 5px;
}

#token-info .actions #add-div {
  flex-direction: row;
  justify-content: flex-end;
}

#token-info .actions #add-div,
#token-info .actions #etherscan {
  width: 49.5%;
  display: flex;
  align-items: center;
}

#token-info .actions #add {
  display: flex;
  justify-content: flex-end;
  padding-right: 26px;
  color: #7f4fe8 !important;
}

#token-info .actions #added {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 34px;
  height: 14px;
  opacity: 0.7;
  border-radius: 8px;
  background-color: #7e36df;
  color: #fff;
  font-family: "SDGothicNeo";
  font-size: 8px;
  font-weight: 500;
  margin-right: 8px;
}

#token-info .actions #etherscan {
  display: flex;
  justify-content: flex-start;
  padding-left: 26px;
}

#token-info .actions #etherscan a {
  color: #7f4fe8 !important;
}

#token-info .actions #etherscan a:hover {
  text-decoration: none;
}

#token-info .actions .divider {
  width: 1px;
  height: 11px;
  background-color: #d8d8d8;
}

#token-info #mm-token-preview {
  background-image: url("/static/images/exchange-token-preview.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 167px;
  height: 207px;
}

#token-info .row2 .col {
  width: 100%;
  font-size: 13px;
  padding-left: 39px;
  padding-right: 35px;
  font-family: "SDGothicNeo";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#token-info .row2 .col .perm-disable {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0px;
  color: #8d8d8f;
  font-family: "SDGothicNeo";
  font-size: 13px;
}

#token-info .row2 .col .perm-disable .toggle {
  width: 12px;
  height: 12px;
  padding-bottom: 0px !important;
  margin-right: 6px;
}

.exchange .bold {
  font-weight: 700;
}

#token-info .row2 .col span {
  color: #7f4fe8;
}

#token-info .row2 .col div:first-child {
  padding-bottom: 29px;
}

#token-info #close {
  display: flex;
  align-self: flex-end;
  right: 0;
  width: 20px;
  height: 20px;
}

#rate-info {
  width: 636px;
  height: 532px;
  background-color: #fff;
  border-radius: 11px;
  z-index: 999;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
}

#rate-info .wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 76px 32px 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "SDGothicNeo";
}

#rate-info .wrapper .title {
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

#rate-info .wrapper .body {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 36px;
}

#rate-info .wrapper .body a {
  color: #7f4fe8;
  text-decoration: underline;
}

#rate-info .wrapper .body div {
  padding-top: 16px;
}

#rate-info .wrapper .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

#rate-info .wrapper .info div {
  width: 230px;
  height: 96px;
  border-radius: 12px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 600;
}

#rate-info .wrapper .info #fanco {
  color: #7f4fe8;
  font-size: 16px;
}

#rate-info .wrapper .info #eth {
  color: #4a90e2;
  font-size: 16px;
}

#rate-info .wrapper #updated-at {
  color: #888888;
  font-size: 12px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#rate-info #close {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 12px;
  width: 12px;
  border: none;
}

#rate-info #close:focus {
  outline: none;
}

#exchWrapper {
  margin: auto;
}

#exchComponent {
  border-radius: 11px;
  box-shadow: inset 0 0 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  width: 636px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

#exchComponent.short {
  height: 348px !important;
}

#metamask-div {
  position: absolute;
  top: -20px;
  width: 151px;
  height: 40px;
  border-radius: 7px;
  border-width: 1px;
  border-radius: 7px;
  border: solid 1px rgba(199, 199, 199, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #303133;
  font-size: 12px;
  font-family: "Montserrat-Medium";
  align-items: center !important;
  justify-content: center;
  z-index: 10;
}

#metamask-div:hover {
  box-shadow: 0 0 10px 0 rgba(127, 79, 232, 0.4);
}

#metamask-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  color: #303133 !important;
}

#metamask-icon {
  height: 18px;
  width: 21px;
  margin-right: 9.2px;
  background: url("/static/images/exchange-metamask.png") no-repeat;
  background-size: contain;
  align-self: flex-start;
}

#ethAddress {
  color: #8d8d8f !important;
}

#refresh {
  text-decoration: underline;
  cursor: pointer;
}

#popup-area {
  width: 636px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 24px;
}

#explanation {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #303133;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "SDGothicNeo";
}

#block div {
  font-size: 12px;
  margin: 0;
}

#block #title {
  padding-bottom: 24px;
}

#block #title div {
  text-align: center;
  font-family: "SDGothicNeo";
  font-size: 16px !important;
  font-weight: 700;
  color: #2f333b;
}

#block .login-connect {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#block .login-connect .steps,
#block .login-connect .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#block .login-connect .steps {
  width: 236px;
  margin-bottom: 16px;
  display: -webkit-box;
}

#block .login-connect .steps .step {
  width: 28px;
  height: 28px;
  background-color: #bebebe;
  border-radius: 14px;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#block .login-connect .steps .step.done {
  background-color: #bd9eff;
}

#block .login-connect .steps .step.focus {
  background-color: #7f4fe8;
}

#block .login-connect #line {
  background-color: #e9e9e9;
  height: 8px;
  width: 180px;
  top: 11px;
  position: relative;
}

#block .login-connect .buttons {
  width: 380px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 24px;
}

#block .login-connect .buttons .button {
  width: 172px;
  height: 56px;
  border-radius: 10px;
  border: solid 1px #e9e9e9 !important;
  background-color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}

#block .login-connect .buttons .button:hover {
  border: solid 1px #a584ff !important;
}

#block .login-connect .buttons .button:disabled {
  color: #969eaa;
  border: solid 1px #e9e9e9 !important;
  pointer-events: none;
}

#block .login-connect .buttons .button:enabled {
  color: #49239f;
}

#block .login-connect .buttons .afan {
  background: url("/static/images/exchange-afan-purple.svg") no-repeat;
  background-size: contain;
  align-self: flex-start;
  width: 40px;
  height: 17px;
  margin-right: 5px;
  display: flex;
  align-self: center;
}

#block .login-connect .buttons .afan.disabled {
  background: url("/static/images/exchange-afan-grey.svg") no-repeat;
  background-size: contain;
  width: 40px;
  height: 17px;
  margin-right: 5px;
}

#block #separator {
  background-color: #e9e9e9;
  width: 398px;
  height: 1px;
  margin-bottom: 24.5px;
}

#block .links {
  display: flex;
  flex-direction: row;
  width: 398px;
  min-width: 'fit-content';
  justify-content: space-between;
  font-size: 12px;
  font-family: 'SDGothicNeo';
}

#block .links img {
  margin-right: 5px;
}

#block .links span,
#block .links a {
  margin-left: 5px;
  cursor: pointer;
  text-decoration: underline;
  color: #303133;
}

#block #agree {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 24.5px;
  font-size: 13px;
  font-family: "SDGothicNeo";
  color: #303133;
}

#block #agree div {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
}

#block #agree a {
  font-weight: 600;
  color: #7f4fe8;
}

#block #agree .toggle {
  margin-right: 7.3px;
}

#block #warning {
  position: absolute;
  top: 109%;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 449px;
  color: #9b9b9b;
}

#block #warning div:first-child {
  padding-bottom: 16px;
}

#tnc {
  padding-top: 24px;
  min-height: 150px;
  font-size: 12px;
  text-align: center;
  color: #8d8d8f !important;
  font-family: "Open Sans", sans-serif;
  line-height: 1.92;
}

#tnc a {
  color: #8d8d8f !important;
  text-decoration: underline;
}

#blank {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.tx-popup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  width: 636px;
  height: 46px;
  padding: 15px 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.tx-popup div:first-child {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #8d8d8f;
}

.tx-popup div:first-child span span:first-of-type {
  color: #303133 !important;
}

.tx-popup a {
  color: #7f4fe8 !important;
  text-decoration: underline;
}

#close {
  background: url("/static/images/exchange-popup-close.svg") no-repeat center;
  background-size: contain;
}

.tx-popup #close {
  height: 12px;
  width: 12px;
  border: none;
}

.tx-popup #close:focus {
  outline: none;
}

.progress {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 0px !important;
  background: none;
  width: 28px;
  height: 30px;
  margin: auto;
}

.progress-dot {
  width: 6px;
  height: 6px !important;
  padding-bottom: 0px !important;
  border-radius: 6px;
  border-width: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #c4c4c4;
}

.progress .filled {
  background-image: none;
  background-color: #7f4fe8 !important;
}

.exchange #footer.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat-SemiBold", sans-serif !important;
  font-size: 11px !important;
  padding-left: 70px;
  padding-right: 70px;
  height: 91px;
  color: #a8a8a8 !important;
  background-color: #f8f8f8;
}

.exchange .row#footer .col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exchange #footer .col1 .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 26px;
  color: #a8a8a8 !important;
  cursor: pointer;
}

.exchange #footer .col1 .row1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.exchange #footer .col1 .row2 {
  width: 100%;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 10px;
}

.exchange #footer .col1 div .link {
  display: flex;
  flex-direction: column;
}

.exchange #footer .col1 div .link div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.exchange #footer .col1 .fanco-services {
  background: url("/static/images/exchange-services-show.svg") no-repeat center
    center;
  background-size: cover !important;
  height: 5px;
  width: 8px;
  margin-left: 5px;
  display: flex;
}

.exchange #footer .col1 .fanco-services.open {
  background: url("/static/images/exchange-services-hide.svg") no-repeat center
    center;
  background-size: cover !important;
  height: 5px;
  width: 8px;
  margin-left: 5px;
  display: flex;
}

.exchange #footer .col1 .fanco-services-list {
  display: none !important;
}

.exchange #footer .col1 .fanco-services-list.open {
  display: flex !important;
  position: absolute;
  bottom: inherit;
  margin-top: 18px;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 102px;
  height: 24px;
  color: #6d7278;
  background-color: #e4e4e4;
  border-radius: 6px;
  font-family: "SDGothicNeo";
}

.exchange #footer button:first-child {
  font-size: 10px;
  font-family: "Montserrat-Medium", sans-serif;
}

.exchange #footer button:last-child {
  font-size: 10px;
  font-family: "SDGothicNeo";
}

#mobile {
  width: 100%;
  height: 100vw;
  background-color: #ffffff !important;
}

#mobile header {
  width: 100%;
  background-color: #ffffff !important;
  height: 10vh !important;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: flex-start;
}

#mobile header div {
  width: 100%;
  height: 100%;
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 3.1vw;
  color: #303133;
  margin-left: 8vw;
}

#mobile header #logo {
  background: url("/static/images/swap-logo.svg") no-repeat center
    center;
  background-size: cover !important;
  height: 38px;
  width: 208px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mobile header #logo div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mobile #body {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  padding: 0 15vw 0 15vw !important;
  font-size: 3.3vw;
  font-weight: 500;
  line-height: 1.48;
  background-color: #ffffff !important;
}

#mobile #body div:first-child{
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.44;
  padding-bottom: 4vw;
}

#mobile #body span:nth-child(2) {
  text-decoration: underline;
}

#mobile footer {
  height: 30vh;
}

#mobile footer #footer {
  height: 100%;
  justify-content: flex-start;
  padding: 12.5vw 13.9vw;
  font-size: 2.67vw !important;
}

#mobile #footer .col1 .link {
  margin-bottom: 2.67vw;
}

#mobile #footer .col1 .link div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mobile #footer .col1 .link:last-child {
  margin-bottom: 10vw;
}

#mobile #footer .col1 .fanco-services {
  background: url("/static/images/exchange-services-show.svg") no-repeat center
    center;
  background-size: cover !important;
  height: 1vw;
  width: 2vw;
  margin-left: 1vw;
  display: flex;
}

#mobile #footer .col1 .fanco-services.open {
  background: url("/static/images/exchange-services-hide.svg") no-repeat center
    center;
  background-size: cover !important;
  height: 1vw;
  width: 2vw;
  margin-left: 1vw;
  display: flex;
}

#mobile #footer .col1 .fanco-services-list.open {
  display: flex !important;
  flex-direction: row;
  position: absolute;
  bottom: inherit;
  margin-top: 5vw;
  margin-left: 13vw;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 20vw;
  height: 4.3vw;
  color: #6d7278;
  background-color: #e4e4e4;
  border-radius: 1.3vw;
  font-family: "SDGothicNeo";
}

#mobile footer #localeChanger button {
  font-size: 2.67vw;
}

#mobile #footer #localeChanger #divider {
  height: 2.4vw;
  margin-left: 1.87vw;
  margin-right: 3.2vw;
}

#mobile footer #footer .col1 {
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .exchange #footer {
    height: auto !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding: 12.5vw 13.9vw !important;
  }

  .exchange #footer.row {
    align-items: flex-start;
  }

  .exchange #footer .col1 {
    display: flex;
    flex-direction: row;
  }

  .exchange #footer .col1 .link {
    margin-bottom: 2.67vw;
  }

  .exchange #footer .col1 .link:last-child {
    margin-bottom: 10vw;
  }

  .exchange #footer .col2 {
    display: none;
  }

  .exchange #localeChanger button {
    font-size: 2.67vw;
  }

  .exchange #footer #localeChanger #divider {
    height: 2.4vw;
    margin-left: 1.87vw;
    margin-right: 3.2vw;
  }

  .exchange #footer .col1 {
    align-items: flex-start;
  }
}

