.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.navbar-logo-left {
  width: 100%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 70%;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  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-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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;
}

.section {
  background-color: #f3f3f3;
  background-image: url('../images/bg_0.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 20px;
}

.hero-heading-right {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 0;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
  margin-bottom: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.heading {
  color: #26547c;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.bold-text {
  color: #ef476f;
  font-weight: 500;
}

.text-span {
  font-weight: 500;
}

.paragraph {
  color: #6c6c6c;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.section-2 {
  color: #fff;
  background-color: #ef476f;
  background-image: url('../images/bg_1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-2.footer {
  clear: left;
  background-color: #26547c;
  background-image: url('../images/bg_2.jpg');
  background-position: 100% 100%;
  padding-bottom: 0;
}

.list {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 0;
  padding-left: 90px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.container-2 {
  width: 100%;
  max-width: 70%;
}

.text-span-2 {
  font-weight: 500;
}

.list-item {
  margin-bottom: 20px;
}

.text-block {
  clear: none;
  color: #26547c;
  font-family: Rubik, sans-serif;
  font-size: 22px;
}

.text-span-3 {
  font-weight: 500;
}

.heading-3 {
  float: left;
  clear: none;
  color: #ef476f;
  width: 80%;
  margin-right: auto;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.text-span-4 {
  font-weight: 500;
}

.section-3 {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 1px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  color: #26547c;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.text-span-5 {
  color: #ef476f;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Rubik, sans-serif;
}

.cell {
  color: #3d3d3d;
  justify-content: center;
  align-items: flex-start;
  font-family: Rubik, sans-serif;
}

.button {
  background-color: #06d6a0;
  border-radius: 20px;
  margin-top: 30px;
}

.section-4 {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  max-width: 100%;
  height: auto;
}

.cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.image-2 {
  height: auto;
}

.section-5 {
  background-image: url('../images/bg_white.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.body {
  font-family: Rubik, sans-serif;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-4 {
  font-size: 26px;
}

.paragraph-5 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.div-block {
  float: left;
  border-top: 1px solid #1a3f60;
  position: static;
}

.paragraph-6 {
  width: 70%;
  margin: 30px auto;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

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

.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;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-2 {
  color: #26547c;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.footer_link {
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.quick-stack-3 {
  width: 100%;
  padding: 0;
}

.image-3 {
  display: block;
}

.cell-5 {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}

.list-item-2 {
  overflow: visible;
}

.section-3no-margin {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.code-embed {
  height: 600px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    width: 80%;
  }

  .container {
    width: 80%;
    max-width: 728px;
  }

  .navbar-brand {
    clear: left;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: none;
    position: static;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .text-block {
    clear: none;
    width: 300px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }
}

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

  .navbar-brand {
    clear: left;
    display: block;
    position: static;
  }

  .nav-menu-wrapper {
    clear: left;
    display: none;
    position: static;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .list {
    padding-left: 0;
  }

  .text-block {
    position: relative;
    overflow: visible;
  }

  .link-2 {
    display: inline;
  }

  .image-3 {
    min-width: 200px;
  }

  .cell-5, .cell-6 {
    align-items: center;
  }
}

#w-node-_575ccb24-7847-13ad-be44-6af1089b33db-2a53291d, #w-node-_7462c65c-1d47-b8d6-4a6d-a11bcc7169a5-2a53291d, #w-node-e55b798e-b6da-888f-0108-2bdba60b5c34-2a53291d, #w-node-_669ad1d0-e6b4-5b85-6b82-da99a3049fbc-2a53291d, #w-node-fa385817-cd06-0a40-c10f-8178adb412b8-2a53291d, #w-node-f9b4fc66-ba08-8784-d8bf-5acb258576f9-2a53291d, #w-node-_12fb728c-0825-b133-e39f-ea28264ac10f-2a53291d, #w-node-_9ca5466c-74b5-a605-56fa-9d797d86669c-2a53291d, #w-node-_58a89402-ca5a-9961-3e8a-c9697ae9a303-2a53291d, #w-node-_91b182b1-7463-2752-82ec-5dab44182266-2a53291d, #w-node-a62c18d6-59bf-9c3b-63b7-b51a30603f85-2a53291d, #w-node-fd3d3a30-e492-221e-4065-2bd93eca0623-2a53291d, #w-node-_3f9d5f52-6987-3e55-6dcf-57b41d4f3807-2a53291d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7462c65c-1d47-b8d6-4a6d-a11bcc7169a5-2a53291d, #w-node-e55b798e-b6da-888f-0108-2bdba60b5c34-2a53291d, #w-node-_669ad1d0-e6b4-5b85-6b82-da99a3049fbc-2a53291d, #w-node-fa385817-cd06-0a40-c10f-8178adb412b8-2a53291d, #w-node-f9b4fc66-ba08-8784-d8bf-5acb258576f9-2a53291d, #w-node-_12fb728c-0825-b133-e39f-ea28264ac10f-2a53291d, #w-node-_9ca5466c-74b5-a605-56fa-9d797d86669c-2a53291d, #w-node-_58a89402-ca5a-9961-3e8a-c9697ae9a303-2a53291d, #w-node-_91b182b1-7463-2752-82ec-5dab44182266-2a53291d, #w-node-a62c18d6-59bf-9c3b-63b7-b51a30603f85-2a53291d, #w-node-fd3d3a30-e492-221e-4065-2bd93eca0623-2a53291d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_575ccb24-7847-13ad-be44-6af1089b33db-2a53291d, #w-node-_3f9d5f52-6987-3e55-6dcf-57b41d4f3807-2a53291d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


