@font-face {
  font-family: Ivory LL Sub;
  src: url('../fonts/IvoryLLSub-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ivory LL Web;
  src: url('../fonts/IvoryLLWeb-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --lightgreen: #dde6dd;
  --white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: Ivory LL Web, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.container.vcenter {
  justify-content: center;
  align-items: center;
}

.container.hcenter {
  flex-direction: row;
  align-items: center;
}

.container.htop {
  flex-direction: row;
}

.container.hstretch {
  flex-direction: row;
  align-items: stretch;
}

.container.vspread {
  justify-content: space-between;
}

.page-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.section.paddings-5 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section.ovhide {
  overflow: hidden;
}

.image-inner {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-inner.parallax {
  height: 115%;
  top: -15%;
}

.text-style-regular {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.heading-style-h1 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5vw;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.heading-style-h1.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h1.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h1.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h2 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25vw;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.heading-style-h2.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h2.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h2.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h3 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.heading-style-h3.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h3.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h4 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.heading-style-h4.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h4.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h4.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h5 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.heading-style-h5.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h5.mbot-1 {
  margin-bottom: 1vw;
}

.heading-style-h5.mtop-1 {
  margin-top: 1vw;
}

.heading-style-h6 {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}

.heading-style-h6.mtop-2 {
  margin-top: 2vw;
}

.heading-style-h6.mbot-2 {
  margin-bottom: 2vw;
}

.heading-style-h6.mbot-1 {
  margin-bottom: 1vw;
}

.scroll-trigger {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 100vh 0% auto;
}

.rich-text {
  width: 100%;
}

.rich-text h1 {
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
  font-size: 4vw;
  line-height: 120%;
}

.rich-text h2 {
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
  font-size: 3vw;
  line-height: 120%;
}

.rich-text h3 {
  margin-top: 2.5vw;
  margin-bottom: 1.5vw;
  font-size: 2.5vw;
  line-height: 120%;
}

.rich-text h4 {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
  font-size: 2vw;
  line-height: 120%;
}

.rich-text h5 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 1.7vw;
  line-height: 120%;
}

.rich-text h6 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 1.3vw;
  line-height: 120%;
}

.rich-text p {
  margin-bottom: 2vw;
  font-size: .9vw;
  line-height: 160%;
}

.rich-text blockquote {
  border-left-width: 1px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 1.5vw;
  font-size: 1.2vw;
  line-height: 120%;
}

.rich-text ol, .rich-text ul {
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 1.5vw;
}

.rich-text li {
  padding-top: .25vw;
  padding-bottom: .25vw;
  font-size: 1vw;
  line-height: 160%;
}

.rich-text a {
  font-size: 1vw;
  line-height: 160%;
}

.button {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-text {
  font-size: 1vw;
  line-height: 120%;
}

.image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.input-field {
  background-color: #0000;
  border: 0 #000;
  width: 100%;
  height: 3.5vw;
  margin-bottom: 0;
  padding: 1vw;
  font-size: 1vw;
  line-height: 120%;
  transition: all .3s;
}

.input-field.as-area {
  min-width: 100%;
  max-width: 100%;
  height: 10vw;
  margin-bottom: 0;
  padding: 1vw;
}

.success {
  background-color: #0000;
  padding: 0;
}

.form {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-wrapper {
  width: 100%;
}

.faq-list, .faq-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.faq-icon {
  flex: none;
  width: 1.5vw;
  margin-left: 2vw;
  display: block;
}

.faq-content {
  width: 100%;
  overflow: hidden;
}

.content-inner {
  width: 100%;
  padding-bottom: 1.5vw;
}

.link-parent {
  position: relative;
}

.link-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.two-columns {
  grid-column-gap: 7.5vw;
  grid-row-gap: 7.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.two-columns.align-center {
  place-items: center;
}

.column {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.column.vertical-paddings {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.column.spacing-25 {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
}

.column.spacing-5 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.column.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.three-columns {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hidden-submit {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tabs, .tabs-menu {
  width: 100%;
}

.tab-link {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s;
}

.tab-link.w--current {
  background-color: #0000;
}

.tabs-content, .tab-pane {
  width: 100%;
}

.checkbox-field {
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
}

.checkbox {
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.checkbox:focus {
  box-shadow: 0 0 #0003;
}

.checkbox-label {
  margin: 0;
}

.radio-button-field {
  margin: 0;
  padding: 0;
  position: relative;
}

.radio-button {
  border: 0 #000;
  margin: 0;
  transition: all .3s;
}

.pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.empty-state {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.text-style-large {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15vw;
  line-height: 140%;
  text-decoration: none;
  position: relative;
}

.text-style-xlarge {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  line-height: 140%;
  text-decoration: none;
  position: relative;
}

.text-style-small {
  z-index: 3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 140%;
  text-decoration: none;
  position: relative;
}

.text-style-small.as-link {
  color: var(--black);
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-wrapper, .marquee-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-item {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 4vw;
  display: flex;
}

.marquee-image {
  flex: none;
  min-width: 3vw;
  max-width: 10vw;
  min-height: 2vw;
  max-height: 5vw;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.footer-top, .footer-bottom {
  width: 100%;
}

.footer-meta {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-logo-link {
  transition: all .3s;
}

.footer-logo-link:hover {
  transform: translate(0, -2px);
}

.footer-logo {
  width: 7vw;
}

.shortener-20 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
  position: relative;
}

.shortener-20.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-25 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
}

.shortener-25.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-30 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: relative;
}

.shortener-30.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-35 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.shortener-35.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-40 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.shortener-40.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-45 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.shortener-45.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-50 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.shortener-50.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-55 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.shortener-55.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-60 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.shortener-60.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-65 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  display: flex;
  position: relative;
}

.shortener-65.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-70 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.shortener-70.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-75 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
  position: relative;
}

.shortener-75.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-80 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: relative;
}

.shortener-80.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-85 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  display: flex;
  position: relative;
}

.shortener-85.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.shortener-90 {
  z-index: 1;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.shortener-90.vcenter {
  justify-content: flex-start;
  align-items: center;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.slider-mask, .slide {
  width: 100%;
  height: auto;
}

.input-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-double {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.element-to-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters-list {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-list {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.filters-parent {
  grid-column-gap: .25vw;
  grid-row-gap: .25vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-wrapper {
  width: 100%;
}

.blog-item {
  width: 100%;
  position: relative;
}

.filters-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filters {
  width: 100%;
  margin-bottom: 0;
}

.side-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-columns {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-column {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-reveal {
  background-color: #fff;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-group {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link {
  padding-top: .3vw;
  padding-bottom: .3vw;
  text-decoration: none;
}

.infinity-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.infinity-step {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video.only-desktop {
  height: 46vw;
  overflow: hidden;
}

.background-video.only-mobile {
  display: none;
}

.scrolling-text {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-background {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.transition-wrap {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.transition {
  flex: none;
  width: 100vw;
  position: relative;
  bottom: -2vw;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-top {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bottom {
  z-index: 99;
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.dots {
  flex: none;
  height: 12px;
}

.fade-top {
  z-index: 98;
  background-image: linear-gradient(#dde6dd 50%, #dde6dd00);
  width: 44vw;
  height: 0;
}

.fade-top.expand {
  width: 100vw;
  height: 10vw;
}

.fade-bottom {
  z-index: 98;
  background-image: linear-gradient(0deg, #dde6dd 50%, #dde6dd00);
  width: 44vw;
  height: 10vw;
}

.fade-bottom.expand {
  width: 100vw;
}

.fade-top-wrap {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.fade-top-wrap.opacity-0 {
  opacity: 0;
}

.fade-bottom-wrap {
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-bottom-stationary {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 5vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.transition-mobile {
  display: none;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-grow {
  background-color: var(--lightgreen);
  border-radius: 5000vw;
  flex: none;
  width: 175vw;
  height: 175vw;
  transform: scale(0);
}

.email-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #000;
  border-radius: 500px;
  width: 5px;
  height: 5px;
}

.hero-image {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    width: 90vw;
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.paddings-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-inner.parallax {
    height: 100%;
    top: 0%;
  }

  .text-style-regular {
    font-size: 16px;
  }

  .heading-style-h1 {
    font-size: 45px;
  }

  .heading-style-h1.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h1.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h1.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h2 {
    font-size: 32px;
  }

  .heading-style-h2.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h2.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h2.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h3 {
    font-size: 26px;
  }

  .heading-style-h3.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h3.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .heading-style-h4.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h4.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h4.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h5 {
    font-size: 18px;
  }

  .heading-style-h5.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h5.mbot-1 {
    margin-bottom: 10px;
  }

  .heading-style-h5.mtop-1 {
    margin-top: 10px;
  }

  .heading-style-h6 {
    font-size: 16px;
  }

  .heading-style-h6.mtop-2 {
    margin-top: 20px;
  }

  .heading-style-h6.mbot-2 {
    margin-bottom: 20px;
  }

  .heading-style-h6.mbot-1 {
    margin-bottom: 10px;
  }

  .scroll-trigger {
    display: none;
  }

  .rich-text h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .rich-text h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 35px;
  }

  .rich-text h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .rich-text h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text h5 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .rich-text h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
  }

  .rich-text ol, .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
  }

  .rich-text li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .rich-text a, .button-text {
    font-size: 16px;
  }

  .input-field {
    height: 55px;
    padding: 10px;
    font-size: 15px;
  }

  .input-field.as-area {
    height: 150px;
    padding: 15px;
  }

  .success-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq-trigger {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-icon {
    width: 25px;
    margin-left: 20px;
  }

  .content-inner {
    padding-bottom: 15px;
  }

  .two-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .two-columns.spacing-25-mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .column.vertical-paddings {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column.spacing-25 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .column.spacing-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .column.align-center {
    justify-content: center;
    align-items: flex-start;
  }

  .three-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .pagination {
    margin-top: 20px;
  }

  .empty-state {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .text-style-large {
    font-size: 16px;
  }

  .text-style-xlarge {
    font-size: 20px;
  }

  .text-style-small {
    font-size: 14px;
  }

  .text-align-right {
    text-align: left;
  }

  .marquee-item {
    padding-right: 50px;
  }

  .marquee-image {
    min-width: 40px;
    max-width: 125px;
    min-height: 40px;
    max-height: 60px;
  }

  .footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .footer-meta {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-logo-link {
    transition-property: none;
  }

  .footer-logo-link:hover {
    transform: none;
  }

  .footer-logo {
    width: 130px;
  }

  .shortener-20, .shortener-25, .shortener-30, .shortener-35, .shortener-40, .shortener-45, .shortener-50, .shortener-55, .shortener-60, .shortener-65, .shortener-70, .shortener-75, .shortener-80, .shortener-85, .shortener-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .input-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .element-to-right {
    justify-content: flex-start;
    align-items: center;
  }

  .filters-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .filters-parent {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .filters-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .side-image {
    order: -1;
  }

  .footer-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .background-video.only-desktop {
    display: none;
  }

  .background-video.only-mobile {
    display: block;
  }

  .scrolling-text {
    width: 90vw;
  }

  .transition {
    display: none;
  }

  .nav-top {
    height: 50px;
  }

  .nav-bottom {
    height: 50px;
    bottom: 0;
  }

  .fade-top {
    width: 90vw;
    height: 0;
  }

  .fade-top.expand {
    height: 100px;
  }

  .fade-bottom {
    width: 90vw;
    height: 100px;
  }

  .transition-mobile {
    width: 100vw;
    display: block;
    position: relative;
    bottom: -20px;
  }

  .circle-grow {
    width: 500vw;
    height: 500vw;
  }

  .dot {
    display: none;
  }

  .hero-image {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.paddings-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .background-video.only-desktop {
    display: none;
  }

  .background-video.only-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-double {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-list {
    grid-column-gap: 12.5vw;
    grid-row-gap: 12.5vw;
    grid-template-columns: 1fr;
  }

  .filters-parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .filters-wrapper {
    margin-bottom: -45px;
  }

  .infinity-step {
    height: 100lvh;
  }

  .scrolling-text {
    width: 80vw;
  }

  .video-background {
    height: 100lvh;
  }

  .nav-top {
    top: 0;
  }

  .nav-bottom {
    height: 5svh;
    inset: 95svh 0% auto;
  }

  .fade-bottom {
    width: 100vw;
    height: 35lvh;
  }

  .fade-top-wrap.opacity-0 {
    top: 0;
  }

  .fade-bottom-wrap {
    bottom: 0;
  }

  .nav-bottom-stationary {
    height: 5svh;
    inset: 95svh 0% auto;
  }
}

#w-node-d9b4ddec-b9d7-2d45-b092-5c4539c8e2dd-dd17eb0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ivory LL Sub';
  src: url('../fonts/IvoryLLSub-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivory LL Web';
  src: url('../fonts/IvoryLLWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}