.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

h1 {
  color: #2ba6de;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.textarea {
  border-bottom: 1px solid #e4ebf3;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero-wrapper-two {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  text-align: center;
  border: 0 solid #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #fea623;
  border-radius: 10px;
  padding: 20px 55px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.button-primary.button-white {
  color: #2ba6de;
  text-align: center;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 20px;
}

.button-primary.button-orange {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #3a3a3a;
  background-color: #fea623;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  display: flex;
}

.button-primary.blue-button {
  background-color: #2ba6de;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 20px;
}

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

.div-block.featuredheader {
  background-color: #2ba6de;
  min-height: 270px;
}

.featuredimage {
  z-index: 100;
  text-align: center;
  vertical-align: baseline;
  width: 365px;
  margin-top: 20px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 50%;
  right: 50%;
  overflow: visible;
  transform: translate(-50%);
}

.div-block-2 {
  min-height: 80px;
}

.heading {
  line-height: 41px;
}

.preheader {
  background-color: #2ba6de;
  min-height: 25px;
}

.heading-2 {
  color: #231f1f;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.heading-1 {
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 34px;
  font-size: 48px;
}

.spacer-lg {
  min-height: 120px;
}

.heading-3 {
  color: #aad2f0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.formcontainer {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 12px;
  display: flex;
  position: static;
}

.logo {
  margin-top: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.input {
  color: #231f1f;
  border: 1px solid #0000;
  border-bottom-color: #3898ec;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.input::placeholder {
  color: #231f1f;
  font-weight: 500;
}

.p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.checkbox {
  color: #919496;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.box {
  aspect-ratio: 1;
  color: #3898ec;
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-clip: border-box;
  border: 1px solid #3898ec;
  border-radius: 0;
  width: 24px;
  height: 24px;
  font-size: 14px;
}

.checkbox-field {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 100px;
  display: flex;
  box-shadow: 1px 0 20px -1px #0003;
}

.fixed-height {
  height: 482px;
}

.successmessage {
  text-align: center;
  background-color: #2ba6de;
  border-radius: 100%;
  width: 482px;
  height: 482px;
  margin-top: 40px;
  padding: 0 60px;
}

.form-block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  position: relative;
  top: 50%;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.button {
  background-image: url('../images/Icon-Chevron-Left.png');
  background-position: 0 0;
  background-size: contain;
}

.image {
  width: 100%;
  min-width: auto;
  max-width: 482px;
  height: 48%;
  min-height: auto;
  max-height: 482px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(#2ba6de, #a5d5eb);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

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

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

.hero-split.split-left {
  justify-content: center;
  align-items: flex-start;
  max-width: 52%;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.heading-4.sub-heading {
  font-size: 28px;
  line-height: 41px;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-block-2 {
  max-height: 20px;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.spacer-sm {
  min-height: 10px;
}

.modal-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-3 {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #00000026;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-4 {
  z-index: 101;
  background-color: #fff;
  border-radius: 20px;
  min-width: 940px;
  min-height: 600px;
  position: fixed;
}

.image-2 {
  z-index: 110;
  width: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.slider {
  background-color: #fff;
  height: 100%;
  margin: 60px 50px 50px;
}

.right-arrow {
  max-height: 120px;
  right: -60px;
}

.left-arrow {
  max-height: 120px;
  left: -60px;
}

.image-3 {
  text-align: center;
  height: 600px;
  display: inline-block;
}

.slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
  text-align: center;
}

.icon, .icon-2 {
  color: #1e64b0;
}

.slide-nav {
  font-family: Montserrat, sans-serif;
  bottom: -40px;
}

.text-block-4 {
  text-align: center;
  align-self: center;
}

.image-4 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-7 {
  text-align: center;
  height: 600px;
  max-height: 50%;
}

.image-8 {
  text-align: center;
  height: 600px;
}

.slide-9, .slide-10 {
  text-align: center;
}

.image-9 {
  text-align: center;
  height: 600px;
}

.slide-11 {
  text-align: center;
}

.image-10 {
  text-align: center;
  height: 600px;
}

.slide-12 {
  text-align: center;
}

.image-11 {
  text-align: center;
  height: 600px;
}

.slide-13 {
  text-align: center;
}

.image-12 {
  text-align: center;
  height: 600px;
}

.slide-14 {
  text-align: center;
}

.image-13 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.link-block {
  position: relative;
  top: 2.4rem;
  left: -13.1rem;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
    padding-bottom: 40px;
  }

  .heading-1 {
    overflow-wrap: normal;
    width: 100%;
  }

  .formcontainer {
    width: 90%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

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

  .hero-split.split-left {
    max-width: 90%;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    align-self: center;
  }

  .heading-4, .flex-block {
    align-self: center;
  }

  .container-4 {
    min-width: 728px;
  }

  .link-block {
    left: -6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .textarea {
    padding: 60px 15px;
  }

  .input {
    min-width: 125%;
  }

  .checkbox-field {
    width: 300px;
  }

  .form-block {
    max-width: 100%;
  }

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

  .heading-4 {
    text-align: center;
  }

  .modal-wrapper {
    max-width: 767px;
    max-height: none;
  }

  .modal-background {
    display: flex;
  }

  .container-4 {
    min-width: 240px;
    display: block;
  }

  .image-3 {
    height: auto;
    max-height: 600px;
  }

  .mask {
    min-width: auto;
    min-height: auto;
  }

  .image-13 {
    left: 37px;
  }

  .link-block {
    left: -1.9rem;
  }
}

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

  .button-primary {
    font-size: 22px;
  }

  .button-primary.button-white {
    align-self: center;
  }

  .button-primary.button-orange {
    text-align: center;
    align-self: center;
  }

  .featuredimage {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-1 {
    justify-content: center;
    align-items: center;
    font-size: 38px;
    line-height: 42px;
    overflow: visible;
  }

  .spacer-lg {
    min-height: 90px;
  }

  .formcontainer {
    width: 100%;
  }

  .logo {
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .input {
    min-width: 250px;
  }

  .box {
    aspect-ratio: 1;
    width: 24px;
    display: block;
  }

  .checkbox-field {
    width: 275px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .successmessage {
    aspect-ratio: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    display: flex;
  }

  .form-block {
    box-sizing: border-box;
    width: auto;
  }

  .text-block-2 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 70%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 42%;
  }

  .text-block-3 {
    justify-content: center;
    align-items: center;
    display: none;
  }

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

  .heading-4 {
    text-align: center;
    font-size: 46px;
  }

  .flex-block {
    flex-flow: column;
    align-self: center;
  }

  .modal-wrapper {
    max-width: none;
  }

  .modal-background {
    display: block;
  }

  .container-4 {
    max-width: 100%;
  }

  .text-block-4 {
    text-align: center;
  }

  .image-5, .image-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block {
    position: absolute;
    top: 41px;
    left: 16px;
  }
}


