/*
  Fonts
  font-family: 'Lato', sans-serif;
  font-family: 'Rokkitt', serif;
  font-family: 'Alumni Sans', sans-serif;
  font-family: 'rbicons';
*/
#app .content .landing01 {
  margin-top: -4rem;
}

.landing01 {
  background-color: #212529;
  overflow-x: hidden;
  color: white;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.landing01 a:hover {
  text-decoration: none !important;
}
.landing01 h1, .landing01 h2, .landing01 h3, .landing01 h4, .landing01 h5, .landing01 h6 {
  font-family: "Lato", sans-serif !important;
}
.landing01 h1 {
  font-size: 3rem !important;
  color: #f9b921;
  font-weight: 600;
}
.landing01 h2 {
  color: white;
  font-size: 2.3rem;
  font-weight: 400;
}
.landing01 a {
  text-decoration: none;
  color: white;
}
.landing01 a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.landing01 .btn {
  font-size: 22px;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  transition: all ease 0.5s;
}
.landing01 .btn:hover, .landing01 .btn:focus, .landing01 .btn:active {
  border-radius: 50px !important;
}
.landing01 .btn-primary {
  background-color: #F9B921;
}
.landing01 .btn-primary:hover {
  text-decoration: none;
  background-color: #976C07;
}
.landing01 .container-xl {
  max-width: 1600px;
}
.landing01 header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1;
}
.landing01 header::before {
  content: "";
  position: absolute;
  background-color: #F9B921;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
}
.landing01 header .logo {
  margin-top: 65px;
  position: relative;
}
.landing01 header .logo img {
  max-width: 100%;
  max-height: 85px;
  object-fit: contain;
}
.landing01 #landing {
  padding-top: 200px;
  position: relative;
  background: transparent;
}
.landing01 #landing .container-xl, .landing01 #landing .row {
  min-height: 100%;
}
.landing01 #landing .left {
  min-height: 100vh;
}
.landing01 #landing .left .content ul {
  margin-left: -10px;
  padding-left: 12px;
}
.landing01 #landing .left .content ul li {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-right: 12px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 20px;
  line-height: 25px;
}
.landing01 #landing .left .content ul li::before {
  content: "\f26a";
  color: #F9B921;
  background-color: white;
  border-radius: 50%;
  font-family: bootstrap-icons;
  margin-right: 10px;
  font-size: 30px;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  line-height: normal;
}
.landing01 #landing .right {
  padding: 0 0 150px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.landing01 #landing .right .content .text h6 {
  color: #F9B921;
  margin-top: 20px;
  margin-bottom: 20px;
}
.landing01 #landing .right .content .row {
  width: 100%;
  margin: auto;
}
.landing01 #landing .right .content .imgr {
  padding-right: 0;
  padding-left: 6px;
}
.landing01 #landing .right .content .imgl {
  padding-left: 0;
  padding-right: 6px;
}
.landing01 #landing .right .content .text {
  padding-right: 10px;
  padding-left: 0;
}
.landing01 #landing .right .content h6 {
  font-weight: 600;
}
.landing01 #landing .right .content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.landing01 #logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landing01 #logos .logos {
  margin-bottom: 50px;
}
.landing01 #logos img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
}
.landing01 footer {
  color: rgb(168, 168, 168);
  position: fixed;
  bottom: 5px;
  right: 15px;
  background-color: transparent;
  font-size: 16px;
  width: auto;
}
.landing01 footer a {
  color: rgb(168, 168, 168);
}
.landing01 #landing {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1650px) {
  .landing01 .container-xl {
    max-width: 1199px;
  }
  .landing01 #landing .right {
    padding: 0 0 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .landing01 #landing .left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .landing01 #landing .right {
    position: relative;
    padding-bottom: 0;
  }
  .landing01 #landing .right .content {
    padding-top: 12px;
  }
  .landing01 #landing .right .content .text h6 {
    margin-top: 0px;
  }
  .landing01 #landing .right .content .text {
    padding: 12px !important;
  }
  .landing01 #landing .right .content img {
    height: 100%;
  }
  .landing01 #landing .right .content .imgl {
    padding: 0 6px 0 0;
  }
  .landing01 #landing .right .content .imgr {
    padding: 0 0 0 6px;
  }
  .landing01 footer {
    position: fixed;
    background-color: transparent;
    font-size: 14px;
    margin-top: auto;
    width: 100%;
    left: 0;
    padding: 0 12px;
    text-align: end;
  }
}
@media only screen and (max-width: 700px) {
  .landing01 {
    font-size: 18px;
  }
  .landing01 header {
    position: relative !important;
    padding-bottom: 50px;
  }
  .landing01 .btn {
    font-size: 18px !important;
  }
  .landing01 #logos {
    padding-top: 50px;
    position: relative !important;
  }
  .landing01 #landing .left {
    min-height: 0;
  }
  .landing01 h1 {
    font-size: 2.5rem !important;
    color: #f9b921;
    font-weight: 600;
  }
  .landing01 h2 {
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
  }
}
@media only screen and (max-height: 800px) {
  .landing01 {
    font-size: 18px;
  }
  .landing01 header {
    position: relative !important;
    padding-bottom: 50px;
  }
  .landing01 #logos {
    padding-top: 50px;
    position: relative !important;
  }
  .landing01 #landing .left {
    min-height: 0;
  }
  .landing01 .btn {
    font-size: 18px !important;
  }
  .landing01 h1 {
    font-size: 2.5rem !important;
    color: #f9b921;
    font-weight: 600;
  }
  .landing01 h2 {
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
  }
}

/*

MODAL

*/
.modal-content {
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header {
  background-color: #f9b921;
  color: white;
  border-bottom: none;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-title {
  font-weight: bold;
}

.modal-body {
  padding: 1.5rem;
}
.modal-body p {
  margin-bottom: 1rem;
  color: #555;
}

.list-group-item {
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.list-group-item a {
  color: black;
}
.list-group-item a:hover {
  text-decoration: none;
}
.list-group-item:hover {
  scale: 1.02;
}
.list-group-item .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
.list-group-item .btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.modal-footer {
  border-top: none;
  padding: 1rem 1.5rem;
  background-color: #f1f1f1;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.faq {
  border-radius: 10px !important;
  outline: none;
  border: none;
  max-height: 700px;
  background-color: rgba(90, 90, 90, 0.162);
  backdrop-filter: blur(5px);
  color: white !important;
  overflow: scroll;
}
.faq * {
  background: transparent !important;
}
.faq .accordion-item {
  border: none;
  border-bottom: white 1px solid;
}
.faq .accordion-button {
  right: 0;
  color: white;
}
.faq .accordion-body {
  color: white;
}

.modal-faq {
  background-color: #f5f5f5;
  border-radius: 10px;
  max-height: 600px;
  overflow: scroll;
}
.modal-faq .faq-title {
  color: #555;
}
.modal-faq .accordion-button {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.modal-faq .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.modal-faq * {
  background-color: transparent;
}

/*# sourceMappingURL=style.css.map */
