.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 7px;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  .container {
    background-color: #e3f2fa;
    border: 0 solid #3760ad;
    border-radius: 0;
    margin-top: 21px;
    margin-bottom: 21px;
    padding-left: 12px;
  }
  
  .paragraph {
    background-color: #d0dbf0;
  }
  
  .list-item {
    list-style-type: decimal;
  }
  
  .list-item-2 {
    list-style-type: disc;
  }
  
  .list-item-3 {
    list-style-type: decimal;
  }
  
  .image {
    margin-bottom: 24px;
    overflow: clip;
  }
  
  .image-2 {
    margin-bottom: 15px;
  }
  
  .image-3 {
    margin-bottom: 22px;
  }
  
  .list-item-4 {
    list-style-type: disc;
  }
  
  .image-4 {
    width: 50%;
  }
  
  .container-2 {
    text-align: center;
    margin-bottom: 22px;
  }
  
  .image-5 {
    margin-bottom: 22px;
  }
  
  .footer-light {
    border-bottom: 1px solid #e4ebf3;
    padding: 80px 30px 40px;
    position: relative;
  }
  
  .container-3 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .footer-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  
  .footer-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .footer-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
  
  .footer-link-two {
    color: #1a1b1f;
    margin-top: 20px;
    text-decoration: none;
  }
  
  .footer-link-two:hover {
    color: #1a1b1fbf;
  }
  
  .footer-form {
    width: 315px;
    max-width: 100%;
    margin-bottom: 0;
  }
  
  .footer-form-block {
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    display: flex;
  }
  
  .footer-form-field {
    border: 1px solid #a6b1bf;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 48px;
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
    transition: all .2s;
  }
  
  .footer-form-field:hover, .footer-form-field:focus {
    border-color: #76879d;
  }
  
  .footer-form-field::placeholder {
    color: #1a1b1fcc;
    font-size: 14px;
    line-height: 22px;
  }
  
  .footer-form-submit {
    background-color: #1a1b1f;
    background-image: url('../images/');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 50px;
    height: 48px;
    transition: all .2s;
  }
  
  .footer-form-submit:hover {
    background-color: #3a4554;
  }
  
  .footer-divider-two {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .footer-bottom {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .footer-copyright {
    color: #3a4554;
  }
  
  .footer-social-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: -12px;
    display: flex;
  }
  
  .footer-social-link {
    margin-left: 12px;
  }
  
  .image-6 {
    width: 100%;
  }
  
  @media screen and (max-width: 991px) {
    .container-3 {
      max-width: 728px;
    }
  
    .footer-wrapper-two {
      flex-wrap: wrap;
    }
  
    .footer-form {
      width: 100%;
      margin-top: 40px;
    }
  
    .footer-form-container {
      max-width: 350px;
    }

    .navbar-wrapper-three {
      justify-content: space-between;
    }
  
    .navbar-brand-three {
      position: relative;
    }
  
    .nav-menu-wrapper-three {
      background-color: #0000;
      top: 70px;
    }
  
    .nav-menu-three {
      background-color: #fff;
      border-radius: 50px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      padding: 20px;
      display: flex;
      box-shadow: 0 8px 50px #0000000d;
    }
  
    .nav-link {
      padding-left: 5px;
      padding-right: 5px;
    }
  
    .nav-dropdown-list.shadow-three.w--open {
      position: absolute;
    }
  
    .menu-button {
      padding: 12px;
    }
  
    .menu-button.w--open {
      color: #fff;
      background-color: #a6b1bf;
    }
  }
  
  @media screen and (max-width: 767px) {
    .footer-light {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-copyright {
      font-size: 14px;
      line-height: 20px;
    }
  
    .footer-social-block-two {
      margin-top: 20px;
    }
  
    .footer-social-link {
      margin-left: 20px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .container-3 {
      max-width: none;
    }
  
    .footer-wrapper-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-block-two {
      margin-top: 40px;
    }
  
    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .footer-social-block-two {
      margin-top: 20px;
    }
  }
  body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
  }
  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  /* background-color: #3898EC; */
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
html { scroll-behavior: smooth; }

