html {
  font: normal 100 18px/26px "Mulish", Helvetica, Arial, Verdana, sans-serif;
  background-color: #131313;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.2em;
}

p {
  font-size: 24px;
  line-height: 1.2em;
}

a {
  text-decoration: none;
  color: #2a578b;
}
a img {
  max-width: 100%;
}

form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form fieldset input[type=text],
form fieldset input[type=email],
form fieldset select,
form fieldset textarea {
  font-family: Roboto;
  font-size: 16px;
  padding: 7px;
  margin: 0;
  background-color: #fbfcfc;
  border: 1px solid #e0e1e1;
}
form fieldset input[type=file] {
  font-family: Roboto;
  font-size: 16px;
}

ol,
ul {
  padding: 0 0 0 30px;
}
ol li,
ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
}

.btn {
  border-radius: 10px;
}
.btn.sign-up, .btn.login {
  border: 1px solid #fff;
}
.btn .fab,
.btn .fas {
  font-size: 22px;
  margin-right: 10px;
}

.slogn {
  font-size: 30px;
  line-height: 1.2em;
}

.content-box-item {
  box-sizing: border-box;
  padding: 2%;
}
.content-box-item.rounded-corner {
  border-radius: 20px;
  overflow: hidden;
}
.content-box-item.rounded-corner.corner-3 {
  border-radius: 20px 20px 0 20px;
}
.content-box-item.rounded-corner.corner-4 {
  border-radius: 20px 20px 20px 20px;
}
.content-box-item.bordered {
  border: 1px solid;
}
.content-box-item.magenta {
  background-color: #E72ABD;
}
.content-box-item.cyan {
  background-color: #545EC9;
}
.content-box-item.red {
  background-color: #ED4C6E;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
}

figcaption {
  margin: 0;
}
figcaption h3 {
  font-size: 34px;
  margin: 0.5em 0;
}
figcaption p {
  font-size: 20px;
  margin: 0.5em 0;
}

blockquote {
  margin: 0;
}

.col-3 {
  width: 28%;
}

.col-2 {
  width: 48%;
}

header {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.8em 2%;
}
header.contained {
  background-color: rgba(13, 13, 13, 0.9);
}
header .branding {
  width: 100%;
  max-width: 240px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  header .branding {
    max-width: 200px;
  }
}
header .branding a {
  display: block;
  width: 100%;
}
header .branding a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1238px) {
  header .branding {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
header .mobile-nav-btn {
  margin: 0;
}
@media screen and (max-width: 1238px) {
  header .mobile-nav-btn {
    display: block;
  }
}
header .mobile-nav-btn a {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 16px;
  height: 16px;
  padding: 20px 20px;
  margin: 0;
  color: #fff;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
}
header .mobile-nav-btn a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
header .mobile-nav-btn a .close-nav-ico {
  display: none;
}
header .language-selector {
  position: relative;
  margin: 0 2% 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1238px) {
  header .language-selector {
    margin: 0 0 0 auto;
  }
}
header .language-selector .curr-lang {
  padding: 10px 3px;
  margin: 0;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
}
header .language-selector .curr-lang a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
  padding: 0.5em 10px;
  color: #fff;
}
header .language-selector ul {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 10px;
  margin: 15px 0 0 0;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
}
header .language-selector ul li {
  list-style: none;
}
header .language-selector ul li a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
  padding: 0.5em 10px;
  color: #fff;
}
header nav {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1238px) {
  header nav ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  display: block;
  font-size: 17px;
  line-height: 1em;
  padding: 0.5em 10px;
  color: #fff;
}
header nav ul li a .nav-ico {
  display: none;
  width: 24px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1238px) {
  header nav ul li a .nav-ico {
    display: block;
  }
}
@media screen and (max-width: 1238px) {
  header nav ul li a {
    display: flex;
    align-items: center;
    line-height: 1.2em;
    padding: 15px 24px;
    color: #fff;
  }
}
@media screen and (max-width: 1238px) {
  header nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0 10px;
    z-index: 1;
    border-radius: 0;
    display: none;
  }
}
@media screen and (max-width: 1238px) {
  header {
    padding: 20px 10px;
  }
  header.show-nav .mobile-nav-btn a .show-nav-ico {
    display: none;
  }
  header.show-nav .mobile-nav-btn a .close-nav-ico {
    display: block;
  }
  header.show-nav nav {
    display: block;
  }
}
header .btn {
  background-color: #fff;
  margin: 0 0 0 2%;
}
header .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  padding: 9px;
  color: #000;
  padding: 12px;
}
@media screen and (max-width: 1238px) {
  header .login.btn {
    display: none;
  }
}
header .login.btn a span {
  color: #000;
}

.mobile-nav-btn {
  display: none;
}

.home article {
  width: 100%;
}
.home article .banner {
  position: relative;
  min-height: 100vh;
  padding: 0;
}
.home article .banner .content {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 100vh;
  max-width: 100%;
  padding-top: 5rem;
  margin: 0 auto;
}
.home article .banner .content h2 {
  display: none;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1238px) {
  .home article .banner .content h2 {
    display: block;
  }
}

.content .action {
  position: absolute;
  top: 60%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .content .action {
    top: 62%;
  }
}
@media screen and (max-height: 740px) {
  .content .action {
    top: 60%;
  }
}
@media screen and (max-height: 667px) {
  .content .action {
    top: 48%;
  }
}
.content .action .btn {
  margin: 0.5em 0;
  border-radius: 10px;
}
.content .action .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 9px;
  color: #000;
}
.content .action .btn-group {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .content .action .btn-group {
    max-width: 95%;
  }
}
.content .action .btn-group .btn img {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.content .action .btn-group .btn.download {
  padding: 0;
  background-color: #fff;
}
.content .action .btn-group .btn.gmail {
  border: 1px solid #fff;
  background-color: #fff;
}
.content .action .btn-group .btn.sign-apple {
  border: 1px solid #fff;
  background-color: #000;
}
.content .action .btn-group .btn.sign-apple .fab {
  color: #fff;
}
.content .action .btn-group .btn.sign-apple span {
  color: #fff;
}
.content .action .btn-group .btn.sign-up, .content .action .btn-group .btn.login {
  border: 1px solid #fff;
}
.content .action .btn-group .btn.sign-up span, .content .action .btn-group .btn.login span {
  color: #fff;
}
.content .action .btn-group .btn.download.ios, .content .action .btn-group .btn.download.android {
  display: none;
}
.content .action .btn-group .action-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .action .btn-group .action-btn .btn {
  width: 45%;
  margin: 0 0 0.5em;
}
.content .action .btn-group .action-btn .btn a {
  padding: 6px 12px;
}
.content .action .btn-group .action-btn .btn a .fas {
  color: #fff;
}
.content .sub-info {
  padding: 0 5%;
}
.content .sub-info p {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}
.content .sub-info p a {
  color: #FFF;
  text-decoration: underline;
}
.content .session-loading {
  display: none;
  width: 250px;
  margin: 10px auto 43px;
  text-align: center;
}
.content .session-loading p {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.content .sub-content {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .content .sub-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    bottom: 12%;
  }
}
.content .online-status {
  margin: 0 0 0 4%;
}
@media screen and (max-width: 480px) {
  .content .online-status {
    margin: 0;
  }
}
.content .online-status a {
  display: flex;
  align-items: center;
  color: #fbfcfc;
}
.content .online-status a img {
  margin: 0 10px 0 0;
}
.content .online-status a span {
  font-size: 1rem;
  margin: 0 10px 0 0;
}
.content .online-status a span.highlight {
  color: rgb(229, 255, 74, var(--tw-text-opacity, 1));
}
.content .video-btn {
  margin: 0 4% 0 0;
}
@media screen and (max-width: 480px) {
  .content .video-btn {
    margin: 0;
  }
}
.content .video-btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}
.content .video-btn button.playing {
  background-image: url("../../home/image/play-icon.svg");
}
.content .video-btn button.pausing {
  background-image: url("../../home/image/pause-icon.svg");
}
.content .video-btn button span {
  display: none;
}

.hero {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero .hero-video-wrap {
  position: absolute;
  inset: 0;
}
.hero .hero-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

main {
  background-color: #131313;
}
main .section {
  padding: 0 20px;
  margin: 3em 0;
}
@media screen and (max-width: 960px) {
  main .section {
    margin: 2em 0;
  }
}
main .section .content {
  color: #fff;
}
main .section.sec-1st .content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
main .section.sec-1st .content h2 {
  font-size: 48px;
}
@media screen and (max-width: 1238px) {
  main .section.sec-1st .content h2 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  main .section.sec-1st .content h2 {
    font-size: 38px;
  }
}
main .section.sec-1st .content p {
  font-size: 24px;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  main .section.sec-1st .content p {
    font-size: 18px;
  }
}
main .section.sec-2nd {
  background: url("../../home/image/sec-2nd-bg.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 3em;
}
main .section.sec-2nd .content {
  padding: 25rem 30px 0px;
  margin: 0 auto;
}
@media screen and (max-width: 1165px) {
  main .section.sec-2nd .content {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1125px) {
  main .section.sec-2nd .content {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  main .section.sec-2nd .content {
    padding-top: 0;
  }
}
main .section.sec-2nd .content .slogn {
  font-size: 28px;
  line-height: 1.5em;
  width: 75%;
  max-width: 1024px;
}
@media screen and (max-width: 1165px) {
  main .section.sec-2nd .content .slogn {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1125px) {
  main .section.sec-2nd .content .slogn {
    font-size: 28px;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  main .section.sec-2nd .content .slogn {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  main .section.sec-2nd .content .slogn {
    width: 100%;
    max-width: none;
  }
}
main .section.sec-3rd .content {
  max-width: 1441px;
  margin: 0 auto;
}
main .section.sec-3rd .content h2 {
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  main .section.sec-3rd .content h2 {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  main .section.sec-3rd .content .review-group {
    flex-wrap: wrap;
  }
}
main .section.sec-3rd .content .review-group .content-box-item {
  width: 300px;
  min-height: 400px;
}
@media screen and (max-width: 960px) {
  main .section.sec-3rd .content .review-group .content-box-item {
    width: 100%;
    margin: 1em 0;
  }
}
@media screen and (max-width: 800px) {
  main .section.sec-3rd .content .review-group .content-box-item {
    padding: 3%;
  }
}
@media screen and (max-width: 640px) {
  main .section.sec-3rd .content .review-group .content-box-item {
    padding: 8%;
    min-height: auto;
  }
}
main .section.sec-3rd .content .review-group figure {
  box-sizing: border-box;
}
main .section.sec-3rd .content .review-group figcaption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  margin: 0;
}
main .section.sec-3rd .content .review-group blockquote {
  font-size: 32px;
  min-height: 200px;
  padding: 35px 0 0;
  margin: 0 0 10px;
  background: url("../../home/image/quote-mark.svg") no-repeat left top;
  background-size: 40px 40px;
}
main .section.sec-3rd .content .review-group blockquote p {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  main .section.sec-3rd .content .review-group blockquote p {
    font-size: 26px;
  }
}
@media screen and (max-width: 414px) {
  main .section.sec-3rd .content .review-group blockquote p {
    font-size: 22px;
  }
}
main .section.sec-3rd .content .review-group .avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
}
main .section.sec-3rd .content .review-group .avatar img {
  display: inline-block;
  width: 100%;
  border-radius: 250px;
}
main .section.sec-4th .content {
  max-width: 1440px;
  margin: 0 auto;
}
main .section.sec-4th .content .item-group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  main .section.sec-4th .content .item-group {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  main .section.sec-4th .content .item-group .content-box-item {
    width: 100%;
    margin: 0 0 1.5em;
    padding: 3%;
  }
}
@media screen and (max-width: 640px) {
  main .section.sec-4th .content .item-group .content-box-item {
    padding: 5%;
  }
  main .section.sec-4th .content .item-group .content-box-item figcaption h3 {
    font-size: 24px;
  }
  main .section.sec-4th .content .item-group .content-box-item figcaption p {
    font-size: 17px;
  }
}
main .section.sec-4th .content .go-to-link {
  margin: 0;
}
main .section.sec-4th .content .go-to-link a {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  main .section.sec-4th .content .go-to-link a {
    font-size: 17px;
  }
}
main .section.sec-5th .content {
  max-width: 1440px;
  margin: 0 auto;
}
main .section.sec-5th .content .content-box-item {
  padding: 0;
}
main .section.sec-5th .content .content-box-item .get-app {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
  padding: 20px;
  background: url("../../home/image/get-app-bg.png") no-repeat 84% center;
  background-size: contain;
}
@media screen and (max-width: 1263px) {
  main .section.sec-5th .content .content-box-item .get-app {
    background-position: right center;
  }
}
@media screen and (max-width: 1088px) {
  main .section.sec-5th .content .content-box-item .get-app {
    flex-wrap: wrap;
    justify-content: left;
    background: none;
  }
}
main .section.sec-5th .content .content-box-item .get-app .copy {
  width: 30%;
  min-width: 372px;
  margin: 0 20px;
}
@media screen and (max-width: 864px) {
  main .section.sec-5th .content .content-box-item .get-app .copy {
    width: 30%;
  }
}
@media screen and (max-width: 615px) {
  main .section.sec-5th .content .content-box-item .get-app .copy {
    width: 85%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 490px) {
  main .section.sec-5th .content .content-box-item .get-app .copy {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}
main .section.sec-5th .content .content-box-item .get-app .copy h2 {
  font-size: 68px;
  line-height: 1.2em;
  margin: 0.1em 0 0.5em;
}
@media screen and (max-width: 1135px) {
  main .section.sec-5th .content .content-box-item .get-app .copy h2 {
    font-size: 44px;
  }
}
main .section.sec-5th .content .content-box-item .get-app .copy h3 {
  font-size: 19px;
  line-height: 1.2em;
  margin: 0.5em 0;
}
main .section.sec-5th .content .content-box-item .get-app .copy p {
  font-size: 18px;
  line-height: 1.2em;
  margin: 1em 0;
}
main .section.sec-5th .content .content-box-item .get-app .copy .store {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5em 0 1em;
}
@media screen and (max-width: 615px) {
  main .section.sec-5th .content .content-box-item .get-app .copy .store {
    justify-content: flex-start;
  }
  main .section.sec-5th .content .content-box-item .get-app .copy .store p {
    margin: 0 5px;
  }
}
@media screen and (max-width: 883px) {
  main .section.sec-5th .content .content-box-item .get-app .copy .store {
    display: none;
  }
}
main .section.sec-5th .content .content-box-item .get-app .copy .store > p {
  margin: 0 10px 0 0;
}
main .section.sec-5th .content .content-box-item .get-app .qr-code {
  width: 270px;
  height: 270px;
  padding: 20px;
  margin: 0 5%;
  border-radius: 9px;
  background-color: #fff;
}
main .section.sec-5th .content .content-box-item .get-app .qr-code img {
  width: 100%;
}
@media screen and (max-width: 883px) {
  main .section.sec-5th .content .content-box-item .get-app .qr-code {
    display: none;
  }
}
main .section.sec-5th .content .content-box-item .get-app .download-app {
  display: none;
}
main .section.sec-5th .content .content-box-item .get-app .download-app .download-app-btn {
  display: block;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 16px;
  color: #fff;
  background-color: #202020;
}
main .section.sec-5th .content .content-box-item .get-app .download-app .download-app-btn .fa-arrow-down {
  margin-right: 12px;
}
@media screen and (max-width: 883px) {
  main .section.sec-5th .content .content-box-item .get-app .download-app {
    display: block;
  }
}

.ios .download.btn.ios {
  display: flex;
}

.android .download.btn.android {
  display: flex;
}

.footer {
  padding: 40px 20px;
  flex: 1;
  text-align: left;
  /* background-color: #575858; */
}
.footer .footer-login-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .logo img {
  width: 138px;
}
.footer .footer-icons .title-header {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer .store {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .store a.download-app-store {
  width: 118px;
}
.footer .store a.download-android {
  width: 138px;
}
.footer .store a img {
  width: 100%;
}
.footer .store a:last-of-type {
  margin-left: 10px;
}
.footer .social img {
  margin-right: 20px;
}
.footer .footer-all-right {
  text-align: center;
  margin-top: 35px;
}
.footer .footer-all-right > span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}
.footer .footer-all-right > span a {
  color: #3f7398;
  text-decoration: none;
}
.footer .footer-nav {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  flex-basis: 333px;
}
.footer .footer-nav ul {
  padding: 0;
  margin: 0;
}
.footer .footer-nav ul:first-of-type {
  margin: 0 0 0 0;
}
.footer .footer-nav ul li {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 17px;
  padding: 1px 5px;
}
.footer .footer-nav ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  /* color: #FFFFFF; */
}
.footer.white {
  background-color: #fff;
}
.footer.white .footer-icons .title-header {
  color: #000;
}
.footer.white .footer-all-right span {
  color: #000;
}
.footer.white .footer-nav ul li a {
  color: #000;
}
.footer.grey {
  background-color: #131313;
}
.footer.grey .footer-icons .title-header {
  color: #fff;
}
.footer.grey .footer-all-right span {
  color: #fff;
}
.footer.grey .footer-nav ul li a {
  color: #fff;
}

.footer .footer-nav .button-support {
  margin: 0 0 50px 0;
}
.footer .footer-nav .button-support .button-support a {
  float: none;
  padding: 0 10px 0 0;
}
.footer .footer-nav .button-support .button-support a img {
  position: static;
  display: inline-block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  vertical-align: middle;
}
.footer .footer-nav .button-support .button-support a span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
}

a.ButtonSupport {
  position: relative;
  float: left;
  display: block;
  padding: 0 10px 0 35px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #7ec34d;
  border-radius: 15px;
}

a.ButtonSupport:hover {
  background-color: #90d360;
}

@media (min-width: 1200px) {
  .footer .page-container {
    width: 1200px;
  }
}
@media screen and (max-width: 680px) {
  .footer .footer-login-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .footer-icons, .footer .footer-nav {
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
  }
  .footer .footer-nav .button-support {
    margin: 20px 21%;
  }
  .footer .footer-nav ul, .footer .footer-nav ul:first-of-type {
    width: 42%;
    margin: 0 10px;
    text-align: left;
  }
  .footer .store {
    justify-content: space-evenly;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

body.iframe-popup {
  overflow: hidden;
}

.iframe-popup .modal.iframe-popup {
  display: block;
}

/* Modal Content/Box */
.modal .body {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  background-color: #fefefe;
  border: 1px solid #888;
  transform: translate(-50%, -50%);
  animation: fadein 0.5s;
  overflow: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* The Close Button */
.modal .close {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.modal .close a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #161617 url("../../home/image/close.gif") no-repeat center center;
  color: #fff;
  text-indent: -100000px;
  overflow: hidden;
}

.modal header {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.modal header .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  width: 15px;
  height: 15px;
  padding: 1em;
  margin: 0;
}
.modal header .close a {
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal header .close a .text {
  display: none;
}

.modal.iframe-popup .body {
  width: 96%;
  height: 96%;
  border: none;
  margin: 0;
}
.modal.iframe-popup .body iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}
.modal.iframe-popup.join .body, .modal.iframe-popup.signup-modal .body {
  max-width: 640px;
  max-height: 580px;
}
.modal.iframe-popup.quick-registration .body, .modal.iframe-popup.quick-registration-no-close-btn .body {
  max-width: 440px;
  max-height: 640px;
}

.quick-registration-no-close-btn .body .close {
  display: none;
}

.swiper {
  /* Change arrow color */
  --swiper-navigation-color: #ED4C6E !important;
  /* Change arrow size */
  --swiper-navigation-size: 25px;
  padding: 0 0 2em !important;
}

.swiper-slide-active {
  opacity: 1;
}

/* Style the inactive bullets */
.swiper-pagination-bullet {
  background: #cccccc !important;
  opacity: 1;
}

/* Style the active bullet */
.swiper-pagination-bullet-active {
  background: #ED4C6E !important;
}

*:lang(es-ES) .content .action .btn-group,
*:lang(de-DE) .content .action .btn-group,
*:lang(nl-NL) .content .action .btn-group,
*:lang(fr-FR) .content .action .btn-group,
*:lang(pt-PT) .content .action .btn-group,
*:lang(th-TH) .content .action .btn-group,
*:lang(vi-VN) .content .action .btn-group {
  max-width: 350px;
}
@media screen and (max-width: 480px) {
  *:lang(es-ES) .content .action .btn-group,
  *:lang(de-DE) .content .action .btn-group,
  *:lang(nl-NL) .content .action .btn-group,
  *:lang(fr-FR) .content .action .btn-group,
  *:lang(pt-PT) .content .action .btn-group,
  *:lang(th-TH) .content .action .btn-group,
  *:lang(vi-VN) .content .action .btn-group {
    max-width: 95%;
  }
}/*# sourceMappingURL=base.css.map */