/** SAFARI **/
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .banner-nav ul.banner-nav-items li {
    margin-bottom: 5px;
  }
  .banner-nav ul.banner-nav-items li:last-child {
    margin-bottom: 0px;
  }
  #must-know .owl-theme .owl-dots .owl-dot {
    margin-right: 5px;
  }
  #must-know .owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0px;
  }
  .homepage-banner .container-fluid {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  color: white;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 23px;
}

a {
  font-weight: 300;
}

body {
  background-color: black;
  overflow: hidden;
  height: 100vh;
}

.ai-the-odd-number-site-content {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header {
  z-index: 2;
  position: absolute;
  width: 100vw;
  padding: 60px 140px 0 140px;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container {
  position: relative;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row > .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row > .col-6:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-header-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-header-logo-container img {
  width: 158.76px;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-header-logo-container img {
    width: 119px;
    height: auto;
  }
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent .ai-the-odd-number-social-icons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent .ai-the-odd-number-social-icons-container a {
  margin: auto;
  text-decoration: none;
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent .ai-the-odd-number-social-icons-container .ai-the-odd-number-social-icon {
  color: white;
  padding-left: 11px;
  font-size: 25px;
  font-weight: 100;
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent .ai-the-odd-number-social-icons-container .ai-the-odd-number-social-icon {
    font-size: 20px;
  }
}
.ai-the-odd-number-site-content .ai-the-odd-number-header .ai-the-odd-number-header-container .ai-the-odd-number-header-row .ai-the-odd-number-social-icons-container-parent .ai-the-odd-number-social-icons-container .ai-the-odd-number-social-icon:hover {
  color: rgb(252, 91, 87);
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header {
    padding: 20px 105px 0 82px;
  }
}
@media only screen and (max-width: 991px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header {
    padding: 20px 80px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header {
    padding: 20px 40px 0 40px;
  }
}
@media only screen and (max-width: 375px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-header {
    padding: 40px 20px 0 0px;
  }
}
.ai-the-odd-number-site-content .ai-the-odd-number-megaslider {
  width: 100vw;
  z-index: 1;
}
.ai-the-odd-number-site-content .ai-the-odd-number-megaslider .w-100 {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-megaslider .w-100 {
    -o-object-position: center;
       object-position: center;
    height: 70vh;
  }
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container {
  z-index: 2;
  position: absolute;
  bottom: 0px !important;
  width: 100vw;
  margin: 0;
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
  margin: 0px 0px 55px -8px;
  padding: 0px 0px 0px 0px;
  width: 900px;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
    width: 660px;
    height: auto;
    margin-left: -6px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
    width: 350px;
    height: auto;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
    width: 280px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: relative !important;
  }
}
@media only screen and (max-width: 375px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container lottie-player {
    width: 200px;
  }
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area {
  position: relative;
  padding-bottom: 35px;
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area a {
  color: white;
  text-decoration: underline;
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area a:hover {
  color: rgb(252, 91, 87);
}
.ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area p {
  font-size: 12px;
  padding-bottom: 0px;
  margin: auto;
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area {
    padding: 38px 50px 53px 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ai-the-odd-number-site-content .ai-the-odd-number-content-area-container .ai-the-odd-number-content-area {
    padding: 25px 30px;
  }
}