@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Sora:wght@400;500;600;700&display=swap");
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #0f0c37;
  --color-blue: #0f0c37;
  --color-grey: #a9a9a9;
}

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

b {
  font-weight: bold;
}

body,
html {
  font-size: 16px;
  min-width: 320px;
  overflow-x: visible;
  min-height: 100%;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #373737;
  background-color: var(--color-white);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #0f0c37;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.dark-bg {
  background-color: #1f1f21 !important;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #000000;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
.navbar-brand img {
  max-width: 200px;
  transition: all 0.3s ease;
}

.navbar {
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease;
}
.navbar .logo-text {
  max-width: 190px !important;
}
.navbar--fixed {
  background-color: #fff !important;
  box-shadow: 0 0 20px #ccc;
}
.navbar--fixed .navbar-brand img {
  max-width: 100px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 140px;
  }
  .navbar .btn {
    min-width: auto;
  }
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}

.btn {
  background-color: #ed1651;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 12px 32px;
  min-width: 200px;
  justify-content: center;
  text-align: center !important;
  border-radius: 0;
}
.btn:hover {
  background-color: #ed3667;
  color: #fff;
}
.btn--orange {
  background-color: #f05a59;
}
.btn--orange:hover {
  background-color: #e44242;
}
.btn--white {
  background-color: #fff;
  color: #000000;
}
.btn--white:hover {
  background-color: #003676;
  color: #fff;
}

.modal-body .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.banner-2 {
  padding: 120px 0 100px;
  height: 112vh;
}
.banner-2 .bg-img {
  -o-object-position: top;
     object-position: top;
}
.banner-2 h1 {
  font-size: 50px;
  color: #003676;
  position: relative;
  padding-bottom: 40px;
  max-width: 600px;
  font-weight: 600;
}
.banner-2 .form {
  background-color: rgba(0, 0, 0, 0.6156862745);
}

@media (max-width: 1024px) {
  .banner-2 {
    padding-bottom: 50px;
    min-height: 100vh;
    height: auto;
  }
  .banner-2 img {
    min-height: 250px;
    filter: brightness(50%);
  }
  .banner-2 h1 {
    padding: 30px 16px;
    max-width: 100%;
    font-size: 30px;
  }
}
.form {
  padding: 50px;
  background-color: #003676;
  max-width: 500px;
}
.form h2 {
  font-size: 35px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
}
.form .form-input {
  background-color: var(--color-white);
  height: 50px;
  font-size: 15px;
  color: var(--color-black);
  padding: 0 16px;
  border: 0;
  margin-bottom: 16px;
  width: 100%;
}
.form .btn {
  height: 50px;
}

@media (max-width: 767px) {
  .form {
    padding: 20px;
  }
  .form h2 {
    font-size: 24px;
  }
}
.heading {
  max-width: 1000px;
  margin: 0 auto;
}
.heading__sub {
  font-size: 16px;
  color: #ecb21d;
  display: block;
}
.heading__desc {
  font-size: 15px;
  color: #555;
}

.count-box {
  padding: 24px;
  background-color: #000;
  display: inline-flex;
  align-items: center;
}
.count-box .count {
  font-size: 45px;
  color: #ffffff;
  font-weight: 800;
  position: relative;
}
.count-box .count::after {
  content: "+";
  display: inline-block;
  margin-left: 4px;
  font-size: 30px;
  font-weight: 600;
  color: #ed1651;
}

.tile {
  background-color: transparent;
  filter: drop-shadow(5.785px 6.894px 8px rgba(24, 24, 25, 0.03));
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.tile__img {
  position: relative;
  height: 370px;
  flex-shrink: 0;
}
.tile__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.tile__content h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  position: relative;
  min-height: 40px;
  text-transform: uppercase;
}
.tile__content a {
  margin-top: auto;
}

@media (max-width: 767px) {
  .tile__content {
    padding: 16px;
  }
}
.box {
  border-radius: 20px;
  box-shadow: 11.143px 6.695px 10.5px rgba(24, 24, 25, 0.02);
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 50px;
  max-width: 400px;
  height: 100%;
}
.box svg,
.box img {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
.box__title {
  font-size: 18px;
  color: #0f0c37;
  font-weight: 600;
}
.box p {
  font-size: 14px;
  color: #0f0c37;
  margin-bottom: 0;
}

.choose .box {
  background-color: #000000;
}

@media (max-width: 1024px) {
  .box {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .bonus .box {
    padding: 20px 16px;
  }
  .bonus .box svg,
  .bonus .box img {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
  }
  .bonus .box__title {
    font-size: 16px;
  }
  .bonus .col-6:nth-of-type(odd) {
    padding-right: 5px;
  }
  .bonus .col-6:nth-of-type(even) {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .box {
    padding: 20px;
  }
  .box svg,
  .box img {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
  }
  .box__title {
    font-size: 16px;
  }
  .col-6:nth-of-type(odd) {
    padding-right: 5px;
  }
  .col-6:nth-of-type(even) {
    padding-left: 5px;
  }
}
.latest .tile__content {
  background-color: #e7eaf3;
  min-height: 110px;
  display: flex;
  justify-content: center;
}
.latest .tile__content p {
  font-size: 20px;
  margin-bottom: 24px !important;
}
.latest .tile-btn {
  position: absolute;
  top: 25px;
  right: -20px;
}

.modal {
  padding-right: 0 !important;
}

.modal.show .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0;
  justify-content: center;
}

.box-v2 {
  border: 1px solid #cfcfcf;
  padding: 30px;
  position: relative;
  min-height: 200px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: end;
  border-radius: 20px;
  height: 100%;
  min-height: 260px;
}
.box-v2 p {
  font-size: 20px;
  margin-bottom: 0;
}
.box-v2--with-bg {
  background-color: #f05a59;
}
.box-v2--with-bg p {
  font-size: 14px;
}
.box-v2 span {
  color: #ff6500;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 20px;
}
.box-v2 span img,
.box-v2 span svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .box-v2 {
    min-height: 120px;
  }
  .box-v2 p {
    font-size: 16px;
  }
}
.contact-us {
  overflow: hidden;
  position: relative;
  background-color: #0f0c37;
}
.contact-us .container-xl {
  background-color: #0f0c37;
  position: relative;
  z-index: 1;
}
.contact-us__inputs {
  padding: 30px 0;
}
.contact-us h2 {
  color: #ffffff;
  font-weight: 600;
}
.contact-us__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  --gap: 14px;
}
.contact-us__inputs input:not(.btn),
.contact-us__inputs select {
  background-color: #ffffff;
  height: 60px;
  font-size: 15px;
  color: #000000;
  padding: 0 16px;
  border: 0;
  width: calc(33.33% - var(--gap));
}
.contact-us__inputs .btn,
.contact-us__inputs h2 {
  width: calc(33.33% - var(--gap));
  height: 60px;
}

@media (max-width: 767px) {
  .contact-us__inputs {
    display: block;
  }
  .contact-us__inputs input {
    margin-bottom: 10px;
  }
  .contact-us__inputs .btn {
    margin-top: 10px;
  }
  .contact-us__inputs * {
    width: 100% !important;
    max-width: 100%;
  }
}
footer {
  background-color: #1f1f21;
}
footer p {
  font-size: 14px;
  color: #fff;
}
footer a {
  color: #fff;
  font-size: 14px;
}
footer a:hover {
  color: #ed1651;
}

.boxes {
  border: 1px solid #7e78d4;
  padding: 50px 35px;
  height: 100%;
  margin-left: -1px;
  margin-top: -1px;
}
.boxes span {
  font-size: 50px;
  font-weight: 700;
}

.accordion .accordion-button {
  display: flex;
  border: 0;
  border-radius: 9px;
  filter: drop-shadow(11.143px 6.695px 10.5px rgba(24, 24, 25, 0.02));
  background-color: #fff;
}
.accordion .accordion-button span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-right: 16px;
  background-color: #ed1651;
  padding: 5px;
  position: relative;
}
.accordion .accordion-button span::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  display: inline-block;
  background-color: #ed1651;
}
.accordion .accordion-body {
  padding-left: 70px;
  background-color: #fff;
}
.accordion button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion .accordion-item {
  margin-bottom: 16px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
}

@media (max-width: 767px) {
  .accordion .accordion-body {
    padding-left: 0;
  }
  .boxes {
    padding: 30px 20px;
    margin-left: 0;
  }
}
.testi .splide {
  display: flex;
  flex-direction: column-reverse;
}
.testi .splide__arrows {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}
.testi .splide__arrow {
  top: auto;
  width: 45px;
  height: 45px;
  border: 1px solid #ccc;
  background-color: transparent;
  transform: none;
  position: static;
  display: flex;
  align-items: center;
}
.testi .splide__arrow:disabled {
  display: none;
}
.testi .splide__arrow--prev {
  left: auto;
  right: 50px;
}
.testi .splide__arrow--next {
  right: 0;
}
.testi .testi-box {
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testi .testi-box p {
  color: #4c4c4c;
  font-size: 18px;
  margin-bottom: 0;
}
.testi .testi-box__top {
  padding: 50px;
}
.testi .testi-box__footer {
  background-color: #0f0c37;
  padding: 20px 50px 30px;
  width: 100%;
}
.testi .testi-box__footer img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #003676;
  margin-top: -75px;
  margin-right: 30px;
}
.testi .testi-box-v1 .testi-box__top {
  padding: 50px;
}
.testi .testi-box-v1 .testi-box__footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
}
.testi .testi-box-v1 .testi-box__footer h4 {
  font-size: 20px;
}
.testi .testi-box-v1 .testi-box__footer p {
  font-size: 14px;
}
.testi .testi-box-v1 .testi-box__footer h4,
.testi .testi-box-v1 .testi-box__footer p {
  color: #4c4c4c;
}
.testi .testi-box-v1 .testi-box__footer img {
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-right: 24px;
  border: 0;
}

@media (max-width: 767px) {
  .testi-box__top {
    padding: 30px 20px;
  }
  .testi-box__footer {
    padding: 20px 20px 30px;
  }
  .testi-box__footer img {
    width: 80px;
    height: 80px;
  }
  .testi-box p {
    font-size: 14px;
  }
}
.contact-btns {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.contact-btns a {
  display: inline-flex;
}
.contact-btns svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .contact-btns {
    flex-direction: row;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  .contact-btns a {
    width: 100%;
    justify-content: center;
  }
  .contact-btns a:first-child {
    background-color: #28a71b;
  }
  .contact-btns a:nth-child(2) {
    background-color: #2196f3;
  }
  .contact-btns svg {
    width: 40px;
    height: 40px;
  }
}
.modal .form {
  background-color: #1f1f21;
}
.modal .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
  opacity: 1;
  padding: 0;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.small-tile {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #000000;
  color: #ffffff;
  padding: 30px;
  height: 100%;
  font-size: 20px;
}
.small-tile svg,
.small-tile img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 27px;
}
.small-tile .biz-btn {
  background-color: transparent;
  border: 1px solid #ff6500;
  border-radius: 0;
  width: 100%;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  color: #ff6500;
}
.small-tile .biz-btn svg {
  width: 24px;
  height: auto;
  flex-shrink: 0;
  margin-left: 16px;
}
.small-tile .biz-btn:hover {
  background-color: #ff6500;
  color: #000000;
}
.small-tile .biz-btn:hover svg path {
  fill: #000000;
}

.small-tile-last {
  background-color: #ed1651;
}
.small-tile-last .small-tile {
  background-color: #ed1651;
}
.small-tile-last:hover .small-tile {
  background-color: #f53468;
}/*# sourceMappingURL=style.css.map */


.form .form-input-phone {
  background-color: var(--color-white);
  height: 50px;
  font-size: 15px;
  color: var(--color-black);
  padding: 0 16px;
  border: 0;
  margin-bottom: 16px;
  width: 100%;
  z-index: 1;
}

.form .form-input-flag {
  background-color: var(--color-white);
  height: 50px;
  font-size: 15px;
  color: var(--color-black);
  padding: 0 16px;
  border: 0;
  margin-bottom: 16px;
  width: 20%;
}

.form-row{
  display: flex;
}

.country-select{
  margin-right: -120px;
  z-index: 0;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1400px){
  .form .form-input-flag {
    width: 30%;
  }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1600px){
  .form {
    padding: 30px;
  }

  .form h2 {
    font-size: 30px;
  }

  .form .form-input {
    height: 40px;
  }
}