@import url("https://fonts.googleapis.com/css?family=Manrope:400,500,600,700,800,regular&display=swap&subset=");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900,regular,500italic,600italic,700italic,800italic,900italic&display=swap&subset=");

* {
  box-sizing: border-box;
  border: none;
}

nav {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 14px;
}

.w-builder {
  font-family: sans-serif;
}

iframe {
  width: inherit;
  height: inherit;
}

video {
  width: inherit;
  height: inherit;
}

a {
  text-decoration: none;
}

.w-nav {
  position: relative;
  z-index: 1;
}

.w-nav-menu {
  display: flex;
}

.w-nav .w-nav-btn,
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav .w-nav-btn {
    display: block;
  }

  .w-nav[data-collapse="medium"] .w-nav-menu a {
    display: block;
    text-align: left;
  }
}
.min-hide {
  display: block !important;
}
.min-show {
  display: none !important;
}
@media screen and (max-width: 768px) {
  side-div.sm-sided.full-div-1 {
    width: 100% !important;
  }
  .ifram-responsive {
    width: 100%;
  }
  .min-hide {
    display: none !important;
  }
  .min-show {
    display: block !important;
  }
  .min-icon-size {
    text-align: center;
  }
  .min-icon-size img {
    width: 26px !important;
  }
  .min-m-t-15 {
    margin-top: 15px;
  }
  .min-m-b-15 {
    margin-bottom: 15px;
  }
  .countdown h3 {
    height: 70px !important;
    width: 70px !important;
    font-size: 23px !important;
  }
  .relitive-div.bg-bright-image {
    padding: 26px 0 !important;
  }
  .timer-title {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .bg-blue.associate-wrapper {
    padding: 30px 0 !important;
  }
}
.side-div.sm-sided.full-div-1 {
  width: 40%;
}
.ifram-responsive {
  width: 60%;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
}

.w-nav--open .w-nav-menu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  min-width: 200px;
}

.w-button {
  color: gray;
  padding: 10px;
}

.body-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.section-wrap {
  flex-direction: column;
}

.background-image {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  padding-bottom: 40px;
  background-image: url(https://weblit.cloud/DWc5kmx0DVEMNfF2ZPN61.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}

@media (max-width: 768px) {
  .background-image {
    width: 100%;
    height: 350px;
  }
  .set-on-small {
    margin: 0 !important;
    padding-top: 160px !important;
  }
  .set-res-p {
    padding: 15px !important;
  }
  .set-res-gap {
    column-gap: 0px !important;
    padding: 10px !important;
  }
}

.default-width {
  padding-top: 0px;
  padding-left: 0px;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.end-section {
  align-items: flex-end;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.row {
  flex-direction: column;
  row-gap: 20px;
  display: flex;
}

.row.sm-none {
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  display: flex;
}

.block-line {
  display: inline-block;
}

.block-line.relitive-space {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 210px;
  margin-bottom: 210px;
  margin-right: 140px;
}

.block-line.relitive-space.sm-black.sm-space-none {
  margin-right: auto;
  max-width: auto;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 90px;
  color: rgba(249, 249, 249, 1);
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 2px;
  text-align: left;
}

.inline-text {
  display: inline-block;
}

.hero-heading.inline-italic {
  display: inline;
  font-style: italic;
  font-size: 130px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
}

.column-section {
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 20px;
  display: flex;
  align-items: center;
}

.column-section.gap-none {
  row-gap: 20px;
  column-gap: 0;
  display: flex;
  justify-content: space-between;
}

.column-section.gap-none.center-sm-col {
  align-items: center;
  justify-content: flex-start;
  color: rgba(249, 249, 249, 1);
  margin-left: 0px;
  margin-top: 19px;
}

.sm-tagline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 52px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.absolute-div {
  display: block;
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: auto;
  left: 0%;
}

.div {
  background: rgba(255, 255, 255, 0);
}

.container {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

.container.fixed-w {
  max-width: 87%;
  width: auto;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.linkblock-8 {
  display: inline-block;
}

.image {
  width: 130px;
  height: auto;
  max-width: 100%;
}

.link {
  display: inline-block;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  padding: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-5 {
  display: inline-block;
  background: #ffffffe6;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  padding: 7px 16px 4px 16px;
  margin-bottom: 16px;
  margin-right: 8px;
  border-radius: 4px;
}

.relitive-div {
  display: block;
  position: relative;
}

.column-section.div-block-1 {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  margin-bottom: auto;
}

.image-div {
  display: block;
  width: 50%;
}

.image-1 {
  width: auto;
  height: auto;
  max-width: 100%;
}

.side-div {
  width: 50%;
  padding-right: 4px;
}

.side-div.side-space {
  padding-right: 94px;
}

.banner-heading {
  margin-top: 20px;
  margin-bottom: 0px;
  color: rgba(1, 19, 77, 1);
  text-transform: uppercase;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-left: 0px;
}

.banner-heading.light-banner-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0px;
  margin-right: 0px;
}

.inline-text.top-inline-space {
  margin-top: 10px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(66, 66, 66, 1);
  font-size: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  display: inline;
  line-height: 27px;
  background-clip: normal;
  letter-spacing: 0px;
}

.paragraph.bold-text {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  display: inline;
}

.relitive-div.bg-image {
  width: 100%;
  color: rgba(249, 249, 249, 1);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  background-image: url(https://weblit.cloud/YSnYO85WFrTEgw_W4BSaP.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.space-section {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sm-width {
  width: 40%;
}

.sm-width.margin-rightsided {
  margin-right: 40px;
}

.min-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.blue-bar {
  width: 80px;
  height: 4px;
  display: block;
  background: rgba(48, 92, 251, 1);
  margin-top: 16px;
  margin-bottom: auto;
}

.paragraph.text-white {
  color: rgba(226, 232, 253, 1);
}

.button-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 14px;
}

.button {
  display: inline-block;
  background: rgba(38, 69, 181, 1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 34px 12px 34px;
}

.button.capitalize-text {
  text-transform: uppercase;
}

.lg-column-w {
  width: 75%;
  display: block;
}

.icon-imagediv {
  width: 114px;
  display: block;
}

.center-row {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  column-gap: 0;
  display: flex;
  row-gap: 8px;
}

.center-row.gap-row {
  row-gap: 10px;
}

.divicon {
  width: 70%;
}

.image-2 {
  width: auto;
  height: auto;
  max-width: 100%;
}

.banner-smtext {
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: content-box;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 28px;
}

.banner-smtext.size-sm {
  font-size: 12px;
}

.relitive-div.bg-white-img {
  background-image: url(https://weblit.cloud/fW4w5snqifz62NlzgnXYN.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.side-div.sm-sided {
  width: 35%;
}

.min-heading.text-blue {
  color: rgba(2, 22, 87, 1);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.video-1 {
  width: 100%;
}

.relitive-div.bg-bright-image {
  color: rgba(249, 249, 249, 1);
  background-image: url(countdown-background.jpg);
  background-position: 100%;
  padding: 70px 0;
  background-size: cover;
}

.default-width.up {
  align-items: center;
  justify-content: center;
}

.bg-wrap-div {
  display: block;
  background: rgba(2, 22, 87, 1);
  width: 42%;
  color: rgba(255, 255, 255, 1);
  padding: 48px 48px 48px 48px;
}

.bg-wrap-div.banner-div-1 {
  width: 100%;
}

.banner-maintitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-maintitle.banner-mediumtitle {
  font-size: 22px;
  line-height: 38px;
}

.banner-maintitle.banner-mediumtitle.font-light {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.bg-blue {
  display: block;
  background: rgba(1, 13, 54, 1);
  color: rgba(252, 252, 252, 1);
  padding: 0 0 0 0;
}

.bg-blue.associate-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-3 {
  padding-right: 60px;
}

.image-12 {
  width: 300px;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.div-4 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-9 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 21px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.paragraph-9 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 16px;
}

.relitive-div.bg-blue-image {
  color: rgba(255, 255, 255, 1);
  background-image: url(https://weblit.cloud/6MRZDmI5bPnWtxKmegh3N.jpeg);
  background-size: cover;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.banner-heading.inlinetext {
  display: inline;
  margin-right: 9px;
  color: rgba(249, 249, 249, 1);
}

.banner-heading.light-banner-heading.text-inline {
  display: inline;
  color: rgba(249, 249, 249, 1);
}

.row.gap-max {
  row-gap: 45px;
}

.column-section.align-start {
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 60px;
}

.info-side {
  flex-direction: column;
  row-gap: 45px;
  display: flex;
  width: 50%;
}

.linkblock {
  display: inline-block;
}

.info-div {
  flex-direction: column;
  column-gap: 0;
  row-gap: 6px;
}

.small-heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(208, 208, 208, 1);
}

.small-heading-1.heading-light {
  color: rgba(173, 173, 173, 1);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
}

.paragraph-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 12px;
  line-height: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: rgba(173, 173, 173, 1);
}

.links-side {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.link-1 {
  display: inline-block;
  text-decoration: none;
  color: rgba(129, 129, 129, 0.54);
  padding: 0px 0px 0px 0px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .background-image {
    padding-bottom: 20px;
  }

  .row {
    row-gap: 20px;
    flex-direction: column;
  }

  .block-line.relitive-space {
    margin-right: 0px;
    margin-top: 180px;
    margin-bottom: 265px;
  }

  .block-line.relitive-space.sm-black {
    margin-left: 61px;
    margin-top: 200px;
    margin-bottom: 65px;
  }

  .hero-heading {
    font-size: 63px;
    line-height: 57px;
  }

  .inline-text {
    display: inline-block;
    margin-top: 10px;
  }

  .hero-heading.inline-italic {
    font-size: 60px;
    line-height: 58px;
  }

  .column-section {
    column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .column-section.gap-none.center-sm-col {
    margin-top: 0px;
  }

  .sm-tagline {
    font-size: 12px;
  }

  .absolute-div.nav-div {
    background: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 1);
  }

  .container.fixed-w {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .navbar {
    color: rgba(0, 0, 0, 1);
    margin-left: 0px;
    padding: 20px 30px 20px 30px;
  }

  .link {
    padding-left: 30px;
    padding-right: 30px;
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
  }

  .column-section.div-block-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-div {
    display: block;
    flex-direction: row;
    width: 100%;
  }

  .side-div {
    width: auto;
  }

  .side-div.side-space {
    width: 100%;
    padding: 0px 40px 10px 40px;
  }

  .banner-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-heading.light-banner-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .space-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }

  .sm-width.margin-rightsided {
    width: 100%;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }

  .min-heading {
    font-size: 17px;
    text-align: left;
  }

  .lg-column-w {
    width: 67%;
  }

  .lg-column-w.lg-col-full {
    max-width: auto;
    width: 100%;
    padding-top: 20px;
  }

  .image-2 {
    width: auto;
    max-width: auto;
  }

  .side-div.sm-sided.full-div-1 {
    width: 100%;
  }

  .min-heading.text-blue {
    font-size: 18px;
    text-align: left;
  }

  .side-div.image-full {
    width: 100%;
  }

  .top-space {
    padding-top: 0px;
  }

  .bg-wrap-div {
    width: 100%;
  }

  .bg-wrap-div.banner-div-1 {
    width: auto;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 82%;
    padding: 40px 40px 40px 40px;
  }

  .banner-maintitle {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
  }

  .column-section.align-start {
    padding-left: 0px;
    align-items: flex-start;
    justify-content: space-between;
  }

  .info-side.info-full {
    max-width: auto;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .row {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0px;
    column-gap: 0;
    row-gap: 20px;
  }

  .row.sm-none {
    display: none;
  }

  .block-line {
    width: 100%;
  }

  .block-line.relitive-space {
    margin-bottom: 30px;
    margin-top: 90px;
    margin-right: 1px;
  }

  .block-line.relitive-space.sm-black {
    color: rgba(0, 0, 0, 1);
  }

  .block-line.relitive-space.sm-black.sm-space-none {
    margin-left: 0px;
  }

  .hero-heading {
    font-size: 24px;
    color: rgba(250, 250, 250, 1);
    line-height: 30px;
  }

  .inline-text {
    margin-top: 8px;
  }

  .hero-heading.inline-italic {
    font-size: 25px;
    line-height: 20px;
  }

  .column-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .sm-tagline {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .navbar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 20px 15px 20px;
  }

  .link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-section.div-block-1 {
    row-gap: 0;
    align-items: flex-start;
  }

  .side-div {
    width: 100%;
  }

  .side-div.side-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-heading.light-banner-heading {
    font-size: 19px;
    line-height: 25px;
  }

  .inline-text.top-inline-space {
    margin-top: 0px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .space-section {
    padding: 20px 0px 20px 0px;
  }

  .row.gap-sm {
    display: flex;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 10px;
  }

  .min-heading {
    font-size: 16px;
    text-align: left;
  }

  .button-div {
    width: 100%;
    text-align: center;
  }

  .button.capitalize-text {
    font-size: 11px;
    width: 100%;
    padding: 10px 30px 10px 30px;
  }

  .lg-column-w {
    width: auto;
  }

  .row.horizental-icons {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .row.horizental-icons.row-block {
    display: flex;
  }

  .center-row.gap-row {
    align-items: center;
    justify-content: flex-end;
  }

  .divicon {
    width: 52%;
  }

  .image-2 {
    width: auto;
    height: auto;
  }

  .banner-smtext {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
  }

  .banner-smtext.size-sm {
    line-height: 15px;
    font-size: 11px;
  }

  .side-div.sm-sided {
    width: 100%;
  }

  .min-heading.text-blue {
    font-size: 16px !important;
  }

  .top-space {
    padding-top: 0px;
  }

  .bg-wrap-div {
    width: 100%;
    padding: 20px 24px 20px 24px;
  }

  .bg-wrap-div.banner-div-1 {
    max-width: 100%;
    padding: 20px 18px 20px 18px;
  }

  .banner-maintitle {
    font-size: 21px;
  }

  .banner-maintitle.banner-mediumtitle {
    font-size: 13px;
    line-height: 25px;
  }

  .banner-maintitle.banner-mediumtitle.font-light {
    font-size: 13px;
  }

  .column-section.start-col {
    align-items: flex-start;
  }

  .inline-text.margin-none {
    margin-top: 0px;
  }

  .banner-heading.inlinetext {
    font-size: 21px;
    margin-right: 4px;
  }

  .banner-heading.light-banner-heading.text-inline {
    font-size: 17px;
  }

  .row.gap-max {
    row-gap: 35px;
  }

  .info-side {
    width: 100%;
  }

  .info-side.info-full {
    row-gap: 30px;
  }

  .small-heading-1 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .small-heading-1.heading-light {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .link-1 {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
}

.countdown h3 {
  padding: 20px 0;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  font-size: 35px;
  border: 2px solid #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.associate-wrapper {
  display: none;
}
