html,
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important
}
.container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1em
}
.column,
.column2 {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  gap: 2em
}
.card {
  line-height: 1.1em;
  padding: 2%;
  height: 480px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  border: 1px solid #000;
  background: #0052a8;
  background: linear-gradient(to bottom, #0052a8 0%, #023e7c 100%);
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px -4px 0px #0052a8, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  -moz-box-shadow: 0px -4px 0px #0052a8, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px -4px 0px #0052a8, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5)
}
.card-body1 {
  padding: 1em
}
.card-body1 ul li {
  color: #fff
}
ul li {
  width: 100%;
  display: block;
  max-width: none;
  padding: 0
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover
}
ul li::before,
ul li:before {
  background: #fff;
  top:.5em;
  left:-.8em;
}
.tag {
  display: block;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em
}
.card-body1 p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.1em;
  padding-top: .5em
}
.card-body1 a {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.1em;
  padding-top: .5em
}
.card-body1 ul li {
  color: #fff
}
ol,
ul {
  padding-left: 12px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 18px;
  padding: 0 0 0 1em
}
.formMod100 {
  width: 100%
}
.landing__register-wrap .contact-form-v2__form {
  border: 0;
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background: rgba(1,71,145,0.7);
  padding: 1em;
  width: 640px
}
.landing__register-wrap {
  align-items: center;
  justify-content: center;
  padding: 150px 0
}
.landing__register-wrap .contactSection .formMod {
  margin: 0
}
div.landing__register-dropdown {
  margin: 8px 0
}
.text-message {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 14px
}
@media screen and (min-width: 768px) {
  .landing__register-wrap .contact-form-v2__form {
    width: 912px
  }
  .text-message {
    font-size: 15px
  }
  .landing__register-wrap {
    align-items: flex-start
  }
  .landing-section-fit {
    max-width: 60em
  }
}
#element-204 {
  display: flex;
  justify-content: center
}
.landing__register-submit,
.btn {
  font-weight: 700;
  font-size: 0.9907rem;
  height: 2.9375rem;
  white-space: normal;
  position: relative;
  background: #0052a8;
  border-radius: 5px;
  color: #fff;
  background-image: linear-gradient(to bottom, #0052a8 0%, #006DDF 100%);
  background-image: -o- linear-gradient(to bottom, #0052a8 0%, #006DDF 100%);
  background-image: -moz-linear-gradient(to bottom, #0052a8 0%, #006DDF 100%);
  background-image: -webkit-linear-gradient(to bottom, #0052a8 0%, #006DDF 100%);
  background-image: -ms-linear-graident(to bottom, #0052a8 0%, #006DDF 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0052a8), color-stop(1, #006DDF));
  -webkit-border-radius: 5 px;
  -moz-border-radius: 5px;
  text-shadow: 0px -1px 0px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 0px 6px 0px #0052a8, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
  -moz-box-shadow: 0px 6px 0px #0052a8, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
  box-shadow: 0px 6px 0px #0052a8, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
  border: none
}
.landing__register-submit:hover,
.landing__register-submit:focus,
.btn:hover,
.btn:focus {
  background-image: linear-gradient(to bottom, #006DDF 0%, #0052a8 100%);
  background-image: -o-linear-gradient(to bottom, #006DDF 0%, #0052a8 100%);
  background-image: -moz-linear-gradient(to bottom, #006DDF 0%, #0052a8 100%);
  background-image: -webkit-linear-gradient(to bottom, #006DDF 0%, #0052a8 100%);
  background-image: -ms-linear-gradient(bottom, #006DDF 0%, #0052a8 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #006DDF), color-stop(1, #0052a8))
}
.landing__register-disclaimer {
  font-style: normal;
  text-align: center;
  line-height: 16px
}
@media screen and (min-width: 968px) {
  .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    max-width: none;
    min-width: 55%
  }
}
.landing-footer .landing-section-block {
  background: #fff;
  color: #000;
  border-top: 1px solid #000
}
.url-link {
  text-decoration: none
}
.url-link:hover,
.url-link:focus,
.url-link:active {
  text-decoration: underline
}
.landing-footer-copyright .landing-footer-copyright-c,
.landing-footer-copyright .landing-footer-copyright-c a {
  color: #172d3d
}
#element-229 {
  position: absolute;
  bottom: -1px;
  width: 100%
}
#element-229 img {
  width: 100%
}
#element-229 > div {
  display: flex
}
h2 {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em
}
.collapsing {
  z-index: 1;
  transition: .4s;
  font-size: 2em;
  font-weight: bold;
  text-transform: none;
  cursor: pointer;
  position: relative;
  padding: 1em 4em 1em 1em;
  margin: 0 !important;
  margin-bottom: 5px !important;
  background: linear-gradient(to right, #5988c6 0%, #0096a9 50%, #0052a8 100%);
  background-size: 200% auto;
  color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  line-height: 1.1em;
  width: 100%;
  text-align: left
}
p.logo-in-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 15em;
  margin-bottom: 2em;
}
.logo-in-form img {
  object-fit: contain;
  width: 100%;
  height: 100%
}
.landing__register-enter-info {
  font-size: 14px;
  line-height: 20px;
  padding: 0
}
.landing__register-disclaimer {
  padding: 0
}
.landing__register-mobile-number {
  padding-top: 1em
}
#element-204 .btn {
  text-align: center;
  font-size: 16px;
  width: 178px;
  height: 47px;
  padding-top: 6px;
  line-height: 1.3em;
  margin-bottom: 3em;
  border-radius: 5px;
  box-shadow: 0px 6px 0px #0052a8, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%)
}

.landing__block landing__block--register {
  background-size: cover !important;
}

.landing__block--register {
  background-size: cover !important;
}

.atAglance {
  font-size: 20px;
}

/* ===== Mobile Sizing ===== */
/* ===== 20250624 ===== */

.fullWrap {
    --body-width: 100vw;
}








select.landing__register-dropdown {
    margin-top: .25em !important;
}



@media screen and (max-width: 400px) {
    .contactSection .formMod.formMod100 {
        display: flex;
        justify-content: center;
    }

    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 240px;
        font-size: 12px;
    }

    select.landing__register-dropdown {
        width: 240px;
        height: 38px;
        font-size: 12px;
        margin-top: 8px !important;
    }
}



/* ===== End ===== */

@media screen and (max-width: 768px) {
  .collapsing {
    font-size: 1.5em;
    padding: 0.5em 2em 0.5em 1em;
  }
  
  h2 {
    font-size: 32px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width:380px){
  .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
}
.landing__register-wrap .contact-form-v2__form{
  width:80vw
}
}
@media screen and (max-width:370px){
  .card{
    width:auto;
  }
      .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect {
        width: 190px;
      }
          select.landing__register-dropdown {
        width: 190px;
          }
}

