.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #255ded;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 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;
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 40px;
  line-height: 130%;
  font-weight: 600;
}

.heading.heading-1 {
  color: #1e2842;
  font-size: 40px;
  font-weight: 400;
}

.heading.heading-2 {
  margin-top: 0px;
  line-height: 150%;
  text-align: left;
}

.heading.heading-2.white {
  color: #fff;
}

.text-block {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.div-block {
  position: static;
  display: block;
  margin-bottom: 24px;
  float: none;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidebarbutton {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: 40px;
  margin-bottom: 4px;
  float: left;
  clear: left;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidebarbutton:hover {
  background-color: rgba(109, 115, 132, 0.11);
  font-weight: 500;
}

.sidebarbutton.w--current {
  background-color: #fff;
  font-weight: 500;
}

.sidebarbutton.w--current:hover {
  text-decoration: none;
}

.columns {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.column {
  padding-right: 0px;
}

.body {
  border: 0px none transparent;
  background-color: #fbfbfb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 0px;
  margin-bottom: 64px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

.text-block-3 {
  padding-left: 16px;
  font-family: Inter, sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 150%;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-2 {
  margin-top: 0px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
}

.container {
  display: block;
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
  background-color: transparent;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
}

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

.text-block-4 {
  margin-right: 12px;
  margin-left: 12px;
  color: #1e2842;
  line-height: 40px;
  font-weight: 400;
}

.image {
  width: 20px;
  height: 20px;
  margin: 10px;
  float: left;
  clear: left;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1400px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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 auto auto auto auto;
  grid-template-columns: 1fr auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  list-style-type: none;
}

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

.nav-logo {
  position: static;
  display: inline-block;
  width: auto;
  height: 18px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-logo:hover {
  opacity: 0.74;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #6d7384;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.nav-link:hover {
  color: #1e2842;
  text-decoration: none;
}

.nav-link.w--current {
  color: #1e2842;
}

.nav-link.w--current:hover {
  opacity: 1;
}

.nav-link.heading-4 {
  color: #6d7384;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.heading-4.w--current {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.iconlink {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.columns-2 {
  position: static;
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 0px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.heading-4.highlight {
  padding-left: 8px;
  border-left: 5px solid #ffb411;
  font-size: 20px;
}

.tab-link-tab-4 {
  margin-right: 40px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-tab-4:hover {
  background-color: #f0ecec;
}

.tab-link-tab-4.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
  color: #fff;
}

.tab-link-tab-3 {
  margin-right: 40px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.tab-link-tab-3:hover {
  background-color: #f0ecec;
}

.tab-link-tab-3.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
  color: #fff;
}

.tab-link-tab-2 {
  margin-right: 40px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.tab-link-tab-2:hover {
  background-color: #f0ecec;
}

.tab-link-tab-2.w--current {
  margin-right: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
  color: #fff;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-align: center;
}

.body-3 {
  background-color: #fbfbfb;
}

.body-4 {
  background-color: #fbfbfb;
}

.section-2 {
  margin-top: 0px;
}

.div-block-2 {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.columns-3.flyout {
  margin-bottom: 40px;
}

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

.column-5 {
  padding-right: 0px;
  padding-left: 16px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.paragraph {
  margin-right: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.paragraph-2 {
  margin-right: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.section-3 {
  margin-top: 124px;
  margin-bottom: 56px;
}

.paragraph-3 {
  margin: 24px 16px 24px 32px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

.paragraph-4 {
  margin: 24px 32px 24px 16px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

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

.column-7 {
  background-color: transparent;
}

.tabs-menu {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 24px;
  clear: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-4 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #ffb411;
  background-color: transparent;
}

.tab-pane-tab-1 {
  border: 0px none transparent;
  background-color: #fff;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.tab-pane-tab-2 {
  background-color: #fff;
}

.tab-pane-tab-3 {
  background-color: #fff;
}

.tab-pane-tab-4 {
  background-color: #fff;
}

.tab-pane-tab-5 {
  background-color: #fff;
}

.tab-pane-tab-6 {
  background-color: #fff;
}

.tab-pane-tab-7 {
  background-color: rgba(255, 180, 17, 0.15);
}

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

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.tab-link-tab-1 {
  margin-right: 40px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  text-align: center;
}

.tab-link-tab-1:hover {
  background-color: #f0ecec;
}

.tab-link-tab-1.w--current {
  margin-right: 40px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 5px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-5 {
  margin-right: 40px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-tab-5:hover {
  background-color: #f0ecec;
}

.tab-link-tab-5.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
  color: #fff;
}

.tab-link-tab-6 {
  margin-right: 0px;
  margin-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
}

.tab-link-tab-6:hover {
  background-color: #f0ecec;
}

.tab-link-tab-6.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
  color: #fff;
}

.heading-1 {
  margin-top: 0px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}

.heading-1.heading {
  margin-top: 0px;
  line-height: 120%;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}

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

.column-8 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.container-4 {
  max-width: 1264px;
  margin-top: 0px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.paragraph-5 {
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.paragraph-5.white {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

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

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

.section-4 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1e2842;
  font-family: Inter, sans-serif;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #6d7384;
  font-weight: 400;
  text-decoration: none;
}

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

.div-block-3 {
  font-family: Inter, sans-serif;
  color: #6d7384;
  font-weight: 400;
  text-align: left;
}

.container-5 {
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
}

.text-block-5 {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #6d7384;
}

.grid {
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  -ms-grid-columns: 0.35fr 1fr 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr 0.35fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-6 {
  margin-top: 4px;
  margin-bottom: 8px;
  color: #1e2842;
  font-size: 18px;
  text-align: left;
}

.text-block-7 {
  margin-right: 32px;
  margin-bottom: 8px;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.image-3 {
  text-align: left;
}

.div-block-4 {
  margin-top: 4px;
  text-align: left;
}

.image-4 {
  width: 20px;
}

.div-block-5 {
  margin-top: 8px;
}

.text-block-8 {
  color: #0069ff;
  font-size: 16px;
}

.text-block-9 {
  color: #0069ff;
}

.button {
  margin-top: 16px;
  padding: 9px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 5px;
  background-color: #fff;
  color: #1e2842;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.button:hover {
  padding: 9px 12px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.column-11 {
  text-align: left;
}

.column-12 {
  padding: 16px 20px;
  border: 1px none #000;
  border-radius: 15px;
  background-color: #fbfbfb;
  text-align: left;
  background-clip: border-box;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  padding: 24px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #f0ecec;
  text-align: left;
}

.text-block-10 {
  display: inline-block;
  float: right;
  clear: none;
  border: 0px solid transparent;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
}

.paragraph-6 {
  margin-left: 16px;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  text-align: left;
}

.paragraph-6.white {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
}

.image-5 {
  width: 56px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.image-6 {
  max-height: 172px;
  max-width: 108px;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.subheading {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
}

.paragraph-7 {
  margin-right: 16px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.columns-6 {
  margin-bottom: 72px;
}

.columns-7 {
  margin-bottom: 72px;
}

.columns-8 {
  margin-bottom: 72px;
}

.text-block-12 {
  position: absolute;
  left: 0%;
  top: 105%;
  right: auto;
  bottom: auto;
  z-index: -10;
  display: block;
  font-family: Clearface, sans-serif;
  color: rgba(255, 180, 17, 0.35);
  font-size: 260px;
}

.section-5 {
  margin-top: 124px;
}

.paragraph-8 {
  margin-left: 16px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
}

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

.text-block-13 {
  font-size: 16px;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fbfbfb;
}

.caption {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #0069ff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.caption.divider {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 2px solid rgba(0, 105, 255, 0.15);
}

.div-block-8 {
  margin-bottom: 0px;
  padding: 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #f0ecec;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: auto;
}

.section-6 {
  margin-top: 124px;
  margin-bottom: 32px;
}

.column-14 {
  padding-right: 16px;
}

.column-15 {
  padding-left: 16px;
}

.div-block-9 {
  display: block;
}

.container-6 {
  max-width: 1200px;
  padding-right: 64px;
  padding-left: 64px;
  border-radius: 15px;
  background-color: #1e2842;
}

.container-6.animate {
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 0px;
  background-color: transparent;
}

.container-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-7 {
  display: block;
  margin-top: 180px;
  margin-bottom: 240px;
  padding-right: 32px;
  padding-left: 32px;
  text-align: left;
}

.div-block-10 {
  width: 65%;
  margin-top: 0px;
}

.grid-3 {
  margin-top: 16px;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.paragraph-9 {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

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

.container-8 {
  display: block;
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-11 {
  background-color: #fff;
}

.section-8 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.div-block-12 {
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.div-block-13 {
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
}

.container-9 {
  max-width: 1200px;
  margin-top: 124px;
  margin-bottom: 124px;
}

.heading-5 {
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.paragraph-10 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-14 {
  display: block;
  margin-top: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.div-block-15 {
  margin-top: auto;
}

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

.button-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  margin-right: 64px;
  margin-bottom: 64px;
  padding-right: 12px;
  padding-left: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 5px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  font-weight: 600;
}

.button-2:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.image-8 {
  width: 80%;
  max-height: 100%;
  text-align: right;
}

.text-block-14 {
  margin-bottom: 64px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

.image-9 {
  overflow: visible;
  width: auto;
  max-width: 130%;
  margin-left: -64px;
  text-align: right;
}

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

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

.paragraph-11 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.image-10 {
  margin-top: 0px;
  background-color: #f0ecec;
}

.columns-9 {
  margin-bottom: 64px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-10 {
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
}

.div-block-16 {
  display: block;
  overflow: hidden;
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.section-10 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.slide {
  height: 400px;
  max-height: 400px;
  max-width: 500px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}

.slider {
  overflow: visible;
  height: 1000px;
  margin-bottom: 64px;
}

.mask {
  overflow: hidden;
}

.image-11 {
  background-color: transparent;
  text-align: left;
}

.div-block-17 {
  padding-top: 0px;
  padding-bottom: 64px;
  background-color: transparent;
  text-align: center;
}

.div-block-18 {
  background-color: #fff;
}

.grid-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-19 {
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.heading-6 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.image-13 {
  height: 156px;
  max-width: 75%;
}

.columns-10 {
  margin-top: 16px;
}

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

.grid-5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  margin-top: 0px;
  margin-bottom: 124px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-20 {
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.grid-7 {
  margin-top: 124px;
  margin-bottom: 124px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  color: #1e2842;
}

.bold-text-2 {
  color: #1e2842;
}

.bold-text-3 {
  color: #1e2842;
}

.div-block-21 {
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fff;
}

.image-15 {
  width: 80%;
}

.div-block-22 {
  margin-top: -124px;
  text-align: right;
}

.div-block-23 {
  margin-top: -124px;
}

.section-11 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.div-block-24 {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.text-block-15 {
  display: inline;
  padding-top: 8px;
  padding-bottom: 8px;
  clear: left;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-weight: 500;
}

.text-block-16 {
  display: inline;
  clear: left;
  font-family: Inter, sans-serif;
  color: #1e2842;
}

.div-block-25 {
  margin-top: 8px;
}

.section-12 {
  margin-top: 124px;
}

.section-13 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.link-block {
  margin-bottom: 32px;
  padding: 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #f0ecec;
}

.link-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: transparent;
}

.image-16 {
  margin-bottom: 124px;
  text-align: center;
}

.div-block-26 {
  margin-bottom: 124px;
  color: #1e2842;
  text-align: center;
}

.slide-2 {
  height: auto;
  max-width: 500px;
  margin-right: 72px;
  padding: 32px;
  border: 1px solid #f0ecec;
  border-radius: 10px;
  background-color: #fbfbfb;
}

.slide-3 {
  max-width: 500px;
  padding: 32px;
}

.slider-2 {
  display: block;
  height: auto;
  margin-top: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mask-2 {
  overflow: hidden;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.icon {
  max-width: 56px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #0069ff;
}

.icon:hover {
  opacity: 1;
}

.icon-2 {
  color: #0069ff;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-17 {
  margin-bottom: 8px;
  clear: left;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.text-block-18 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 20px;
  clear: left;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
}

.grid-9 {
  margin-bottom: 32px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0069ff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-1-2 {
  margin-right: 8px;
  padding-right: 16px;
  padding-left: 16px;
}

.tab-link-tab-1-2.tabs {
  display: inline-block;
  clear: left;
}

.tab-link-tab-1-2.tabs.w--current {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tabs {
  display: inline-block;
  margin-right: 8px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
}

.tabs:hover {
  background-color: #f0ecec;
}

.tabs.w--current {
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 5px;
  background-color: #fff;
}

.div-block-27 {
  padding: 24px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f0ecec;
}

.div-block-28 {
  border-bottom: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fff;
}

.image-17 {
  max-width: 90%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.caption-copy {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #0069ff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.caption-copy.divider {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 2px solid rgba(0, 105, 255, 0.15);
}

.caption-copy {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #ffb411;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.caption-copy.divider {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 2px solid rgba(0, 105, 255, 0.15);
}

.caption-copy-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #ff6652;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.caption-copy-2.divider {
  margin-top: 56px;
  padding-top: 8px;
  border-top: 2px solid rgba(0, 105, 255, 0.15);
}

.text-block-21 {
  color: #6d7384;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.text-block-21.navhover {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-link-copy {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px 4px;
  color: #1e2842;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #6d7384;
  text-decoration: none;
}

.nav-link-copy.w--current {
  color: #1e2842;
}

.nav-link-copy.heading-4 {
  color: #6d7384;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-copy.heading-4.w--current {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.container-11 {
  max-width: 1400px;
}

.text-block-22 {
  margin-top: 8px;
  color: #1e2842;
  font-weight: 500;
  text-align: left;
}

.text-block-22:hover {
  color: #6d7384;
}

.text-block-22.navhover {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.nav-logo-copy {
  position: static;
  display: inline-block;
  width: auto;
  height: 18px;
  margin-top: 10px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.image-18 {
  height: 24px;
  margin-top: 0px;
  margin-right: 8px;
  float: left;
  clear: none;
}

.list-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-19 {
  height: 32px;
  margin-top: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-29 {
  position: absolute;
  top: 51px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 8px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.text-block-23 {
  font-family: Inter, sans-serif;
  color: #6d7384;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-31 {
  background-color: #fff;
}

.column-21 {
  text-align: left;
}

.container-12 {
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
}

.section-14 {
  margin-bottom: 124px;
}

.div-block-32 {
  border-top: 1px solid rgba(109, 115, 132, 0.25);
  background-color: #fbfbfb;
}

.columns-11 {
  margin-bottom: 64px;
}

.section-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 72px 64px;
  border-radius: 25px;
  background-color: #1e2842;
}

.paragraph-5-copy {
  max-width: 75%;
  margin-right: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.paragraph-5-copy.white {
  color: rgba(255, 255, 255, 0.75);
}

.container-13 {
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
}

.image-6-copy {
  max-height: 172px;
  max-width: 108px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: -32px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-20 {
  margin-bottom: 32px;
  border-radius: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-20:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.image-21 {
  display: block;
  max-width: 24px;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.image-21:hover {
  opacity: 1;
}

.list-item-2 {
  border-radius: 0px;
  opacity: 0.5;
}

.list-item-2:hover {
  opacity: 1;
}

.container-9-copy {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  height: 850px;
  max-width: 1328px;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 25px;
}

.div-block-13-copy {
  overflow: visible;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent rgba(109, 115, 132, 0.25);
}

.heading-1-copy {
  display: inline;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 16px;
  float: left;
  clear: left;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}

.heading-1-copy.heading {
  margin-top: 0px;
  line-height: 120%;
}

.text-block-14-copy {
  max-width: 75%;
  margin-bottom: 64px;
  opacity: 1;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}

.text-block-4-copy {
  margin-right: 12px;
  margin-left: 12px;
  color: #1e2842;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
}

.sidebarbutton-copy {
  position: relative;
  display: block;
  overflow: visible;
  width: auto;
  height: 40px;
  margin-bottom: 9px;
  float: left;
  clear: left;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.sidebarbutton-copy:hover {
  background-color: rgba(0, 0, 0, 0.15);
  font-weight: 500;
}

.sidebarbutton-copy.w--current {
  background-color: #fff;
  font-weight: 500;
}

.sidebarbutton-copy.w--current:hover {
  text-decoration: none;
}

.image-22 {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: inline-block;
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 25px;
}

.div-block-34 {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 300px;
  margin-right: auto;
  margin-bottom: 124px;
  margin-left: auto;
  background-color: #ffb411;
}

.image-23 {
  position: relative;
  max-height: 100%;
  max-width: none;
}

.heading-9 {
  position: absolute;
  z-index: 10;
}

.section-2-copy {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 1328px;
  margin-top: 0px;
  padding-top: 64px;
  padding-left: 64px;
}

.section-copy {
  position: absolute;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 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;
  text-align: left;
}

.image-24 {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 25px;
}

.div-block-35 {
  position: relative;
  overflow: visible;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 25px;
}

.heading-10 {
  max-width: 75%;
  margin: 0px auto;
  font-family: Clearface, sans-serif;
  color: #1e2842;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

.section-16 {
  margin-bottom: 124px;
}

.grid-10 {
  margin-top: 32px;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-25 {
  max-width: 48px;
  margin-bottom: 8px;
}

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

.div-block-36 {
  text-align: center;
}

.subheading-copy {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

.paragraph-12 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

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

.column-23 {
  text-align: left;
}

.columns-12 {
  margin-bottom: 32px;
}

.div-block-37 {
  position: static;
  overflow: visible;
  height: 800px;
  max-width: 1328px;
  margin: 24px auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  border-radius: 25px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
}

.div-block-38 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-39 {
  height: 0px;
}

.columns-13 {
  margin-top: 24px;
  margin-bottom: 0px;
}

.paragraph-13 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
}

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

.div-block-40 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-11 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  line-height: 150%;
  font-weight: 700;
}

.div-block-41 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -10;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.div-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -15;
  width: 100%;
  height: 100%;
  background-image: url('../images/mainbg.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.div-block-44 {
  background-color: #fff;
}

.grid-11 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-45 {
  position: relative;
}

.slide-4 {
  position: relative;
  width: 350px;
  margin-right: 48px;
}

.mask-3 {
  overflow: visible;
  height: auto;
}

.slider-3 {
  height: auto;
  background-color: transparent;
}

.div-block-46 {
  position: absolute;
  left: 0%;
  top: auto;
  right: -10%;
  bottom: -10%;
  z-index: 5;
  display: block;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 115, 132, 0.25);
  background-color: #fff;
}

.text-block-25 {
  color: #6d7384;
  font-size: 14px;
  line-height: 150%;
}

.slide-nav {
  opacity: 0;
}

.grid-12 {
  grid-column-gap: 64px;
  grid-row-gap: 92px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.text-block-26 {
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.div-block-47 {
  padding: 16px;
  background-color: #f0ecec;
}

.grid-13 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-27 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  clear: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-28 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.div-block-48 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.5));
}

.image-28 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.section-17 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.section-18 {
  margin-top: 124px;
  margin-bottom: 124px;
}

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

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-29 {
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
}

.grid-14 {
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.div-block-49 {
  width: 75%;
}

.nav-link-2 {
  padding-right: 0px;
  padding-left: 20px;
  color: #6d7384;
  font-size: 16px;
}

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

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

.nav-link-3 {
  padding-left: 0px;
  color: #6d7384;
  font-size: 16px;
}

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

.nav-link-4 {
  padding-left: 0px;
  color: #6d7384;
  font-size: 16px;
}

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

.container-14 {
  height: 60px;
  max-width: 1264px;
  padding-right: 32px;
  padding-left: 32px;
}

.div-block-50 {
  position: relative;
  display: inline-block;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-50.nav-link-2 {
  padding-right: 0px;
}

.div-block-51 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-29 {
  position: relative;
  height: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-52 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52:hover {
  opacity: 0.75;
}

.navbar {
  background-color: transparent;
}

.image-30 {
  height: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-31 {
  width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-32 {
  overflow: visible;
  height: 100%;
  max-height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-33 {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}

.image-34 {
  height: 100%;
  max-height: 100%;
}

.image-35 {
  height: 100%;
  max-height: 100%;
}

.image-36 {
  height: 100%;
  max-height: 100%;
}

.image-37 {
  height: 100%;
  max-height: 100%;
}

.paragraph-copy {
  margin-right: 0px;
  font-family: Inter, sans-serif;
  color: #1e2842;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 320px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.div-block-55 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .div-block {
    margin-bottom: 0px;
    padding: 16px;
    border-radius: 15px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .sticky-nav {
    padding-right: 32px;
    padding-left: 32px;
  }

  .columns-2 {
    overflow: visible;
    max-width: none;
  }

  .tab-link-tab-4 {
    margin-right: 16px;
  }

  .tab-link-tab-3 {
    margin-right: 16px;
  }

  .tab-link-tab-2 {
    margin-right: 16px;
  }

  .tabs-menu {
    overflow: visible;
    width: 100%;
  }

  .tab-link-tab-1.w--current {
    margin-right: 16px;
  }

  .tab-link-tab-5 {
    margin-right: 16px;
  }

  .container-4 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer {
    padding-right: 32px;
    padding-left: 32px;
  }

  .container-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7 {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .div-block-10 {
    width: 100%;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-8 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .container-9 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section-9 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .button-2 {
    margin-right: 32px;
    margin-bottom: 32px;
  }

  .container-10 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-16 {
    display: block;
  }

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

  .slider-2 {
    overflow: visible;
  }

  .mask-2 {
    overflow: hidden;
  }

  .text-block-19 {
    display: none;
    overflow: visible;
  }

  .tab-link-tab-1-2.tabs {
    display: inline-block;
    margin-bottom: 8px;
  }

  .tab-link-tab-1-2.tabs.w--current {
    display: inline-block;
    clear: left;
  }

  .tabs {
    display: inline-block;
    margin-bottom: 8px;
  }

  .container-12 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .section-15 {
    padding: 32px;
  }

  .paragraph-5-copy {
    width: 100%;
    max-width: none;
  }

  .container-9-copy {
    height: auto;
    max-width: none;
    margin-bottom: 32px;
  }

  .div-block-13-copy {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-33 {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2-copy {
    max-width: none;
    padding: 32px;
  }

  .image-24 {
    height: 100%;
  }

  .div-block-35 {
    height: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-10 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-27 {
    width: 26px;
    height: 26px;
  }

  .div-block-49 {
    width: 100%;
  }

  .container-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    background-color: #fff;
    text-align: left;
  }

  .menu-button {
    border-radius: 15px;
    background-color: #f0ecec;
  }

  .menu-button.w--open {
    border-radius: 15px;
    background-color: #6d7384;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 164px;
    max-width: 75%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

@media screen and (max-width: 767px) {
  .heading.heading-2 {
    font-size: 24px;
  }

  .heading.heading-2.white {
    font-size: 24px;
  }

  .div-block {
    display: none;
  }

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

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

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

  .sticky-nav {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-3 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .tabs-menu {
    width: 100%;
    float: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link-tab-1 {
    margin-right: 16px;
  }

  .heading-1 {
    font-size: 32px;
  }

  .container-4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-5.white {
    margin-right: 0px;
  }

  .section-4 {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .section-4.animate {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    margin-bottom: 24px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-bottom: 8px;
  }

  .paragraph-6.white {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .caption {
    font-size: 14px;
  }

  .section-6 {
    margin-top: 72px;
  }

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

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

  .div-block-9 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-6.animate {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-7 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-7 {
    margin-top: 92px;
    margin-bottom: 92px;
  }

  .section-8 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .container-9 {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .paragraph-10 {
    text-align: center;
  }

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

  .image-8 {
    height: 100%;
  }

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

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

  .columns-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-10 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .div-block-17 {
    padding-bottom: 0px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-13 {
    height: 100%;
  }

  .slide-2 {
    padding: 16px;
  }

  .slider-2 {
    margin-top: 32px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .grid-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-9 {
    margin-top: 32px;
  }

  .tab-link-tab-1-2.tabs {
    display: inline-block;
  }

  .tab-link-tab-1-2.tabs.w--current {
    display: inline-block;
    margin-bottom: 8px;
  }

  .tabs {
    display: inline-block;
    margin-bottom: 8px;
  }

  .tabs.w--current {
    display: inline-block;
  }

  .image-17.animate {
    max-width: 100%;
  }

  .image-19 {
    height: 28px;
    margin-top: 4px;
  }

  .container-12 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-14 {
    margin-bottom: 72px;
  }

  .section-15 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .heading-1-copy {
    margin-right: 16px;
    font-size: 32px;
  }

  .text-block-14-copy {
    max-width: none;
  }

  .section-2-copy {
    height: 480px;
  }

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

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

  .heading-11 {
    font-size: 28px;
  }

  .div-block-46 {
    right: 0%;
    bottom: 0%;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
  }

  .section-17 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section-18 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

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

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

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

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

  .slide-nav-2 {
    display: none;
  }

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

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

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

  .column-32 {
    margin-bottom: 32px;
  }

  .column-33 {
    margin-bottom: 32px;
  }

  .div-block-54 {
    margin-top: 24px;
  }

  .div-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

@media screen and (max-width: 479px) {
  .heading.heading-2.white {
    font-size: 20px;
  }

  .div-block {
    display: none;
  }

  .sidebarbutton {
    overflow: hidden;
  }

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

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

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .text-block-4 {
    overflow: visible;
  }

  .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 {
    border-top: 1px solid #c4c4c4;
  }

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

  .heading-4.highlight {
    font-size: 18px;
  }

  .tab-link-tab-4 {
    margin-right: 0px;
    text-align: center;
  }

  .tab-link-tab-3 {
    margin-right: 0px;
  }

  .tab-link-tab-2 {
    margin-right: 0px;
  }

  .tab-link-tab-2.w--current {
    margin-right: 0px;
  }

  .column-5 {
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-3 {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .paragraph-4 {
    margin: 16px;
  }

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

  .tabs-menu {
    display: inline-block;
    width: 100%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-link-tab-1 {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0px;
  }

  .tab-link-tab-5 {
    margin-right: 0px;
    text-align: center;
  }

  .tab-link-tab-6 {
    text-align: center;
  }

  .heading-1 {
    font-size: 28px;
  }

  .paragraph-5 {
    margin-right: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block-10 {
    display: inline-block;
    float: none;
  }

  .paragraph-7 {
    margin-right: 0px;
  }

  .div-block-8 {
    padding: 16px;
  }

  .section-6 {
    margin-top: 72px;
  }

  .div-block-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-6.animate {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-7 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .container-8 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-8 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .container-10 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-13 {
    max-height: 100%;
  }

  .grid-6 {
    margin-bottom: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    margin-top: 64px;
    margin-bottom: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-11 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .section-12 {
    margin-top: 64px;
  }

  .section-13 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .image-16 {
    margin-bottom: 64px;
  }

  .div-block-26 {
    margin-bottom: 64px;
  }

  .mask-2 {
    overflow: hidden;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .text-block-19 {
    display: none;
  }

  .tab-link-tab-1-2.tabs {
    width: 100%;
  }

  .tab-link-tab-1-2.tabs.w--current {
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27 {
    padding: 16px;
  }

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

  .caption-copy {
    font-size: 14px;
  }

  .caption-copy-2 {
    font-size: 14px;
  }

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

  .div-block-30 {
    display: none;
    overflow: visible;
  }

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

  .section-15 {
    padding: 24px;
  }

  .container-13 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-20 {
    margin-top: 32px;
  }

  .container-9-copy {
    margin-top: 16px;
    margin-bottom: 16px;
    border-radius: 15px;
    text-align: left;
  }

  .div-block-13-copy {
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-1-copy {
    font-size: 28px;
  }

  .text-block-14-copy {
    margin-bottom: 320px;
    font-weight: 400;
  }

  .div-block-33 {
    left: 50%;
    top: 50%;
    right: auto;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .section-2-copy {
    height: 560px;
    padding: 24px 16px 16px;
  }

  .image-24 {
    display: block;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
  }

  .div-block-35 {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 15px;
    text-align: center;
  }

  .heading-10 {
    max-width: none;
    font-size: 20px;
  }

  .section-16 {
    margin-bottom: 64px;
  }

  .grid-10 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-12 {
    overflow: hidden;
  }

  .div-block-38 {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .heading-11 {
    font-size: 28px;
  }

  .div-block-46 {
    right: 0%;
    bottom: 0%;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .menu-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    margin-top: 8px;
    margin-right: 16px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-radius: 10px;
  }

  .menu-button.w--open {
    border-radius: 10px;
  }

  .icon-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-30 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-31 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-32 {
    max-height: 320px;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-33 {
    width: 100%;
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-34 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-35 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-36 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .image-37 {
    max-height: 90%;
    max-width: 90%;
    margin-top: 16px;
  }

  .paragraph-copy {
    text-align: left;
  }

  .column-29 {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-30 {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .brand {
    padding-left: 16px;
  }

  .div-block-53 {
    overflow: hidden;
  }

  .column-32 {
    margin-bottom: 32px;
  }

  .column-33 {
    margin-bottom: 32px;
  }

  .div-block-54 {
    height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

@font-face {
  font-family: 'Clearface';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}