* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  margin: 0.67em 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 15px;
}

h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.6;
}

a {
  background-color: transparent;
  color: #1a4d7d;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #2d6ba6;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

strong {
  font-weight: 700;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.w-container,
.container,
.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.body {
  background-color: #fff;
}

.w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-row:after {
  clear: both;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.navigation {
  background-color: #1a4d7d;
  padding: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: static;
  z-index: 1000;
  width: 100%;
}

.w-nav {
  position: static;
  background: #1a4d7d;
  z-index: 1000;
  width: 100%;
}

.brand-link {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  line-height: 1.4;
}

.logo-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.nav-menu {
  position: relative;
  float: right;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.nav-link {
  color: #fff;
  padding: 12px 18px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 1.4;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  padding: 12px 18px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
}

.nav-link:hover,
.w-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-icon-nav-menu:before {
  content: "☰";
  color: #fff;
}

.menu {
  background-color: transparent;
  color: #fff;
}

.slider {
  background-color: #1a4d7d;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.w-slider {
  position: relative;
  height: 400px;
  text-align: center;
  background: #1a4d7d;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.slide._1 {
  background-image: linear-gradient(135deg, #1a4d7d 0%, #2d6ba6 100%);
}

.slide._2 {
  background-image: linear-gradient(135deg, #2d6ba6 0%, #3a7fbe 100%);
}

.slide._3 {
  background-image: linear-gradient(135deg, #3a7fbe 0%, #1a4d7d 100%);
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-slider-arrow-left {
  left: 20px;
}

.w-slider-arrow-right {
  right: 20px;
}

.w-slider-arrow-left:hover,
.w-slider-arrow-right:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.w-icon-slider-left:before {
  content: "‹";
  font-size: 40px;
  color: #fff;
}

.w-icon-slider-right:before {
  content: "›";
  font-size: 40px;
  color: #fff;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.w-slider-nav.w-round > div {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.w-slider-nav.w-round > div:hover,
.w-slider-nav.w-round > div.w-active {
  background-color: #fff;
}

.section {
  padding: 80px 0;
}

.section.main {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.section-2 {
  background-color: #e9ecef;
  padding: 50px 0;
  border-top: 3px solid #1a4d7d;
  border-bottom: 3px solid #1a4d7d;
}

.section.footer {
  background-color: #2c3e50;
  color: #fff;
  padding: 60px 0 40px;
}

.section.footer.copyright {
  background-color: #1a252f;
  padding: 30px 0;
  font-size: 14px;
}

.main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #1a4d7d;
  margin-bottom: 25px;
  line-height: 1.2;
  font-family: 'Roboto Slab', serif;
}

.main-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  padding: 14px 30px;
  background-color: #1a4d7d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 2px solid #1a4d7d;
}

.button:hover {
  background-color: #2d6ba6;
  border-color: #2d6ba6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 77, 125, 0.3);
  text-decoration: none;
  color: #fff;
}

.button.hollow {
  background-color: transparent;
  color: #1a4d7d;
  border: 2px solid #1a4d7d;
}

.button.hollow:hover {
  background-color: #1a4d7d;
  color: #fff;
}

.button-8 {
  display: inline-block;
  padding: 14px 30px;
  background-color: #2d6ba6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  border: 2px solid #2d6ba6;
  cursor: pointer;
}

.button-8:hover {
  background-color: #3a7fbe;
  border-color: #3a7fbe;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 107, 166, 0.3);
  text-decoration: none;
  color: #fff;
}

.w-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #1a4d7d;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.w-button:hover {
  background-color: #2d6ba6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 77, 125, 0.3);
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w--current {
  opacity: 1;
}

.row-2,
.row-3 {
  margin-bottom: 20px;
}

.column-14,
.column-15 {
  padding: 20px;
}

.text-block-12 {
  font-size: 28px;
  font-weight: 700;
  color: #1a4d7d;
  margin-bottom: 20px;
}

.text-block-12 a {
  color: #1a4d7d;
  text-decoration: none;
}

.text-block-12 a:hover {
  color: #2d6ba6;
}

.paragraph-8,
.paragraph-9 {
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.heading-8,
.heading-9 {
  color: #1a4d7d;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-11 {
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.image-8,
.image-9 {
  max-width: 100%;
  height: auto;
  display: block;
}

.important-text-19,
.important-text-22,
.important-text-23 {
  color: #1a4d7d;
  font-weight: 700;
}

.w-embed {
  margin: 20px 0;
}

.w-iframe iframe {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.w-form {
  margin: 0 0 15px;
}

.w-form h3 {
  color: #fff;
  margin-bottom: 15px;
}

.w-form p {
  color: #ddd;
  margin-bottom: 20px;
}

.w-form label {
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.w-input:focus,
.w-select:focus {
  border-color: #1a4d7d;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(26, 77, 125, 0.1);
}

textarea.w-input {
  height: 150px;
  resize: vertical;
}

.w-form-done {
  display: none;
  padding: 20px;
  background-color: #28a745;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}

.w-form-fail {
  display: none;
  padding: 20px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}

.text-block-2,
.text-block-3 {
  font-weight: 600;
}

.section.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section.footer li {
  margin-bottom: 10px;
}

.section.footer .link,
.section.footer .link-2,
.section.footer .link-3,
.section.footer .link-4 {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section.footer .link:hover,
.section.footer .link-2:hover,
.section.footer .link-3:hover,
.section.footer .link-4:hover {
  color: #3a7fbe;
  text-decoration: none;
}

.link-5 {
  color: #1a4d7d;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: color 0.3s ease;
}

.link-5:hover {
  color: #2d6ba6;
  text-decoration: underline;
}

.list-item {
  list-style: none;
}

.html-embed {
  margin: 30px 0;
}

.html-embed table {
  width: 100%;
  max-width: 400px;
}

.html-embed select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}

.html-embed input[type="image"] {
  margin-top: 15px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.html-embed input[type="image"]:hover {
  opacity: 0.8;
}

.g-recaptcha {
  margin-top: 15px;
}

.w-col-stack {
  width: 100%;
}

.w-col-small-small-stack {
  width: 100%;
}

.w-col-tiny-tiny-stack {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .w-container,
  .container,
  .container-2 {
    max-width: 728px;
  }

  .w-col-3,
  .w-col-4,
  .w-col-5,
  .w-col-6,
  .w-col-7,
  .w-col-8,
  .w-col-9 {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-heading {
    font-size: 36px;
  }

  .navigation .w-container,
  .navigation .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .w-container,
  .container,
  .container-2 {
    max-width: none;
  }

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

  .nav-menu {
    display: none;
  }

  .main-heading {
    font-size: 30px;
  }

  .logo-text {
    font-size: 16px;
  }

  .section {
    padding: 50px 0;
  }

  .section.main {
    padding: 40px 0;
  }

  .button,
  .button.hollow,
  .button-8 {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .slider,
  .w-slider {
    height: 300px;
  }

  .w-slider-arrow-left {
    left: 10px;
  }

  .w-slider-arrow-right {
    right: 10px;
  }

  .w-slider-arrow-left,
  .w-slider-arrow-right {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .w-icon-slider-left:before,
  .w-icon-slider-right:before {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .w-container,
  .container,
  .container-2 {
    max-width: none;
  }

  .main-heading {
    font-size: 24px;
  }

  .logo-text {
    font-size: 14px;
  }

  .slider,
  .w-slider {
    height: 250px;
  }

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

  .main-subtitle {
    font-size: 16px;
  }

  .nav-link,
  .w-nav-link {
    font-size: 14px;
    padding: 10px 12px;
  }
}
