@import url(https://fonts.googleapis.com/css2?family=Syne:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;

0,400;0,500;1,300&display=swap);#welcome-modal .modal-dialog {
  max-width: 648px;
  margin-top: auto;
  margin-bottom: auto;
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
  margin: 1.75rem auto;
}

/* line 30, stdin */

#welcome-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
  width: 100%;
}

/* line 38, stdin */

#welcome-modal .modal-body {
  padding: 20px;
  font-family: "Roboto", sans-serif;
}

/* line 42, stdin */

#welcome-modal .modal-body .modal-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  color: #101828;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.5rem;
}

/* line 51, stdin */

#welcome-modal .modal-body .description {
  text-align: center;
}

/* line 54, stdin */

#welcome-modal .modal-body .description p {
  color: #475467;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5625pxrem;
}

@media (max-width: 768px) {
  /* line 54, stdin */

  #welcome-modal .modal-body .description p {
    font-size: 1rem;
  }
}

/* line 65, stdin */

#welcome-modal .modal-body .description > *:last-child {
  margin-bottom: 0;
}

/* line 72, stdin */

#welcome-modal .modal-body .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 768px) {
  /* line 72, stdin */

  #welcome-modal .modal-body .buttons {
    gap: 10px;
  }
}

/* line 82, stdin */

#welcome-modal .modal-body .buttons .modal-button {
  background: #fff;
  border: 1px solid #C8C8C8;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.5);
  padding: 15px 10px;
  min-width: 231px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 38px;
  transition: all .5s ease;
}

/* line 97, stdin */

#welcome-modal .modal-body .buttons .modal-button svg {
  margin-left: 11px;
}

/* line 102, stdin */

#welcome-modal .modal-body .buttons .modal-button-primary:hover {
  background: #c7c7c7;
  border-color: #C8C8C8;
}

/* line 108, stdin */

#welcome-modal .modal-body .buttons .modal-button-secondary {
  background: #6EBA00;
  border: 1px solid #6EBA00;
  color: #fff;
}

/* line 112, stdin */

#welcome-modal .modal-body .buttons .modal-button-secondary:hover {
  background: #5fa000;
}

/* line 120, stdin */

#welcome-modal .modal-body .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 128, stdin */

#welcome-modal .modal-body .embed-container video,
#welcome-modal .modal-body .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.485rem;
  object-fit: cover;
}

/* line 139, stdin */

#welcome-modal .modal-body .turn-modal-off {
  margin-top: 43px;
}

@media (max-width: 768px) {
  /* line 139, stdin */

  #welcome-modal .modal-body .turn-modal-off {
    display: flex;
    justify-content: center;
  }
}

/* line 147, stdin */

#welcome-modal .modal-body .turn-modal-off .form-check .form-check-input {
  width: 25px;
  height: 25px;
  background-size: 10px;
  margin-right: 10px;
  margin-top: -2px;
}

@media (max-width: 576px) {
  /* line 147, stdin */

  #welcome-modal .modal-body .turn-modal-off .form-check .form-check-input {
    margin-top: -5px;
  }
}

/* line 157, stdin */

#welcome-modal .modal-body .turn-modal-off .form-check .form-check-input:focus {
  border-color: #6D7DCD;
  background-color: #DFEAF0;
}

/* line 162, stdin */

#welcome-modal .modal-body .turn-modal-off .form-check .form-check-input:checked {
  background-color: #DFEAF0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjE5OTkzIDEuNTk5ODVMMy43OTk5MyA1Ljk5OTg1TDEuNzk5OTMgMy45OTk4NSIgc3Ryb2tlPSIjMTkzN0ZBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  border-color: #6D7DCD;
}

/* line 169, stdin */

#welcome-modal .modal-body .turn-modal-off .form-check .form-check-label {
  color: #000;
  font-size: 1rem;
}

@media (max-width: 576px) {
  /* line 169, stdin */

  #welcome-modal .modal-body .turn-modal-off .form-check .form-check-label {
    font-size: 0.875rem;
  }
}


/*# sourceMappingURL=welcome-modal_9db33c54.css.map*/