.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.nav-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-3 {
  max-width: 1920px;
  padding: 16px 48px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #0095ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 3px #b8b8b814;
}

.button-primary.secondary {
  color: #0095ff;
  background-color: #66bfff29;
}

.button-primary.large {
  padding: 16px 20px;
  font-size: 16px;
}

.background-video {
  width: 100%;
  padding-bottom: 0;
  height: 100%;
}

.video-container {
  z-index: 10;
  padding-top: 0;
  position: relative;
  height: 720px;
}

.video-container.video-pt {
  width: 100%;
  height: 720px;
  padding-top: 0;
  padding-bottom: 0%;
}

.navbar-2 {
  z-index: 100;
  background-color: #ddd0;
  background-image: linear-gradient(#000, #fff0);
  width: 100%;
  position: absolute;
  top: 0;
}

.h2-large {
  color: #010c13;
  flex: 0 auto;
  align-self: auto;
  font-size: 70px;
  display: block;
}

.h2-large.center {
  text-align: center;
}

.h2-large.center.smaller {
  color: #010c13;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

.content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content.left {
  margin-right: auto;
}

.content.left._80 {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  margin-left: auto;
}

.tag {
  color: #005ae1;
  text-transform: uppercase;
  background-image: linear-gradient(148deg, #e4e4ebb3, #fff9);
  border-radius: 500px;
  margin-bottom: 4px;
  padding: 6px 14px;
  font-weight: 500;
  display: inline-block;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.paragraph-2.grey {
  color: #031a29;
  font-family: Poppins, sans-serif;
}

.main-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.main-container.margin {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

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

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

.image-25 {
  max-width: 100%;
}

.footer-social-block-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 27px;
  margin-left: 12px;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-dark {
  background-color: #010c13;
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: #eff2f97d;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #eff2f9;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    background-color: #010c13;
    flex-flow: column;
    padding: 24px 48px;
  }

  .button-primary.secondary {
    margin-bottom: 16px;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    color: #0095ff;
    background-color: #66bfff29;
    border-radius: 4px;
  }

  .video-container.video-pt {
    width: 100%;
  }

  .h2-large {
    font-size: 56px;
  }

  .content {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
  }

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

  .footer-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto;
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h2-large {
    font-size: 48px;
  }

  .content.left._80 {
    width: 100%;
  }

  .main-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .image-36 {
    max-width: 90%;
  }

  .nav-menu-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2-large {
    font-size: 30px;
  }

  .h2-large.center.smaller {
    font-size: 32px;
  }

  .content {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-social-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_4365c9b5-7abd-2b6b-2598-b1026893aec8-870b4569, #w-node-_4365c9b5-7abd-2b6b-2598-b1026893aecf-870b4569, #w-node-_4365c9b5-7abd-2b6b-2598-b1026893aed6-870b4569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* Video section styles */
.w-background-video {
  height: 720px !important;
}

/* Hero section compact styles */
.main-container.margin .content {
  gap: 6px;
}

.main-container.margin .content .tag {
  margin-bottom: 2px;
}

/* Contact Form Styles */
.contact-section {
  background-color: #f8f9fa;
  padding: 20px 0;
}

.content.center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.content.center .h2-large {
  line-height: 1.2 !important;
  margin-bottom: 20px;
  font-size: 56px !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  max-width: 600px;
  margin: 15px auto 0;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 8px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field.full-width {
  margin-bottom: 8px;
}

.form-label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.form-input,
.form-textarea {
  background-color: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #0095ff;
  box-shadow: 0 0 0 3px rgba(0, 149, 255, 0.1);
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.form-submit {
  text-align: center;
  margin-top: 12px;
}

.submit-btn {
  min-width: 200px;
}

.form-status {
  margin-top: 20px;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  display: none;
}

.form-status.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

.form-status.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

.form-status.loading {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
  display: block;
}

/* Fix title line height for all devices */
.contact-section .h2-large {
  line-height: 1.2 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 600px;
  margin: 0 auto 10px auto;
}

/* Responsive Design */
@media screen and (max-width: 767px) {
  .w-background-video {
    height: 400px !important;
  }
  
  .background-video {
    height: 100%;
  }
  
  .video-container {
    height: 400px;
  }
  
  .video-container.video-pt {
    height: 400px;
  }
  
  .contact-section {
    padding: 15px 0;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  
  .contact-form {
    margin-top: 10px;
  }
  
  .contact-section .h2-large {
    font-size: 42px !important;
    line-height: 1.1 !important;
    max-width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .w-background-video {
    height: 300px !important;
  }
  
  .background-video {
    height: 100%;
  }
  
  .video-container {
    height: 300px;
  }
  
  .video-container.video-pt {
    height: 300px;
  }
  
  .contact-section .h2-large {
    font-size: 32px !important;
    line-height: 1.1 !important;
    max-width: 400px;
  }
}

/* Radio Button Styles */
.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.radio-input {
  width: 18px;
  height: 18px;
  accent-color: #0095ff;
  cursor: pointer;
}

.radio-label {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
}

.radio-label:hover {
  color: #0095ff;
}

/* Mobile responsive for radio buttons */
@media screen and (max-width: 767px) {
  .radio-group {
    flex-direction: column;
    gap: 12px;
  }
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  display: flex;
  opacity: 1;
}

.modal-container {
  background-color: #fff;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.modal-overlay.show .modal-container {
  transform: scale(1);
}

.modal-header {
  padding: 24px 32px 16px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background-color: #f0f0f0;
  color: #333;
}

.modal-content {
  padding: 0;
  overflow-y: auto;
  max-height: calc(90vh - 100px);
}

.terms-content {
  padding: 32px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #333;
}

.terms-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 32px 0 16px 0;
  line-height: 1.4;
}

.terms-content h3:first-of-type {
  margin-top: 24px;
}

.terms-content p {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
}

.terms-content ul {
  margin: 16px 0;
  padding-left: 20px;
}

.terms-content li {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}

.terms-content li strong {
  font-weight: 600;
  color: #1a1a1a;
}

.terms-content ul ul {
  margin: 8px 0;
  padding-left: 20px;
}

.terms-content ul ul li {
  margin: 8px 0;
}

.terms-updated {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.terms-updated strong {
  color: #333;
}

/* Mobile responsive */
@media screen and (max-width: 767px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
    margin: 20px;
  }
  
  .modal-header {
    padding: 20px 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .modal-title {
    font-size: 20px;
    line-height: 1.3;
  }
  
  .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 28px;
  }
  
  .terms-content {
    padding: 24px 20px;
  }
  
  .terms-content h3 {
    font-size: 16px;
    margin: 24px 0 12px 0;
  }
  
  .terms-content p,
  .terms-content li {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .modal-container {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
  }
  
  .modal-content {
    max-height: calc(100vh - 80px);
  }
  
  .modal-header {
    padding: 16px 16px 12px;
  }
  
  .modal-title {
    font-size: 18px;
  }
  
  .terms-content {
    padding: 20px 16px;
  }
}

