:root {
  --dodger-blue: #2e9dff;
  --white-smoke-2: #f0f0f0;
  --light-sea-green: #25ccbf;
  --steel-blue: #3b99d9;
  --white-smoke-3: #edeff2;
  --white-smoke: #ecf0f1;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6a859c;
  background-color: #192024;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: #e605ff;
  text-decoration: none;
}

.navigation-link {
  color: #fff;
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #484e54;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: block;
  box-shadow: 0 12px 12px 2px #0003;
}

.navigation-menu {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.brand-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.brand-link {
  flex: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.brand-link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  text-align: center;
  background-color: #131313;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #131313;
}

.card {
  text-align: center;
  background-color: #fff;
  border: .25px solid #92cdfc;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 4px 10px #0003;
}

.card.mobile-size {
  background-color: #131313;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#1c1c1c80, #1c1c1c80), url('/assets/images/night-city-k-wallpaper.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 4px #69b9ff;
  width: 100%;
  height: 100vh;
  padding-top: 195px;
  padding-bottom: 195px;
  box-shadow: 0 2px 5px #0003;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

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

.section-heading.centered {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.section-heading.centered.contact-heading {
  color: #fff;
}

.section-subheading.center {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5rem;
  margin-bottom: -2rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-title-group {
  margin-bottom: 60px;
}

.card-image {
  border: 10px #fff;
  border-radius: 360%;
  width: 35%;
  height: 35%;
  margin: 20px auto;
  padding: 10px;
  display: block;
  box-shadow: 0 2px 5px 2px #0003;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 2rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph {
  margin-top: 3rem;
}

.container {
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: block;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field-4 {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field-4:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
  transform: translate(0);
}

.text-field-4:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-field-4::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.form-block-2 {
  position: relative;
}

.submit-button-2 {
  z-index: 10;
  text-transform: uppercase;
  background-color: #00adb5;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto auto -30% 0%;
}

.link-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #00adb5;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-block:hover {
  color: #004144;
}

.link {
  color: #00adb5;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #005155;
}

.link.w--current {
  cursor: pointer;
}

.link.w--current:hover {
  color: var(--dodger-blue);
}

.div-block-13 {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
}

.map {
  max-width: none;
}

.div-block-14 {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.image {
  align-self: flex-end;
}

.footer-dark {
  background-color: #181818;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  color: #363738;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.brand-footer {
  color: var(--white-smoke-2);
  align-self: center;
  margin-top: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-15 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: #518cbe;
}

.privacy-and-terms {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  font-size: .85rem;
  display: flex;
}

.link-3 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.link-3:hover {
  color: #4b88bd;
}

.div-block-16 {
  color: #fff;
  background-color: #fff;
  width: .1rem;
  height: .75rem;
}

.image-2 {
  align-self: center;
}

.container-3 {
  flex-direction: row;
  display: flex;
}

.text-rich-text {
  color: #fffefe;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.body {
  background-color: #192024;
}

.container-4 {
  flex: 1;
  width: auto;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.text-rich-text-2 {
  color: #f8f8f8;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.text-rich-text-2 a {
  color: var(--light-sea-green);
  text-decoration: none;
  transition: color .2s;
}

.text-rich-text-2 a:hover {
  color: var(--white-smoke-2);
}

.body-2 {
  background-color: #192024;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.nav-link-accent {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  background-color: #00adb5;
  border: .5px #bfbfbf;
  border-radius: .5rem;
  flex-direction: row;
  margin-left: 1rem;
  margin-right: 0;
  padding: 5px 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
}

.subscribe__btn-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.contact-info__first-name {
  text-align: left;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.checkbox-label-2 {
  text-align: justify;
  font-size: .75rem;
  font-weight: 400;
}

.permissions {
  margin-top: 1rem;
}

.footer-divider-two {
  background-color: #bfc8d2;
  flex: 0 auto;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.permissions__title {
  color: #fff;
  margin-bottom: 10px;
}

.contact-info__last-name {
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: #3895ec;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  font-size: 35px;
}

.heading.purple_clr {
  color: #00adb5;
  margin-top: .25rem;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.image-11 {
  object-fit: contain;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 20px;
}

.subscribe__btn {
  opacity: 1;
  text-align: center;
  background-color: #00adb5;
  border: 1px #000;
  border-radius: 5px;
  flex: 1;
  padding: 15px 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
  transition: background-color .35s, color .2s;
  overflow: visible;
}

.subscribe__btn:hover {
  color: #fff;
  background-color: #027277;
}

.subscribe__btn.purple__clr {
  background-color: var(--steel-blue);
  border-radius: 64px;
  font-size: 25px;
}

.subscribe__btn.purple__clr:hover {
  background-color: #0087ac;
}

.subscribe__btn.purple__clr {
  background-color: #4264ff;
  transition: background-color .2s, color .2s;
}

.subscribe__btn.purple__clr:hover {
  color: #00a6ff;
  background-color: #001b55;
}

.contact-info__email {
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-8 {
  color: var(--steel-blue);
  text-decoration: underline;
  transition: color .2s;
}

.link-8:hover {
  color: #006783;
}

.link-7 {
  color: var(--steel-blue);
  text-decoration: underline;
  transition: color .2s;
}

.link-7:hover {
  color: #005c70;
}

.div__subscribe {
  text-align: left;
  background-image: linear-gradient(#192024, #192024);
  border: 0 #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 112px;
  display: flex;
}

.form-block {
  overflow: hidden;
}

.checkbox-label {
  color: #fff;
  white-space: normal;
  object-fit: fill;
  margin-bottom: 10px;
  font-size: .75rem;
  overflow: hidden;
}

.subscribe__heading {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 8rem;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  display: flex;
}

.subscribe__form {
  color: #6a859c;
  background-color: #292a2b24;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 578px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-shadow: 0 2px 4px 4px #0009;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.nav-link-accent-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  background-color: #00adb5;
  border: .5px #bfbfbf;
  border-radius: .25rem;
  flex-direction: row;
  margin-top: 30px;
  margin-left: 1rem;
  margin-right: 0;
  padding: 5px 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .35s, color .2s;
  display: block;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
  background-color: #67f8ff;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-logo-wrap {
  flex: none;
}

.nav {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 0 10px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .3s;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-link.w--current {
  margin-bottom: 0;
}

.brand {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 2vh 2vw 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block-3 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 2rem;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.card-text {
  color: #e7e7e7;
  font-weight: 600;
}

.text-field-2 {
  border-radius: .5rem;
}

.form-4 {
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  color: var(--white-smoke-2);
  background-color: #00adb5;
  border-radius: .5rem;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: color .2s, background-color .3s;
}

.submit-button:hover {
  color: var(--white-smoke-3);
  background-color: #195b95;
}

.link-10 {
  color: var(--steel-blue);
  font-size: 14px;
  text-decoration: none;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 1rem;
}

.sign-in {
  width: 400px;
  margin: 10rem auto;
}

.heading-405 {
  text-align: left;
}

.checkbox-field-3 {
  color: #fff;
  margin-bottom: 1rem;
}

.field-label {
  color: #fff;
}

.body-copy {
  background-color: #192024;
}

.link-11 {
  color: #00c4fa;
}

.link-12 {
  color: var(--steel-blue);
}

.hyperlink {
  color: #1cf5ff;
  font-weight: 700;
  transition: color .4s;
}

.hyperlink:hover {
  color: #2bc6cd;
}

.bold-text {
  color: #fff;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background for better contrast */
  border-radius: 0; /* Changed to 0 for a box shape */
  padding: 20px; /* Increased padding for a larger appearance */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow for more depth */
  font-size: 18px; /* Increased font size for better readability */
  text-align: center; /* Centered text for a more polished appearance */
  margin-top: 20px; /* Added margin for spacing from other elements */
  width: 100%; /* Set width to 100% for a box shape */
  max-width: 600px; /* Added max-width for better control of size */
  margin-left: auto; /* Center the box horizontally */
  margin-right: auto; /* Center the box horizontally */
}

.success-message-2 {
  background-color: #0000;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.form-block-3 {
  overflow: hidden;
}

.text-block-5 {
  color: #169eff;
  -webkit-text-stroke-color: #58b6db;
  font-weight: 600;
}

.image-12 {
  object-fit: contain;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 30px;
}

.subscribe__form-2 {
  background-color: #212630;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 2rem;
  box-shadow: 0 2px 4px 4px #0009;
}

.heading-7 {
  color: #3895ec;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-7.purple_clr {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#88bffb, #88bffb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 1rem;
  font-family: Open Sans, sans-serif;
}

.support__msg {
  color: var(--white-smoke-2);
  text-align: center;
  border: 1px #dcdcdc;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-weight: 400;
}

.div__subscribe-2 {
  text-align: left;
  border: 0 #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 112px;
  display: flex;
}

.navbar-3 {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-2 {
  text-align: center;
  flex: 1;
  width: 100%;
  display: block;
}

.image-5 {
  max-width: none;
}

.button-wrapper-3 {
  justify-content: center;
  align-items: center;
  min-width: 350px;
  height: 64px;
  display: flex;
  position: relative;
}

.hero-container {
  border-radius: 10px;
}

.hero-section-2 {
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  overflow: hidden;
}

.btn-primary-3 {
  color: #000;
  text-align: center;
  background-color: #f03;
  background-image: linear-gradient(to top, #edc01f, #fccc24 50%, #fed036);
  border: 1px #896bff;
  border-radius: 16px;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-primary-3:hover {
  background-color: #a70021;
  border-color: #051986;
}

.counter-wrapper {
  width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: 25% 0% auto;
}

.header-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.header {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.message-container-2 {
  background-color: #fff;
  border: .3rem red;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-width: 250px;
  max-width: 500px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 5px 6px #e76eff33;
}

.buffer-wrapper {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-8 {
  color: #000;
  text-align: center;
  font-size: 50px;
  display: block;
}

.section-footer {
  background-color: #ecefff;
  flex-direction: row;
  align-items: center;
  width: auto;
  display: block;
}

.footer-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #404040;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  display: flex;
}

.text-block-11 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sub-actions-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-12 {
  font-size: 14px;
}

.body-3 {
  background-image: url('/assets/images/reshot-illustration-geometric-abstract-background-NWXYPTDQS3-1.png');
  background-position: 0 0;
  background-size: auto;
}

.address {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-weight: 700;
}

.legal-disclaimer-container {
  text-align: center;
}

.brand-header {
  color: var(--white-smoke);
  font-weight: 700;
}

.legal-title {
  color: var(--white-smoke);
  letter-spacing: 2px;
  font-weight: 700;
}

.legal-disclaimer {
  color: var(--white-smoke);
  margin-top: 20px;
  font-style: italic;
  font-weight: 700;
}

.container-5, .container-6 {
  margin-top: 8rem;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #25628c;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .card-image {
    width: 50%;
    padding: 15px;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .submit-button-2 {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .icon {
    color: #abd5f8;
  }

  .div-block-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .nav-inner, .nav {
    width: 100vw;
  }

  .nav-link {
    flex: 0 auto;
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .nav-menu-2 {
    background-color: #1f1f1f;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 1rem;
    display: flex;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-5 {
    width: 100%;
    display: block;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card {
    margin-bottom: 30px;
  }

  .card.mobile-size {
    width: 350px;
    height: 400px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .card-image {
    width: 50%;
    padding: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-3 {
    flex-direction: column;
  }

  .nav-link-accent {
    text-align: left;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading.purple_clr {
    font-size: 25px;
  }

  .subscribe__form {
    flex-direction: row;
    align-items: flex-start;
    min-width: 0;
    max-width: 500px;
    min-height: 0;
    display: block;
  }

  .div-block-18 {
    flex-direction: column;
  }

  .div-block-19 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-link-accent-2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .nav-menu-2 {
    border-radius: 0;
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .div-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscribe__form-2 {
    flex-direction: row;
    align-items: flex-start;
    min-width: 0;
    max-width: 500px;
    min-height: 0;
    display: block;
  }

  .navbar-3 {
    width: 568px;
  }

  .button-wrapper-3 {
    width: 50%;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-section-2 {
    width: 100%;
  }

  .header-wrapper {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-menu {
    flex-direction: column;
  }

  .card.mobile-size {
    width: 290px;
  }

  .hero-section.centered {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section-heading.centered {
    font-size: 2rem;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .card-image {
    width: 60%;
  }

  .submit-button-2 {
    bottom: -35%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-copyright-center {
    text-align: center;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .nav-link-accent {
    align-self: auto;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3 {
    text-align: center;
    font-size: 18px;
  }

  .permissions {
    overflow: visible;
  }

  .form-2 {
    margin-bottom: 0;
  }

  .heading {
    font-size: 25px;
  }

  .heading.purple_clr {
    font-size: 16px;
  }

  .form-block {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox-label {
    font-size: .65rem;
    line-height: .85rem;
    overflow: visible;
  }

  .subscribe__form {
    max-width: 320px;
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-18 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .nav-link-accent-2 {
    margin-top: 0;
    margin-bottom: 2rem;
    margin-right: auto;
  }

  .nav-inner {
    width: 100vw;
  }

  .nav-menu-2 {
    justify-content: center;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-label-4 {
    color: #ece5e2;
  }

  .link-10 {
    font-size: 16px;
  }

  .text-block-4 {
    color: #ece5e2;
  }

  .sign-in {
    width: 290px;
  }

  .checkbox-field-3 {
    color: #fff;
  }

  .field-label {
    color: #ece5e2;
  }

  .form-block-3 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .permissions-2 {
    overflow: visible;
  }

  .subscribe__form-2 {
    max-width: 320px;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .heading-7 {
    font-size: 25px;
  }

  .heading-7.purple_clr {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 35px;
  }

  .navbar-3 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9, .brand-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-wrapper-3 {
    text-align: center;
    width: 75%;
    min-width: 275px;
  }

  .hero-container {
    flex-direction: column;
    max-width: 300px;
    display: block;
  }

  .hero-section-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

  .btn-primary-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-wrapper {
    text-align: center;
  }

  .header-wrapper {
    text-align: center;
    width: 300px;
    padding-bottom: 5px;
  }

  .header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 33px;
  }

  .message-container-2 {
    justify-content: space-around;
    height: 425px;
  }

  .lottie-animation {
    margin-left: auto;
    margin-right: auto;
  }

  .buffer-wrapper {
    text-align: center;
  }

  .text-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .sub-actions-2 {
    flex-direction: column;
  }

  .address {
    text-align: center;
  }

  .div-block-21 {
    margin-bottom: 20px;
  }
}


