*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #333333;
  font-style: normal;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

a {
  font-family: inherit;
  font-weight: bold;
  color: #20A7E2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.normal {
  font-weight: normal;
}

h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 10px;
}

h3 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #333333;
  padding-bottom: 15px;
}

h4 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}

p {
  margin: 20px 0 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

.date {
  font-family: 'Roboto',
    sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #8C8C8C;
  margin: 24px 0 16px 0;
}

/* HEADER */
.header {
  margin: 0;
  padding: 0;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__top {
  background: #D9D9D9;
  height: 33px;
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  letter-spacing: 1px;
}

/* HERO */

.hero {
  padding: 50px 0;
}

.hero-logo-lockup {
  padding-bottom: 25px;
}

.hero img {
  width: 176px;
}

.hero-copy-lockup {
  max-width: 600px;
}

/* HERO BUTTON */
button {
  border-radius: 5px;
  background: #ff7226;
  border-color: #ff7226;
  border-style: solid;
  border-width: 2px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding: 20px;
  /* width: 280px;
  height: 66px; */
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: white;
  cursor: pointer;
  box-shadow: 2.91px 2.91px 14.53px 2.91px rgba(0, 0, 0, 0.1);
}

button:hover {
  background: transparent;
  text-decoration: none;
  color: #ff7226;
  box-shadow: 2.91px 2.91px 14.53px 2.91px rgba(255, 144, 38, 0.4);
}

.main {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* BODY */
#main-header {
  text-align: left;
  margin-bottom: 16px;
  font-size: 32px;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}

.col-6 {
  flex: 1 1 60%;
  padding-right: 20px;

}

.col-4 {
  flex: 1 1 40%;
  padding-left: 20px;
  padding-top: 16px;
  width: 80%;
  margin: 0 auto;
}

.features__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}



/* ANIMATED GRAPH */
.label {
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-bottom: 18px;
}

/* LIST */
.features__item {
  margin: 0 0 24px 0;
}

.features__item_title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px 0;
}

.features__item_text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}

/* ADVERTISEMENT 2 */
.features__item_position {
  background: #F9F9F9;
  border-radius: 5px;
  margin: 24px 0 64px 0;
  display: flex;
  flex-direction: row;
  height: 240px;
}

.features__item_intro {
  display: flex;
  flex-direction: column;
}

.features__item_position img {
  max-width: 500px;
  z-index: -10;
  margin: 32px 0 0 -56px;
}

.features__item_position p {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #333333;
  margin: 56px 0 32px 56px;
  max-width: 75%;
}

.features__item_position span img {
  width: 177px;
  height: 26px;
  margin: -24px 0 56px 20px;
}

.features__item_position_mobile {
  display: none;
}


/* USA MAP */
hr {
  margin: 64px 0;
  border: .5px solid #BCBCBC;
}

.row {
  display: flex;

}

.mapinfo__title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #333333;
}

.mapinfo__text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 24px 0 42px 0;
  color: #333333;
}

#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0;
}

#mapwrapper path:hover {
  fill: #00496E;
  stroke: #fff;
}

.biglink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 372px;
  height: 60px;
  border: 3px solid #20A7E2;
  margin: 40px auto;
  text-decoration: none;
  border-radius: 100px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #20A7E2;
}

.biglink:hover {
  background-color: #20A7E2;
  color: #fff;
}

.mapinfo {
  max-width: 700px;
  margin: 0 auto 20px auto;
}

.mapinfo__text {
  font-size: 16px;
  color: #333333;
}

.mapinfo img {
  max-width: 200px;
}

/* FOOTER */
.footer {
  margin: 0;
  padding: 30px 0;
  background-color: #d9d9d9;
}

.footer p {
  margin: 20px 0px;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.footer ol {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 20px;
}

.footer ol li {
  padding-bottom: 15px;
}

#sources-footer {
  margin-bottom: 0px;
}

.bottom__wrapper {
  display: flex;
  align-items: flex-end;
}

.bottom__left {
  width: 50%;
}


.bottom__logo {
  width: 145px;
}

.bottom__logo img {
  width: auto;
  height: 45px;
}

.bottom__text {
  font-size: 14px;
  color: #919396;
}

.bottom__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.bottom nav a {
  font-size: 12px;
  color: #919396;
  text-decoration: none;
}

.bottom nav a:after {
  content: ' | ';
  padding: 0px 8px;
}

.bottom nav a:last-child:after {
  display: none;
}

.bottom__corp {
  font-size: 12px;
  color: #919396;
}

/* 1024 */
@media(max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 0px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  /* HERO */
  .hero-logo-lockup {
    padding-left: 10px;
  }

  .hero-copy-lockup {
    max-width: 500px;
    padding-left: 10px;
  }

  .hero img {
    width: 130px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  /* HERO */

  .hero-logo-lockup {
    padding-left: 30px;
  }

  .hero-copy-lockup {
    padding-left: 30px;
  }

  .hero img {
    width: 130px;
  }

  .bghead__content_title {
    font-size: 30px;
    line-height: 32px;
  }

  #main-header {
    font-size: 30px;
    line-height: 32px;
  }
  .features__item_position span img {
    width: 177px;
    height: 26px;
    margin: -16px 0 56px 20px;
  }
  .col-4 {
    padding-left: 0;
  }

  .col-6 {
    padding-right: 0px;
  }
  .row {
    flex-direction: column;
  }
  .fetures__item_position p {
    font-size: 21px;
    line-height: 32px;
    width: 55%;
  }
  p {
    font-size: 18px;
  }
  .mapinfo img {
    margin: 0 auto;
    max-width: 320px;
  }
}

@media(max-width:600px) {
  /* TEXT SIZES */
  h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  /* HERO */
  .hero img {
    width: 130px;
  }
  .hero-copy-lockup {
    padding-left: 10px;
  }
  button {
    padding: 16px;
  }
  .bghead__content_logomobile {
    display: none;
    width: 140px;
  }

  .features__item_position p {
    position: static;
    z-index: 5;
  }

  .features__item_position span {
    position: static;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 480px) {
  .bottom nav a {
    display: block;
    text-align: center;
  }

  .bottom nav a:after {
    display: none;
  }

  .bottom__right {
    align-items: center;
  }

  .bottom nav {
    flex-direction: column;
    align-items: center;
  }

  .bottom__wrapper {
    align-items: center;
  }

  .bottom__left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* 416 */
@media (max-width: 416px) {
  button {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
html {
  scroll-behavior: smooth;
}
.dtpcnt {
  opacity: 0;
}
.b-bottom-lay {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}

.b-bottom-lay ul {
  list-style-type: none;
}

.b-bottom-lay ul li {
  display: inline-block;
  margin: 0;
}

.b-bottom-lay ul li a {
  color: #1b2844;
  font-size: 12px;
  text-decoration: none;
  padding: 0 7px;
  border-right: 1px solid #1b2844;
}

.b-bottom-lay ul li:last-child a {
  border: none;
}
.form-container {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 2px solid #1c4d70;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #20A7E2;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none !important;
}

.iti--allow-dropdown {
  margin-bottom: 15px;
}

.submit-buton {
  width: 100%;
}

@media (max-width: 768px) {
  .form-container {
    padding: 15px 10px;
  }

  .form-container h2 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 12px;
  }

  .submit-buton {
    font-size: 14px;
    padding: 12px;
  }
}

.swal2-timer-progress-bar {
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}

.preloader-pop {
  position: fixed;
  display: table;
  background: rgba(255, 255, 255, .9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999
}

.preloader-info {
  display: block
}

.preloader-pop__inner {
  text-align: center;
  position: relative
}

.preloader-pop__inner h4 {
  font-size: 26px;
  color: #37475A;
  margin-top: 15px;
  margin-bottom: 15px
}

.preloader-pop__inner p {
  margin: 10px 0
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #37475A;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s
}

.input-success {
  border: 1px solid green;
  background-color: white !important;
}

.input-error {
  background-color: rgb(253, 164, 164) !important;
  border: 1px solid red !important;
}

.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1
  }

  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0
  }
}

.answer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 32px auto;
}

.answer-box {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 18px 0;
  text-align: center;
  font-size: 1.1rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  user-select: none;
}

.answer-box.selected {
  border-color: #2d3a8c;
  background: #f3f6ff;
  font-weight: 600;
}

.step-next[disabled] {
  background: #ffd6b3 !important;
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  border: 1.5px solid #ffb97a !important;
}

.answer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border: 2.5px solid #ccc;
  border-radius: 10px;
  min-height: 48px;
  height: 48px;
  font-size: 1rem;
  color: #23223a;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  text-align: center;
  outline: none;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
}

.answer-btn.selected,
.answer-btn:focus {
  border-color: #23223a;
  background: #f3f6ff;
  color: #23223a;
  font-weight: 700;
}

.answer-btn label {
  width: 100%;
  cursor: pointer;
  font-size: 1.1rem;
  color: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}

.answer-btn:not(:nth-child(2n)) {
  margin-right: 16px;
}

.grid-answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 800px;
  margin: 0 auto 28px auto;
}

@media (max-width: 600px) {
  .grid-answers {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 100%;
  }

  .answer-btn:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.heading-main {
  font-size: 2.3rem;
  font-weight: 700;
  color: #23223a;
  text-align: center;
  margin-top: 10px;
}

.heading-sub {
  font-size: 1.08rem;
  color: #6b7280;
  text-align: center;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 700px) {
  .heading-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.modal h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 24px;
}

.modal p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}

.close-button {
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.close-button:hover {
  background-color: #2980b9;
}

.success-icon {
  font-size: 50px;
  color: #2ecc71;
  margin-bottom: 15px;
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.thanks p.thanks-text {
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}
.docs {
  word-break: break-word;
  padding: 50px 0px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
}