.section {
  height: 800px;
}

.container {
  max-height: none;
  max-width: 1280px;
  min-height: 95px;
}

.column {
  margin-top: 0px;
  padding-top: 25px;
}

.sticky-nav {
  position: relative;
  top: 0px;
  z-index: 1;
  height: 800px;
  padding: 25px 20px 20px;
  background-color: #f4f4f4;
  background-image: url('../images/squares.svg'), -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: url('../images/squares.svg'), linear-gradient(90deg, #11c3e4, #69f774);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  font-family: Roboto, sans-serif;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content 20px max-content 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #2a305e;
}

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

.div-block {
  position: static;
  left: 255px;
  top: 255px;
  overflow: visible;
  width: 946px;
  height: 276px;
  margin-top: 170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.heading {
  width: auto;
  height: 186px;
  margin: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 130%;
  text-align: center;
}

.text-span {
  color: #2a305e;
}

.text-span-2 {
  color: rgba(42, 48, 94, 0.5);
}

.text-block {
  width: auto;
  height: 38px;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
  line-height: 38.4px;
  text-align: center;
}

.columns {
  width: 946px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  display: inline-block;
  width: 170px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  float: none;
  border-radius: 5px;
  background-color: #2a305e;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.column-2 {
  text-align: right;
}

.button-2 {
  display: inline-block;
  width: 170px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #2a305e;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.section-2 {
  height: 550px;
  background-image: url('../images/World-Map-1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.div-block-2 {
  height: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(100%, #fff), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 100%, #fff);
}

.columns-2 {
  width: 1140px;
  height: 282px;
  margin-top: 49px;
  margin-right: auto;
  margin-left: auto;
}

.column-3 {
  padding-left: 0px;
  background-image: url('../images/Frame-1.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
}

.column-4 {
  background-image: url('../images/Frame-2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: left;
  background-clip: border-box;
}

.column-5 {
  background-image: url('../images/Frame-3.svg');
  background-position: 90% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-3 {
  height: 100px;
  margin-top: 19px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.div-block-4 {
  width: 267px;
  height: 282px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: 0px;
}

.text-block-2 {
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #11c3e4;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image {
  height: auto;
  margin-bottom: 20px;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 16px;
  line-height: 25.6px;
  text-align: center;
}

.div-block-7 {
  width: 267px;
  margin-top: 36px;
  margin-right: 0px;
  margin-left: auto;
  text-align: center;
}

.image-2 {
  margin-bottom: 20px;
}

.section-3 {
  position: relative;
  height: 800px;
  background-image: url('../images/Vector-1.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-2 {
  margin-bottom: 65px;
  font-family: Roboto, sans-serif;
  color: #2a305e;
  font-size: 36px;
  line-height: 58px;
  font-weight: 400;
  text-align: center;
}

.columns-3 {
  width: 1140px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-6 {
  position: relative;
  width: 219px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 35px 35px 50px 0 rgba(0, 0, 0, 0.15);
}

.text-block-4 {
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-block-5 {
  font-family: Roboto, sans-serif;
  color: #2a305e;
  line-height: 22px;
}

.text-block-6 {
  margin: 0px;
  padding: 15px 20px 20px;
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 13px;
  line-height: 21px;
}

.image-3 {
  position: relative;
  z-index: auto;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-8 {
  width: 267px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  position: static;
  z-index: auto;
  height: 1668px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a305e), to(#7d89e7));
  background-image: linear-gradient(180deg, #2a305e, #7d89e7);
}

.heading-3 {
  width: 750px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 58px;
  font-weight: 400;
  text-align: center;
}

.heading-4 {
  width: 750px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #888;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.div-block-9 {
  margin-top: 130px;
}

.columns-4 {
  width: 1138px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-10 {
  position: relative;
  top: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 110px;
}

.text-block-7 {
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  text-align: left;
}

.button-3 {
  width: 156px;
  height: 56px;
  padding: 20px 25px 20px 0px;
  border-radius: 5px;
  background-image: url('../images/Arrow.svg'), -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: url('../images/Arrow.svg'), linear-gradient(90deg, #11c3e4, #69f774);
  background-position: 75% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 25px 25px 0 rgba(42, 48, 94, 0.1);
  font-family: Roboto, sans-serif;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.column-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}

.text-span-3 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-width: 72%;
  column-rule-width: 72%;
}

.column-8 {
  margin-bottom: 188px;
}

.columns-5 {
  width: 1140px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-11 {
  width: 461px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}

.section-5 {
  height: 150px;
}

.div-block-12 {
  width: 1140px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
}

.columns-6 {
  height: 64px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(170, 169, 188, 0.5);
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.link {
  position: relative;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.link-2 {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.div-block-13 {
  width: 1140px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-9 {
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  line-height: 22px;
  text-align: center;
}

.div-block-14 {
  position: relative;
  top: -50px;
  z-index: -1;
  height: 100px;
  background-color: #fff;
}

.section-6 {
  position: relative;
  z-index: 1;
  height: 34px;
  background-image: url('../images/Mask-Group.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15 {
  margin-top: -34px;
  margin-bottom: 50px;
}

.columns-7 {
  position: relative;
  width: 946px;
  height: 541px;
  margin-top: -250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 25px 40px 0 rgba(42, 48, 94, 0.1);
}

.column-12 {
  height: 541px;
  background-image: linear-gradient(165deg, #11c3e4, #69f774);
}

.div-block-16 {
  width: 221px;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 58px;
  font-weight: 400;
}

.text-block-10 {
  padding-left: 24px;
  background-image: url('../images/Point.svg');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.text-block-11 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 24px;
  background-image: url('../images/mail.svg');
  background-position: 0px 5px;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.image-4 {
  margin-right: 20px;
}

.image-5 {
  margin-right: 20px;
}

.columns-8 {
  width: 180px;
}

.image-6 {
  width: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.sticky-nav-2 {
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  height: 800px;
  padding: 27px 20px 20px;
  border-bottom: 0px none #000;
  background-color: #fff;
  background-image: url('../images/startbackground.svg');
  background-position: 50% 99%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #2a305e;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link-2.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-style: normal;
  text-decoration: underline;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.container-3 {
  max-width: 1140px;
}

.list-item {
  text-decoration: none;
}

.columns-9 {
  width: 1140px;
  height: 444px;
  margin-top: 136px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  width: 485px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2a305e;
  font-size: 60px;
  line-height: 130%;
}

.text-span-4 {
  white-space: nowrap;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph {
  width: 485px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #aaa9bc;
  font-size: 24px;
  line-height: 160%;
  font-weight: 400;
}

.image-7 {
  margin-top: 47px;
  margin-left: 135px;
}

.button-4 {
  width: 162px;
  height: 56px;
  padding: 20px 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
}

.columns-10 {
  width: 1152px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.image-8 {
  margin: 202px 134px 202px 96px;
}

.column-14 {
  padding: 99px 96px 99px 0px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  line-height: 160%;
  font-weight: 500;
}

.heading-8 {
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  line-height: 160%;
}

.list {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.list-item-2 {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 55px;
  background-image: url('../images/li-icon.svg');
  background-position: 0% 0%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 160%;
}

.container-4 {
  position: static;
  left: auto;
  right: 0px;
  padding-left: 96px;
}

.text-span-5 {
  color: #aaa9bc;
  font-style: italic;
}

.section-7 {
  border-bottom: 0px solid #000;
  background-color: #2a305e;
  background-image: url('../images/partbackground.svg');
  background-position: 50% 99%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-9 {
  width: 960px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.heading-10 {
  width: 960px;
  margin-right: auto;
  margin-bottom: 130px;
  margin-left: auto;
  color: #aaa9bc;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.div-block-17 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 206px;
  margin-left: auto;
  text-align: left;
}

.columns-11 {
  width: 1043px;
  margin-right: auto;
  margin-left: auto;
}

.column-15 {
  padding-right: 54px;
  padding-left: 54px;
}

.paragraph-3 {
  color: #2a305e;
}

.div-block-18 {
  display: -ms-grid;
  display: grid;
  width: 97px;
  height: 97px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2a305e;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  position: static;
  display: block;
  width: 97px;
  height: 97px;
  margin-right: 20px;
  float: left;
}

.paragraph-4 {
  position: relative;
  display: inline;
  width: 364px;
  margin-top: auto;
  margin-bottom: auto;
}

.column-16 {
  padding-right: 54px;
  padding-left: 54px;
}

.list-item-3 {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-bottom: 70px;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 97px;
  background-image: url('../images/icon1_1.svg');
  background-position: 0% 0%;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-2 {
  height: 97px;
}

.text-span-6 {
  white-space: nowrap;
}

.list-item-3-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-left: 0px;
  padding-left: 97px;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-item-3-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon3.svg');
  background-position: 0% 0%;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-item-3-copy-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon3.svg');
  background-position: 0% 0%;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-ite2 {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-bottom: 70px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon2_1.svg');
  background-position: 0px 0px;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-item-4 {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon4.svg');
  background-position: 0% 0%;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.section-8 {
  height: 400px;
  background-image: url('../images/banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-12 {
  width: 632px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 148px;
  color: #fff;
  font-size: 40px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
}

.heading-11 {
  display: block;
}

.heading-12 {
  width: 1140px;
  margin: 100px auto 130px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.columns-12 {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 142px;
}

.paragraph-5 {
  width: 461px;
  margin-top: 79px;
  margin-bottom: 79px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-size: 30px;
  line-height: 160%;
  font-weight: 500;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.column-17 {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-13 {
  width: 1140px;
  margin: 0px auto 130px;
  padding-top: 100px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.section-9 {
  height: auto;
  background-color: #fff;
  background-image: url('../images/webackground.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-10 {
  background-image: url('../images/oibackground.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-6 {
  width: 461px;
  margin-bottom: 30px;
  color: #2a305e;
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
}

.div-block-19 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.columns-13 {
  width: 461px;
}

.div-block-20 {
  width: 1140px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/capitalmarkets.png');
  background-position: 373px 140px;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-7 {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-10 {
  display: block;
  width: 97px;
  margin-left: auto;
  float: none;
}

.image-11 {
  display: block;
  width: 97px;
  margin-right: auto;
  margin-left: 0px;
  float: none;
}

.column-18 {
  text-align: center;
}

.image-12 {
  display: block;
  width: 97px;
  margin-right: auto;
  margin-left: auto;
}

.section-11 {
  background-color: #f1f4f8;
}

.columns-14 {
  width: 1140px;
  height: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 160px;
}

.image-13 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.heading-14 {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-size: 30px;
  line-height: 160%;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-7 {
  color: #2a305e;
  font-size: 20px;
  line-height: 160%;
}

.section-12 {
  height: 800px;
  background-image: url('../images/wesupport.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-15 {
  width: 1140px;
  margin: 0px auto 40px;
  padding-top: 300px;
  color: #fff;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
}

.button-5 {
  display: block;
  width: 162px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  line-height: 16px;
  text-align: center;
}

.image-7-copy {
  display: block;
  width: 520px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
}

.column-19 {
  padding-right: 0px;
  padding-left: 0px;
}

.section-13 {
  padding-bottom: 126px;
  background-color: #2a305e;
}

.heading-16 {
  width: 1140px;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.paragraph-8 {
  width: 751px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 68px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}

.image-14 {
  display: block;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.section-14 {
  height: 400px;
  background-image: url('../images/banner2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-13-copy {
  width: 1140px;
  margin: 0px auto 130px;
  padding-top: 50px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.image-15 {
  display: block;
  margin-left: auto;
}

.image-16 {
  display: block;
  margin-right: auto;
}

.section-15 {
  background-color: #f1f4f8;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 133px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

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

.text-span-8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.columns-15 {
  width: 960px;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 46px;
}

.list-item-5 {
  border: 1px none #000;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
  background-clip: border-box;
}

.div-block-21 {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
}

.paragraph-9 {
  height: 91px;
  margin-bottom: 0px;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.div-block-20-copy {
  width: 1140px;
  height: 900px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 87px;
  padding-bottom: 100px;
  background-image: url('../images/continuously.png');
  background-position: 369px 0%;
  background-repeat: no-repeat;
}

.heading-18 {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-size: 26px;
  line-height: 160%;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-copy {
  width: 461px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.list-item-2-copy {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 55px;
  background-image: url('../images/li-icon.svg');
  background-position: 0% 0%;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.heading-19 {
  width: 1140px;
  margin: 100px auto 130px;
  padding-top: 100px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.columns-16 {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 104px;
}

.heading-19-copy {
  width: 1140px;
  margin: 100px auto 130px;
  padding-top: 100px;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
}

.columns-16-copy {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 104px;
}

.image-17 {
  margin-top: 80px;
}

.column-17-copy {
  padding-right: 0px;
  padding-left: 0px;
}

.list-ite2-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon-4.svg');
  background-position: 0px 0px;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.paragraph-5-copy {
  width: 461px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-size: 30px;
  line-height: 160%;
  font-weight: 500;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-10 {
  width: 461px;
  margin-bottom: 50px;
  margin-left: auto;
  color: #2a305e;
  font-size: 20px;
  line-height: 160%;
}

.list-3 {
  width: 461px;
  margin-left: auto;
}

.list-ite2-copy-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon-5.svg');
  background-position: 0px 0px;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.list-ite2-copy-4-copy {
  display: inline-block;
  width: 461px;
  height: 97px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 97px;
  background-image: url('../images/icon-6.svg');
  background-position: 0px 0px;
  background-size: 97px;
  background-repeat: no-repeat;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.sticky-nav-2-copy {
  position: relative;
  top: 0px;
  z-index: 1;
  display: block;
  height: 970px;
  padding: 27px 20px 20px;
  background-color: #2a305e;
  background-image: url('../images/Screenshot-2021-03-30-at-11.43-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-logo-404 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2-copy {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #2a305e;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link-2-copy.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-style: normal;
  text-decoration: underline;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link-2-copy {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #2a305e;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

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

.nav-link-2-copy.w--current {
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
  font-style: normal;
  text-decoration: underline;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-logo-copy {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.heading-20 {
  width: 776px;
  margin-top: 568px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 130%;
  text-align: center;
}

.paragraph-11 {
  width: 776px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 24px;
  line-height: 160%;
  text-align: center;
}

.button-3-copy {
  display: block;
  width: 188px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px 20px 0px;
  border-radius: 5px;
  background-image: url('../images/Arrow.svg'), -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: url('../images/Arrow.svg'), linear-gradient(90deg, #11c3e4, #69f774);
  background-position: 80% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 25px 25px 0 rgba(42, 48, 94, 0.1);
  font-family: Roboto, sans-serif;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.button-3-copy-404 {
  display: block;
  width: 188px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px 20px 0px;
  border-radius: 5px;
  background-image: url('../images/Arrow.svg'), -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: url('../images/Arrow.svg'), linear-gradient(90deg, #11c3e4, #69f774);
  background-position: 80% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 25px 25px 0 rgba(42, 48, 94, 0.1);
  font-family: Roboto, sans-serif;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.heading-21 {
  width: 485px;
  margin: 50px auto 10px;
  font-family: Roboto, sans-serif;
  color: #2a305e;
  font-size: 36px;
  line-height: 160%;
  font-weight: 400;
  text-align: left;
}

.submit-button {
  display: block;
  width: 192px;
  height: 56px;
  margin-top: 50px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 35px;
  border-radius: 5px;
  background-image: url('../images/Arrow.svg'), -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: url('../images/Arrow.svg'), linear-gradient(90deg, #11c3e4, #69f774);
  background-position: 80% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  font-family: Roboto, sans-serif;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
}

.columns-17 {
  width: 485px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  width: 485px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  width: 206px;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #aaa9bc;
  color: #aaa9bc;
  line-height: 160%;
}

.text-field-2 {
  width: 206px;
  margin-top: 40px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #aaa9bc;
}

.textarea {
  display: block;
  height: 93px;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #aaa9bc;
  color: #aaa9bc;
}

.div-block-22 {
  margin-left: auto;
  padding-top: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
}

.paragraph-12 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f4f8;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.column-20 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 350px;
}

.image-18 {
  height: 350px;
  margin-top: 32px;
  margin-right: 12px;
  margin-bottom: 32px;
  padding-right: 0px;
}

.column-21 {
  padding-right: 0px;
  padding-left: 24px;
}

.paragraph-12-copy {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f4f8;
  color: #2a305e;
  font-size: 18px;
  line-height: 160%;
}

.div-block-22-copy {
  margin-left: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#11c3e4), to(#69f774));
  background-image: linear-gradient(90deg, #11c3e4, #69f774);
}

.section-9-copy {
  height: auto;
  background-color: #f1f4f8;
}

.image-20 {
  display: none;
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .sticky-nav-2-copy {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    height: 35px;
    border-top: 0px none #c4c4c4;
  }

  .nav-logo-link.w--current {
    border-top-style: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .div-block {
    width: 272px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    height: auto;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .text-block {
    height: auto;
    font-size: 18px;
    line-height: 160%;
  }

  .columns {
    width: 272px;
  }

  .column-2 {
    margin-bottom: 40px;
    text-align: center;
  }

  .section-2 {
    height: auto;
  }

  .columns-2 {
    width: 272px;
    height: auto;
  }

  .column-3 {
    margin-bottom: 80px;
  }

  .column-4 {
    margin-bottom: 80px;
  }

  .section-3 {
    height: auto;
  }

  .columns-3 {
    width: 272px;
  }

  .div-block-6 {
    width: auto;
  }

  .section-4 {
    height: auto;
    padding-top: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a305e), to(#7b88f2));
    background-image: linear-gradient(180deg, #2a305e, #7b88f2);
  }

  .heading-3 {
    width: 272px;
    font-size: 26px;
    line-height: 160%;
  }

  .heading-4 {
    width: 272px;
    margin-bottom: 60px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 14px;
    line-height: 160%;
  }

  .columns-4 {
    width: 272px;
    margin-top: 140px;
  }

  .div-block-10 {
    margin-top: auto;
    margin-bottom: 140px;
    padding-left: 0px;
  }

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

  .column-7 {
    height: auto;
  }

  .column-8 {
    margin-bottom: 50px;
  }

  .columns-5 {
    width: auto;
    margin-top: 0px;
    text-align: left;
  }

  .column-9 {
    height: auto;
    text-align: left;
  }

  .div-block-11 {
    width: auto;
    height: auto;
  }

  .section-5 {
    height: auto;
  }

  .div-block-12 {
    width: 272px;
    padding-top: 10px;
  }

  .text-block-8 {
    font-size: 8px;
    line-height: 160%;
  }

  .columns-6 {
    height: auto;
    margin-top: 0px;
  }

  .link {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 160%;
  }

  .link.w--current {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .div-block-13 {
    width: 272px;
    line-height: 160%;
  }

  .section-6 {
    height: 0px;
  }

  .div-block-15 {
    margin-top: 0px;
  }

  .columns-7 {
    width: 272px;
    height: auto;
    margin-top: 0px;
    box-shadow: none;
  }

  .column-12 {
    height: auto;
    padding-bottom: 80px;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 160%;
  }

  .sticky-nav-2 {
    height: auto;
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .columns-9 {
    width: 272px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .heading-6 {
    width: auto;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph {
    width: auto;
    font-size: 18px;
  }

  .image-7 {
    margin-bottom: 100px;
    margin-left: 0px;
  }

  .button-4 {
    border-radius: 5px;
  }

  .columns-10 {
    width: 272px;
  }

  .image-8 {
    margin: 100px 0px 50px;
  }

  .column-14 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 140px;
  }

  .heading-7 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .heading-8 {
    margin-top: 10px;
    font-size: 18px;
  }

  .container-4 {
    padding-left: 0px;
  }

  .heading-9 {
    width: 272px;
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .heading-10 {
    width: 272px;
    margin-bottom: 80px;
    font-size: 14px;
  }

  .div-block-17 {
    width: auto;
    margin-bottom: 100px;
  }

  .columns-11 {
    width: 272px;
  }

  .column-15 {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-3 {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 0px;
    padding-left: 100px;
  }

  .list-2 {
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 0px;
  }

  .list-item-3-copy-copy {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding-left: 100px;
  }

  .list-ite2 {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding-left: 100px;
  }

  .list-item-4 {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding-left: 100px;
  }

  .text-block-12 {
    width: 272px;
    font-size: 30px;
  }

  .heading-12 {
    width: 272px;
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 26px;
  }

  .columns-12 {
    width: 100%;
    padding-bottom: 0px;
  }

  .paragraph-5 {
    width: 272px;
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: auto;
    font-size: 26px;
  }

  .heading-13 {
    width: auto;
    margin-bottom: 40px;
    padding-top: 0px;
    font-size: 26px;
  }

  .paragraph-6 {
    width: auto;
    font-size: 20px;
  }

  .div-block-19 {
    width: auto;
  }

  .columns-13 {
    width: 272px;
  }

  .div-block-20 {
    width: 272px;
  }

  .image-10 {
    margin-right: auto;
  }

  .image-11 {
    margin-left: auto;
  }

  .column-18 {
    padding-bottom: 30px;
  }

  .columns-14 {
    width: 272px;
    height: auto;
    padding-bottom: 100px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .section-12 {
    height: auto;
    padding-bottom: 140px;
  }

  .heading-15 {
    width: 272px;
    padding-top: 116px;
    font-size: 30px;
  }

  .button-5 {
    margin-bottom: auto;
    border-radius: 5px;
    font-weight: 700;
  }

  .image-7-copy {
    margin-top: 40px;
    margin-bottom: 100px;
  }

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

  .heading-16 {
    width: 272px;
    font-size: 26px;
  }

  .paragraph-8 {
    width: 272px;
    padding-bottom: 85px;
    font-size: 14px;
  }

  .image-14 {
    display: none;
  }

  .heading-13-copy {
    width: 272px;
    margin-bottom: 45px;
    font-size: 26px;
  }

  .image-15 {
    margin-left: 0px;
  }

  .image-16 {
    width: auto;
    margin-right: 0px;
  }

  .heading-17 {
    padding-bottom: 0px;
    font-size: 26px;
  }

  .text-span-8 {
    font-size: 26px;
  }

  .columns-15 {
    width: 272px;
  }

  .div-block-20-copy {
    width: 272px;
  }

  .heading-18 {
    font-size: 20px;
  }

  .list-copy {
    width: auto;
  }

  .columns-16-copy {
    width: 272px;
  }

  .image-17 {
    margin-top: 0px;
  }

  .list-ite2-copy {
    width: auto;
    height: auto;
    color: #aaa9bc;
  }

  .paragraph-5-copy {
    width: auto;
    margin-top: 50px;
    font-size: 26px;
  }

  .paragraph-10 {
    width: auto;
    font-size: 18px;
  }

  .list-3 {
    width: auto;
    margin-bottom: 0px;
  }

  .list-ite2-copy-copy {
    width: auto;
    height: auto;
    color: #aaa9bc;
  }

  .list-ite2-copy-4-copy {
    width: auto;
    height: auto;
    color: #aaa9bc;
  }

  .sticky-nav-2-copy {
    height: auto;
    margin-bottom: 0px;
    padding: 0px 0px 55px;
    background-position: 50% 50%;
  }

  .nav-link-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .heading-20 {
    width: 272px;
    margin-top: 100px;
    font-size: 30px;
  }

  .paragraph-11 {
    width: 272px;
    font-size: 18px;
  }

  .button-3-copy-404 {
    margin-bottom: 55px;
  }

  .heading-21 {
    width: auto;
    margin-top: 50px;
    font-size: 26px;
  }

  .submit-button {
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    line-height: 16px;
    font-weight: 700;
  }

  .columns-17 {
    width: 272px;
  }

  .form {
    width: auto;
  }

  .text-field {
    width: 100%;
  }

  .text-field-2 {
    width: 272px;
    margin-left: 0px;
  }

  .image-18 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-21 {
    padding-left: 0px;
  }

  .column-22 {
    text-align: center;
  }

  .image-19 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .column-23 {
    padding-bottom: 100px;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-25 {
    padding-right: 40px;
    padding-left: 0px;
  }

  .column-26 {
    padding-right: 0px;
  }

  .list-item-6 {
    text-align: center;
  }

  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span-9 {
    color: #aaa9bc;
    font-size: 14px;
    font-style: italic;
  }

  .column-28 {
    padding-right: 40px;
    padding-left: 0px;
  }

  .list-4 {
    display: inline-block;
    padding-left: 0px;
  }

  .column-29 {
    padding-bottom: 30px;
  }

  .column-30 {
    padding-right: 40px;
    padding-left: 0px;
  }

  .list-item-7 {
    border-top: 0px none #000;
  }

  .list-item-8 {
    border-top: 0px none #000;
  }
}

#w-node-e1dfdede-6c6d-c962-85e4-a85a50c051f0-852b0fd0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_2eade0da-1f3e-5fc9-fbc4-8c1875887d61-8bd18f33 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fe8c7f98-39c8-a69f-400f-5ddd99c5116b-cf85c130 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_94b8b987-5c2a-5787-1fca-2e0f399c67a8-1b511841 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-e1dfdede-6c6d-c962-85e4-a85a50c051f0-852b0fd0 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2eade0da-1f3e-5fc9-fbc4-8c1875887d61-8bd18f33 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fe8c7f98-39c8-a69f-400f-5ddd99c5116b-cf85c130 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_94b8b987-5c2a-5787-1fca-2e0f399c67a8-1b511841 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

